Home | History | Annotate | Download | only in test

Lines Matching refs:Eon

761   COMPARE(eon(w19, w20, Operand(0x80000001)),
763 COMPARE(eon(x21, x22, Operand(0xc000000000000003)),
829 COMPARE(eon(w15, w16, Operand(w17)), "eon w15, w16, w17");
830 COMPARE(eon(x18, x19, Operand(x20, LSL, 21)), "eon x18, x19, x20, lsl #21");
831 COMPARE(eon(w21, w22, Operand(w23, LSR, 22)), "eon w21, w22, w23, lsr #22");
832 COMPARE(eon(x24, x25, Operand(x26, ASR, 23)), "eon x24, x25, x26, asr #23");
833 COMPARE(eon(w27, w28, Operand(w29, ROR, 24)), "eon w27, w28, w29, ror #24");
2713 COMPARE(Eon(w10, w11, 0), "mvn w10, w11");
2714 COMPARE(Eon(x10, x11, 0), "mvn x10, x11");
2731 COMPARE(Eon(w22, w23, 0xffffffff), "mov w22, w23");
2732 COMPARE(Eon(x22, x23, 0xffffffff), "eor x22, x23, #0xffffffff00000000");
2733 COMPARE(Eon(x22, x23, 0xffffffffffffffff), "mov x22, x23");