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() 194 PPC_LI32(r_scratch2, K); in bpf_jit_build_body() 202 PPC_LI32(r_scratch1, K); in bpf_jit_build_body() 213 PPC_LI32(r_scratch1, K); in bpf_jit_build_body() 262 PPC_LI32(r_ret, K); in bpf_jit_build_body() 307 PPC_LI32(r_A, K); in bpf_jit_build_body() 310 PPC_LI32(r_X, K); in bpf_jit_build_body() 424 PPC_LI32(r_addr, K); in bpf_jit_build_body() 510 PPC_LI32(r_scratch1, K); in bpf_jit_build_body() 519 PPC_LI32(r_scratch1, K); in bpf_jit_build_body()
|
D | bpf_jit.h | 235 #define PPC_LI32(d, i) do { PPC_LI(d, IMM_L(i)); \ macro 241 PPC_LI32(d, i); \ 258 #define PPC_FUNC_ADDR(d,i) do { PPC_LI32(d, i); } while(0) 262 do { PPC_LI32(r, i); PPC_LHBRX(r, r, base); } while(0)
|