Lines Matching defs:src_reg
279 static u8 add_2reg(u8 byte, u32 dst_reg, u32 src_reg) in add_2reg()
953 static void emit_mov_reg(u8 **pprog, bool is64, u32 dst_reg, u32 src_reg) in emit_mov_reg()
971 u32 src_reg) in emit_movsx_reg()
1037 static void maybe_emit_mod(u8 **pprog, u32 dst_reg, u32 src_reg, bool is64) in maybe_emit_mod()
1063 static void emit_ldx(u8 **pprog, u32 size, u32 dst_reg, u32 src_reg, int off) in emit_ldx()
1093 static void emit_ldsx(u8 **pprog, u32 size, u32 dst_reg, u32 src_reg, int off) in emit_ldsx()
1115 static void emit_ldx_index(u8 **pprog, u32 size, u32 dst_reg, u32 src_reg, u32 index_reg, int off) in emit_ldx_index()
1141 static void emit_ldx_r12(u8 **pprog, u32 size, u32 dst_reg, u32 src_reg, int off) in emit_ldx_r12()
1147 static void emit_stx(u8 **pprog, u32 size, u32 dst_reg, u32 src_reg, int off) in emit_stx()
1181 static void emit_stx_index(u8 **pprog, u32 size, u32 dst_reg, u32 src_reg, u32 index_reg, int off) in emit_stx_index()
1207 static void emit_stx_r12(u8 **pprog, u32 size, u32 dst_reg, u32 src_reg, int off) in emit_stx_r12()
1246 u32 dst_reg, u32 src_reg, s16 off, u8 bpf_size) in emit_atomic()
1287 u32 dst_reg, u32 src_reg, u32 index_reg, int off) in emit_atomic_index()
1412 static void emit_shiftx(u8 **pprog, u32 dst_reg, u8 src_reg, bool is64, u8 op) in emit_shiftx()
1518 u32 src_reg = insn->src_reg; in do_jit() local