Home
last modified time | relevance | path

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

/linux-6.12.1/arch/x86/net/
Dbpf_jit_comp.c131 EMIT3(add_2mod(0x48, DST, SRC), 0x89, add_2reg(0xC0, DST, SRC)); \
252 static u8 add_2mod(u8 byte, u32 r1, u32 r2) in add_2mod() function
896 EMIT1(add_2mod(0x40, dst_reg, dst_reg)); in emit_mov_imm32()
947 EMIT1(add_2mod(0x40, dst_reg, src_reg)); in emit_mov_reg()
962 EMIT4(add_2mod(0x48, src_reg, dst_reg), 0x0f, 0xbe, in emit_movsx_reg()
965 EMIT4(add_2mod(0x48, src_reg, dst_reg), 0x0f, 0xbf, in emit_movsx_reg()
968 EMIT3(add_2mod(0x48, src_reg, dst_reg), 0x63, in emit_movsx_reg()
973 EMIT4(add_2mod(0x40, src_reg, dst_reg), 0x0f, 0xbe, in emit_movsx_reg()
977 EMIT1(add_2mod(0x40, src_reg, dst_reg)); in emit_movsx_reg()
978 EMIT3(add_2mod(0x0f, src_reg, dst_reg), 0xbf, in emit_movsx_reg()
[all …]