Searched refs:SLJIT_SDIV (Results 1 - 10 of 10) sorted by relevance

/external/pcre/dist/sljit/
H A DsljitLir.h692 #define SLJIT_SDIV (SLJIT_OP0_BASE + 5) macro
693 #define SLJIT_ISDIV (SLJIT_SDIV | SLJIT_INT_OP)
H A DsljitNativeARM_64.c1235 case SLJIT_SDIV:
1237 FAIL_IF(push_inst(compiler, ((op == SLJIT_SDIV ? SDIV : UDIV) ^ inv_bits) | RD(SLJIT_R0) | RN(SLJIT_R0) | RM(SLJIT_R1)));
H A DsljitNativeX86_common.c745 case SLJIT_SDIV:
776 if (op == SLJIT_SDIV) {
841 case SLJIT_SDIV:
H A DsljitNativeSPARC_common.c796 case SLJIT_SDIV:
H A DsljitLir.c1017 || ((op & ~SLJIT_INT_OP) >= SLJIT_UDIV && (op & ~SLJIT_INT_OP) <= SLJIT_SDIV));
H A DsljitNativeARM_T2_32.c1274 case SLJIT_SDIV:
H A DsljitNativeARM_32.c1850 case SLJIT_SDIV:
H A DsljitNativeMIPS_common.c1072 case SLJIT_SDIV:
H A DsljitNativePPC_common.c1286 case SLJIT_SDIV:
H A DsljitNativeTILEGX_64.c2226 case SLJIT_SDIV:

Completed in 82 milliseconds