Home
last modified time | relevance | path

Searched refs:SLJIT_DIV_SW (Results 1 – 10 of 10) sorted by relevance

/external/pcre/dist2/src/sljit/
DsljitLir.h729 #define SLJIT_DIV_SW (SLJIT_OP0_BASE + 7) macro
730 #define SLJIT_DIV_S32 (SLJIT_DIV_SW | SLJIT_I32_OP)
DsljitNativeX86_common.c773 case SLJIT_DIV_SW: in sljit_emit_op0()
805 if ((op | 0x2) == SLJIT_DIV_SW) { in sljit_emit_op0()
872 case SLJIT_DIV_SW: in sljit_emit_op0()
DsljitNativeSPARC_common.c787 case SLJIT_DIV_SW: in sljit_emit_op0()
DsljitLir.c1039 || ((op & ~SLJIT_I32_OP) >= SLJIT_DIVMOD_UW && (op & ~SLJIT_I32_OP) <= SLJIT_DIV_SW)); in check_sljit_emit_op0()
DsljitNativeARM_T2_32.c1264 case SLJIT_DIV_SW: in sljit_emit_op0()
DsljitNativeARM_64.c1271 case SLJIT_DIV_SW: in sljit_emit_op0()
DsljitNativePPC_common.c1286 case SLJIT_DIV_SW: in sljit_emit_op0()
DsljitNativeTILEGX_64.c2188 case SLJIT_DIV_SW: in sljit_emit_op0()
DsljitNativeMIPS_common.c1059 case SLJIT_DIV_SW: in sljit_emit_op0()
DsljitNativeARM_32.c1839 case SLJIT_DIV_SW: in sljit_emit_op0()