Searched refs:add_2reg (Results 1 – 1 of 1) sorted by relevance
| /linux/arch/x86/net/ |
| H A D | bpf_jit_comp.c | 134 EMIT3(add_2mod(0x48, DST, SRC), 0x89, add_2reg(0xC0, DST, SRC)); \ 282 static u8 add_2reg(u8 byte, u32 dst_reg, u32 src_reg) in add_2reg() function 937 EMIT2(b2, add_2reg(b3, dst_reg, dst_reg)); in emit_mov_imm32() 986 EMIT2(0x89, add_2reg(0xC0, dst_reg, src_reg)); in emit_mov_reg() 1001 add_2reg(0xC0, src_reg, dst_reg)); in emit_movsx_reg() 1004 add_2reg(0xC0, src_reg, dst_reg)); in emit_movsx_reg() 1007 add_2reg(0xC0, src_reg, dst_reg)); in emit_movsx_reg() 1012 add_2reg(0xC0, src_reg, dst_reg)); in emit_movsx_reg() 1017 add_2reg(0xC0, src_reg, dst_reg)); in emit_movsx_reg() 1036 EMIT2(add_2reg(0x40, ptr_reg, val_reg), off); in emit_insn_suffix() [all …]
|