Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/wasm/baseline/ia32/
H A Dliftoff-assembler-ia32.h2508 Register dst, Register tmp_byte_reg) { in setcc_32_no_spill()
2509 assm->setcc(cond, tmp_byte_reg); in setcc_32_no_spill()
2510 assm->movzx_b(dst, tmp_byte_reg); in setcc_32_no_spill()
2515 Register tmp_byte_reg = GetTmpByteRegister(assm, dst); in setcc_32() local
2516 setcc_32_no_spill(assm, cond, dst, tmp_byte_reg); in setcc_32()
2572 Register tmp_byte_reg = liftoff::GetTmpByteRegister(this, dst); in emit_i64_set_cond() local
2587 liftoff::setcc_32_no_spill(this, unsigned_cond, dst, tmp_byte_reg); in emit_i64_set_cond()
2591 liftoff::setcc_32_no_spill(this, cond, dst, tmp_byte_reg); in emit_i64_set_cond()
2604 Register tmp_byte_reg = GetTmpByteRegister(assm, dst); in EmitFloatSetCond() local
2618 setcc_32_no_spill(assm, cond, dst, tmp_byte_reg); in EmitFloatSetCond()
2507 setcc_32_no_spill(LiftoffAssembler* assm, Condition cond, Register dst, Register tmp_byte_reg) setcc_32_no_spill() argument
[all...]

Completed in 8 milliseconds