Home
last modified time | relevance | path

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

/external/pcre/dist/sljit/
DsljitLir.h686 #define SLJIT_UDIV (SLJIT_OP0_BASE + 4) macro
687 #define SLJIT_IUDIV (SLJIT_UDIV | SLJIT_INT_OP)
DsljitNativeX86_common.c744 case SLJIT_UDIV: in sljit_emit_op0()
765 if (op == SLJIT_UDIV) { in sljit_emit_op0()
807 *inst = MOD_REG | ((op >= SLJIT_UDIV) ? reg_map[TMP_REG1] : reg_map[SLJIT_R1]); in sljit_emit_op0()
810 size = (!compiler->mode32 || op >= SLJIT_UDIV) ? 3 : 2; in sljit_emit_op0()
819 *inst++ = REX_W | ((op >= SLJIT_UDIV) ? REX_B : 0); in sljit_emit_op0()
820 else if (op >= SLJIT_UDIV) in sljit_emit_op0()
823 *inst = MOD_REG | ((op >= SLJIT_UDIV) ? reg_lmap[TMP_REG1] : reg_lmap[SLJIT_R1]); in sljit_emit_op0()
838 case SLJIT_UDIV: in sljit_emit_op0()
DsljitNativeSPARC_common.c795 case SLJIT_UDIV: in sljit_emit_op0()
798 if (op == SLJIT_UDIV) in sljit_emit_op0()
805 …FAIL_IF(push_inst(compiler, (op == SLJIT_UDIV ? UDIV : SDIV) | D(SLJIT_R0) | S1(SLJIT_R0) | S2(SLJ… in sljit_emit_op0()
DsljitNativeMIPS_common.c1071 case SLJIT_UDIV: in sljit_emit_op0()
1080 …FAIL_IF(push_inst(compiler, (op == SLJIT_UDIV ? DIVU : DIV) | S(SLJIT_R0) | T(SLJIT_R1), MOVABLE_I… in sljit_emit_op0()
1082 …FAIL_IF(push_inst(compiler, (op == SLJIT_UDIV ? DDIVU : DDIV) | S(SLJIT_R0) | T(SLJIT_R1), MOVABLE… in sljit_emit_op0()
1084 …FAIL_IF(push_inst(compiler, (op == SLJIT_UDIV ? DIVU : DIV) | S(SLJIT_R0) | T(SLJIT_R1), MOVABLE_I… in sljit_emit_op0()
DsljitNativePPC_common.c1285 case SLJIT_UDIV: in sljit_emit_op0()
1290 …FAIL_IF(push_inst(compiler, (op == SLJIT_UDIV ? DIVWU : DIVW) | D(SLJIT_R0) | A(TMP_REG1) | B(SLJI… in sljit_emit_op0()
1293 …FAIL_IF(push_inst(compiler, (op == SLJIT_UDIV ? DIVDU : DIVD) | D(SLJIT_R0) | A(TMP_REG1) | B(SLJI… in sljit_emit_op0()
1298 …FAIL_IF(push_inst(compiler, (op == SLJIT_UDIV ? DIVWU : DIVW) | D(SLJIT_R0) | A(TMP_REG1) | B(SLJI… in sljit_emit_op0()
DsljitNativeARM_T2_32.c1273 case SLJIT_UDIV: in sljit_emit_op0()
1282 (op == SLJIT_UDIV ? SLJIT_FUNC_OFFSET(__aeabi_uidivmod) : SLJIT_FUNC_OFFSET(__aeabi_idivmod)))); in sljit_emit_op0()
DsljitNativeARM_32.c1849 case SLJIT_UDIV: in sljit_emit_op0()
1855 (op == SLJIT_UDIV ? SLJIT_FUNC_OFFSET(__aeabi_uidivmod) : SLJIT_FUNC_OFFSET(__aeabi_idivmod)))); in sljit_emit_op0()
DsljitLir.c1017 || ((op & ~SLJIT_INT_OP) >= SLJIT_UDIV && (op & ~SLJIT_INT_OP) <= SLJIT_SDIV)); in check_sljit_emit_op0()
DsljitNativeARM_64.c1234 case SLJIT_UDIV: in sljit_emit_op0()
DsljitNativeTILEGX_64.c2225 case SLJIT_UDIV: in sljit_emit_op0()