Home
last modified time | relevance | path

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

/external/pcre/dist2/src/sljit/
DsljitNativeX86_common.c964 case SLJIT_DIVMOD_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()
1027 *inst = MOD_REG | ((op >= SLJIT_DIVMOD_UW) ? reg_map[TMP_REG1] : reg_map[SLJIT_R1]); in sljit_emit_op0()
1030 size = (!compiler->mode32 || op >= SLJIT_DIVMOD_UW) ? 3 : 2; in sljit_emit_op0()
1039 *inst++ = REX_W | ((op >= SLJIT_DIVMOD_UW) ? REX_B : 0); in sljit_emit_op0()
1040 else if (op >= SLJIT_DIVMOD_UW) in sljit_emit_op0()
1043 *inst = MOD_REG | ((op >= SLJIT_DIVMOD_UW) ? reg_lmap[TMP_REG1] : reg_lmap[SLJIT_R1]); in sljit_emit_op0()
1058 case SLJIT_DIVMOD_UW: in sljit_emit_op0()
DsljitLir.h885 #define SLJIT_DIVMOD_UW (SLJIT_OP0_BASE + 4) macro
886 #define SLJIT_DIVMOD_U32 (SLJIT_DIVMOD_UW | SLJIT_I32_OP)
DsljitNativeARM_T2_32.c1269 case SLJIT_DIVMOD_UW: in sljit_emit_op0()
1272 …FAIL_IF(push_inst32(compiler, (op == SLJIT_DIVMOD_UW ? UDIV : SDIV) | RD4(SLJIT_R0) | RN4(SLJIT_R0… in sljit_emit_op0()
1279 case SLJIT_DIVMOD_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()
DsljitNativeSPARC_common.c857 case SLJIT_DIVMOD_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()
DsljitNativePPC_common.c1147 case SLJIT_DIVMOD_UW: in sljit_emit_op0()
1151 …FAIL_IF(push_inst(compiler, (int_op ? (op == SLJIT_DIVMOD_UW ? DIVWU : DIVW) : (op == SLJIT_DIVMOD… in sljit_emit_op0()
1154 …FAIL_IF(push_inst(compiler, (op == SLJIT_DIVMOD_UW ? DIVWU : DIVW) | D(SLJIT_R0) | A(SLJIT_R0) | B… in sljit_emit_op0()
DsljitNativeARM_32.c1710 case SLJIT_DIVMOD_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()
DsljitNativeMIPS_common.c1257 case SLJIT_DIVMOD_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()
DsljitNativeARM_64.c1140 case SLJIT_DIVMOD_UW: in sljit_emit_op0()
1143 …FAIL_IF(push_inst(compiler, ((op == SLJIT_DIVMOD_UW ? UDIV : SDIV) ^ inv_bits) | RD(SLJIT_R0) | RN… in sljit_emit_op0()
DsljitNativeS390X.c1509 case SLJIT_DIVMOD_UW: in sljit_emit_op0()
1514 if (op == SLJIT_DIVMOD_UW) in sljit_emit_op0()
DsljitLir.c1173 || ((op & ~SLJIT_I32_OP) >= SLJIT_DIVMOD_UW && (op & ~SLJIT_I32_OP) <= SLJIT_DIV_SW) in check_sljit_emit_op0()
1183 if (GET_OPCODE(op) >= SLJIT_DIVMOD_UW && GET_OPCODE(op) <= SLJIT_DIV_SW) { in check_sljit_emit_op0()