Home
last modified time | relevance | path

Searched defs:right_op (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/execution/arm/
Dsimulator-arm.cc2090 int64_t right_op = static_cast<int32_t>(rs_val); in DecodeType01() local
2097 uint64_t right_op = static_cast<uint32_t>(rs_val); in DecodeType01() local
/third_party/node/deps/v8/src/compiler/backend/arm64/
Dinstruction-selector-arm64.cc329 InstructionOperand* right_op, InstructionCode* opcode) { in TryMatchAnyExtend()