Searched refs:VNOR (Results 1 – 9 of 9) sorted by relevance
/external/swiftshader/third_party/LLVM/test/CodeGen/PowerPC/ |
D | eqv-andc-orc-nor.ll | 71 define void @VNOR(<4 x float>* %P, <4 x float>* %Q) nounwind {
|
/external/llvm/test/CodeGen/PowerPC/ |
D | eqv-andc-orc-nor.ll | 71 define void @VNOR(<4 x float>* %P, <4 x float>* %Q) nounwind {
|
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/ |
D | PPCInstrAltivec.td | 441 def VNOR : VXForm_1<1284, (outs VRRC:$vD), (ins VRRC:$vA, VRRC:$vB), 649 def : Pat<(v4i32 (vnot_ppc VRRC:$vA)), (VNOR VRRC:$vA, VRRC:$vA)>; 652 (VNOR VRRC:$A, VRRC:$B)>;
|
/external/llvm/lib/Target/Mips/ |
D | MipsISelLowering.h | 195 VNOR, enumerator
|
D | MipsSEISelLowering.cpp | 1060 return DAG.getNode(MipsISD::VNOR, SDLoc(N), Ty, NotOp->getOperand(0), in performXORCombine()
|
D | MipsISelLowering.cpp | 211 case MipsISD::VNOR: return "MipsISD::VNOR"; in getTargetNodeName()
|
D | MipsMSAInstrInfo.td | 46 def MipsVNOR : SDNode<"MipsISD::VNOR", SDTIntBinOp,
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCInstrAltivec.td | 673 def VNOR : VXForm_1<1284, (outs vrrc:$vD), (ins vrrc:$vA, vrrc:$vB), 942 def : Pat<(vnot_ppc v4i32:$vA), (VNOR $vA, $vA)>; 945 (VNOR $A, $B)>;
|
D | PPCISelDAGToDAG.cpp | 2371 CurDAG->SelectNodeTo(N, PPCSubTarget->hasVSX() ? PPC::XXLNOR : PPC::VNOR, in trySETCC()
|