Searched refs:SrcFP (Results 1 – 3 of 3) sorted by relevance
1328 unsigned SrcFP = getFPReg(MO1); in handleSpecialFP() local1329 assert(isLive(SrcFP) && "Cannot copy dead register"); in handleSpecialFP()1345 duplicatePendingSTBeforeKill(SrcFP, I); in handleSpecialFP()1346 unsigned Slot = getSlot(SrcFP); in handleSpecialFP()1352 PendingST[DstST] = SrcFP; in handleSpecialFP()1363 unsigned SrcFP = PendingST[SrcST]; in handleSpecialFP() local1364 assert(isScratchReg(SrcFP) && "Expected ST in a scratch register"); in handleSpecialFP()1365 assert(isLive(SrcFP) && "Scratch holding ST is dead"); in handleSpecialFP()1368 unsigned Slot = getSlot(SrcFP); in handleSpecialFP()1381 unsigned SrcFP = getFPReg(MO1); in handleSpecialFP() local[all …]
1453 unsigned SrcFP = getFPReg(MO1); in handleSpecialFP() local1454 assert(isLive(SrcFP) && "Cannot copy dead register"); in handleSpecialFP()1458 unsigned Slot = getSlot(SrcFP); in handleSpecialFP()1464 duplicateToTop(SrcFP, DstFP, Inst); in handleSpecialFP()
1405 unsigned SrcFP = getFPReg(MO1); in handleSpecialFP() local1406 assert(isLive(SrcFP) && "Cannot copy dead register"); in handleSpecialFP()1410 unsigned Slot = getSlot(SrcFP); in handleSpecialFP()1416 duplicateToTop(SrcFP, DstFP, Inst); in handleSpecialFP()