Lines Matching refs:add_2reg
68 EMIT3(add_2mod(0x48, DST, SRC), 0x89, add_2reg(0xC0, DST, SRC)); \
169 static u8 add_2reg(u8 byte, u32 dst_reg, u32 src_reg) in add_2reg() function
298 EMIT2(b2, add_2reg(0xC0, dst_reg, src_reg)); in do_jit()
310 EMIT2(0x89, add_2reg(0xC0, dst_reg, src_reg)); in do_jit()
568 EMIT1(add_2reg(0xC0, dst_reg, dst_reg)); in do_jit()
596 EMIT1(add_2reg(0xC0, dst_reg, dst_reg)); in do_jit()
602 EMIT2(0x89, add_2reg(0xC0, dst_reg, dst_reg)); in do_jit()
665 EMIT2(add_2reg(0x40, dst_reg, src_reg), insn->off); in do_jit()
667 EMIT1_off32(add_2reg(0x80, dst_reg, src_reg), in do_jit()
695 EMIT2(add_2reg(0x40, src_reg, dst_reg), insn->off); in do_jit()
697 EMIT1_off32(add_2reg(0x80, src_reg, dst_reg), in do_jit()
712 EMIT2(add_2reg(0x40, dst_reg, src_reg), insn->off); in do_jit()
714 EMIT1_off32(add_2reg(0x80, dst_reg, src_reg), in do_jit()
751 add_2reg(0xC0, dst_reg, src_reg)); in do_jit()
757 add_2reg(0xC0, dst_reg, src_reg)); in do_jit()