Searched refs:PPC_LI32 (Results 1 – 2 of 2) sorted by relevance
/arch/powerpc/net/ |
D | bpf_jit_comp.c | 170 PPC_LI32(r_scratch1, K); in bpf_jit_build_body() 189 PPC_LI32(r_scratch2, K); in bpf_jit_build_body() 213 PPC_LI32(r_scratch1, K); in bpf_jit_build_body() 224 PPC_LI32(r_scratch1, K); in bpf_jit_build_body() 273 PPC_LI32(r_ret, K); in bpf_jit_build_body() 318 PPC_LI32(r_A, K); in bpf_jit_build_body() 321 PPC_LI32(r_X, K); in bpf_jit_build_body() 430 PPC_LI32(r_addr, K); in bpf_jit_build_body() 516 PPC_LI32(r_scratch1, K); in bpf_jit_build_body() 525 PPC_LI32(r_scratch1, K); in bpf_jit_build_body()
|
D | bpf_jit.h | 172 #define PPC_LI32(d, i) do { PPC_LI(d, IMM_L(i)); \ macro 178 PPC_LI32(d, i); \ 193 do { PPC_LI32(r, i); PPC_LHBRX(r, r, base); } while(0)
|