Searched refs:tmp_byte_reg (Results 1 – 1 of 1) sorted by relevance
/external/v8/src/wasm/baseline/ia32/ |
D | liftoff-assembler-ia32.h | 1359 Register dst, Register tmp_byte_reg) { in setcc_32_no_spill() argument 1360 assm->setcc(cond, tmp_byte_reg); in setcc_32_no_spill() 1361 assm->movzx_b(dst, tmp_byte_reg); in setcc_32_no_spill() 1366 Register tmp_byte_reg = GetTmpByteRegister(assm, dst); in setcc_32() local 1367 setcc_32_no_spill(assm, cond, dst, tmp_byte_reg); in setcc_32() 1417 Register tmp_byte_reg = liftoff::GetTmpByteRegister(this, dst); in emit_i64_set_cond() local 1433 liftoff::setcc_32_no_spill(this, unsigned_cond, dst, tmp_byte_reg); in emit_i64_set_cond() 1437 liftoff::setcc_32_no_spill(this, cond, dst, tmp_byte_reg); in emit_i64_set_cond() 1450 Register tmp_byte_reg = GetTmpByteRegister(assm, dst); in EmitFloatSetCond() local 1464 setcc_32_no_spill(assm, cond, dst, tmp_byte_reg); in EmitFloatSetCond()
|