Searched refs:r_scratch1 (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/kernel/arch/powerpc/net/ |
| H A D | bpf_jit_comp.c | 61 PPC_LWZ_OFFS(r_scratch1, r_skb, offsetof(struct sk_buff, in bpf_jit_build_prologue() 64 EMIT(PPC_RAW_SUB(r_HL, r_HL, r_scratch1)); in bpf_jit_build_prologue() 165 PPC_LI32(r_scratch1, K); in bpf_jit_build_body() 166 EMIT(PPC_RAW_MULW(r_A, r_A, r_scratch1)); in bpf_jit_build_body() 181 EMIT(PPC_RAW_DIVWU(r_scratch1, r_A, r_X)); in bpf_jit_build_body() 182 EMIT(PPC_RAW_MULW(r_scratch1, r_X, r_scratch1)); in bpf_jit_build_body() 183 EMIT(PPC_RAW_SUB(r_A, r_A, r_scratch1)); in bpf_jit_build_body() 190 EMIT(PPC_RAW_DIVWU(r_scratch1, r_A, r_scratch2)); in bpf_jit_build_body() 191 EMIT(PPC_RAW_MULW(r_scratch1, r_scratch2, r_scratch1)); in bpf_jit_build_body() 192 EMIT(PPC_RAW_SUB(r_A, r_A, r_scratch1)); in bpf_jit_build_body() [all …]
|
| H A D | bpf_jit_asm.S | 39 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 …]
|
| H A D | bpf_jit32.h | 56 #define r_scratch1 7 macro
|