Searched defs:dst_reg (Results 1 – 8 of 8) sorted by relevance
/arch/x86/crypto/ |
D | crct10dif-pcl-asm_64.S | 84 .macro fold_16_bytes src_reg, dst_reg
|
/arch/x86/net/ |
D | bpf_jit_comp.c | 196 static u8 add_1reg(u8 byte, u32 dst_reg) in add_1reg() 202 static u8 add_2reg(u8 byte, u32 dst_reg, u32 src_reg) in add_2reg() 602 u32 dst_reg, const u32 imm32) in emit_mov_imm32() 641 static void emit_mov_imm64(u8 **pprog, u32 dst_reg, in emit_mov_imm64() 664 static void emit_mov_reg(u8 **pprog, bool is64, u32 dst_reg, u32 src_reg) in emit_mov_reg() 704 static void maybe_emit_mod(u8 **pprog, u32 dst_reg, u32 src_reg, bool is64) in maybe_emit_mod() 730 static void emit_ldx(u8 **pprog, u32 size, u32 dst_reg, u32 src_reg, int off) in emit_ldx() 760 static void emit_stx(u8 **pprog, u32 size, u32 dst_reg, u32 src_reg, int off) in emit_stx() 794 u32 dst_reg, u32 src_reg, s16 off, u8 bpf_size) in emit_atomic() 920 u32 dst_reg = insn->dst_reg; in do_jit() local
|
D | bpf_jit_comp32.c | 189 static u8 add_1reg(u8 byte, u32 dst_reg) in add_1reg() 195 static u8 add_2reg(u8 byte, u32 dst_reg, u32 src_reg) in add_2reg()
|
/arch/powerpc/net/ |
D | bpf_jit_comp32.c | 285 u32 dst_reg = bpf_to_ppc(ctx, insn[i].dst_reg); in bpf_jit_build_body() local
|
D | bpf_jit_comp64.c | 312 u32 dst_reg = b2p[insn[i].dst_reg]; in bpf_jit_build_body() local
|
/arch/arm64/net/ |
D | bpf_jit_comp.c | 365 int dst_reg = FIELD_GET(BPF_FIXUP_REG_MASK, ex->fixup); in arm64_bpf_fixup_exception() local 375 int dst_reg) in add_exception_handler()
|
/arch/s390/net/ |
D | bpf_jit_comp.c | 101 static inline u32 reg(u32 dst_reg, u32 src_reg) in reg() 697 u32 dst_reg = insn->dst_reg; in bpf_jit_insn() local
|
/arch/mips/net/ |
D | ebpf_jit.c | 183 dst_reg, enumerator
|