Searched refs:SLJIT_I32_OP (Results 1 – 8 of 8) sorted by relevance
/external/pcre/dist2/src/sljit/ |
D | sljitLir.h | 641 #define SLJIT_I32_OP 0x100 macro 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) 761 #define SLJIT_MOV32_S16 (SLJIT_MOV_S16 | SLJIT_I32_OP) 769 #define SLJIT_MOV32 (SLJIT_MOV_S32 | SLJIT_I32_OP) [all …]
|
D | sljitLir.c | 80 …((op) & ~(SLJIT_I32_OP | SLJIT_SET_E | SLJIT_SET_U | SLJIT_SET_S | SLJIT_SET_O | SLJIT_SET_C | SLJ… 86 …((op) & (SLJIT_I32_OP | SLJIT_SET_E | SLJIT_SET_U | SLJIT_SET_S | SLJIT_SET_O | SLJIT_SET_C | SLJI… 344 SLJIT_COMPILE_ASSERT(SLJIT_I32_OP == SLJIT_F32_OP, in sljit_create_compiler() 666 …CHECK_ARGUMENT(!(op & (SLJIT_I32_OP | SLJIT_SET_E | SLJIT_SET_U | SLJIT_SET_S | SLJIT_SET_O | SLJI… 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)); in check_sljit_emit_op0() 1047 fprintf(compiler->verbose, (op & SLJIT_I32_OP) ? "32" : "w"); in check_sljit_emit_op0() 1076 …!(op & SLJIT_I32_OP) ? "" : "32", (op != SLJIT_MOV32 && op != SLJIT_MOVU32) ? op1_names[GET_OPCODE… in check_sljit_emit_op1() 1080 … %s%s%s%s%s%s%s%s ", op1_names[GET_OPCODE(op) - SLJIT_OP1_BASE], !(op & SLJIT_I32_OP) ? "" : "32", in check_sljit_emit_op1() 1113 … %s%s%s%s%s%s%s%s ", op2_names[GET_OPCODE(op) - SLJIT_OP2_BASE], !(op & SLJIT_I32_OP) ? "" : "32", in check_sljit_emit_op2() [all …]
|
D | sljitNativeMIPS_64.c | 122 (!(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)); in emit_single_op() 234 …FAIL_IF(push_inst(compiler, ORI | SA(0) | T(dst) | IMM((op & SLJIT_I32_OP) ? 32 : 64), UNMOVABLE_I… in emit_single_op() 395 if (op & SLJIT_I32_OP) in emit_single_op()
|
D | sljitNativeX86_common.c | 789 compiler->mode32 = op & SLJIT_I32_OP; in sljit_emit_op0() 1190 …inst = emit_x86_instruction(compiler, 1 | EX86_SHIFT_INS, SLJIT_IMM, !(op_flags & SLJIT_I32_OP) ? … in emit_clz() 1225 EMIT_MOV(compiler, dst_r, 0, SLJIT_IMM, !(op_flags & SLJIT_I32_OP) ? 64 + 63 : 32 + 31); in emit_clz() 1226 compiler->mode32 = op_flags & SLJIT_I32_OP; in emit_clz() 1263 …inst = emit_x86_instruction(compiler, 1 | EX86_BIN_INS, SLJIT_IMM, !(op_flags & SLJIT_I32_OP) ? 63… in emit_clz() 1303 compiler->mode32 = op_flags & SLJIT_I32_OP; in sljit_emit_op1() 1312 if (op_flags & SLJIT_I32_OP) { in sljit_emit_op1() 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 …]
|
D | sljitNativeARM_64.c | 1248 sljit_ins inv_bits = (op & SLJIT_I32_OP) ? (1 << 31) : 0; in sljit_emit_op0() 1381 … return emit_op_imm(compiler, op | ((op_flags & SLJIT_I32_OP) ? INT_OP : 0), dst_r, TMP_REG1, src); in sljit_emit_op1() 1396 if (op_flags & SLJIT_I32_OP) { in sljit_emit_op1() 1414 if (op_flags & SLJIT_I32_OP) in sljit_emit_op1() 1449 if (op & SLJIT_I32_OP) { in sljit_emit_op2() 1910 sljit_ins inv_bits = (type & SLJIT_I32_OP) ? (1 << 31) : 0; in emit_cmp_to0() 1997 if (op & SLJIT_I32_OP) { in sljit_emit_op_flags()
|
D | sljitNativePPC_common.c | 1253 sljit_s32 int_op = op & SLJIT_I32_OP; in sljit_emit_op0() 1319 if (op_flags & SLJIT_I32_OP) { in sljit_emit_op1() 1411 …return emit_op(compiler, SLJIT_CLZ, flags | (!(op_flags & SLJIT_I32_OP) ? 0 : ALT_FORM1), dst, dst… in sljit_emit_op1() 1474 if (op & SLJIT_I32_OP) { in sljit_emit_op2() 1594 if (op & SLJIT_I32_OP) in sljit_emit_op2() 1650 if (op & SLJIT_I32_OP) in sljit_emit_op2() 2242 input_flags = (flags & SLJIT_I32_OP) ? INT_DATA : WORD_DATA; in sljit_emit_op_flags()
|
D | sljitNativeMIPS_common.c | 1035 sljit_s32 int_op = op & SLJIT_I32_OP; in sljit_emit_op0() 1098 if ((op & SLJIT_I32_OP) && GET_OPCODE(op) >= SLJIT_NOT) { in sljit_emit_op1() 1201 if (op & SLJIT_I32_OP) { in sljit_emit_op2() 1235 if (op & SLJIT_I32_OP) in sljit_emit_op2() 1751 flags = ((type & SLJIT_I32_OP) ? INT_DATA : WORD_DATA) | LOAD_DATA; in sljit_emit_cmp() 2014 sljit_s32 mem_type = (op & SLJIT_I32_OP) ? (INT_DATA | SIGNED_DATA) : WORD_DATA; in sljit_emit_op_flags()
|
D | sljitNativeTILEGX_64.c | 2089 sljit_s32 mem_type = (op & SLJIT_I32_OP) ? (INT_DATA | SIGNED_DATA) : WORD_DATA; in sljit_emit_op_flags() 2254 …return emit_op(compiler, op, (op & SLJIT_I32_OP) ? INT_DATA : WORD_DATA, dst, dstw, TMP_REG1, 0, s… in sljit_emit_op1() 2290 if (op & SLJIT_I32_OP) in sljit_emit_op2()
|