Home
last modified time | relevance | path

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

/external/llvm/lib/Target/X86/
DX86FloatingPoint.cpp1362 unsigned DstFP = getFPReg(MO0); in handleSpecialFP() local
1363 assert(!isLive(DstFP) && "Cannot copy ST to live FP register"); in handleSpecialFP()
1371 Stack[Slot] = DstFP; in handleSpecialFP()
1372 RegMap[DstFP] = Slot; in handleSpecialFP()
1382 unsigned DstFP = getFPReg(MO0); in handleSpecialFP() local
1389 Stack[Slot] = DstFP; in handleSpecialFP()
1390 RegMap[DstFP] = Slot; in handleSpecialFP()
1394 duplicateToTop(SrcFP, DstFP, I); in handleSpecialFP()
1419 unsigned DstFP = getFPReg(MI->getOperand(0)); in handleSpecialFP() local
1431 Stack[0] = DstFP; in handleSpecialFP()
[all …]