Home | History | Annotate | Download | only in test

Lines Matching full:ands

748   COMPARE(ands(w23, w24, Operand(0x0000000f)), "ands w23, w24, #0xf");
749 COMPARE(ands(x25, x26, Operand(0x800000000000000f)),
750 "ands x25, x26, #0x800000000000000f");
765 COMPARE(bics(w27, w28, Operand(0xfffffff7)), "ands w27, w28, #0x8");
767 "ands x29, x0, #0x100000000");
771 COMPARE(ands(xzr, xzr, Operand(7)), "tst xzr, #0x7");
835 COMPARE(ands(w0, w1, Operand(w2)), "ands w0, w1, w2");
836 COMPARE(ands(x3, x4, Operand(x5, LSL, 1)), "ands x3, x4, x5, lsl #1");
837 COMPARE(ands(w6, w7, Operand(w8, LSR, 2)), "ands w6, w7, w8, lsr #2");
838 COMPARE(ands(x9, x10, Operand(x11, ASR, 3)), "ands x9, x10, x11, asr #3");
839 COMPARE(ands(w12, w13, Operand(w14, ROR, 4)), "ands w12, w13, w14, ror #4");