Home
last modified time | relevance | path

Searched refs:SLJIT_XOR (Results 1 – 13 of 13) sorted by relevance

/third_party/pcre2/pcre2/src/sljit/
DsljitLir.h1107 #define SLJIT_XOR (SLJIT_OP2_BASE + 7) macro
1108 #define SLJIT_XOR32 (SLJIT_XOR | SLJIT_32)
DsljitNativePPC_32.c233 case SLJIT_XOR: in emit_single_op()
DsljitNativePPC_64.c386 case SLJIT_XOR: in emit_single_op()
DsljitNativeS390X.c2304 case SLJIT_XOR: in is_commutative()
2900 case SLJIT_XOR: in sljit_emit_op2()
3503 case SLJIT_XOR: in sljit_emit_op_flags()
3545 case SLJIT_XOR: in sljit_emit_op_flags()
DsljitNativeRISCV_common.c1444 case SLJIT_XOR: in emit_single_op()
1742 …return emit_op(compiler, SLJIT_XOR | (op & (SLJIT_32 | SLJIT_SET_Z)), flags, dst, dstw, src, srcw,… in sljit_emit_op1()
1793 case SLJIT_XOR: in sljit_emit_op2()
DsljitNativeARM_64.c698 case SLJIT_XOR: in emit_op_imm()
856 case SLJIT_XOR: in emit_op_imm()
DsljitLir.c1395 case SLJIT_XOR: in check_sljit_emit_op2()
1958 || (GET_OPCODE(op) >= SLJIT_AND && GET_OPCODE(op) <= SLJIT_XOR)); in check_sljit_emit_op_flags()
DsljitNativeARM_T2_32.c735 case SLJIT_XOR: in emit_op_imm()
889 case SLJIT_XOR: in emit_op_imm()
DsljitNativeARM_32.c1555 case SLJIT_XOR: in emit_single_op()
2188 case SLJIT_XOR: in sljit_emit_op2()
DsljitNativeMIPS_common.c1870 case SLJIT_XOR: in emit_single_op()
2353 case SLJIT_XOR: in sljit_emit_op2()
DsljitNativeX86_common.c2461 case SLJIT_XOR:
DsljitNativePPC_common.c1662 case SLJIT_XOR: in sljit_emit_op2()
/third_party/pcre2/pcre2/src/
Dpcre2_jit_compile.c4412 OP2(SLJIT_XOR, TMP1, 0, TMP1, 0, SLJIT_IMM, 0x3000); in do_utfreadchar()
4425 OP2(SLJIT_XOR, TMP1, 0, TMP1, 0, SLJIT_IMM, 0xe0000); in do_utfreadchar()
4432 OP2(SLJIT_XOR, TMP1, 0, TMP1, 0, SLJIT_IMM, 0xf0000); in do_utfreadchar()
6756 OP2(SLJIT_XOR | SLJIT_SET_Z, TMP2, 0, TMP2, 0, TMP3, 0); in check_wordboundary()