Lines Matching refs:add_2reg
75 EMIT3(add_2mod(0x48, DST, SRC), 0x89, add_2reg(0xC0, DST, SRC)); \
209 static u8 add_2reg(u8 byte, u32 dst_reg, u32 src_reg) in add_2reg() function
652 EMIT2(b2, add_2reg(b3, dst_reg, dst_reg)); in emit_mov_imm32()
698 EMIT2(0x89, add_2reg(0xC0, dst_reg, src_reg)); in emit_mov_reg()
716 EMIT2(add_2reg(0x40, ptr_reg, val_reg), off); in emit_insn_suffix()
719 EMIT1_off32(add_2reg(0x80, ptr_reg, val_reg), off); in emit_insn_suffix()
960 EMIT2(0xf7, add_2reg(0xC0, dst_reg, dst_reg)); in emit_shiftx()
1026 EMIT2(b2, add_2reg(0xC0, dst_reg, src_reg)); in do_jit()
1170 EMIT3(0x6B, add_2reg(0xC0, dst_reg, dst_reg), in do_jit()
1175 add_2reg(0xC0, dst_reg, dst_reg), in do_jit()
1185 EMIT3(0x0F, 0xAF, add_2reg(0xC0, src_reg, dst_reg)); in do_jit()
1278 EMIT1(add_2reg(0xC0, dst_reg, dst_reg)); in do_jit()
1307 EMIT1(add_2reg(0xC0, dst_reg, dst_reg)); in do_jit()
1313 EMIT2(0x89, add_2reg(0xC0, dst_reg, dst_reg)); in do_jit()
1403 EMIT2(0x39, add_2reg(0xC0, src_reg, AUX_REG)); in do_jit()
1509 add_2reg(0xC0, AUX_REG, real_src_reg)); in do_jit()
1596 EMIT2(0x39, add_2reg(0xC0, dst_reg, src_reg)); in do_jit()
1604 EMIT2(0x85, add_2reg(0xC0, dst_reg, src_reg)); in do_jit()
1639 EMIT2(0x85, add_2reg(0xC0, dst_reg, dst_reg)); in do_jit()