Home
last modified time | relevance | path

Searched refs:imm_low_word (Results 1 - 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/wasm/baseline/mips/
H A Dliftoff-assembler-mips.h1027 int32_t imm_low_word = static_cast<int32_t>(imm); in emit_i64_addi() local
1029 TurboAssembler::li(imm_reg.low_gp(), imm_low_word); in emit_i64_addi()
/third_party/node/deps/v8/src/wasm/baseline/ia32/
H A Dliftoff-assembler-ia32.h1591 int32_t imm_low_word = static_cast<int32_t>(imm); in OpWithCarryI() local
1596 (assm->*op)(dst.low_gp(), Immediate(imm_low_word)); in OpWithCarryI()
/third_party/node/deps/v8/src/wasm/baseline/arm/
H A Dliftoff-assembler-arm.h177 int32_t imm_low_word = static_cast<int32_t>(imm); in I64BinopI() local
179 (assm->*op)(dst.low_gp(), lhs.low_gp(), Operand(imm_low_word), SetCC, al); in I64BinopI()

Completed in 23 milliseconds