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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FloatingPoint.cpp1360 // NotTOS - The register which is not on the top of stack...
1361 unsigned NotTOS = (TOS == Op0) ? Op1 : Op0; local
1365 I = BuildMI(*MBB, I, dl, TII->get(Opcode)).addReg(getSTReg(NotTOS));
1379 unsigned UpdatedSlot = getSlot(updateST0 ? TOS : NotTOS);

Completed in 105 milliseconds