Home
last modified time | relevance | path

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

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