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

/external/pcre/dist2/src/sljit/
H A DsljitLir.h797 #define SLJIT_NOT (SLJIT_OP1_BASE + 16) macro
798 #define SLJIT_NOT32 (SLJIT_NOT | SLJIT_I32_OP)
H A DsljitNativeSPARC_32.c77 case SLJIT_NOT:
H A DsljitNativePPC_32.c85 case SLJIT_NOT:
H A DsljitNativeMIPS_32.c118 case SLJIT_NOT:
H A DsljitNativeMIPS_64.c210 case SLJIT_NOT:
H A DsljitNativePPC_64.c200 case SLJIT_NOT:
H A DsljitNativeARM_64.c553 case SLJIT_NOT:
702 case SLJIT_NOT:
H A DsljitNativeARM_T2_32.c538 case SLJIT_NOT:
715 case SLJIT_NOT:
H A DsljitNativePPC_common.c1320 if (op < SLJIT_NOT) {
1403 case SLJIT_NOT:
1404 return emit_op(compiler, SLJIT_NOT, flags, dst, dstw, TMP_REG1, 0, src, srcw);
H A DsljitNativeSPARC_common.c868 case SLJIT_NOT:
H A DsljitNativeARM_32.c1044 case SLJIT_NOT:
1915 case SLJIT_NOT:
H A DsljitNativeMIPS_common.c1098 if ((op & SLJIT_I32_OP) && GET_OPCODE(op) >= SLJIT_NOT) {
1166 case SLJIT_NOT:
H A DsljitNativeTILEGX_64.c1642 case SLJIT_NOT:
2247 case SLJIT_NOT:
H A DsljitLir.c630 case SLJIT_NOT: \
H A DsljitNativeX86_common.c1427 case SLJIT_NOT:

Completed in 152 milliseconds