Searched refs:PPC_RAW_LWARX (Results 1 – 3 of 3) sorted by relevance
793 EMIT(PPC_RAW_LWARX(tmp2_reg, 0, tmp1_reg, 0)); in bpf_jit_build_body()
813 EMIT(PPC_RAW_LWARX(_R0, tmp_reg, dst_reg, 0)); in bpf_jit_build_body()
381 #define PPC_RAW_LWARX(t, a, b, eh) (0x7c000028 | ___PPC_RT(t) | ___PPC_RA(a) | ___PPC_RB(b) | __PPC… macro