Home
last modified time | relevance | path

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

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