Home
last modified time | relevance | path

Searched refs:SLJIT_NOT (Results 1 – 15 of 15) sorted by relevance

/third_party/pcre2/pcre2/src/sljit/
DsljitLir.h999 #define SLJIT_NOT (SLJIT_OP1_BASE + 9) macro
1000 #define SLJIT_NOT32 (SLJIT_NOT | SLJIT_32)
DsljitNativeSPARC_32.c72 case SLJIT_NOT: in emit_single_op()
DsljitNativePPC_32.c85 case SLJIT_NOT: in emit_single_op()
DsljitNativePPC_common.c1304 if (op < SLJIT_NOT && FAST_IS_REG(src) && src == dst) { in sljit_emit_op1()
1311 if (op < SLJIT_NOT) { in sljit_emit_op1()
1361 case SLJIT_NOT: in sljit_emit_op1()
1362 return emit_op(compiler, SLJIT_NOT, flags, dst, dstw, TMP_REG1, 0, src, srcw); in sljit_emit_op1()
DsljitNativePPC_64.c197 case SLJIT_NOT: in emit_single_op()
DsljitNativeMIPS_32.c121 case SLJIT_NOT: in emit_single_op()
DsljitNativeARM_64.c642 case SLJIT_NOT: in emit_op_imm()
792 case SLJIT_NOT: in emit_op_imm()
DsljitLir.c1269 case SLJIT_NOT: in check_sljit_emit_op1()
1288 if (GET_OPCODE(op) >= SLJIT_NOT) { in check_sljit_emit_op1()
DsljitNativeMIPS_64.c234 case SLJIT_NOT: in emit_single_op()
DsljitNativeARM_T2_32.c616 case SLJIT_NOT: in emit_op_imm()
809 case SLJIT_NOT: in emit_op_imm()
DsljitNativeARM_32.c1409 case SLJIT_NOT: in emit_single_op()
2033 case SLJIT_NOT: in sljit_emit_op1()
DsljitNativeSPARC_common.c1024 case SLJIT_NOT: in sljit_emit_op1()
DsljitNativeMIPS_common.c1583 case SLJIT_NOT: in sljit_emit_op1()
DsljitNativeX86_common.c1575 case SLJIT_NOT: in sljit_emit_op1()
DsljitNativeS390X.c2101 case SLJIT_NOT: in sljit_emit_op1()