Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_jit_compile.c2833 OP2(SLJIT_AND, TMP1, 0, TMP1, 0, SLJIT_IMM, 0x3ff); in peek_char()
2920 OP2(SLJIT_AND, TMP1, 0, TMP1, 0, SLJIT_IMM, 0x3f); in read_char_range()
2924 OP2(SLJIT_AND, TMP2, 0, TMP2, 0, SLJIT_IMM, 0x3f); in read_char_range()
2930 OP2(SLJIT_AND, TMP2, 0, TMP2, 0, SLJIT_IMM, 0x3f); in read_char_range()
2944 OP2(SLJIT_AND, TMP1, 0, TMP1, 0, SLJIT_IMM, 0x3f); in read_char_range()
2950 OP2(SLJIT_AND, TMP2, 0, TMP2, 0, SLJIT_IMM, 0x3f); in read_char_range()
2970 OP2(SLJIT_AND, TMP1, 0, TMP1, 0, SLJIT_IMM, 0x3f); in read_char_range()
2972 OP2(SLJIT_AND, TMP2, 0, TMP2, 0, SLJIT_IMM, 0x3f); in read_char_range()
2993 OP2(SLJIT_AND, TMP1, 0, TMP1, 0, SLJIT_IMM, 0x3ff); in read_char_range()
3045 OP2(SLJIT_AND, TMP2, 0, TMP2, 0, SLJIT_IMM, 0x3f); in read_char8_type()
[all …]
/external/pcre/dist2/src/sljit/
DsljitLir.h833 #define SLJIT_AND (SLJIT_OP2_BASE + 5) macro
834 #define SLJIT_AND32 (SLJIT_AND | SLJIT_I32_OP)
DsljitNativeSPARC_32.c116 case SLJIT_AND: in emit_single_op()
DsljitNativePPC_32.c171 case SLJIT_AND: in emit_single_op()
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()
DsljitNativePPC_64.c298 case SLJIT_AND: in emit_single_op()
DsljitNativeMIPS_32.c315 case SLJIT_AND: in emit_single_op()
DsljitNativePPC_common.c1609 case SLJIT_AND: in sljit_emit_op2()
1613 if (!GET_FLAGS(op) || GET_OPCODE(op) == SLJIT_AND) { in sljit_emit_op2()
1631 if (!GET_FLAGS(op) && GET_OPCODE(op) != SLJIT_AND) { in sljit_emit_op2()
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()
DsljitLir.c632 case SLJIT_AND: \
1437 || (GET_OPCODE(op) >= SLJIT_AND && GET_OPCODE(op) <= SLJIT_XOR)); in check_sljit_emit_op_flags()
DsljitNativeMIPS_64.c410 case SLJIT_AND: in emit_single_op()
DsljitNativeARM_64.c593 case SLJIT_AND: in emit_op_imm()
738 case SLJIT_AND: in emit_op_imm()
DsljitNativeTILEGX_64.c1909 case SLJIT_AND: in emit_single_op()
2280 case SLJIT_AND: in sljit_emit_op2()
DsljitNativeSPARC_common.c897 case SLJIT_AND: in sljit_emit_op2()
DsljitNativeMIPS_common.c1222 case SLJIT_AND: in sljit_emit_op2()
DsljitNativeX86_common.c2222 case SLJIT_AND: