HomeSort by: relevance | last modified time | path
    Searched refs:SLJIT_I32_OP (Results 1 - 10 of 10) sorted by relevancy

  /src/sys/external/bsd/sljit/dist/sljit_src/
sljitLir.h 672 SLJIT_ADD32 == (SLJIT_ADD | SLJIT_I32_OP) */
673 #define SLJIT_I32_OP 0x100
676 option is similar to SLJIT_I32_OP, it just applies to floating point
678 point operations, rather than 64 bit one. Similar to SLJIT_I32_OP, all
687 #define SLJIT_F32_OP SLJIT_I32_OP
775 #define SLJIT_DIVMOD_U32 (SLJIT_DIVMOD_UW | SLJIT_I32_OP)
783 #define SLJIT_DIVMOD_S32 (SLJIT_DIVMOD_SW | SLJIT_I32_OP)
789 #define SLJIT_DIV_U32 (SLJIT_DIV_UW | SLJIT_I32_OP)
797 #define SLJIT_DIV_S32 (SLJIT_DIV_SW | SLJIT_I32_OP)
850 #define SLJIT_MOV32_U8 (SLJIT_MOV_U8 | SLJIT_I32_OP)
    [all...]
sljitLir.c 96 ((op) & ~(SLJIT_I32_OP | SLJIT_SET_Z | VARIABLE_FLAG_MASK))
102 ((op) & (SLJIT_I32_OP | SLJIT_SET_Z | VARIABLE_FLAG_MASK))
372 SLJIT_COMPILE_ASSERT(SLJIT_I32_OP == SLJIT_F32_OP,
518 if ((current_flags & ~(VARIABLE_FLAG_MASK | SLJIT_I32_OP | SLJIT_SET_Z)) == 0) {
519 compiler->last_flags = GET_FLAG_TYPE(current_flags) | (current_flags & (SLJIT_I32_OP | SLJIT_SET_Z));
854 ((type & 0xff) <= SLJIT_MUL_NOT_OVERFLOW ? ((type & SLJIT_I32_OP) ? "32" : "") \
1017 || ((op & ~SLJIT_I32_OP) >= SLJIT_DIVMOD_UW && (op & ~SLJIT_I32_OP) <= SLJIT_DIV_SW));
1027 fprintf(compiler->verbose, (op & SLJIT_I32_OP) ? "32" : "w");
1064 CHECK_ARGUMENT(!(op & (SLJIT_I32_OP | SLJIT_SET_Z | VARIABLE_FLAG_MASK)))
    [all...]
sljitNativeMIPS_64.c 124 (!(op & SLJIT_I32_OP) ? a : b)
143 SLJIT_ASSERT(!(op & SLJIT_I32_OP)); \
148 ins = (op & SLJIT_I32_OP) ? op_imm : op_dimm; \
155 ins = (op & SLJIT_I32_OP) ? op_v : op_dv; \
207 SLJIT_ASSERT(!(op & SLJIT_I32_OP));
239 FAIL_IF(push_inst(compiler, ORI | SA(0) | T(dst) | IMM((op & SLJIT_I32_OP) ? 32 : 64), UNMOVABLE_INS));
467 if (op & SLJIT_I32_OP)
sljitNativeX86_common.c 745 compiler->mode32 = op & SLJIT_I32_OP;
1146 inst = emit_x86_instruction(compiler, 1 | EX86_SHIFT_INS, SLJIT_IMM, !(op_flags & SLJIT_I32_OP) ? 63 : 31, TMP_REG1, 0);
1181 EMIT_MOV(compiler, dst_r, 0, SLJIT_IMM, !(op_flags & SLJIT_I32_OP) ? 64 + 63 : 32 + 31);
1182 compiler->mode32 = op_flags & SLJIT_I32_OP;
1219 inst = emit_x86_instruction(compiler, 1 | EX86_BIN_INS, SLJIT_IMM, !(op_flags & SLJIT_I32_OP) ? 63 : 31, dst_r, 0);
1258 compiler->mode32 = op_flags & SLJIT_I32_OP;
1267 if (op_flags & SLJIT_I32_OP) {
2120 compiler->mode32 = op & SLJIT_I32_OP;
2903 CHECK_ARGUMENT(!(type & ~(0xff | SLJIT_I32_OP)));
2905 CHECK_ARGUMENT(FUNCTION_CHECK_IS_REG(dst_reg & ~SLJIT_I32_OP));
    [all...]
sljitNativeARM_64.c 1256 sljit_ins inv_bits = (op & SLJIT_I32_OP) ? (1 << 31) : 0;
1389 return emit_op_imm(compiler, op | ((op_flags & SLJIT_I32_OP) ? INT_OP : 0), dst_r, TMP_REG1, src);
1404 if (op_flags & SLJIT_I32_OP) {
1422 if (op_flags & SLJIT_I32_OP)
1457 if (op & SLJIT_I32_OP) {
1918 sljit_ins inv_bits = (type & SLJIT_I32_OP) ? (1 << 31) : 0;
2005 if (op & SLJIT_I32_OP) {
sljitNativeMIPS_common.c 1014 sljit_s32 int_op = op & SLJIT_I32_OP;
1077 if ((op & SLJIT_I32_OP) && GET_OPCODE(op) >= SLJIT_NOT) {
1180 if (op & SLJIT_I32_OP) {
1214 if (op & SLJIT_I32_OP)
1717 flags = ((type & SLJIT_I32_OP) ? INT_DATA : WORD_DATA) | LOAD_DATA;
1900 sljit_s32 mem_type = (op & SLJIT_I32_OP) ? (INT_DATA | SIGNED_DATA) : WORD_DATA;
sljitNativePPC_common.c 1266 sljit_s32 int_op = op & SLJIT_I32_OP;
1332 if (op_flags & SLJIT_I32_OP) {
1424 return emit_op(compiler, SLJIT_CLZ, flags | (!(op_flags & SLJIT_I32_OP) ? 0 : ALT_FORM1), dst, dstw, TMP_REG1, 0, src, srcw);
1487 if (op & SLJIT_I32_OP) {
1600 /* We know ALT_SIGN_EXT is set if it is an SLJIT_I32_OP on 64 bit systems. */
1608 if (op & SLJIT_I32_OP)
1664 if (op & SLJIT_I32_OP)
2255 input_flags = (flags & SLJIT_I32_OP) ? INT_DATA : WORD_DATA;
sljitNativeTILEGX_64.c 2091 sljit_s32 mem_type = (op & SLJIT_I32_OP) ? (INT_DATA | SIGNED_DATA) : WORD_DATA;
2256 return emit_op(compiler, op, (op & SLJIT_I32_OP) ? INT_DATA : WORD_DATA, dst, dstw, TMP_REG1, 0, src, srcw);
2292 if (op & SLJIT_I32_OP)
  /src/sys/net/
bpfjit.c 624 SLJIT_NOT_EQUAL|SLJIT_I32_OP,
1114 SLJIT_LSHR|SLJIT_I32_OP,
1176 status = sljit_emit_op0(compiler, SLJIT_UDIV|SLJIT_I32_OP);
1604 * instruction so SLJIT_I32_OP doesn't have any overhead.
1614 *res = SLJIT_MUL|SLJIT_I32_OP;
1629 *res = SLJIT_LSHR|SLJIT_I32_OP;
1645 * instructions so SLJIT_I32_OP doesn't have any overhead.
1647 *res = SLJIT_I32_OP;
1973 SLJIT_EQUAL|SLJIT_I32_OP,
  /src/sys/external/bsd/sljit/dist/test_src/
sljitTest.c 5222 sljit_x86_emit_cmov(compiler, SLJIT_LESS32, SLJIT_R0 | SLJIT_I32_OP, SLJIT_MEM1(SLJIT_S1), 4 * sizeof(sljit_s32));
5227 sljit_x86_emit_cmov(compiler, SLJIT_GREATER32, SLJIT_R0 | SLJIT_I32_OP, SLJIT_MEM1(SLJIT_S1), 4 * sizeof(sljit_s32));
5232 sljit_x86_emit_cmov(compiler, SLJIT_LESS_EQUAL32, SLJIT_R0 | SLJIT_I32_OP, SLJIT_MEM1(SLJIT_S1), 4 * sizeof(sljit_s32));
5237 sljit_x86_emit_cmov(compiler, SLJIT_GREATER_EQUAL32, SLJIT_R0 | SLJIT_I32_OP, SLJIT_MEM2(SLJIT_S1, SLJIT_R1), 0);

Completed in 30 milliseconds