Home
last modified time | relevance | path

Searched refs:r_scratch1 (Results 1 – 3 of 3) sorted by relevance

/arch/powerpc/net/
Dbpf_jit_asm.S42 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 …]
Dbpf_jit_comp.c66 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 …]
Dbpf_jit.h54 #define r_scratch1 7 macro