HomeSort by: relevance | last modified time | path
    Searched defs:EORI (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/sljit/dist/sljit_src/
sljitNativeARM_T2_32.c 114 #define EORI 0xf0800000
640 return push_inst32(compiler, EORI | (flags & SET_FLAGS) | RD4(dst) | RN4(reg) | imm);
1843 ins = (op == SLJIT_AND ? ANDI : (op == SLJIT_OR ? ORRI : EORI));
1850 /* The condition must always be set, even if the ORRI/EORI is not executed above. */
1882 /* The condition must always be set, even if the ORR/EORI is not executed above. */
sljitNativeARM_64.c 83 #define EORI 0xd2000000
619 inst_bits |= EORI;

Completed in 14 milliseconds