Searched refs:PPC_RAW_LDX (Results 1 – 2 of 2) sorted by relevance
916 EMIT(PPC_RAW_LDX(dst_reg, src_reg, tmp1_reg)); in emit_atomic_ld_st()1643 EMIT(PPC_RAW_LDX(dst_reg, src_reg, tmp1_reg)); in bpf_jit_build_body()1683 EMIT(PPC_RAW_LDX(dst_reg, tmp1_reg, tmp2_reg)); in bpf_jit_build_body()
514 #define PPC_RAW_LDX(r, base, b) (0x7c00002a | ___PPC_RT(r) | ___PPC_RA(base) | ___PPC_RB(b)) macro