Searched refs:r_scratch1 (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/arch/powerpc/net/ |
D | bpf_jit_asm.S | 43 subi r_scratch1, r_HL, 4 44 PPC_LCMP r_scratch1, r_addr 60 subi r_scratch1, r_HL, 2 61 PPC_LCMP r_scratch1, r_addr 182 lis r_scratch1,-32 /* SKF_LL_OFF */ 183 PPC_LCMP r_addr, r_scratch1 /* addr < SKF_* */ 192 lis r_scratch1,-32 /* SKF_LL_OFF */ 193 PPC_LCMP r_addr, r_scratch1 /* addr < SKF_* */ 202 lis r_scratch1,-32 /* SKF_LL_OFF */ 203 PPC_LCMP r_addr, r_scratch1 /* addr < SKF_* */ [all …]
|
D | bpf_jit_comp.c | 65 PPC_LWZ_OFFS(r_scratch1, r_skb, offsetof(struct sk_buff, in bpf_jit_build_prologue() 68 PPC_SUB(r_HL, r_HL, r_scratch1); in bpf_jit_build_prologue() 169 PPC_LI32(r_scratch1, K); in bpf_jit_build_body() 170 PPC_MULW(r_A, r_A, r_scratch1); in bpf_jit_build_body() 185 PPC_DIVWU(r_scratch1, r_A, r_X); in bpf_jit_build_body() 186 PPC_MULW(r_scratch1, r_X, r_scratch1); in bpf_jit_build_body() 187 PPC_SUB(r_A, r_A, r_scratch1); in bpf_jit_build_body() 194 PPC_DIVWU(r_scratch1, r_A, r_scratch2); in bpf_jit_build_body() 195 PPC_MULW(r_scratch1, r_scratch2, r_scratch1); in bpf_jit_build_body() 196 PPC_SUB(r_A, r_A, r_scratch1); in bpf_jit_build_body() [all …]
|
D | bpf_jit32.h | 60 #define r_scratch1 7 macro
|