Searched defs:src_reg (Results 1 – 6 of 6) sorted by relevance
| /arch/x86/net/ |
| A D | bpf_jit_comp.c | 281 static u8 add_2reg(u8 byte, u32 dst_reg, u32 src_reg) in add_2reg() 966 static void emit_mov_reg(u8 **pprog, bool is64, u32 dst_reg, u32 src_reg) in emit_mov_reg() 984 u32 src_reg) in emit_movsx_reg() 1050 static void maybe_emit_mod(u8 **pprog, u32 dst_reg, u32 src_reg, bool is64) in maybe_emit_mod() 1076 static void emit_ldx(u8 **pprog, u32 size, u32 dst_reg, u32 src_reg, int off) in emit_ldx() 1160 static void emit_stx(u8 **pprog, u32 size, u32 dst_reg, u32 src_reg, int off) in emit_stx() 1259 u32 dst_reg, u32 src_reg, s16 off, u8 bpf_size) in emit_atomic_rmw() 1300 u32 dst_reg, u32 src_reg, u32 index_reg, in emit_atomic_rmw_index() 1349 u32 src_reg, s16 off, u8 bpf_size) in emit_atomic_ld_st() 1370 u32 dst_reg, u32 src_reg, u32 index_reg, in emit_atomic_ld_st_index() [all …]
|
| A D | bpf_jit_comp32.c | 195 static u8 add_2reg(u8 byte, u32 dst_reg, u32 src_reg) in add_2reg()
|
| /arch/powerpc/net/ |
| A D | bpf_jit_comp64.c | 416 u32 src_reg = bpf_to_ppc(insn.src_reg); in emit_atomic_ld_st() local 493 u32 src_reg = bpf_to_ppc(insn[i].src_reg); in bpf_jit_build_body() local
|
| A D | bpf_jit_comp32.c | 302 u32 src_reg = bpf_to_ppc(insn[i].src_reg); in bpf_jit_build_body() local
|
| /arch/s390/net/ |
| A D | bpf_jit_comp.c | 110 static inline u32 reg(u32 dst_reg, u32 src_reg) in reg() 887 u32 src_reg = insn->src_reg; in bpf_jit_insn() local
|
| /arch/mips/cavium-octeon/ |
| A D | octeon-irq.c | 1998 u64 src_reg, src, sum; in octeon_irq_ciu2() local
|
Completed in 30 milliseconds