Home
last modified time | relevance | path

Searched defs:ui5 (Results 1 – 4 of 4) sorted by relevance

/third_party/node/deps/v8/src/execution/loong64/
Dsimulator-loong64.h418 inline uint32_t ui5() const { return instr_.Ui5Value(); } in ui5() function
/third_party/node/deps/v8/src/codegen/loong64/
Dassembler-loong64.cc1226 void Assembler::slli_w(Register rd, Register rj, int32_t ui5) { in slli_w()
1231 void Assembler::srli_w(Register rd, Register rj, int32_t ui5) { in srli_w()
1236 void Assembler::srai_w(Register rd, Register rj, int32_t ui5) { in srai_w()
1241 void Assembler::rotri_w(Register rd, Register rj, int32_t ui5) { in rotri_w()
/third_party/node/deps/v8/src/execution/mips/
Dsimulator-mips.cc4432 uint32_t ui5 = i5 & 0x1Fu; in MsaI5InstrHelper() local
/third_party/node/deps/v8/src/execution/mips64/
Dsimulator-mips64.cc4705 uint32_t ui5 = i5 & 0x1Fu; in MsaI5InstrHelper() local