Searched refs:PPC_RAW_CMPD (Results 1 – 2 of 2) sorted by relevance
824 EMIT(PPC_RAW_CMPD(bpf_to_ppc(BPF_REG_0), tmp2_reg)); in bpf_jit_build_body()1085 EMIT(PPC_RAW_CMPD(dst_reg, src_reg)); in bpf_jit_build_body()1156 EMIT(PPC_RAW_CMPD(dst_reg, tmp1_reg)); in bpf_jit_build_body()
511 #define PPC_RAW_CMPD(a, b) (0x7c200000 | ___PPC_RA(a) | ___PPC_RB(b)) macro