Searched refs:PPC_RAW_ANDIS (Results 1 – 2 of 2) sorted by relevance
509 EMIT(PPC_RAW_ANDIS(dst_reg, dst_reg, IMM_H(imm))); in bpf_jit_build_body()
533 #define PPC_RAW_ANDIS(d, a, i) (0x74000000 | ___PPC_RA(d) | ___PPC_RS(a) | IMM_L(i)) macro