Searched refs:NN0 (Results 1 – 2 of 2) sorted by relevance
/external/valgrind/none/tests/arm64/ |
D | integer.c | 9346 #define NN0 0xa3ca7e66297c469b in test_arith() macro 9357 TESTINST3("add x21,x22,x23,uxtb #0", NN0, NN1, x21,x22,x23,0); in test_arith() 9363 TESTINST3("add x21,x22,x23,uxth #0", NN0, NN1, x21,x22,x23,0); in test_arith() 9369 TESTINST3("add x21,x22,x23,uxtw #0", NN0, NN1, x21,x22,x23,0); in test_arith() 9375 TESTINST3("add x21,x22,x23,uxtx #0", NN0, NN1, x21,x22,x23,0); in test_arith() 9381 TESTINST3("add x21,x22,x23,sxtb #0", NN0, NN1, x21,x22,x23,0); in test_arith() 9387 TESTINST3("add x21,x22,x23,sxth #0", NN0, NN1, x21,x22,x23,0); in test_arith() 9393 TESTINST3("add x21,x22,x23,sxtw #0", NN0, NN1, x21,x22,x23,0); in test_arith() 9399 TESTINST3("add x21,x22,x23,sxtx #0", NN0, NN1, x21,x22,x23,0); in test_arith() 9406 TESTINST3("adds x21,x22,x23,uxtb #0", NN0, NN1, x21,x22,x23,0); in test_arith() [all …]
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | DAGCombiner.cpp | 1056 SDValue NN0 = PromoteOperand(N0, PVT, Replace0); in PromoteIntBinOp() local 1057 if (!NN0.getNode()) in PromoteIntBinOp() 1064 NN1 = NN0; in PromoteIntBinOp() 1071 AddToWorklist(NN0.getNode()); in PromoteIntBinOp() 1076 ReplaceLoadWithPromotedLoad(N0.getNode(), NN0.getNode()); in PromoteIntBinOp() 1084 DAG.getNode(Opc, dl, PVT, NN0, NN1)); in PromoteIntBinOp()
|