Searched refs:add_2reg (Results 1 – 1 of 1) sorted by relevance
| /linux/arch/x86/net/ |
| H A D | bpf_jit_comp.c | 135 EMIT3(add_2mod(0x48, DST, SRC), 0x89, add_2reg(0xC0, DST, SRC)); \ 283 static u8 add_2reg(u8 byte, u32 dst_reg, u32 src_reg) in add_2reg() function 966 EMIT2(b2, add_2reg(b3, dst_reg, dst_reg)); in emit_mov_imm32() 1015 EMIT2(0x89, add_2reg(0xC0, dst_reg, src_reg)); in emit_mov_reg() 1030 add_2reg(0xC0, src_reg, dst_reg)); in emit_movsx_reg() 1033 add_2reg(0xC0, src_reg, dst_reg)); in emit_movsx_reg() 1036 add_2reg(0xC0, src_reg, dst_reg)); in emit_movsx_reg() 1041 add_2reg(0xC0, src_reg, dst_reg)); in emit_movsx_reg() 1046 add_2reg(0xC0, src_reg, dst_reg)); in emit_movsx_reg() 1065 EMIT2(add_2reg(0x40, ptr_reg, val_reg), off); in emit_insn_suffix() [all …]
|