Searched refs:Select32 (Results 1 – 5 of 5) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Target/SystemZ/ |
D | SystemZISelLowering.cpp | 810 assert((MI->getOpcode() == SystemZ::Select32 || in EmitInstrWithCustomInserter()
|
D | SystemZInstrInfo.td | 79 def Select32 : Pseudo<(outs GR32:$dst), (ins GR32:$src1, GR32:$src2, i8imm:$cc), 80 "# Select32 PSEUDO",
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCISelDAGToDAG.cpp | 1366 SDNode *Select32(SDNode *N, bool LateMask, unsigned *InstCnt) { in Select32() function in __anon7bd595e20411::BitPermutationSelector 1879 return Select32(N, LateMask, InstCnt); in Select()
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZInstrInfo.td | 343 def Select32 : SelectWrapper<GR32>; 1707 (Select32 (LHI -1), (LHI 0), imm32zx4:$valid, imm32zx4:$cc)>;
|
D | SystemZISelLowering.cpp | 5995 case SystemZ::Select32: in EmitInstrWithCustomInserter()
|