Home | History | Annotate | Download | only in cctest

Lines Matching refs:Eon

662   COMPARE(eon(w19, w20, Operand(0x80000001)),
664 COMPARE(eon(x21, x22, Operand(0xc000000000000003L)),
730 COMPARE(eon(w15, w16, Operand(w17)), "eon w15, w16, w17");
731 COMPARE(eon(x18, x19, Operand(x20, LSL, 21)), "eon x18, x19, x20, lsl #21");
732 COMPARE(eon(w21, w22, Operand(w23, LSR, 22)), "eon w21, w22, w23, lsr #22");
733 COMPARE(eon(x24, x25, Operand(x26, ASR, 23)), "eon x24, x25, x26, asr #23");
734 COMPARE(eon(w27, w28, Operand(w29, ROR, 24)), "eon w27, w28, w29, ror #24");
1687 COMPARE(Eon(w10, w11, 0), "mvn w10, w11");
1688 COMPARE(Eon(x10, x11, 0), "mvn x10, x11");
1705 COMPARE(Eon(w22, w23, 0xffffffff), "mov w22, w23");
1706 COMPARE(Eon(x22, x23, 0xffffffff), "eor x22, x23, #0xffffffff00000000");
1707 COMPARE(Eon(x22, x23, 0xffffffffffffffff), "mov x22, x23");