Lines Matching defs:dst_reg

276 static u8 add_1reg(u8 byte, u32 dst_reg)  in add_1reg()
282 static u8 add_2reg(u8 byte, u32 dst_reg, u32 src_reg) in add_2reg()
902 u32 dst_reg, const u32 imm32) in emit_mov_imm32()
941 static void emit_mov_imm64(u8 **pprog, u32 dst_reg, in emit_mov_imm64()
967 static void emit_mov_reg(u8 **pprog, bool is64, u32 dst_reg, u32 src_reg) in emit_mov_reg()
984 static void emit_movsx_reg(u8 **pprog, int num_bits, bool is64, u32 dst_reg, in emit_movsx_reg()
1051 static void maybe_emit_mod(u8 **pprog, u32 dst_reg, u32 src_reg, bool is64) in maybe_emit_mod()
1077 static void emit_ldx(u8 **pprog, u32 size, u32 dst_reg, u32 src_reg, int off) in emit_ldx()
1107 static void emit_ldsx(u8 **pprog, u32 size, u32 dst_reg, u32 src_reg, int off) in emit_ldsx()
1129 static void emit_ldx_index(u8 **pprog, u32 size, u32 dst_reg, u32 src_reg, u32 index_reg, int off) in emit_ldx_index()
1155 static void emit_ldsx_index(u8 **pprog, u32 size, u32 dst_reg, u32 src_reg, u32 index_reg, int off) in emit_ldsx_index()
1177 static void emit_ldx_r12(u8 **pprog, u32 size, u32 dst_reg, u32 src_reg, int off) in emit_ldx_r12()
1182 static void emit_ldsx_r12(u8 **prog, u32 size, u32 dst_reg, u32 src_reg, int off) in emit_ldsx_r12()
1188 static void emit_stx(u8 **pprog, u32 size, u32 dst_reg, u32 src_reg, int off) in emit_stx()
1222 static void emit_stx_index(u8 **pprog, u32 size, u32 dst_reg, u32 src_reg, u32 index_reg, int off) in emit_stx_index()
1248 static void emit_stx_r12(u8 **pprog, u32 size, u32 dst_reg, u32 src_reg, int off) in emit_stx_r12()
1254 static void emit_st_index(u8 **pprog, u32 size, u32 dst_reg, u32 index_reg, int off, int imm) in emit_st_index()
1281 static void emit_st_r12(u8 **pprog, u32 size, u32 dst_reg, int off, int imm) in emit_st_r12()
1287 u32 dst_reg, u32 src_reg, s16 off, u8 bpf_size) in emit_atomic_rmw()
1328 u32 dst_reg, u32 src_reg, u32 index_reg, in emit_atomic_rmw_index()
1376 static int emit_atomic_ld_st(u8 **pprog, u32 atomic_op, u32 dst_reg, in emit_atomic_ld_st()
1398 u32 dst_reg, u32 src_reg, u32 index_reg, in emit_atomic_ld_st_index()
1548 static void emit_shiftx(u8 **pprog, u32 dst_reg, u8 src_reg, bool is64, u8 op) in emit_shiftx()
1695 u32 dst_reg = insn->dst_reg; in do_jit() local