Searched refs:SLJIT_I32_OP (Results 1 - 8 of 8) sorted by relevance

/external/pcre/dist2/src/sljit/
H A DsljitLir.h641 #define SLJIT_I32_OP 0x100 macro
643 /* F32 precision mode (SP). This flag is similar to SLJIT_I32_OP, just
646 Similar to SLJIT_I32_OP, all register arguments must be computed by
708 #define SLJIT_DIVMOD_U32 (SLJIT_DIVMOD_UW | SLJIT_I32_OP)
716 #define SLJIT_DIVMOD_S32 (SLJIT_DIVMOD_SW | SLJIT_I32_OP)
722 #define SLJIT_DIV_U32 (SLJIT_DIV_UW | SLJIT_I32_OP)
730 #define SLJIT_DIV_S32 (SLJIT_DIV_SW | SLJIT_I32_OP)
752 #define SLJIT_MOV32_U8 (SLJIT_MOV_U8 | SLJIT_I32_OP)
755 #define SLJIT_MOV32_S8 (SLJIT_MOV_S8 | SLJIT_I32_OP)
758 #define SLJIT_MOV32_U16 (SLJIT_MOV_U16 | SLJIT_I32_OP)
[all...]
H A DsljitLir.c80 ((op) & ~(SLJIT_I32_OP | SLJIT_SET_E | SLJIT_SET_U | SLJIT_SET_S | SLJIT_SET_O | SLJIT_SET_C | SLJIT_KEEP_FLAGS))
86 ((op) & (SLJIT_I32_OP | SLJIT_SET_E | SLJIT_SET_U | SLJIT_SET_S | SLJIT_SET_O | SLJIT_SET_C | SLJIT_KEEP_FLAGS))
344 SLJIT_COMPILE_ASSERT(SLJIT_I32_OP == SLJIT_F32_OP,
666 CHECK_ARGUMENT(!(op & (SLJIT_I32_OP | SLJIT_SET_E | SLJIT_SET_U | SLJIT_SET_S | SLJIT_SET_O | SLJIT_SET_C | SLJIT_KEEP_FLAGS))); \
669 /* Only SLJIT_I32_OP or SLJIT_F32_OP is allowed. */ \
682 /* Only SLJIT_I32_OP or SLJIT_F32_OP is allowed. */ \
877 ((type & 0xff) <= SLJIT_MUL_NOT_OVERFLOW ? ((type & SLJIT_I32_OP) ? "32" : "") \
1039 || ((op & ~SLJIT_I32_OP) >= SLJIT_DIVMOD_UW && (op & ~SLJIT_I32_OP) <= SLJIT_DIV_SW));
1047 fprintf(compiler->verbose, (op & SLJIT_I32_OP)
[all...]
H A DsljitNativeMIPS_64.c122 (!(op & SLJIT_I32_OP) ? a : b)
141 SLJIT_ASSERT(!(op & SLJIT_I32_OP)); \
146 ins = (op & SLJIT_I32_OP) ? op_imm : op_dimm; \
153 ins = (op & SLJIT_I32_OP) ? op_v : op_dv; \
202 SLJIT_ASSERT(!(op & SLJIT_I32_OP));
234 FAIL_IF(push_inst(compiler, ORI | SA(0) | T(dst) | IMM((op & SLJIT_I32_OP) ? 32 : 64), UNMOVABLE_INS));
395 if (op & SLJIT_I32_OP)
H A DsljitNativeX86_common.c789 compiler->mode32 = op & SLJIT_I32_OP;
1190 inst = emit_x86_instruction(compiler, 1 | EX86_SHIFT_INS, SLJIT_IMM, !(op_flags & SLJIT_I32_OP) ? 63 : 31, TMP_REG1, 0);
1225 EMIT_MOV(compiler, dst_r, 0, SLJIT_IMM, !(op_flags & SLJIT_I32_OP) ? 64 + 63 : 32 + 31);
1226 compiler->mode32 = op_flags & SLJIT_I32_OP;
1263 inst = emit_x86_instruction(compiler, 1 | EX86_BIN_INS, SLJIT_IMM, !(op_flags & SLJIT_I32_OP) ? 63 : 31, dst_r, 0);
1303 compiler->mode32 = op_flags & SLJIT_I32_OP;
1312 if (op_flags & SLJIT_I32_OP) {
2167 compiler->mode32 = op & SLJIT_I32_OP;
2991 CHECK_ARGUMENT(!(type & ~(0xff | SLJIT_I32_OP)));
2993 CHECK_ARGUMENT(FUNCTION_CHECK_IS_REG(dst_reg & ~SLJIT_I32_OP));
[all...]
H A DsljitNativeARM_64.c1248 sljit_ins inv_bits = (op & SLJIT_I32_OP) ? (1 << 31) : 0;
1381 return emit_op_imm(compiler, op | ((op_flags & SLJIT_I32_OP) ? INT_OP : 0), dst_r, TMP_REG1, src);
1396 if (op_flags & SLJIT_I32_OP) {
1414 if (op_flags & SLJIT_I32_OP)
1449 if (op & SLJIT_I32_OP) {
1910 sljit_ins inv_bits = (type & SLJIT_I32_OP) ? (1 << 31) : 0;
1997 if (op & SLJIT_I32_OP) {
H A DsljitNativePPC_common.c1253 sljit_s32 int_op = op & SLJIT_I32_OP;
1319 if (op_flags & SLJIT_I32_OP) {
1411 return emit_op(compiler, SLJIT_CLZ, flags | (!(op_flags & SLJIT_I32_OP) ? 0 : ALT_FORM1), dst, dstw, TMP_REG1, 0, src, srcw);
1474 if (op & SLJIT_I32_OP) {
1556 /* We know ALT_SIGN_EXT is set if it is an SLJIT_I32_OP on 64 bit systems. */
1567 /* We know ALT_SIGN_EXT is set if it is an SLJIT_I32_OP on 64 bit systems. */
1586 /* We know ALT_SIGN_EXT is set if it is an SLJIT_I32_OP on 64 bit systems. */
1594 if (op & SLJIT_I32_OP)
1650 if (op & SLJIT_I32_OP)
2242 input_flags = (flags & SLJIT_I32_OP)
[all...]
H A DsljitNativeMIPS_common.c1035 sljit_s32 int_op = op & SLJIT_I32_OP;
1098 if ((op & SLJIT_I32_OP) && GET_OPCODE(op) >= SLJIT_NOT) {
1201 if (op & SLJIT_I32_OP) {
1235 if (op & SLJIT_I32_OP)
1751 flags = ((type & SLJIT_I32_OP) ? INT_DATA : WORD_DATA) | LOAD_DATA;
2014 sljit_s32 mem_type = (op & SLJIT_I32_OP) ? (INT_DATA | SIGNED_DATA) : WORD_DATA;
H A DsljitNativeTILEGX_64.c2089 sljit_s32 mem_type = (op & SLJIT_I32_OP) ? (INT_DATA | SIGNED_DATA) : WORD_DATA;
2254 return emit_op(compiler, op, (op & SLJIT_I32_OP) ? INT_DATA : WORD_DATA, dst, dstw, TMP_REG1, 0, src, srcw);
2290 if (op & SLJIT_I32_OP)

Completed in 409 milliseconds