Searched refs:NN1 (Results 1 - 3 of 3) sorted by relevance

/external/valgrind/none/tests/arm64/
H A Dinteger.c9347 #define NN1 0xa67e09b8e126596c macro
9357 TESTINST3("add x21,x22,x23,uxtb #0", NN0, NN1, x21,x22,x23,0);
9363 TESTINST3("add x21,x22,x23,uxth #0", NN0, NN1, x21,x22,x23,0);
9369 TESTINST3("add x21,x22,x23,uxtw #0", NN0, NN1, x21,x22,x23,0);
9375 TESTINST3("add x21,x22,x23,uxtx #0", NN0, NN1, x21,x22,x23,0);
9381 TESTINST3("add x21,x22,x23,sxtb #0", NN0, NN1, x21,x22,x23,0);
9387 TESTINST3("add x21,x22,x23,sxth #0", NN0, NN1, x21,x22,x23,0);
9393 TESTINST3("add x21,x22,x23,sxtw #0", NN0, NN1, x21,x22,x23,0);
9399 TESTINST3("add x21,x22,x23,sxtx #0", NN0, NN1, x21,x22,x23,0);
9406 TESTINST3("adds x21,x22,x23,uxtb #0", NN0, NN1, x2
[all...]
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp785 SDValue NN1; local
787 NN1 = NN0;
789 NN1 = PromoteOperand(N1, PVT, Replace1);
790 if (NN1.getNode() == 0)
795 if (NN1.getNode())
796 AddToWorkList(NN1.getNode());
801 ReplaceLoadWithPromotedLoad(N1.getNode(), NN1.getNode());
807 DAG.getNode(Opc, dl, PVT, NN0, NN1));
/external/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp1055 SDValue NN1; local
1057 NN1 = NN0;
1059 NN1 = PromoteOperand(N1, PVT, Replace1);
1060 if (!NN1.getNode())
1065 if (NN1.getNode())
1066 AddToWorklist(NN1.getNode());
1071 ReplaceLoadWithPromotedLoad(N1.getNode(), NN1.getNode());
1077 DAG.getNode(Opc, dl, PVT, NN0, NN1));

Completed in 574 milliseconds