Searched refs:PPC_RAW_LBZ (Results 1 – 2 of 2) sorted by relevance
| /linux/arch/powerpc/net/ |
| H A D | bpf_jit_comp64.c | 905 EMIT(PPC_RAW_LBZ(dst_reg, src_reg, off)); in emit_atomic_ld_st() 1619 EMIT(PPC_RAW_LBZ(dst_reg, src_reg, off)); in bpf_jit_build_body() 1632 EMIT(PPC_RAW_LBZ(dst_reg, src_reg, off)); in bpf_jit_build_body() 1672 EMIT(PPC_RAW_LBZ(dst_reg, tmp1_reg, off)); in bpf_jit_build_body()
|
| /linux/arch/powerpc/include/asm/ |
| H A D | ppc-opcode.h | 513 #define PPC_RAW_LBZ(r, base, i) (0x88000000 | ___PPC_RT(r) | ___PPC_RA(base) | IMM_L(i)) macro
|