Searched refs:DfpQuantize (Results 1 – 2 of 2) sorted by relevance
1051 i->Pin.DfpQuantize.op = op; in PPCInstr_DfpQuantize()1052 i->Pin.DfpQuantize.dst = dst; in PPCInstr_DfpQuantize()1053 i->Pin.DfpQuantize.srcL = srcL; in PPCInstr_DfpQuantize()1054 i->Pin.DfpQuantize.srcR = srcR; in PPCInstr_DfpQuantize()1055 i->Pin.DfpQuantize.rmc = rmc; in PPCInstr_DfpQuantize()2119 vex_printf("%s ", showPPCFpOp(i->Pin.DfpQuantize.op)); in ppPPCInstr()2120 ppHRegPPC(i->Pin.DfpQuantize.dst); in ppPPCInstr()2122 ppHRegPPC(i->Pin.DfpQuantize.srcL); in ppPPCInstr()2124 ppHRegPPC(i->Pin.DfpQuantize.srcR); in ppPPCInstr()2126 ppPPCRI(i->Pin.DfpQuantize.rmc); in ppPPCInstr()[all …]
938 } DfpQuantize; member