Lines Matching refs:dst_hi
992 PPCInstr* PPCInstr_Dfp128Unary(PPCFpOp op, HReg dst_hi, HReg dst_lo, in PPCInstr_Dfp128Unary() argument
997 i->Pin.Dfp128Unary.dst_hi = dst_hi; in PPCInstr_Dfp128Unary()
1003 PPCInstr* PPCInstr_Dfp128Binary(PPCFpOp op, HReg dst_hi, HReg dst_lo, in PPCInstr_Dfp128Binary() argument
1009 i->Pin.Dfp128Binary.dst_hi = dst_hi; in PPCInstr_Dfp128Binary()
1015 PPCInstr* PPCInstr_DfpShift128 ( PPCFpOp op, HReg dst_hi, HReg dst_lo, in PPCInstr_DfpShift128() argument
1024 i->Pin.DfpShift128.dst_hi = dst_hi; in PPCInstr_DfpShift128()
1036 PPCInstr* PPCInstr_DfpRound128 ( HReg dst_hi, HReg dst_lo, HReg src_hi, in PPCInstr_DfpRound128() argument
1040 i->Pin.DfpRound128.dst_hi = dst_hi; in PPCInstr_DfpRound128()
1058 PPCInstr* PPCInstr_DfpQuantize128 ( PPCFpOp op, HReg dst_hi, HReg dst_lo, in PPCInstr_DfpQuantize128() argument
1064 i->Pin.DfpQuantize128.dst_hi = dst_hi; in PPCInstr_DfpQuantize128()
1081 PPCInstr* PPCInstr_DfpI64StoD128 ( PPCFpOp op, HReg dst_hi, in PPCInstr_DfpI64StoD128() argument
1087 i->Pin.DfpI64StoD128.dst_hi = dst_hi; in PPCInstr_DfpI64StoD128()
1102 PPCInstr* PPCInstr_InsertExpD128 ( PPCFpOp op, HReg dst_hi, HReg dst_lo, in PPCInstr_InsertExpD128() argument
1108 i->Pin.InsertExpD128.dst_hi = dst_hi; in PPCInstr_InsertExpD128()
2079 ppHRegPPC(i->Pin.Dfp128Unary.dst_hi); in ppPPCInstr()
2086 ppHRegPPC(i->Pin.Dfp128Binary.dst_hi); in ppPPCInstr()
2093 ppHRegPPC(i->Pin.DfpShift128.dst_hi); in ppPPCInstr()
2111 ppHRegPPC(i->Pin.DfpRound128.dst_hi); in ppPPCInstr()
2132 ppHRegPPC(i->Pin.DfpQuantize128.dst_hi); in ppPPCInstr()
2134 ppHRegPPC(i->Pin.DfpQuantize128.dst_hi); in ppPPCInstr()
2151 ppHRegPPC(i->Pin.DfpI64StoD128.dst_hi); in ppPPCInstr()
2164 ppHRegPPC(i->Pin.InsertExpD128.dst_hi); in ppPPCInstr()
2535 addHRegUse(u, HRmWrite, i->Pin.Dfp128Unary.dst_hi); in getRegUsage_PPCInstr()
2541 addHRegUse(u, HRmWrite, i->Pin.Dfp128Binary.dst_hi); in getRegUsage_PPCInstr()
2551 addHRegUse(u, HRmWrite, i->Pin.DfpRound128.dst_hi); in getRegUsage_PPCInstr()
2563 addHRegUse(u, HRmWrite, i->Pin.DfpQuantize128.dst_hi); in getRegUsage_PPCInstr()
2572 addHRegUse(u, HRmWrite, i->Pin.DfpShift128.dst_hi); in getRegUsage_PPCInstr()
2582 addHRegUse(u, HRmWrite, i->Pin.DfpI64StoD128.dst_hi); in getRegUsage_PPCInstr()
2591 addHRegUse(u, HRmWrite, i->Pin.InsertExpD128.dst_hi); in getRegUsage_PPCInstr()
2868 mapReg(m, &i->Pin.Dfp128Unary.dst_hi); in mapRegs_PPCInstr()
2874 mapReg(m, &i->Pin.Dfp128Binary.dst_hi); in mapRegs_PPCInstr()
2883 mapReg(m, &i->Pin.DfpShift128.dst_hi); in mapRegs_PPCInstr()
2891 mapReg(m, &i->Pin.DfpRound128.dst_hi); in mapRegs_PPCInstr()
2904 mapReg(m, &i->Pin.DfpQuantize128.dst_hi); in mapRegs_PPCInstr()
2916 mapReg(m, &i->Pin.DfpI64StoD128.dst_hi); in mapRegs_PPCInstr()
2925 mapReg(m, &i->Pin.InsertExpD128.dst_hi); in mapRegs_PPCInstr()
5412 UInt fr_dstHi = fregEnc(i->Pin.Dfp128Unary.dst_hi); in emit_PPCInstr()
5444 UInt fr_dstHi = fregEnc( i->Pin.Dfp128Binary.dst_hi ); in emit_PPCInstr()
5489 UInt fr_dst_hi = fregEnc(i->Pin.DfpShift128.dst_hi); in emit_PPCInstr()
5541 UInt fr_dstHi = fregEnc(i->Pin.DfpRound128.dst_hi); in emit_PPCInstr()
5593 UInt fr_dst_hi = fregEnc(i->Pin.DfpQuantize128.dst_hi); in emit_PPCInstr()
5663 UInt fr_dstHi = fregEnc( i->Pin.DfpI64StoD128.dst_hi ); in emit_PPCInstr()
5682 UInt fr_dstHi = fregEnc(i->Pin.InsertExpD128.dst_hi); in emit_PPCInstr()