Home
last modified time | relevance | path

Searched refs:Rs1Value (Results 1 – 4 of 4) sorted by relevance

/third_party/node/deps/v8/src/diagnostics/riscv64/
Ddisasm-riscv64.cc193 int reg = instr->Rs1Value(); in PrintRs1()
208 int val = instr->Rs1Value(); in PrintUimm()
233 int reg = instr->Rs1Value(); in PrintFRs1()
265 (instr - 4)->RdValue() == instr->Rs1Value()) { in PrintTarget()
514 int reg = instr->Rs1Value(); in FormatRegister()
538 int reg = instr->Rs1Value(); in FormatFPURegisterOrRoundMode()
875 if (instr->Rs1Value() == zero_reg.code()) in DecodeRType()
886 else if (instr->Rs1Value() == zero_reg.code()) in DecodeRType()
892 if (instr->Rs1Value() == zero_reg.code()) in DecodeRType()
917 if (instr->Rs1Value() == zero_reg.code()) in DecodeRType()
[all …]
/third_party/node/deps/v8/src/execution/riscv64/
Dsimulator-riscv64.h559 inline int32_t rs1_reg() const { return instr_.Rs1Value(); } in rs1_reg()
592 inline int32_t imm5CSR() const { return instr_.Rs1Value(); } in imm5CSR()
/third_party/node/deps/v8/src/codegen/riscv64/
Dconstants-riscv64.h1473 inline int Rs1Value() const { in Rs1Value() function
Dassembler-riscv64.cc3948 bool result = IsLd(instr_value) && (instr->Rs1Value() == kRegCode_zero_reg) && in IsConstantPoolAt()