Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/diagnostics/loong64/
Ddisasm-loong64.cc211 int xi = instr->Si20Value(); in PrintXi20()
255 int si = ((instr->Si20Value()) << (32 - kSi20Bits)) >> (32 - kSi20Bits); in PrintSi20()
257 si, instr->Si20Value()); in PrintSi20()
/third_party/node/deps/v8/src/execution/loong64/
Dsimulator-loong64.h429 inline int32_t si20() const { return (instr_.Si20Value() << 12) >> 12; } in si20()
/third_party/node/deps/v8/src/codegen/loong64/
Dconstants-loong64.h820 inline int Si20Value() const { in Si20Value() function