Searched refs:SLJIT_NEG (Results 1 - 13 of 13) sorted by relevance

/external/pcre/dist2/src/sljit/
H A DsljitLir.h800 #define SLJIT_NEG (SLJIT_OP1_BASE + 17) macro
801 #define SLJIT_NEG32 (SLJIT_NEG | SLJIT_I32_OP)
H A DsljitNativePPC_32.c89 case SLJIT_NEG:
H A DsljitNativePPC_64.c205 case SLJIT_NEG:
H A DsljitNativeARM_64.c543 case SLJIT_NEG:
706 case SLJIT_NEG:
H A DsljitNativeSPARC_common.c872 case SLJIT_NEG:
H A DsljitNativePPC_common.c1406 case SLJIT_NEG:
1407 return emit_op(compiler, SLJIT_NEG, flags, dst, dstw, TMP_REG1, 0, src, srcw);
H A DsljitLir.c640 case SLJIT_NEG: \
H A DsljitNativeARM_T2_32.c1414 if (op == SLJIT_NEG) {
H A DsljitNativeARM_32.c1918 case SLJIT_NEG:
H A DsljitNativeMIPS_common.c1169 case SLJIT_NEG:
H A DsljitNativeTILEGX_64.c2250 case SLJIT_NEG:
H A DsljitNativeX86_common.c1432 case SLJIT_NEG:
/external/pcre/dist2/src/
H A Dpcre2_jit_compile.c4826 OP1(SLJIT_NEG, TMP2, 0, TMP2, 0);

Completed in 157 milliseconds