Home
last modified time | relevance | path

Searched refs:SLJIT_AND (Results 1 – 16 of 16) sorted by relevance

/PHP-7.1/ext/pcre/pcrelib/
H A Dpcre_jit_compile.c2941 OP2(SLJIT_AND, TMP1, 0, TMP1, 0, SLJIT_IMM, 0x3f); in do_utfreadchar()
2943 OP2(SLJIT_AND, TMP2, 0, TMP2, 0, SLJIT_IMM, 0x3f); in do_utfreadchar()
2958 OP2(SLJIT_AND, TMP2, 0, TMP2, 0, SLJIT_IMM, 0x3f); in do_utfreadchar()
2974 OP2(SLJIT_AND, TMP2, 0, TMP2, 0, SLJIT_IMM, 0x3f); in do_utfreadchar()
2989 OP2(SLJIT_AND, TMP1, 0, TMP1, 0, SLJIT_IMM, 0x3f); in do_utfreadchar16()
2991 OP2(SLJIT_AND, TMP2, 0, TMP2, 0, SLJIT_IMM, 0x3f); in do_utfreadchar16()
3009 OP2(SLJIT_AND, TMP2, 0, TMP2, 0, SLJIT_IMM, 0x3f); in do_utfreadchar16()
3031 OP2(SLJIT_AND, TMP2, 0, TMP2, 0, SLJIT_IMM, 0x1f); in do_utfreadtype8()
3035 OP2(SLJIT_AND, TMP1, 0, TMP1, 0, SLJIT_IMM, 0x3f); in do_utfreadtype8()
4189 OP2(SLJIT_AND, TMP1, 0, TMP1, 0, SLJIT_IMM, 1); in check_wordboundary()
[all …]
/PHP-7.1/ext/pcre/pcrelib/sljit/
H A DsljitLir.h837 #define SLJIT_AND (SLJIT_OP2_BASE + 5) macro
838 #define SLJIT_IAND (SLJIT_AND | SLJIT_INT_OP)
H A DsljitNativeSPARC_32.c116 case SLJIT_AND: in emit_single_op()
H A DsljitNativePPC_32.c171 case SLJIT_AND: in emit_single_op()
H A DsljitNativeARM_T2_32.c614 case SLJIT_AND: in emit_op_imm()
754 case SLJIT_AND: in emit_op_imm()
2009 ins = (op == SLJIT_AND ? ANDI : (op == SLJIT_OR ? ORRI : EORI)); in sljit_emit_op_flags()
2035 if (op == SLJIT_AND || src != dst_r) { in sljit_emit_op_flags()
H A DsljitNativePPC_64.c298 case SLJIT_AND: in emit_single_op()
H A DsljitNativeMIPS_32.c315 case SLJIT_AND: in emit_single_op()
H A DsljitNativeARM_32.c1108 case SLJIT_AND: in emit_single_op()
1955 case SLJIT_AND: in sljit_emit_op2()
2504 ins = (op == SLJIT_AND ? AND_DP : (op == SLJIT_OR ? ORR_DP : EOR_DP)); in sljit_emit_op_flags()
H A DsljitNativePPC_common.c1605 case SLJIT_AND: in sljit_emit_op2()
1609 if (!GET_FLAGS(op) || GET_OPCODE(op) == SLJIT_AND) { in sljit_emit_op2()
1627 if (!GET_FLAGS(op) && GET_OPCODE(op) != SLJIT_AND) { in sljit_emit_op2()
H A DsljitNativeMIPS_64.c410 case SLJIT_AND: in emit_single_op()
H A DsljitLir.c632 case SLJIT_AND: \
1422 || (GET_OPCODE(op) >= SLJIT_AND && GET_OPCODE(op) <= SLJIT_XOR)); in check_sljit_emit_op_flags()
H A DsljitNativeARM_64.c593 case SLJIT_AND: in emit_op_imm()
738 case SLJIT_AND: in emit_op_imm()
H A DsljitNativeTILEGX_64.c1909 case SLJIT_AND: in emit_single_op()
2278 case SLJIT_AND: in sljit_emit_op2()
H A DsljitNativeSPARC_common.c893 case SLJIT_AND: in sljit_emit_op2()
H A DsljitNativeMIPS_common.c1222 case SLJIT_AND: in sljit_emit_op2()
H A DsljitNativeX86_common.c2199 case SLJIT_AND:

Completed in 94 milliseconds