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

/external/valgrind/main/none/tests/arm64/
H A Dinteger.c9282 #define NN1 0xa67e09b8e126596c macro
9292 TESTINST3("add x21,x22,x23,uxtb #0", NN0, NN1, x21,x22,x23,0);
9298 TESTINST3("add x21,x22,x23,uxth #0", NN0, NN1, x21,x22,x23,0);
9304 TESTINST3("add x21,x22,x23,uxtw #0", NN0, NN1, x21,x22,x23,0);
9310 TESTINST3("add x21,x22,x23,uxtx #0", NN0, NN1, x21,x22,x23,0);
9316 TESTINST3("add x21,x22,x23,sxtb #0", NN0, NN1, x21,x22,x23,0);
9322 TESTINST3("add x21,x22,x23,sxth #0", NN0, NN1, x21,x22,x23,0);
9328 TESTINST3("add x21,x22,x23,sxtw #0", NN0, NN1, x21,x22,x23,0);
9334 TESTINST3("add x21,x22,x23,sxtx #0", NN0, NN1, x21,x22,x23,0);
9341 TESTINST3("adds x21,x22,x23,uxtb #0", NN0, NN1, x2
[all...]
/external/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp928 SDValue NN1; local
930 NN1 = NN0;
932 NN1 = PromoteOperand(N1, PVT, Replace1);
933 if (!NN1.getNode())
938 if (NN1.getNode())
939 AddToWorkList(NN1.getNode());
944 ReplaceLoadWithPromotedLoad(N1.getNode(), NN1.getNode());
950 DAG.getNode(Opc, dl, PVT, NN0, NN1));

Completed in 128 milliseconds