Searched refs:NotTOS (Results 1 – 3 of 3) sorted by relevance
1346 unsigned NotTOS = (TOS == Op0) ? Op1 : Op0; in handleTwoArgFP() local1350 I = BuildMI(*MBB, I, dl, TII->get(Opcode)).addReg(getSTReg(NotTOS)); in handleTwoArgFP()1361 unsigned UpdatedSlot = getSlot(updateST0 ? TOS : NotTOS); in handleTwoArgFP()
1298 unsigned NotTOS = (TOS == Op0) ? Op1 : Op0; in handleTwoArgFP() local1302 I = BuildMI(*MBB, I, dl, TII->get(Opcode)).addReg(getSTReg(NotTOS)); in handleTwoArgFP()1313 unsigned UpdatedSlot = getSlot(updateST0 ? TOS : NotTOS); in handleTwoArgFP()
1230 unsigned NotTOS = (TOS == Op0) ? Op1 : Op0; in handleTwoArgFP() local1234 I = BuildMI(*MBB, I, dl, TII->get(Opcode)).addReg(getSTReg(NotTOS)); in handleTwoArgFP()1245 unsigned UpdatedSlot = getSlot(updateST0 ? TOS : NotTOS); in handleTwoArgFP()