Constant-riscv-zifencei.h (542B)
1 // Copyright 2022 the V8 project authors. All rights reserved. 2 // Use of this source code is governed by a BSD-style license that can be 3 // found in the LICENSE file. 4 #ifndef jit_riscv64_constant_Constant_riscv64_zifencei_h_ 5 #define jit_riscv64_constant_Constant_riscv64_zifencei_h_ 6 7 #include "jit/riscv64/constant/Base-constant-riscv.h" 8 namespace js { 9 namespace jit { 10 enum OpcodeRISCVIFENCEI : uint32_t { 11 RO_FENCE_I = MISC_MEM | (0b001 << kFunct3Shift), 12 }; 13 } 14 } // namespace js 15 #endif // jit_riscv64_constant_Constant_riscv64_zifencei_h_