Searched refs:PPC_RAW_STD (Results 1 – 3 of 3) sorted by relevance
85 EMIT(PPC_RAW_STD(r, base, i)); \
203 stepped = emulate_step(®s, ppc_inst(PPC_RAW_STD(5, 3, 0))); in test_std()
420 #define PPC_RAW_STD(r, base, i) (PPC_INST_STD | ___PPC_RS(r) | ___PPC_RA(base) | IMM_DS(i)) macro