Searched refs:r_scratch1 (Results 1 – 3 of 3) sorted by relevance
/arch/powerpc/net/ |
D | bpf_jit_asm.S | 42 subi r_scratch1, r_HL, 4 43 PPC_LCMP r_scratch1, r_addr 59 subi r_scratch1, r_HL, 2 60 PPC_LCMP r_scratch1, r_addr 181 lis r_scratch1,-32 /* SKF_LL_OFF */ 182 PPC_LCMP r_addr, r_scratch1 /* addr < SKF_* */ 191 lis r_scratch1,-32 /* SKF_LL_OFF */ 192 PPC_LCMP r_addr, r_scratch1 /* addr < SKF_* */ 201 lis r_scratch1,-32 /* SKF_LL_OFF */ 202 PPC_LCMP r_addr, r_scratch1 /* addr < SKF_* */ [all …]
|
D | bpf_jit_comp.c | 66 PPC_LWZ_OFFS(r_scratch1, r_skb, offsetof(struct sk_buff, in bpf_jit_build_prologue() 69 PPC_SUB(r_HL, r_HL, r_scratch1); in bpf_jit_build_prologue() 170 PPC_LI32(r_scratch1, K); in bpf_jit_build_body() 171 PPC_MUL(r_A, r_A, r_scratch1); in bpf_jit_build_body() 186 PPC_DIVWU(r_scratch1, r_A, r_X); in bpf_jit_build_body() 187 PPC_MUL(r_scratch1, r_X, r_scratch1); in bpf_jit_build_body() 188 PPC_SUB(r_A, r_A, r_scratch1); in bpf_jit_build_body() 195 PPC_DIVWU(r_scratch1, r_A, r_scratch2); in bpf_jit_build_body() 196 PPC_MUL(r_scratch1, r_scratch2, r_scratch1); in bpf_jit_build_body() 197 PPC_SUB(r_A, r_A, r_scratch1); in bpf_jit_build_body() [all …]
|
D | bpf_jit.h | 54 #define r_scratch1 7 macro
|