search for: isfpcmp

Displaying 3 results from an estimated 3 matches for "isfpcmp".

Did you mean: fpcmp
2013 Feb 18
1
[LLVMdev] splitting a branch within a pseudo
...* ExpandCondMov(MachineInstr *MI, MachineBasicBlock *BB, DebugLoc dl, const MipsSubtarget *Subtarget, const TargetInstrInfo *TII, bool isFPCmp, unsigned Opc) { // There is no need to expand CMov instructions if target has // conditional moves. if (Subtarget->hasCondMov()) return BB; // To "insert" a SELECT_CC instruction, we actually have to insert the // diamond control-flow pattern. The incoming instru...
2013 Feb 18
0
[LLVMdev] splitting a branch within a pseudo
...* ExpandCondMov(MachineInstr *MI, MachineBasicBlock *BB, DebugLoc dl, const MipsSubtarget *Subtarget, const TargetInstrInfo *TII, bool isFPCmp, unsigned Opc) { // There is no need to expand CMov instructions if target has // conditional moves. if (Subtarget->hasCondMov()) return BB; // To "insert" a SELECT_CC instruction, we actually have to insert the // diamond control-flow pattern. The incoming instru...
2013 Feb 17
4
[LLVMdev] splitting a branch within a pseudo
After discussions last night, I'm leaning towards going legit with all my pseudo expansions in Mips 16. Some I think I can clearly do by just putting in the proper side effects of implicit registers (T8 the condition code register as used by mips 16). But I'm still left with some pseudos that have jmp .+4 type instructions in them. The original Mips port was to Mips I and Mips I,