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.c764 case SLJIT_DIVMOD_UW: in sljit_emit_op0()
782 …SLJIT_COMPILE_ASSERT((SLJIT_DIVMOD_UW & 0x2) == 0 && SLJIT_DIV_UW - 0x2 == SLJIT_DIVMOD_UW, bad_di… in sljit_emit_op0()
827 *inst = MOD_REG | ((op >= SLJIT_DIVMOD_UW) ? reg_map[TMP_REG1] : reg_map[SLJIT_R1]); in sljit_emit_op0()
830 size = (!compiler->mode32 || op >= SLJIT_DIVMOD_UW) ? 3 : 2; in sljit_emit_op0()
839 *inst++ = REX_W | ((op >= SLJIT_DIVMOD_UW) ? REX_B : 0); in sljit_emit_op0()
840 else if (op >= SLJIT_DIVMOD_UW) in sljit_emit_op0()
843 *inst = MOD_REG | ((op >= SLJIT_DIVMOD_UW) ? reg_lmap[TMP_REG1] : reg_lmap[SLJIT_R1]); in sljit_emit_op0()
858 case SLJIT_DIVMOD_UW: in sljit_emit_op0()
DsljitLir.h857 #define SLJIT_DIVMOD_UW (SLJIT_OP0_BASE + 4) macro
858 #define SLJIT_DIVMOD_U32 (SLJIT_DIVMOD_UW | SLJIT_I32_OP)
DsljitNativeARM_T2_32.c1245 case SLJIT_DIVMOD_UW: in sljit_emit_op0()
1248 …FAIL_IF(push_inst32(compiler, (op == SLJIT_DIVMOD_UW ? UDIV : SDIV) | RD4(SLJIT_R0) | RN4(SLJIT_R0… in sljit_emit_op0()
1255 case SLJIT_DIVMOD_UW: in sljit_emit_op0()
1259 …SLJIT_COMPILE_ASSERT((SLJIT_DIVMOD_UW & 0x2) == 0 && SLJIT_DIV_UW - 0x2 == SLJIT_DIVMOD_UW, bad_di… in sljit_emit_op0()
DsljitNativeSPARC_common.c823 case SLJIT_DIVMOD_UW: in sljit_emit_op0()
827 …SLJIT_COMPILE_ASSERT((SLJIT_DIVMOD_UW & 0x2) == 0 && SLJIT_DIV_UW - 0x2 == SLJIT_DIVMOD_UW, bad_di… in sljit_emit_op0()
DsljitNativePPC_common.c1056 case SLJIT_DIVMOD_UW: in sljit_emit_op0()
1060 …FAIL_IF(push_inst(compiler, (int_op ? (op == SLJIT_DIVMOD_UW ? DIVWU : DIVW) : (op == SLJIT_DIVMOD… in sljit_emit_op0()
1063 …FAIL_IF(push_inst(compiler, (op == SLJIT_DIVMOD_UW ? DIVWU : DIVW) | D(SLJIT_R0) | A(SLJIT_R0) | B… in sljit_emit_op0()
DsljitNativeMIPS_common.c1085 case SLJIT_DIVMOD_UW: in sljit_emit_op0()
1089 …SLJIT_COMPILE_ASSERT((SLJIT_DIVMOD_UW & 0x2) == 0 && SLJIT_DIV_UW - 0x2 == SLJIT_DIVMOD_UW, bad_di… in sljit_emit_op0()
DsljitNativeARM_32.c1600 case SLJIT_DIVMOD_UW: in sljit_emit_op0()
1604 …SLJIT_COMPILE_ASSERT((SLJIT_DIVMOD_UW & 0x2) == 0 && SLJIT_DIV_UW - 0x2 == SLJIT_DIVMOD_UW, bad_di… in sljit_emit_op0()
DsljitNativeARM_64.c1099 case SLJIT_DIVMOD_UW: in sljit_emit_op0()
1102 …FAIL_IF(push_inst(compiler, ((op == SLJIT_DIVMOD_UW ? UDIV : SDIV) ^ inv_bits) | RD(SLJIT_R0) | RN… in sljit_emit_op0()
DsljitLir.c1131 || ((op & ~SLJIT_I32_OP) >= SLJIT_DIVMOD_UW && (op & ~SLJIT_I32_OP) <= SLJIT_DIV_SW)); in check_sljit_emit_op0()
1140 if (GET_OPCODE(op) >= SLJIT_DIVMOD_UW) { in check_sljit_emit_op0()
DsljitNativeTILEGX_64.c2182 case SLJIT_DIVMOD_UW: in sljit_emit_op0()