Searched refs:PPC_RAW_SUBFZE (Results 1 – 2 of 2) sorted by relevance
401 EMIT(PPC_RAW_SUBFZE(dst_reg_h, dst_reg_h)); in bpf_jit_build_body()473 EMIT(PPC_RAW_SUBFZE(dst_reg_h, dst_reg_h)); in bpf_jit_build_body()488 EMIT(PPC_RAW_SUBFZE(dst_reg_h, dst_reg_h)); in bpf_jit_build_body()
520 #define PPC_RAW_SUBFZE(d, a) (0x7c000190 | ___PPC_RT(d) | ___PPC_RA(a)) macro