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

/external/valgrind/main/none/tests/arm64/
H A Dinteger.c9281 #define NN0 0xa3ca7e66297c469b 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, NN
[all...]
/external/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp922 SDValue NN0 = PromoteOperand(N0, PVT, Replace0); local
923 if (!NN0.getNode())
930 NN1 = NN0;
937 AddToWorkList(NN0.getNode());
942 ReplaceLoadWithPromotedLoad(N0.getNode(), NN0.getNode());
950 DAG.getNode(Opc, dl, PVT, NN0, NN1));

Completed in 187 milliseconds