Home
last modified time | relevance | path

Searched refs:SrcFP (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86FloatingPoint.cpp1328 unsigned SrcFP = getFPReg(MO1); in handleSpecialFP() local
1329 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() local
1364 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 …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86FloatingPoint.cpp1453 unsigned SrcFP = getFPReg(MO1); in handleSpecialFP() local
1454 assert(isLive(SrcFP) && "Cannot copy dead register"); in handleSpecialFP()
1458 unsigned Slot = getSlot(SrcFP); in handleSpecialFP()
1464 duplicateToTop(SrcFP, DstFP, Inst); in handleSpecialFP()
/external/llvm/lib/Target/X86/
DX86FloatingPoint.cpp1405 unsigned SrcFP = getFPReg(MO1); in handleSpecialFP() local
1406 assert(isLive(SrcFP) && "Cannot copy dead register"); in handleSpecialFP()
1410 unsigned Slot = getSlot(SrcFP); in handleSpecialFP()
1416 duplicateToTop(SrcFP, DstFP, Inst); in handleSpecialFP()