D | integer.c | 9292 TESTINST3("add x21,x22,x23,uxtb #0", NN0, NN1, x21,x22,x23,0); in test_arith() 9293 TESTINST3("add x21,x22,x23,uxtb #1", NN2, NN3, x21,x22,x23,0); in test_arith() 9294 TESTINST3("add x21,x22,x23,uxtb #2", NN4, NN5, x21,x22,x23,0); in test_arith() 9295 TESTINST3("add x21,x22,x23,uxtb #3", NN6, NN7, x21,x22,x23,0); in test_arith() 9296 TESTINST3("add x21,x22,x23,uxtb #4", NN8, NN9, x21,x22,x23,0); in test_arith() 9298 TESTINST3("add x21,x22,x23,uxth #0", NN0, NN1, x21,x22,x23,0); in test_arith() 9299 TESTINST3("add x21,x22,x23,uxth #1", NN2, NN3, x21,x22,x23,0); in test_arith() 9300 TESTINST3("add x21,x22,x23,uxth #2", NN4, NN5, x21,x22,x23,0); in test_arith() 9301 TESTINST3("add x21,x22,x23,uxth #3", NN6, NN7, x21,x22,x23,0); in test_arith() 9302 TESTINST3("add x21,x22,x23,uxth #4", NN8, NN9, x21,x22,x23,0); in test_arith() [all …]
|