Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86FloatingPoint.cpp1346 unsigned NotTOS = (TOS == Op0) ? Op1 : Op0; in handleTwoArgFP() local
1350 I = BuildMI(*MBB, I, dl, TII->get(Opcode)).addReg(getSTReg(NotTOS)); in handleTwoArgFP()
1361 unsigned UpdatedSlot = getSlot(updateST0 ? TOS : NotTOS); in handleTwoArgFP()
/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/lib/Target/X86/
DX86FloatingPoint.cpp1230 unsigned NotTOS = (TOS == Op0) ? Op1 : Op0; in handleTwoArgFP() local
1234 I = BuildMI(*MBB, I, dl, TII->get(Opcode)).addReg(getSTReg(NotTOS)); in handleTwoArgFP()
1245 unsigned UpdatedSlot = getSlot(updateST0 ? TOS : NotTOS); in handleTwoArgFP()