Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/execution/loong64/
Dsimulator-loong64.h422 inline uint32_t lsbd() const { return instr_.LsbdValue(); } in lsbd()
/third_party/node/deps/v8/src/codegen/loong64/
Dconstants-loong64.h796 inline int LsbdValue() const { in LsbdValue() function
/third_party/node/deps/v8/src/diagnostics/loong64/
Ddisasm-loong64.cc221 int lsbd = instr->LsbdValue(); in PrintLsbd()