HomeSort by relevance Sort by last modified time
    Searched refs:SLJIT_SDIV (Results 1 - 10 of 10) sorted by null

  /external/pcre/dist/sljit/
sljitLir.h 692 #define SLJIT_SDIV (SLJIT_OP0_BASE + 5)
693 #define SLJIT_ISDIV (SLJIT_SDIV | SLJIT_INT_OP)
    [all...]
sljitNativeARM_64.c     [all...]
sljitNativeX86_common.c 745 case SLJIT_SDIV:
776 if (op == SLJIT_SDIV) {
841 case SLJIT_SDIV:
    [all...]
sljitNativeSPARC_common.c 796 case SLJIT_SDIV:
    [all...]
sljitLir.c 1017 || ((op & ~SLJIT_INT_OP) >= SLJIT_UDIV && (op & ~SLJIT_INT_OP) <= SLJIT_SDIV));
    [all...]
sljitNativeARM_T2_32.c     [all...]
sljitNativeARM_32.c     [all...]
sljitNativeMIPS_common.c     [all...]
sljitNativePPC_common.c     [all...]
sljitNativeTILEGX_64.c     [all...]

Completed in 43 milliseconds