Home
last modified time | relevance | path

Searched refs:Select32 (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Target/SystemZ/
DSystemZISelLowering.cpp810 assert((MI->getOpcode() == SystemZ::Select32 || in EmitInstrWithCustomInserter()
DSystemZInstrInfo.td79 def Select32 : Pseudo<(outs GR32:$dst), (ins GR32:$src1, GR32:$src2, i8imm:$cc),
80 "# Select32 PSEUDO",
/external/llvm/lib/Target/PowerPC/
DPPCISelDAGToDAG.cpp1366 SDNode *Select32(SDNode *N, bool LateMask, unsigned *InstCnt) { in Select32() function in __anon0e9c87610411::BitPermutationSelector
1879 return Select32(N, LateMask, InstCnt); in Select()
/external/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.td343 def Select32 : SelectWrapper<GR32>;
1707 (Select32 (LHI -1), (LHI 0), imm32zx4:$valid, imm32zx4:$cc)>;
DSystemZISelLowering.cpp5995 case SystemZ::Select32: in EmitInstrWithCustomInserter()