Home
last modified time | relevance | path

Searched refs:add_2reg (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/arch/x86/net/
Dbpf_jit_comp.c70 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()
[all …]