Searched refs:byte_reg (Results 1 - 2 of 2) sorted by relevance
/third_party/node/deps/v8/src/wasm/baseline/ia32/ |
H A D | liftoff-assembler-ia32.h | 2430 Register byte_reg = liftoff::GetTmpByteRegister(this, src); in emit_i32_signextend_i8() local 2431 if (byte_reg != src) mov(byte_reg, src); in emit_i32_signextend_i8() 2432 movsx_b(dst, byte_reg); in emit_i32_signextend_i8() 2441 Register byte_reg = liftoff::GetTmpByteRegister(this, src.low_gp()); in emit_i64_signextend_i8() local 2442 if (byte_reg != src.low_gp()) mov(byte_reg, src.low_gp()); in emit_i64_signextend_i8() 2443 movsx_b(dst.low_gp(), byte_reg); in emit_i64_signextend_i8() 4331 Register byte_reg = liftoff::GetTmpByteRegister(this, dst.gp()); 4332 Pextrb(byte_reg, lh [all...] |
/third_party/ltp/tools/sparse/sparse-src/ |
H A D | compile-i386.c | 210 #define byte_reg(reg) ((reg) - 16) macro 1275 insn(opname, byte_reg(reg1), NULL, NULL); in emit_compare()
|
Completed in 12 milliseconds