Home
last modified time | relevance | path

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

/external/llvm/lib/Target/X86/
DX86FloatingPoint.cpp1298 unsigned NotTOS = (TOS == Op0) ? Op1 : Op0; in handleTwoArgFP() local
1302 I = BuildMI(*MBB, I, dl, TII->get(Opcode)).addReg(getSTReg(NotTOS)); in handleTwoArgFP()
1313 unsigned UpdatedSlot = getSlot(updateST0 ? TOS : NotTOS); in handleTwoArgFP()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86FloatingPoint.cpp1361 unsigned NotTOS = (TOS == Op0) ? Op1 : Op0; in handleTwoArgFP() local
1365 I = BuildMI(*MBB, I, dl, TII->get(Opcode)).addReg(getSTReg(NotTOS)); in handleTwoArgFP()
1376 unsigned UpdatedSlot = getSlot(updateST0 ? TOS : NotTOS); in handleTwoArgFP()
/external/llvm-project/llvm/lib/Target/X86/
DX86FloatingPoint.cpp1361 unsigned NotTOS = (TOS == Op0) ? Op1 : Op0; in handleTwoArgFP() local
1365 I = BuildMI(*MBB, I, dl, TII->get(Opcode)).addReg(getSTReg(NotTOS)); in handleTwoArgFP()
1379 unsigned UpdatedSlot = getSlot(updateST0 ? TOS : NotTOS); in handleTwoArgFP()