Lines Matching refs:add_2reg
70 EMIT3(add_2mod(0x48, DST, SRC), 0x89, add_2reg(0xC0, DST, SRC)); \
171 static u8 add_2reg(u8 byte, u32 dst_reg, u32 src_reg) in add_2reg() function
389 EMIT2(b2, add_2reg(0xC0, dst_reg, src_reg)); in do_jit()
401 EMIT2(0x89, add_2reg(0xC0, dst_reg, src_reg)); in do_jit()
659 EMIT1(add_2reg(0xC0, dst_reg, dst_reg)); in do_jit()
687 EMIT1(add_2reg(0xC0, dst_reg, dst_reg)); in do_jit()
693 EMIT2(0x89, add_2reg(0xC0, dst_reg, dst_reg)); in do_jit()
756 EMIT2(add_2reg(0x40, dst_reg, src_reg), insn->off); in do_jit()
758 EMIT1_off32(add_2reg(0x80, dst_reg, src_reg), in do_jit()
786 EMIT2(add_2reg(0x40, src_reg, dst_reg), insn->off); in do_jit()
788 EMIT1_off32(add_2reg(0x80, src_reg, dst_reg), in do_jit()
803 EMIT2(add_2reg(0x40, dst_reg, src_reg), insn->off); in do_jit()
805 EMIT1_off32(add_2reg(0x80, dst_reg, src_reg), in do_jit()
857 add_2reg(0xC0, dst_reg, src_reg)); in do_jit()
863 add_2reg(0xC0, dst_reg, src_reg)); in do_jit()