Home
last modified time | relevance | path

Searched refs:rvc_shamt6 (Results 1 - 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/execution/riscv64/
H A Dsimulator-riscv64.h647 inline int16_t rvc_shamt6() const { return instr_.RvcShamt6(); } in rvc_shamt6() function in v8::internal::Simulator
H A Dsimulator-riscv64.cc4838 set_rvc_rd(sext_xlen(rvc_rs1() << rvc_shamt6())); in DecodeCIType()
4975 set_rvc_rs1s(sext_xlen(sext_xlen(rvc_rs1s()) >> rvc_shamt6())); in DecodeCBType()
4977 require(rvc_shamt6() < xlen); in DecodeCBType()
4978 set_rvc_rs1s(sext_xlen(sext_xlen(rvc_rs1s()) >> rvc_shamt6())); in DecodeCBType()

Completed in 11 milliseconds