Home
last modified time | relevance | path

Searched refs:SLJIT_OR (Results 1 – 14 of 14) sorted by relevance

/php-src/ext/pcre/pcre2lib/
H A Dpcre2_jit_compile.c4558 OP2(SLJIT_OR, TMP1, 0, TMP1, 0, TMP2, 0); in do_utfreadchar()
4572 OP2(SLJIT_OR, TMP1, 0, TMP1, 0, TMP2, 0); in do_utfreadchar()
4588 OP2(SLJIT_OR, TMP1, 0, TMP1, 0, TMP2, 0); in do_utfreadchar()
4612 OP2(SLJIT_OR, TMP2, 0, TMP2, 0, TMP1, 0); in do_utfreadtype8()
4673 OP2(SLJIT_OR, TMP1, 0, TMP1, 0, TMP2, 0); in do_utfreadchar_invalid()
4716 OP2(SLJIT_OR, TMP1, 0, TMP1, 0, TMP2, 0); in do_utfreadchar_invalid()
4763 OP2(SLJIT_OR, TMP1, 0, TMP1, 0, TMP2, 0); in do_utfreadchar_invalid()
4874 OP2(SLJIT_OR, TMP1, 0, TMP1, 0, TMP2, 0); in do_utfreadnewline_invalid()
4994 OP2(SLJIT_OR, TMP1, 0, TMP1, 0, TMP2, 0); in do_utfpeakcharback()
5000 OP2(SLJIT_OR, TMP1, 0, TMP1, 0, TMP2, 0); in do_utfpeakcharback()
[all …]
/php-src/ext/pcre/pcre2lib/sljit/
H A DsljitLir.h1190 #define SLJIT_OR (SLJIT_OP2_BASE + 6) macro
1191 #define SLJIT_OR32 (SLJIT_OR | SLJIT_32)
H A DsljitNativePPC_32.c211 case SLJIT_OR: in emit_single_op()
H A DsljitNativeS390X.c2383 case SLJIT_OR: in is_commutative()
2693 else if (type == SLJIT_OR) { in sljit_emit_bitwise_imm()
2801 else if (type == SLJIT_OR) in sljit_emit_bitwise()
2978 case SLJIT_OR: in sljit_emit_op2()
3714 case SLJIT_OR: in sljit_emit_op_flags()
3753 case SLJIT_OR: in sljit_emit_op_flags()
H A DsljitNativePPC_64.c368 case SLJIT_OR: in emit_single_op()
H A DsljitNativeARM_64.c764 case SLJIT_OR: in emit_op_imm()
768 if (op == SLJIT_OR) in emit_op_imm()
936 case SLJIT_OR: in emit_op_imm()
H A DsljitNativeARM_T2_32.c799 case SLJIT_OR: in emit_op_imm()
979 case SLJIT_OR: in emit_op_imm()
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 DsljitNativeX86_common.c2527 case SLJIT_OR:
3320 if (GET_OPCODE(op) == SLJIT_OR && !GET_ALL_FLAGS(op) && FAST_IS_REG(dst)) {
3382 if (GET_OPCODE(op) == SLJIT_OR && !GET_ALL_FLAGS(op) && FAST_IS_REG(dst) && reg_map[dst] <= 4) {
H A DsljitNativeARM_32.c1615 case SLJIT_OR: in emit_single_op()
2327 case SLJIT_OR: in sljit_emit_op2()
3390 ins = (op == SLJIT_AND ? AND : (op == SLJIT_OR ? ORR : EOR)); in sljit_emit_op_flags()
H A DsljitNativeRISCV_common.c1544 case SLJIT_OR: in emit_single_op()
1903 case SLJIT_OR: in sljit_emit_op2()
H A DsljitNativeLOONGARCH_64.c1510 case SLJIT_OR: in emit_single_op()
1859 case SLJIT_OR: in sljit_emit_op2()
H A DsljitNativeMIPS_common.c2114 case SLJIT_OR: in emit_single_op()
2620 case SLJIT_OR: in sljit_emit_op2()
H A DsljitLir.c1570 case SLJIT_OR: in check_sljit_emit_op2()
H A DsljitNativePPC_common.c1851 case SLJIT_OR: in sljit_emit_op2()

Completed in 165 milliseconds