Home | History | Annotate | Download | only in sljit

Lines Matching refs:EORI

113 #define EORI		0xf0800000
633 return push_inst32(compiler, EORI | (flags & SET_FLAGS) | RD4(dst) | RN4(reg) | imm);
1991 ins = (op == SLJIT_AND ? ANDI : (op == SLJIT_OR ? ORRI : EORI));
1997 /* The condition must always be set, even if the ORRI/EORI is not executed above. */
2031 /* The condition must always be set, even if the ORR/EORI is not executed above. */