Home
last modified time | relevance | path

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

/Linux-v5.4/arch/powerpc/net/
Dbpf_jit_asm.S39 subi r_scratch1, r_HL, 4
40 PPC_LCMP r_scratch1, r_addr
56 subi r_scratch1, r_HL, 2
57 PPC_LCMP r_scratch1, r_addr
178 lis r_scratch1,-32 /* SKF_LL_OFF */
179 PPC_LCMP r_addr, r_scratch1 /* addr < SKF_* */
188 lis r_scratch1,-32 /* SKF_LL_OFF */
189 PPC_LCMP r_addr, r_scratch1 /* addr < SKF_* */
198 lis r_scratch1,-32 /* SKF_LL_OFF */
199 PPC_LCMP r_addr, r_scratch1 /* addr < SKF_* */
[all …]
Dbpf_jit_comp.c61 PPC_LWZ_OFFS(r_scratch1, r_skb, offsetof(struct sk_buff, in bpf_jit_build_prologue()
64 PPC_SUB(r_HL, r_HL, r_scratch1); in bpf_jit_build_prologue()
165 PPC_LI32(r_scratch1, K); in bpf_jit_build_body()
166 PPC_MULW(r_A, r_A, r_scratch1); in bpf_jit_build_body()
181 PPC_DIVWU(r_scratch1, r_A, r_X); in bpf_jit_build_body()
182 PPC_MULW(r_scratch1, r_X, r_scratch1); in bpf_jit_build_body()
183 PPC_SUB(r_A, r_A, r_scratch1); in bpf_jit_build_body()
190 PPC_DIVWU(r_scratch1, r_A, r_scratch2); in bpf_jit_build_body()
191 PPC_MULW(r_scratch1, r_scratch2, r_scratch1); in bpf_jit_build_body()
192 PPC_SUB(r_A, r_A, r_scratch1); in bpf_jit_build_body()
[all …]
Dbpf_jit32.h56 #define r_scratch1 7 macro