Home
last modified time | relevance | path

Searched refs:SLJIT_DIV_UW (Results 1 – 9 of 9) sorted by relevance

/external/pcre/dist2/src/sljit/
DsljitNativeMIPS_common.c1259 case SLJIT_DIV_UW: in sljit_emit_op0()
1261 …SLJIT_COMPILE_ASSERT((SLJIT_DIVMOD_UW & 0x2) == 0 && SLJIT_DIV_UW - 0x2 == SLJIT_DIVMOD_UW, bad_di… in sljit_emit_op0()
1265 …FAIL_IF(push_inst(compiler, ((op | 0x2) == SLJIT_DIV_UW ? DIVU : DIV) | S(SLJIT_R0) | T(SLJIT_R1) … in sljit_emit_op0()
1266 …FAIL_IF(push_inst(compiler, ((op | 0x2) == SLJIT_DIV_UW ? MODU : MOD) | S(SLJIT_R0) | T(SLJIT_R1) … in sljit_emit_op0()
1269 …FAIL_IF(push_inst(compiler, ((op | 0x2) == SLJIT_DIV_UW ? DDIVU : DDIV) | S(SLJIT_R0) | T(SLJIT_R1… in sljit_emit_op0()
1270 …FAIL_IF(push_inst(compiler, ((op | 0x2) == SLJIT_DIV_UW ? DMODU : DMOD) | S(SLJIT_R0) | T(SLJIT_R1… in sljit_emit_op0()
1273 …FAIL_IF(push_inst(compiler, ((op | 0x2) == SLJIT_DIV_UW ? DIVU : DIV) | S(SLJIT_R0) | T(SLJIT_R1) … in sljit_emit_op0()
1274 …FAIL_IF(push_inst(compiler, ((op | 0x2) == SLJIT_DIV_UW ? MODU : MOD) | S(SLJIT_R0) | T(SLJIT_R1) … in sljit_emit_op0()
1277 …return (op >= SLJIT_DIV_UW) ? SLJIT_SUCCESS : push_inst(compiler, ADDU_W | S(TMP_REG1) | TA(0) | D… in sljit_emit_op0()
1285 …FAIL_IF(push_inst(compiler, ((op | 0x2) == SLJIT_DIV_UW ? DIVU : DIV) | S(SLJIT_R0) | T(SLJIT_R1),… in sljit_emit_op0()
[all …]
DsljitLir.h899 #define SLJIT_DIV_UW (SLJIT_OP0_BASE + 6) macro
900 #define SLJIT_DIV_U32 (SLJIT_DIV_UW | SLJIT_I32_OP)
DsljitNativeSPARC_common.c859 case SLJIT_DIV_UW: in sljit_emit_op0()
861 …SLJIT_COMPILE_ASSERT((SLJIT_DIVMOD_UW & 0x2) == 0 && SLJIT_DIV_UW - 0x2 == SLJIT_DIVMOD_UW, bad_di… in sljit_emit_op0()
863 if ((op | 0x2) == SLJIT_DIV_UW) in sljit_emit_op0()
871 …FAIL_IF(push_inst(compiler, ((op | 0x2) == SLJIT_DIV_UW ? UDIV : SDIV) | D(SLJIT_R0) | S1(SLJIT_R0… in sljit_emit_op0()
872 if (op >= SLJIT_DIV_UW) in sljit_emit_op0()
DsljitNativeARM_T2_32.c1275 case SLJIT_DIV_UW: in sljit_emit_op0()
1277 …return push_inst32(compiler, (op == SLJIT_DIV_UW ? UDIV : SDIV) | RD4(SLJIT_R0) | RN4(SLJIT_R0) | … in sljit_emit_op0()
1281 case SLJIT_DIV_UW: in sljit_emit_op0()
1283 …SLJIT_COMPILE_ASSERT((SLJIT_DIVMOD_UW & 0x2) == 0 && SLJIT_DIV_UW - 0x2 == SLJIT_DIVMOD_UW, bad_di… in sljit_emit_op0()
1291 if (op >= SLJIT_DIV_UW) in sljit_emit_op0()
1312 ((op | 0x2) == SLJIT_DIV_UW ? SLJIT_FUNC_OFFSET(__rt_udiv) : SLJIT_FUNC_OFFSET(__rt_sdiv)))); in sljit_emit_op0()
1315 …((op | 0x2) == SLJIT_DIV_UW ? SLJIT_FUNC_OFFSET(__aeabi_uidivmod) : SLJIT_FUNC_OFFSET(__aeabi_idiv… in sljit_emit_op0()
DsljitNativeX86_common.c966 case SLJIT_DIV_UW: in sljit_emit_op0()
982 …SLJIT_COMPILE_ASSERT((SLJIT_DIVMOD_UW & 0x2) == 0 && SLJIT_DIV_UW - 0x2 == SLJIT_DIVMOD_UW, bad_di… in sljit_emit_op0()
985 if ((op | 0x2) == SLJIT_DIV_UW) { in sljit_emit_op0()
1059 case SLJIT_DIV_UW: in sljit_emit_op0()
1071 if (op >= SLJIT_DIV_UW) in sljit_emit_op0()
DsljitNativePPC_common.c1158 case SLJIT_DIV_UW: in sljit_emit_op0()
1161 …return push_inst(compiler, (int_op ? (op == SLJIT_DIV_UW ? DIVWU : DIVW) : (op == SLJIT_DIV_UW ? D… in sljit_emit_op0()
1163 …return push_inst(compiler, (op == SLJIT_DIV_UW ? DIVWU : DIVW) | D(SLJIT_R0) | A(SLJIT_R0) | B(SLJ… in sljit_emit_op0()
DsljitNativeARM_32.c1712 case SLJIT_DIV_UW: in sljit_emit_op0()
1714 …SLJIT_COMPILE_ASSERT((SLJIT_DIVMOD_UW & 0x2) == 0 && SLJIT_DIV_UW - 0x2 == SLJIT_DIVMOD_UW, bad_di… in sljit_emit_op0()
1722 if (op >= SLJIT_DIV_UW) in sljit_emit_op0()
1740 …((op | 0x2) == SLJIT_DIV_UW ? SLJIT_FUNC_OFFSET(__aeabi_uidivmod) : SLJIT_FUNC_OFFSET(__aeabi_idiv… in sljit_emit_op0()
DsljitNativeARM_64.c1146 case SLJIT_DIV_UW: in sljit_emit_op0()
1148 …return push_inst(compiler, ((op == SLJIT_DIV_UW ? UDIV : SDIV) ^ inv_bits) | RD(SLJIT_R0) | RN(SLJ… in sljit_emit_op0()
DsljitNativeS390X.c1508 case SLJIT_DIV_UW: in sljit_emit_op0()