Home
last modified time | relevance | path

Searched refs:EORI (Results 1 – 2 of 2) sorted by relevance

/php-src/ext/pcre/pcre2lib/sljit/
H A DsljitNativeARM_T2_32.c141 #define EORI 0xf0800000 macro
815 return push_inst32(compiler, EORI | (flags & SET_FLAGS) | RD4(dst) | RN4(reg) | imm); in emit_op_imm()
1969 FAIL_IF(push_inst32(compiler, EORI | RD4(TMP_REG2) | RN4(src3) | 0x1f)); in sljit_emit_shift_into()
2938 FAIL_IF(push_inst32(compiler, ((op == SLJIT_OR) ? ORRI : EORI) | RN4(dst_r) | RD4(dst_r) | 1)); in sljit_emit_op_flags()
H A DsljitNativeARM_64.c96 #define EORI 0xd2000000 macro
771 inst_bits |= EORI; in emit_op_imm()
1637 FAIL_IF(push_inst(compiler, (EORI ^ inv_bits) | RD(TMP_REG2) | RN(src3) | imm)); in sljit_emit_shift_into()

Completed in 22 milliseconds