v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
constant-riscv-f.h File Reference
Include dependency graph for constant-riscv-f.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  v8
 
namespace  v8::internal
 

Variables

constexpr Opcode v8::internal::RO_FLW = LOAD_FP | (0b010 << kFunct3Shift)
 
constexpr Opcode v8::internal::RO_FSW = STORE_FP | (0b010 << kFunct3Shift)
 
constexpr Opcode v8::internal::RO_FMADD_S = MADD | (0b00 << kFunct2Shift)
 
constexpr Opcode v8::internal::RO_FMSUB_S = MSUB | (0b00 << kFunct2Shift)
 
constexpr Opcode v8::internal::RO_FNMSUB_S = NMSUB | (0b00 << kFunct2Shift)
 
constexpr Opcode v8::internal::RO_FNMADD_S = NMADD | (0b00 << kFunct2Shift)
 
constexpr Opcode v8::internal::RO_FADD_S = OP_FP | (0b0000000 << kFunct7Shift)
 
constexpr Opcode v8::internal::RO_FSUB_S = OP_FP | (0b0000100 << kFunct7Shift)
 
constexpr Opcode v8::internal::RO_FMUL_S = OP_FP | (0b0001000 << kFunct7Shift)
 
constexpr Opcode v8::internal::RO_FDIV_S = OP_FP | (0b0001100 << kFunct7Shift)
 
constexpr Opcode v8::internal::RO_FSQRT_S
 
constexpr Opcode v8::internal::RO_FSGNJ_S
 
constexpr Opcode v8::internal::RO_FSGNJN_S
 
constexpr Opcode v8::internal::RO_FSQNJX_S
 
constexpr Opcode v8::internal::RO_FMIN_S
 
constexpr Opcode v8::internal::RO_FMAX_S
 
constexpr Opcode v8::internal::RO_FCVT_W_S
 
constexpr Opcode v8::internal::RO_FCVT_WU_S
 
constexpr Opcode v8::internal::RO_FMV
 
constexpr Opcode v8::internal::RO_FEQ_S
 
constexpr Opcode v8::internal::RO_FLT_S
 
constexpr Opcode v8::internal::RO_FLE_S
 
constexpr Opcode v8::internal::RO_FCLASS_S
 
constexpr Opcode v8::internal::RO_FCVT_S_W
 
constexpr Opcode v8::internal::RO_FCVT_S_WU
 
constexpr Opcode v8::internal::RO_FMV_W_X