summaryrefslogtreecommitdiffstats
path: root/js/src/jit/riscv64/constant/Constant-riscv-zifencei.h
blob: be01cd0ae098af67b4f92fa51f70bff51798169c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// Copyright 2022 the V8 project authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef jit_riscv64_constant_Constant_riscv64_zifencei_h_
#define jit_riscv64_constant_Constant_riscv64_zifencei_h_

#include "jit/riscv64/constant/Base-constant-riscv.h"
namespace js {
namespace jit {
enum OpcodeRISCVIFENCEI : uint32_t {
  RO_FENCE_I = MISC_MEM | (0b001 << kFunct3Shift),
};
}
}  // namespace js
#endif  // jit_riscv64_constant_Constant_riscv64_zifencei_h_