Home
last modified time | relevance | path

Searched refs:Ui6Value (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/execution/loong64/
Dsimulator-loong64.h419 inline uint32_t ui6() const { return instr_.Ui6Value(); } in ui6()
/third_party/node/deps/v8/src/codegen/loong64/
Dconstants-loong64.h780 inline int Ui6Value() const { in Ui6Value() function
/third_party/node/deps/v8/src/diagnostics/loong64/
Ddisasm-loong64.cc196 int ui = instr->Ui6Value(); in PrintUi6()