Lines Matching refs:src_lo
993 HReg src_hi, HReg src_lo) { in PPCInstr_Dfp128Unary() argument
1000 i->Pin.Dfp128Unary.src_lo = src_lo; in PPCInstr_Dfp128Unary()
1016 HReg src_hi, HReg src_lo, in PPCInstr_DfpShift128() argument
1023 i->Pin.DfpShift128.src_lo = src_lo; in PPCInstr_DfpShift128()
1037 HReg src_lo, PPCRI* r_rmc ) { in PPCInstr_DfpRound128() argument
1043 i->Pin.DfpRound128.src_lo = src_lo; in PPCInstr_DfpRound128()
1059 HReg src_hi, HReg src_lo, PPCRI* rmc ) { in PPCInstr_DfpQuantize128() argument
1067 i->Pin.DfpQuantize128.src_lo = src_lo; in PPCInstr_DfpQuantize128()
1072 HReg src_hi, HReg src_lo ) { in PPCInstr_DfpD128toD64() argument
1077 i->Pin.DfpD128toD64.src_lo = src_lo; in PPCInstr_DfpD128toD64()
1092 HReg src_hi, HReg src_lo ) { in PPCInstr_ExtractExpD128() argument
1099 i->Pin.ExtractExpD128.src_lo = src_lo; in PPCInstr_ExtractExpD128()
2538 addHRegUse(u, HRmRead, i->Pin.Dfp128Unary.src_lo); in getRegUsage_PPCInstr()
2554 addHRegUse(u, HRmRead, i->Pin.DfpRound128.src_lo); in getRegUsage_PPCInstr()
2566 addHRegUse(u, HRmRead, i->Pin.DfpQuantize128.src_lo); in getRegUsage_PPCInstr()
2571 addHRegUse(u, HRmWrite, i->Pin.DfpShift128.src_lo); in getRegUsage_PPCInstr()
2577 addHRegUse(u, HRmWrite, i->Pin.DfpD128toD64.src_lo); in getRegUsage_PPCInstr()
2588 addHRegUse(u, HRmRead, i->Pin.ExtractExpD128.src_lo); in getRegUsage_PPCInstr()
2871 mapReg(m, &i->Pin.Dfp128Unary.src_lo); in mapRegs_PPCInstr()
2882 mapReg(m, &i->Pin.DfpShift128.src_lo); in mapRegs_PPCInstr()
2894 mapReg(m, &i->Pin.DfpRound128.src_lo); in mapRegs_PPCInstr()
2907 mapReg(m, &i->Pin.DfpQuantize128.src_lo); in mapRegs_PPCInstr()
2911 mapReg(m, &i->Pin.DfpD128toD64.src_lo); in mapRegs_PPCInstr()
2922 mapReg(m, &i->Pin.ExtractExpD128.src_lo); in mapRegs_PPCInstr()
5389 UInt fr_srcLo = fregEnc(i->Pin.ExtractExpD128.src_lo); in emit_PPCInstr()
5414 UInt fr_srcLo = fregEnc(i->Pin.Dfp128Unary.src_lo); in emit_PPCInstr()
5488 UInt fr_src_lo = fregEnc(i->Pin.DfpShift128.src_lo); in emit_PPCInstr()
5544 UInt fr_srcLo = fregEnc(i->Pin.DfpRound128.src_lo); in emit_PPCInstr()
5596 UInt fr_src_lo = fregEnc(i->Pin.DfpQuantize128.src_lo); in emit_PPCInstr()
5636 UInt fr_srcLo = fregEnc( i->Pin.DfpD128toD64.src_lo ); in emit_PPCInstr()