Searched refs:PPC_RAW_STVX (Results 1 – 2 of 2) sorted by relevance
532 stepped = emulate_step(®s, ppc_inst(PPC_RAW_STVX(10, 3, 4))); in test_lvx_stvx()
483 #define PPC_RAW_STVX(s, a, b) (0x7c0001ce | ___PPC_RS(s) | ___PPC_RA(a) | ___PPC_RB(b)) macro