Lines Matching refs:DfpD128toD64
1075 i->Pin.DfpD128toD64.op = op; in PPCInstr_DfpD128toD64()
1076 i->Pin.DfpD128toD64.src_hi = src_hi; in PPCInstr_DfpD128toD64()
1077 i->Pin.DfpD128toD64.src_lo = src_lo; in PPCInstr_DfpD128toD64()
1078 i->Pin.DfpD128toD64.dst = dst; in PPCInstr_DfpD128toD64()
2142 vex_printf("%s ", showPPCFpOp(i->Pin.DfpD128toD64.op)); in ppPPCInstr()
2143 ppHRegPPC(i->Pin.DfpD128toD64.dst); in ppPPCInstr()
2145 ppHRegPPC(i->Pin.DfpD128toD64.src_hi); in ppPPCInstr()
2576 addHRegUse(u, HRmWrite, i->Pin.DfpD128toD64.src_hi); in getRegUsage_PPCInstr()
2577 addHRegUse(u, HRmWrite, i->Pin.DfpD128toD64.src_lo); in getRegUsage_PPCInstr()
2578 addHRegUse(u, HRmWrite, i->Pin.DfpD128toD64.dst); in getRegUsage_PPCInstr()
2910 mapReg(m, &i->Pin.DfpD128toD64.src_hi); in mapRegs_PPCInstr()
2911 mapReg(m, &i->Pin.DfpD128toD64.src_lo); in mapRegs_PPCInstr()
2912 mapReg(m, &i->Pin.DfpD128toD64.dst); in mapRegs_PPCInstr()
5634 UInt fr_dst = fregEnc( i->Pin.DfpD128toD64.dst ); in emit_PPCInstr()
5635 UInt fr_srcHi = fregEnc( i->Pin.DfpD128toD64.src_hi ); in emit_PPCInstr()
5636 UInt fr_srcLo = fregEnc( i->Pin.DfpD128toD64.src_lo ); in emit_PPCInstr()