Searched refs:PPC_RAW_ADDZE (Results 1 – 2 of 2) sorted by relevance
396 EMIT(PPC_RAW_ADDZE(dst_reg_h, src2_reg_h)); in bpf_jit_build_body()505 EMIT(PPC_RAW_ADDZE(_R0, _R0)); in bpf_jit_build_body()
486 #define PPC_RAW_ADDZE(t, a) (0x7c000194 | ___PPC_RT(t) | ___PPC_RA(a)) macro