Home | History | Annotate | Download | only in aarch64

Lines Matching refs:tst

784   COMPARE(tst(w1, Operand(0x11111111)), "tst w1, #0x11111111");
785 COMPARE(tst(x2, Operand(0x8888888888888888)), "tst x2, #0x8888888888888888");
811 COMPARE(ands(xzr, xzr, Operand(7)), "tst xzr, #0x7");
887 COMPARE(tst(w0, Operand(w1)), "tst w0, w1");
888 COMPARE(tst(w2, Operand(w3, ROR, 10)), "tst w2, w3, ror #10");
889 COMPARE(tst(x0, Operand(x1)), "tst x0, x1");
890 COMPARE(tst(x2, Operand(x3, ROR, 42)), "tst x2, x3, ror #42");