T 470 Zend/zend_builtin_functions.c arg = ZEND_CALL_VAR_NUM(ex, ex->func->op_array.last_var + ex->func->op_array.T) + (requested_offset - first_extra_arg); T 519 Zend/zend_builtin_functions.c p = ZEND_CALL_VAR_NUM(ex, ex->func->op_array.last_var + ex->func->op_array.T); T 2269 Zend/zend_builtin_functions.c p = ZEND_CALL_VAR_NUM(call, call->func->op_array.last_var + call->func->op_array.T); T 382 Zend/zend_compile.c return (uint32_t)op_array->T++; T 354 Zend/zend_compile.h uint32_t T; T 2133 Zend/zend_execute.c dst = src + (op_array->last_var + op_array->T - first_extra_arg); T 2248 Zend/zend_execute.c dst = src + (op_array->last_var + op_array->T - first_extra_arg); T 2316 Zend/zend_execute.c size_t stack_size = (ZEND_CALL_FRAME_SLOT + MAX(op_array->last_var + op_array->T, num_args)) * sizeof(zval); T 198 Zend/zend_execute.h used_stack += func->op_array.last_var + func->op_array.T - MIN(func->op_array.num_args, num_args); T 214 Zend/zend_execute.h zval *end = ZEND_CALL_VAR_NUM(call, call->func->op_array.last_var + call->func->op_array.T); T 1058 Zend/zend_object_handlers.c func->T = (fbc->type == ZEND_USER_FUNCTION)? MAX(fbc->op_array.last_var + fbc->op_array.T, 2) : 2; T 68 Zend/zend_opcode.c op_array->T = 0; T 4791 Zend/zend_vm_def.h param = EX_VAR_NUM(EX(func)->op_array.last_var + EX(func)->op_array.T); T 1238 Zend/zend_vm_execute.h param = EX_VAR_NUM(EX(func)->op_array.last_var + EX(func)->op_array.T); T 203 ext/fileinfo/libmagic/encoding.c F, F, F, F, F, F, F, T, T, T, T, T, T, T, F, F, /* 0x0X */ T 205 ext/fileinfo/libmagic/encoding.c F, F, F, F, F, F, F, F, F, F, F, T, F, F, F, F, /* 0x1X */ T 206 ext/fileinfo/libmagic/encoding.c T, T, T, T, T, T, T, T, T, T, T, T, T, T, T, T, /* 0x2X */ T 207 ext/fileinfo/libmagic/encoding.c T, T, T, T, T, T, T, T, T, T, T, T, T, T, T, T, /* 0x3X */ T 208 ext/fileinfo/libmagic/encoding.c T, T, T, T, T, T, T, T, T, T, T, T, T, T, T, T, /* 0x4X */ T 209 ext/fileinfo/libmagic/encoding.c T, T, T, T, T, T, T, T, T, T, T, T, T, T, T, T, /* 0x5X */ T 210 ext/fileinfo/libmagic/encoding.c T, T, T, T, T, T, T, T, T, T, T, T, T, T, T, T, /* 0x6X */ T 211 ext/fileinfo/libmagic/encoding.c T, T, T, T, T, T, T, T, T, T, T, T, T, T, T, F, /* 0x7X */ T 213 ext/fileinfo/libmagic/encoding.c X, X, X, X, X, T, X, X, X, X, X, X, X, X, X, X, /* 0x8X */ T 234 ext/fileinfo/libmagic/encoding.c if (t != T) T 253 ext/fileinfo/libmagic/encoding.c if (t != T && t != I) T 273 ext/fileinfo/libmagic/encoding.c if (t != T && t != I && t != X) T 311 ext/fileinfo/libmagic/encoding.c if (text_chars[buf[i]] != T) T 404 ext/fileinfo/libmagic/encoding.c text_chars[(size_t)ubuf[*ulen - 1]] != T) T 362 ext/fileinfo/libmagic/file.h #define CAST(T, b) static_cast<T>(b) T 363 ext/fileinfo/libmagic/file.h #define RCAST(T, b) reinterpret_cast<T>(b) T 365 ext/fileinfo/libmagic/file.h #define CAST(T, b) (T)(b) T 366 ext/fileinfo/libmagic/file.h #define RCAST(T, b) (T)(b) T 1758 ext/imap/php_imap.c if (mail_copy_full(imap_le_struct->imap_stream, ZSTR_VAL(seq), ZSTR_VAL(folder), (argc == 4 ? options : NIL)) == T) { T 1784 ext/imap/php_imap.c if (mail_copy_full(imap_le_struct->imap_stream, ZSTR_VAL(seq), ZSTR_VAL(folder), (argc == 4 ? (options | CP_MOVE) : CP_MOVE)) == T) { T 1808 ext/imap/php_imap.c if (mail_create(imap_le_struct->imap_stream, ZSTR_VAL(folder)) == T) { T 1832 ext/imap/php_imap.c if (mail_rename(imap_le_struct->imap_stream, ZSTR_VAL(old_mailbox), ZSTR_VAL(new_mailbox)) == T) { T 1856 ext/imap/php_imap.c if (mail_delete(imap_le_struct->imap_stream, ZSTR_VAL(folder)) == T) { T 2285 ext/imap/php_imap.c if (mail_subscribe(imap_le_struct->imap_stream, ZSTR_VAL(folder)) == T) { T 2309 ext/imap/php_imap.c if (mail_unsubscribe(imap_le_struct->imap_stream, ZSTR_VAL(folder)) == T) { T 86 ext/mysqlnd/config-win.h #define int2store(T,A) *((uint16_t*) (T))= (uint16_t) (A) T 87 ext/mysqlnd/config-win.h #define int3store(T,A) { *(T)= (zend_uchar) ((A));\ T 88 ext/mysqlnd/config-win.h *(T+1)=(zend_uchar) (((uint32_t) (A) >> 8));\ T 89 ext/mysqlnd/config-win.h *(T+2)=(zend_uchar) (((A) >> 16)); } T 90 ext/mysqlnd/config-win.h #define int4store(T,A) *((int32_t *) (T))= (int32_t) (A) T 91 ext/mysqlnd/config-win.h #define int5store(T,A) { *(T)= (zend_uchar)((A));\ T 92 ext/mysqlnd/config-win.h *((T)+1)=(zend_uchar) (((A) >> 8));\ T 93 ext/mysqlnd/config-win.h *((T)+2)=(zend_uchar) (((A) >> 16));\ T 94 ext/mysqlnd/config-win.h *((T)+3)=(zend_uchar) (((A) >> 24)); \ T 95 ext/mysqlnd/config-win.h *((T)+4)=(zend_uchar) (((A) >> 32)); } T 96 ext/mysqlnd/config-win.h #define int8store(T,A) *((uint64_t *) (T))= (uint64_t) (A) T 100 ext/mysqlnd/config-win.h #define float8store(T,V) { *((int32_t *) T) = *((int32_t*) &V); \ T 101 ext/mysqlnd/config-win.h *(((int32_t *) T)+1) = *(((int32_t*) &V)+1); } T 351 ext/mysqlnd/mysqlnd_net.c #define COPY_HEADER(T,A) do { \ T 352 ext/mysqlnd/mysqlnd_net.c *(((char *)(T))) = *(((char *)(A)));\ T 353 ext/mysqlnd/mysqlnd_net.c *(((char *)(T))+1) = *(((char *)(A))+1);\ T 354 ext/mysqlnd/mysqlnd_net.c *(((char *)(T))+2) = *(((char *)(A))+2);\ T 355 ext/mysqlnd/mysqlnd_net.c *(((char *)(T))+3) = *(((char *)(A))+3); } while (0) T 137 ext/mysqlnd/mysqlnd_portability.h #define int1store(T,A) do { *((int8_t*) (T)) = (A); } while(0) T 209 ext/mysqlnd/mysqlnd_portability.h #define int2store(T,A) *((uint16_t*) (T))= (uint16_t) (A) T 210 ext/mysqlnd/mysqlnd_portability.h #define int3store(T,A) { \ T 211 ext/mysqlnd/mysqlnd_portability.h *(T)= (zend_uchar) ((A));\ T 212 ext/mysqlnd/mysqlnd_portability.h *(T+1)=(zend_uchar) (((uint32_t) (A) >> 8));\ T 213 ext/mysqlnd/mysqlnd_portability.h *(T+2)=(zend_uchar) (((A) >> 16)); } T 214 ext/mysqlnd/mysqlnd_portability.h #define int4store(T,A) *((zend_long *) (T))= (zend_long) (A) T 215 ext/mysqlnd/mysqlnd_portability.h #define int5store(T,A) { \ T 216 ext/mysqlnd/mysqlnd_portability.h *((zend_uchar *)(T))= (zend_uchar)((A));\ T 217 ext/mysqlnd/mysqlnd_portability.h *(((zend_uchar *)(T))+1)=(zend_uchar) (((A) >> 8));\ T 218 ext/mysqlnd/mysqlnd_portability.h *(((zend_uchar *)(T))+2)=(zend_uchar) (((A) >> 16));\ T 219 ext/mysqlnd/mysqlnd_portability.h *(((zend_uchar *)(T))+3)=(zend_uchar) (((A) >> 24)); \ T 220 ext/mysqlnd/mysqlnd_portability.h *(((zend_uchar *)(T))+4)=(zend_uchar) (((A) >> 32)); } T 223 ext/mysqlnd/mysqlnd_portability.h #define int6store(T,A) { \ T 224 ext/mysqlnd/mysqlnd_portability.h *(((zend_uchar *)(T)))= (zend_uchar)((A));\ T 225 ext/mysqlnd/mysqlnd_portability.h *(((zend_uchar *)(T))+1))=(zend_uchar) (((A) >> 8));\ T 226 ext/mysqlnd/mysqlnd_portability.h *(((zend_uchar *)(T))+2))=(zend_uchar) (((A) >> 16));\ T 227 ext/mysqlnd/mysqlnd_portability.h *(((zend_uchar *)(T))+3))=(zend_uchar) (((A) >> 24)); \ T 228 ext/mysqlnd/mysqlnd_portability.h *(((zend_uchar *)(T))+4))=(zend_uchar) (((A) >> 32)); \ T 229 ext/mysqlnd/mysqlnd_portability.h *(((zend_uchar *)(T))+5))=(zend_uchar) (((A) >> 40)); } T 231 ext/mysqlnd/mysqlnd_portability.h #define int8store(T,A) *((uint64_t *) (T))= (uint64_t) (A) T 239 ext/mysqlnd/mysqlnd_portability.h #define float8store(T,V) { *((zend_long *) (T)) = ((float8get_union *)&(V))->m[0]; \ T 240 ext/mysqlnd/mysqlnd_portability.h *(((zend_long *) (T))+1) = ((float8get_union *)&(V))->m[1]; } T 285 ext/mysqlnd/mysqlnd_portability.h #define int2store(T,A) do { uint32_t def_temp= (uint32_t) (A) ;\ T 286 ext/mysqlnd/mysqlnd_portability.h *((zend_uchar*) (T)) = (zend_uchar)(def_temp); \ T 287 ext/mysqlnd/mysqlnd_portability.h *((zend_uchar*) (T+1)) = (zend_uchar)((def_temp >> 8)); } while (0) T 288 ext/mysqlnd/mysqlnd_portability.h #define int3store(T,A) do { /*lint -save -e734 */\ T 289 ext/mysqlnd/mysqlnd_portability.h *(((char *)(T))) = (char) ((A));\ T 290 ext/mysqlnd/mysqlnd_portability.h *(((char *)(T))+1) = (char) (((A) >> 8));\ T 291 ext/mysqlnd/mysqlnd_portability.h *(((char *)(T))+2) = (char) (((A) >> 16)); \ T 293 ext/mysqlnd/mysqlnd_portability.h #define int4store(T,A) do { \ T 294 ext/mysqlnd/mysqlnd_portability.h *(((char *)(T))) = (char) ((A));\ T 295 ext/mysqlnd/mysqlnd_portability.h *(((char *)(T))+1) = (char) (((A) >> 8));\ T 296 ext/mysqlnd/mysqlnd_portability.h *(((char *)(T))+2) = (char) (((A) >> 16));\ T 297 ext/mysqlnd/mysqlnd_portability.h *(((char *)(T))+3) = (char) (((A) >> 24)); } while (0) T 298 ext/mysqlnd/mysqlnd_portability.h #define int5store(T,A) do { \ T 299 ext/mysqlnd/mysqlnd_portability.h *(((char *)(T))) = (char)((A));\ T 300 ext/mysqlnd/mysqlnd_portability.h *(((char *)(T))+1) = (char)(((A) >> 8));\ T 301 ext/mysqlnd/mysqlnd_portability.h *(((char *)(T))+2) = (char)(((A) >> 16));\ T 302 ext/mysqlnd/mysqlnd_portability.h *(((char *)(T))+3) = (char)(((A) >> 24)); \ T 303 ext/mysqlnd/mysqlnd_portability.h *(((char *)(T))+4) = (char)(((A) >> 32)); } while (0) T 305 ext/mysqlnd/mysqlnd_portability.h #define int6store(T,A) do { \ T 306 ext/mysqlnd/mysqlnd_portability.h *(((char *)(T))) = (char)((A));\ T 307 ext/mysqlnd/mysqlnd_portability.h *(((char *)(T))+1) = (char)(((A) >> 8));\ T 308 ext/mysqlnd/mysqlnd_portability.h *(((char *)(T))+2) = (char)(((A) >> 16));\ T 309 ext/mysqlnd/mysqlnd_portability.h *(((char *)(T))+3) = (char)(((A) >> 24)); \ T 310 ext/mysqlnd/mysqlnd_portability.h *(((char *)(T))+4) = (char)(((A) >> 32)); \ T 311 ext/mysqlnd/mysqlnd_portability.h *(((char *)(T))+5) = (char)(((A) >> 40)); } while (0) T 312 ext/mysqlnd/mysqlnd_portability.h #define int8store(T,A) { uint32_t def_temp= (uint32_t) (A), def_temp2= (uint32_t) ((A) >> 32); \ T 313 ext/mysqlnd/mysqlnd_portability.h int4store((T),def_temp); \ T 314 ext/mysqlnd/mysqlnd_portability.h int4store((T+4),def_temp2); \ T 323 ext/mysqlnd/mysqlnd_portability.h #define float8store(T,V) do { \ T 324 ext/mysqlnd/mysqlnd_portability.h *(((char *)(T))) = (char) ((char *) &(V))[7];\ T 325 ext/mysqlnd/mysqlnd_portability.h *(((char *)(T))+1) = (char) ((char *) &(V))[6];\ T 326 ext/mysqlnd/mysqlnd_portability.h *(((char *)(T))+2) = (char) ((char *) &(V))[5];\ T 327 ext/mysqlnd/mysqlnd_portability.h *(((char *)(T))+3) = (char) ((char *) &(V))[4];\ T 328 ext/mysqlnd/mysqlnd_portability.h *(((char *)(T))+4) = (char) ((char *) &(V))[3];\ T 329 ext/mysqlnd/mysqlnd_portability.h *(((char *)(T))+5) = (char) ((char *) &(V))[2];\ T 330 ext/mysqlnd/mysqlnd_portability.h *(((char *)(T))+6) = (char) ((char *) &(V))[1];\ T 331 ext/mysqlnd/mysqlnd_portability.h *(((char *)(T))+7) = (char) ((char *) &(V))[0]; } while (0) T 348 ext/mysqlnd/mysqlnd_portability.h #define float8store(T,V) do { \ T 349 ext/mysqlnd/mysqlnd_portability.h *(((char *)(T)))= ((char *) &(V))[4];\ T 350 ext/mysqlnd/mysqlnd_portability.h *(((char *)(T))+1)=(char) ((char *) &(V))[5];\ T 351 ext/mysqlnd/mysqlnd_portability.h *(((char *)(T))+2)=(char) ((char *) &(V))[6];\ T 352 ext/mysqlnd/mysqlnd_portability.h *(((char *)(T))+3)=(char) ((char *) &(V))[7];\ T 353 ext/mysqlnd/mysqlnd_portability.h *(((char *)(T))+4)=(char) ((char *) &(V))[0];\ T 354 ext/mysqlnd/mysqlnd_portability.h *(((char *)(T))+5)=(char) ((char *) &(V))[1];\ T 355 ext/mysqlnd/mysqlnd_portability.h *(((char *)(T))+6)=(char) ((char *) &(V))[2];\ T 356 ext/mysqlnd/mysqlnd_portability.h *(((char *)(T))+7)=(char) ((char *) &(V))[3];} while (0) T 383 ext/mysqlnd/mysqlnd_portability.h #define float8store(T,V) memcpy((char*) (T),(char*) &(V), sizeof(double)) T 386 ext/mysqlnd/mysqlnd_portability.h #define float8store(T,V) memcpy((char*) (T),(char*) &(V),sizeof(double)) T 632 ext/opcache/Optimizer/block_pass.c memset(Tsource, 0, (op_array->last_var + op_array->T) * sizeof(zend_op *)); T 635 ext/opcache/Optimizer/block_pass.c while ((op_array->T) && (opline < end)) { T 1575 ext/opcache/Optimizer/block_pass.c int var_num = op_array->last_var + op_array->T; T 1795 ext/opcache/Optimizer/block_pass.c if (op_array->T == 0) { T 1801 ext/opcache/Optimizer/block_pass.c bitset_len = zend_bitset_len(op_array->last_var + op_array->T); T 1843 ext/opcache/Optimizer/block_pass.c for (i = op_array->last_var; i< op_array->T; i++) { T 1966 ext/opcache/Optimizer/block_pass.c if (op_array->last_var || op_array->T) { T 1967 ext/opcache/Optimizer/block_pass.c bitset_len = zend_bitset_len(op_array->last_var + op_array->T); T 1968 ext/opcache/Optimizer/block_pass.c cfg.Tsource = zend_arena_calloc(&ctx->arena, op_array->last_var + op_array->T, sizeof(zend_op *)); T 1969 ext/opcache/Optimizer/block_pass.c cfg.same_t = zend_arena_alloc(&ctx->arena, op_array->last_var + op_array->T); T 32 ext/opcache/Optimizer/optimize_temp_vars_5.c for (i = 0; i < T; i++) { \ T 44 ext/opcache/Optimizer/optimize_temp_vars_5.c int T = op_array->T; T 58 ext/opcache/Optimizer/optimize_temp_vars_5.c bitset_len = zend_bitset_len(T); T 60 ext/opcache/Optimizer/optimize_temp_vars_5.c start_of_T = (zend_op **) zend_arena_alloc(&ctx->arena, T * sizeof(zend_op *)); T 62 ext/opcache/Optimizer/optimize_temp_vars_5.c map_T = (int *) zend_arena_alloc(&ctx->arena, T * sizeof(int)); T 228 ext/opcache/Optimizer/optimize_temp_vars_5.c op_array->T = max + 1; T 251 ext/opcache/Optimizer/pass3.c znode_op T = opline->result; T 272 ext/opcache/Optimizer/pass3.c SAME_VAR(op_array->opcodes[target].op1, T)) { T 276 ext/opcache/Optimizer/pass3.c COPY_NODE(T, op_array->opcodes[target].result); T 281 ext/opcache/Optimizer/pass3.c SAME_VAR(op_array->opcodes[target].op1, T)) { T 46 ext/pcre/pcrelib/sljit/sljitNativeMIPS_32.c FAIL_IF(push_inst(compiler, op_imm | S(src1) | T(dst) | IMM(src2), DR(dst))); \ T 50 ext/pcre/pcrelib/sljit/sljitNativeMIPS_32.c FAIL_IF(push_inst(compiler, op_norm | S(src1) | T(src2) | DA(EQUAL_FLAG), EQUAL_FLAG)); \ T 52 ext/pcre/pcrelib/sljit/sljitNativeMIPS_32.c FAIL_IF(push_inst(compiler, op_norm | S(src1) | T(src2) | D(dst), DR(dst))); \ T 58 ext/pcre/pcrelib/sljit/sljitNativeMIPS_32.c FAIL_IF(push_inst(compiler, op_imm | T(src1) | DA(EQUAL_FLAG) | SH_IMM(src2), EQUAL_FLAG)); \ T 60 ext/pcre/pcrelib/sljit/sljitNativeMIPS_32.c FAIL_IF(push_inst(compiler, op_imm | T(src1) | D(dst) | SH_IMM(src2), DR(dst))); \ T 64 ext/pcre/pcrelib/sljit/sljitNativeMIPS_32.c FAIL_IF(push_inst(compiler, op_v | S(src2) | T(src1) | DA(EQUAL_FLAG), EQUAL_FLAG)); \ T 66 ext/pcre/pcrelib/sljit/sljitNativeMIPS_32.c FAIL_IF(push_inst(compiler, op_v | S(src2) | T(src1) | D(dst), DR(dst))); \ T 88 ext/pcre/pcrelib/sljit/sljitNativeMIPS_32.c return push_inst(compiler, SEB | T(src2) | D(dst), DR(dst)); T 90 ext/pcre/pcrelib/sljit/sljitNativeMIPS_32.c FAIL_IF(push_inst(compiler, SLL | T(src2) | D(dst) | SH_IMM(24), DR(dst))); T 91 ext/pcre/pcrelib/sljit/sljitNativeMIPS_32.c return push_inst(compiler, SRA | T(dst) | D(dst) | SH_IMM(24), DR(dst)); T 94 ext/pcre/pcrelib/sljit/sljitNativeMIPS_32.c return push_inst(compiler, ANDI | S(src2) | T(dst) | IMM(0xff), DR(dst)); T 106 ext/pcre/pcrelib/sljit/sljitNativeMIPS_32.c return push_inst(compiler, SEH | T(src2) | D(dst), DR(dst)); T 108 ext/pcre/pcrelib/sljit/sljitNativeMIPS_32.c FAIL_IF(push_inst(compiler, SLL | T(src2) | D(dst) | SH_IMM(16), DR(dst))); T 109 ext/pcre/pcrelib/sljit/sljitNativeMIPS_32.c return push_inst(compiler, SRA | T(dst) | D(dst) | SH_IMM(16), DR(dst)); T 112 ext/pcre/pcrelib/sljit/sljitNativeMIPS_32.c return push_inst(compiler, ANDI | S(src2) | T(dst) | IMM(0xffff), DR(dst)); T 121 ext/pcre/pcrelib/sljit/sljitNativeMIPS_32.c FAIL_IF(push_inst(compiler, NOR | S(src2) | T(src2) | DA(EQUAL_FLAG), EQUAL_FLAG)); T 123 ext/pcre/pcrelib/sljit/sljitNativeMIPS_32.c FAIL_IF(push_inst(compiler, NOR | S(src2) | T(src2) | D(dst), DR(dst))); T 132 ext/pcre/pcrelib/sljit/sljitNativeMIPS_32.c FAIL_IF(push_inst(compiler, CLZ | S(src2) | T(dst) | D(dst), DR(dst))); T 135 ext/pcre/pcrelib/sljit/sljitNativeMIPS_32.c FAIL_IF(push_inst(compiler, SRL | T(src2) | DA(EQUAL_FLAG) | SH_IMM(31), EQUAL_FLAG)); T 142 ext/pcre/pcrelib/sljit/sljitNativeMIPS_32.c FAIL_IF(push_inst(compiler, ORI | SA(0) | T(dst) | IMM(32), UNMOVABLE_INS)); T 143 ext/pcre/pcrelib/sljit/sljitNativeMIPS_32.c FAIL_IF(push_inst(compiler, ADDIU | SA(0) | T(dst) | IMM(-1), DR(dst))); T 145 ext/pcre/pcrelib/sljit/sljitNativeMIPS_32.c FAIL_IF(push_inst(compiler, ADDIU | S(dst) | T(dst) | IMM(1), DR(dst))); T 147 ext/pcre/pcrelib/sljit/sljitNativeMIPS_32.c FAIL_IF(push_inst(compiler, SLL | T(TMP_REG1) | D(TMP_REG1) | SH_IMM(1), UNMOVABLE_INS)); T 157 ext/pcre/pcrelib/sljit/sljitNativeMIPS_32.c FAIL_IF(push_inst(compiler, OR | S(src1) | T(src1) | DA(OVERFLOW_FLAG), OVERFLOW_FLAG)); T 159 ext/pcre/pcrelib/sljit/sljitNativeMIPS_32.c FAIL_IF(push_inst(compiler, NOR | S(src1) | T(src1) | DA(OVERFLOW_FLAG), OVERFLOW_FLAG)); T 173 ext/pcre/pcrelib/sljit/sljitNativeMIPS_32.c FAIL_IF(push_inst(compiler, ADDIU | S(src1) | T(dst) | IMM(src2), DR(dst))); T 177 ext/pcre/pcrelib/sljit/sljitNativeMIPS_32.c FAIL_IF(push_inst(compiler, XOR | S(src1) | T(src2) | DA(OVERFLOW_FLAG), OVERFLOW_FLAG)); T 179 ext/pcre/pcrelib/sljit/sljitNativeMIPS_32.c FAIL_IF(push_inst(compiler, ADDU | S(src1) | T(src2) | DA(EQUAL_FLAG), EQUAL_FLAG)); T 181 ext/pcre/pcrelib/sljit/sljitNativeMIPS_32.c FAIL_IF(push_inst(compiler, OR | S(src1) | T(src2) | DA(ULESS_FLAG), ULESS_FLAG)); T 184 ext/pcre/pcrelib/sljit/sljitNativeMIPS_32.c FAIL_IF(push_inst(compiler, ADDU | S(src1) | T(src2) | D(dst), DR(dst))); T 207 ext/pcre/pcrelib/sljit/sljitNativeMIPS_32.c FAIL_IF(push_inst(compiler, ADDIU | S(src1) | T(dst) | IMM(src2), DR(dst))); T 210 ext/pcre/pcrelib/sljit/sljitNativeMIPS_32.c FAIL_IF(push_inst(compiler, OR | S(src1) | T(src2) | DA(OVERFLOW_FLAG), OVERFLOW_FLAG)); T 212 ext/pcre/pcrelib/sljit/sljitNativeMIPS_32.c FAIL_IF(push_inst(compiler, ADDU | S(src1) | T(src2) | D(dst), DR(dst))); T 228 ext/pcre/pcrelib/sljit/sljitNativeMIPS_32.c FAIL_IF(push_inst(compiler, ADDIU | SA(0) | T(TMP_REG2) | IMM(src2), DR(TMP_REG2))); T 236 ext/pcre/pcrelib/sljit/sljitNativeMIPS_32.c FAIL_IF(push_inst(compiler, OR | S(src1) | T(src1) | DA(OVERFLOW_FLAG), OVERFLOW_FLAG)); T 238 ext/pcre/pcrelib/sljit/sljitNativeMIPS_32.c FAIL_IF(push_inst(compiler, NOR | S(src1) | T(src1) | DA(OVERFLOW_FLAG), OVERFLOW_FLAG)); T 246 ext/pcre/pcrelib/sljit/sljitNativeMIPS_32.c FAIL_IF(push_inst(compiler, ADDIU | S(src1) | T(dst) | IMM(-src2), DR(dst))); T 250 ext/pcre/pcrelib/sljit/sljitNativeMIPS_32.c FAIL_IF(push_inst(compiler, XOR | S(src1) | T(src2) | DA(OVERFLOW_FLAG), OVERFLOW_FLAG)); T 252 ext/pcre/pcrelib/sljit/sljitNativeMIPS_32.c FAIL_IF(push_inst(compiler, SUBU | S(src1) | T(src2) | DA(EQUAL_FLAG), EQUAL_FLAG)); T 254 ext/pcre/pcrelib/sljit/sljitNativeMIPS_32.c FAIL_IF(push_inst(compiler, SLTU | S(src1) | T(src2) | DA(ULESS_FLAG), ULESS_FLAG)); T 256 ext/pcre/pcrelib/sljit/sljitNativeMIPS_32.c FAIL_IF(push_inst(compiler, SLTU | S(src2) | T(src1) | DA(UGREATER_FLAG), UGREATER_FLAG)); T 258 ext/pcre/pcrelib/sljit/sljitNativeMIPS_32.c FAIL_IF(push_inst(compiler, SLT | S(src1) | T(src2) | DA(LESS_FLAG), LESS_FLAG)); T 259 ext/pcre/pcrelib/sljit/sljitNativeMIPS_32.c FAIL_IF(push_inst(compiler, SLT | S(src2) | T(src1) | DA(GREATER_FLAG), GREATER_FLAG)); T 263 ext/pcre/pcrelib/sljit/sljitNativeMIPS_32.c FAIL_IF(push_inst(compiler, SUBU | S(src1) | T(src2) | D(dst), DR(dst))); T 275 ext/pcre/pcrelib/sljit/sljitNativeMIPS_32.c FAIL_IF(push_inst(compiler, ADDIU | SA(0) | T(TMP_REG2) | IMM(src2), DR(TMP_REG2))); T 284 ext/pcre/pcrelib/sljit/sljitNativeMIPS_32.c FAIL_IF(push_inst(compiler, ADDIU | S(src1) | T(dst) | IMM(-src2), DR(dst))); T 288 ext/pcre/pcrelib/sljit/sljitNativeMIPS_32.c FAIL_IF(push_inst(compiler, SLTU | S(src1) | T(src2) | DA(OVERFLOW_FLAG), OVERFLOW_FLAG)); T 290 ext/pcre/pcrelib/sljit/sljitNativeMIPS_32.c FAIL_IF(push_inst(compiler, SUBU | S(src1) | T(src2) | D(dst), DR(dst))); T 303 ext/pcre/pcrelib/sljit/sljitNativeMIPS_32.c return push_inst(compiler, MUL | S(src1) | T(src2) | D(dst), DR(dst)); T 305 ext/pcre/pcrelib/sljit/sljitNativeMIPS_32.c FAIL_IF(push_inst(compiler, MULT | S(src1) | T(src2), MOVABLE_INS)); T 309 ext/pcre/pcrelib/sljit/sljitNativeMIPS_32.c FAIL_IF(push_inst(compiler, MULT | S(src1) | T(src2), MOVABLE_INS)); T 312 ext/pcre/pcrelib/sljit/sljitNativeMIPS_32.c FAIL_IF(push_inst(compiler, SRA | T(dst) | DA(UGREATER_FLAG) | SH_IMM(31), UGREATER_FLAG)); T 346 ext/pcre/pcrelib/sljit/sljitNativeMIPS_32.c FAIL_IF(push_inst(compiler, LUI | T(dst) | IMM(init_value >> 16), DR(dst))); T 347 ext/pcre/pcrelib/sljit/sljitNativeMIPS_32.c return push_inst(compiler, ORI | S(dst) | T(dst) | IMM(init_value), DR(dst)); T 129 ext/pcre/pcrelib/sljit/sljitNativeMIPS_64.c FAIL_IF(push_inst(compiler, op_imm | S(src1) | T(dst) | IMM(src2), DR(dst))); \ T 133 ext/pcre/pcrelib/sljit/sljitNativeMIPS_64.c FAIL_IF(push_inst(compiler, op_norm | S(src1) | T(src2) | DA(EQUAL_FLAG), EQUAL_FLAG)); \ T 135 ext/pcre/pcrelib/sljit/sljitNativeMIPS_64.c FAIL_IF(push_inst(compiler, op_norm | S(src1) | T(src2) | D(dst), DR(dst))); \ T 148 ext/pcre/pcrelib/sljit/sljitNativeMIPS_64.c FAIL_IF(push_inst(compiler, ins | T(src1) | DA(EQUAL_FLAG) | SH_IMM(src2), EQUAL_FLAG)); \ T 150 ext/pcre/pcrelib/sljit/sljitNativeMIPS_64.c FAIL_IF(push_inst(compiler, ins | T(src1) | D(dst) | SH_IMM(src2), DR(dst))); \ T 155 ext/pcre/pcrelib/sljit/sljitNativeMIPS_64.c FAIL_IF(push_inst(compiler, ins | S(src2) | T(src1) | DA(EQUAL_FLAG), EQUAL_FLAG)); \ T 157 ext/pcre/pcrelib/sljit/sljitNativeMIPS_64.c FAIL_IF(push_inst(compiler, ins | S(src2) | T(src1) | D(dst), DR(dst))); \ T 178 ext/pcre/pcrelib/sljit/sljitNativeMIPS_64.c FAIL_IF(push_inst(compiler, DSLL32 | T(src2) | D(dst) | SH_IMM(24), DR(dst))); T 179 ext/pcre/pcrelib/sljit/sljitNativeMIPS_64.c return push_inst(compiler, DSRA32 | T(dst) | D(dst) | SH_IMM(24), DR(dst)); T 181 ext/pcre/pcrelib/sljit/sljitNativeMIPS_64.c return push_inst(compiler, ANDI | S(src2) | T(dst) | IMM(0xff), DR(dst)); T 192 ext/pcre/pcrelib/sljit/sljitNativeMIPS_64.c FAIL_IF(push_inst(compiler, DSLL32 | T(src2) | D(dst) | SH_IMM(16), DR(dst))); T 193 ext/pcre/pcrelib/sljit/sljitNativeMIPS_64.c return push_inst(compiler, DSRA32 | T(dst) | D(dst) | SH_IMM(16), DR(dst)); T 195 ext/pcre/pcrelib/sljit/sljitNativeMIPS_64.c return push_inst(compiler, ANDI | S(src2) | T(dst) | IMM(0xffff), DR(dst)); T 203 ext/pcre/pcrelib/sljit/sljitNativeMIPS_64.c FAIL_IF(push_inst(compiler, DSLL32 | T(src2) | D(dst) | SH_IMM(0), DR(dst))); T 204 ext/pcre/pcrelib/sljit/sljitNativeMIPS_64.c return push_inst(compiler, DSRL32 | T(dst) | D(dst) | SH_IMM(0), DR(dst)); T 208 ext/pcre/pcrelib/sljit/sljitNativeMIPS_64.c return push_inst(compiler, SLL | T(src2) | D(dst) | SH_IMM(0), DR(dst)); T 213 ext/pcre/pcrelib/sljit/sljitNativeMIPS_64.c FAIL_IF(push_inst(compiler, NOR | S(src2) | T(src2) | DA(EQUAL_FLAG), EQUAL_FLAG)); T 215 ext/pcre/pcrelib/sljit/sljitNativeMIPS_64.c FAIL_IF(push_inst(compiler, NOR | S(src2) | T(src2) | D(dst), DR(dst))); T 224 ext/pcre/pcrelib/sljit/sljitNativeMIPS_64.c FAIL_IF(push_inst(compiler, SELECT_OP(DCLZ, CLZ) | S(src2) | T(dst) | D(dst), DR(dst))); T 227 ext/pcre/pcrelib/sljit/sljitNativeMIPS_64.c FAIL_IF(push_inst(compiler, SELECT_OP(DSRL32, SRL) | T(src2) | DA(EQUAL_FLAG) | SH_IMM(31), EQUAL_FLAG)); T 234 ext/pcre/pcrelib/sljit/sljitNativeMIPS_64.c FAIL_IF(push_inst(compiler, ORI | SA(0) | T(dst) | IMM((op & SLJIT_INT_OP) ? 32 : 64), UNMOVABLE_INS)); T 235 ext/pcre/pcrelib/sljit/sljitNativeMIPS_64.c FAIL_IF(push_inst(compiler, SELECT_OP(DADDIU, ADDIU) | SA(0) | T(dst) | IMM(-1), DR(dst))); T 237 ext/pcre/pcrelib/sljit/sljitNativeMIPS_64.c FAIL_IF(push_inst(compiler, SELECT_OP(DADDIU, ADDIU) | S(dst) | T(dst) | IMM(1), DR(dst))); T 239 ext/pcre/pcrelib/sljit/sljitNativeMIPS_64.c FAIL_IF(push_inst(compiler, SELECT_OP(DSLL, SLL) | T(TMP_REG1) | D(TMP_REG1) | SH_IMM(1), UNMOVABLE_INS)); T 249 ext/pcre/pcrelib/sljit/sljitNativeMIPS_64.c FAIL_IF(push_inst(compiler, OR | S(src1) | T(src1) | DA(OVERFLOW_FLAG), OVERFLOW_FLAG)); T 251 ext/pcre/pcrelib/sljit/sljitNativeMIPS_64.c FAIL_IF(push_inst(compiler, NOR | S(src1) | T(src1) | DA(OVERFLOW_FLAG), OVERFLOW_FLAG)); T 265 ext/pcre/pcrelib/sljit/sljitNativeMIPS_64.c FAIL_IF(push_inst(compiler, SELECT_OP(DADDIU, ADDIU) | S(src1) | T(dst) | IMM(src2), DR(dst))); T 269 ext/pcre/pcrelib/sljit/sljitNativeMIPS_64.c FAIL_IF(push_inst(compiler, XOR | S(src1) | T(src2) | DA(OVERFLOW_FLAG), OVERFLOW_FLAG)); T 271 ext/pcre/pcrelib/sljit/sljitNativeMIPS_64.c FAIL_IF(push_inst(compiler, SELECT_OP(DADDU, ADDU) | S(src1) | T(src2) | DA(EQUAL_FLAG), EQUAL_FLAG)); T 273 ext/pcre/pcrelib/sljit/sljitNativeMIPS_64.c FAIL_IF(push_inst(compiler, OR | S(src1) | T(src2) | DA(ULESS_FLAG), ULESS_FLAG)); T 276 ext/pcre/pcrelib/sljit/sljitNativeMIPS_64.c FAIL_IF(push_inst(compiler, SELECT_OP(DADDU, ADDU) | S(src1) | T(src2) | D(dst), DR(dst))); T 299 ext/pcre/pcrelib/sljit/sljitNativeMIPS_64.c FAIL_IF(push_inst(compiler, SELECT_OP(DADDIU, ADDIU) | S(src1) | T(dst) | IMM(src2), DR(dst))); T 302 ext/pcre/pcrelib/sljit/sljitNativeMIPS_64.c FAIL_IF(push_inst(compiler, OR | S(src1) | T(src2) | DA(OVERFLOW_FLAG), OVERFLOW_FLAG)); T 304 ext/pcre/pcrelib/sljit/sljitNativeMIPS_64.c FAIL_IF(push_inst(compiler, SELECT_OP(DADDU, ADDU) | S(src1) | T(src2) | D(dst), DR(dst))); T 320 ext/pcre/pcrelib/sljit/sljitNativeMIPS_64.c FAIL_IF(push_inst(compiler, ADDIU | SA(0) | T(TMP_REG2) | IMM(src2), DR(TMP_REG2))); T 328 ext/pcre/pcrelib/sljit/sljitNativeMIPS_64.c FAIL_IF(push_inst(compiler, OR | S(src1) | T(src1) | DA(OVERFLOW_FLAG), OVERFLOW_FLAG)); T 330 ext/pcre/pcrelib/sljit/sljitNativeMIPS_64.c FAIL_IF(push_inst(compiler, NOR | S(src1) | T(src1) | DA(OVERFLOW_FLAG), OVERFLOW_FLAG)); T 338 ext/pcre/pcrelib/sljit/sljitNativeMIPS_64.c FAIL_IF(push_inst(compiler, SELECT_OP(DADDIU, ADDIU) | S(src1) | T(dst) | IMM(-src2), DR(dst))); T 342 ext/pcre/pcrelib/sljit/sljitNativeMIPS_64.c FAIL_IF(push_inst(compiler, XOR | S(src1) | T(src2) | DA(OVERFLOW_FLAG), OVERFLOW_FLAG)); T 344 ext/pcre/pcrelib/sljit/sljitNativeMIPS_64.c FAIL_IF(push_inst(compiler, SELECT_OP(DSUBU, SUBU) | S(src1) | T(src2) | DA(EQUAL_FLAG), EQUAL_FLAG)); T 346 ext/pcre/pcrelib/sljit/sljitNativeMIPS_64.c FAIL_IF(push_inst(compiler, SLTU | S(src1) | T(src2) | DA(ULESS_FLAG), ULESS_FLAG)); T 348 ext/pcre/pcrelib/sljit/sljitNativeMIPS_64.c FAIL_IF(push_inst(compiler, SLTU | S(src2) | T(src1) | DA(UGREATER_FLAG), UGREATER_FLAG)); T 350 ext/pcre/pcrelib/sljit/sljitNativeMIPS_64.c FAIL_IF(push_inst(compiler, SLT | S(src1) | T(src2) | DA(LESS_FLAG), LESS_FLAG)); T 351 ext/pcre/pcrelib/sljit/sljitNativeMIPS_64.c FAIL_IF(push_inst(compiler, SLT | S(src2) | T(src1) | DA(GREATER_FLAG), GREATER_FLAG)); T 355 ext/pcre/pcrelib/sljit/sljitNativeMIPS_64.c FAIL_IF(push_inst(compiler, SELECT_OP(DSUBU, SUBU) | S(src1) | T(src2) | D(dst), DR(dst))); T 367 ext/pcre/pcrelib/sljit/sljitNativeMIPS_64.c FAIL_IF(push_inst(compiler, ADDIU | SA(0) | T(TMP_REG2) | IMM(src2), DR(TMP_REG2))); T 376 ext/pcre/pcrelib/sljit/sljitNativeMIPS_64.c FAIL_IF(push_inst(compiler, SELECT_OP(DADDIU, ADDIU) | S(src1) | T(dst) | IMM(-src2), DR(dst))); T 380 ext/pcre/pcrelib/sljit/sljitNativeMIPS_64.c FAIL_IF(push_inst(compiler, SLTU | S(src1) | T(src2) | DA(OVERFLOW_FLAG), OVERFLOW_FLAG)); T 382 ext/pcre/pcrelib/sljit/sljitNativeMIPS_64.c FAIL_IF(push_inst(compiler, SELECT_OP(DSUBU, SUBU) | S(src1) | T(src2) | D(dst), DR(dst))); T 396 ext/pcre/pcrelib/sljit/sljitNativeMIPS_64.c return push_inst(compiler, MUL | S(src1) | T(src2) | D(dst), DR(dst)); T 397 ext/pcre/pcrelib/sljit/sljitNativeMIPS_64.c FAIL_IF(push_inst(compiler, DMULT | S(src1) | T(src2), MOVABLE_INS)); T 400 ext/pcre/pcrelib/sljit/sljitNativeMIPS_64.c FAIL_IF(push_inst(compiler, SELECT_OP(DMULT, MULT) | S(src1) | T(src2), MOVABLE_INS)); T 404 ext/pcre/pcrelib/sljit/sljitNativeMIPS_64.c FAIL_IF(push_inst(compiler, SELECT_OP(DMULT, MULT) | S(src1) | T(src2), MOVABLE_INS)); T 407 ext/pcre/pcrelib/sljit/sljitNativeMIPS_64.c FAIL_IF(push_inst(compiler, SELECT_OP(DSRA32, SRA) | T(dst) | DA(UGREATER_FLAG) | SH_IMM(31), UGREATER_FLAG)); T 441 ext/pcre/pcrelib/sljit/sljitNativeMIPS_64.c FAIL_IF(push_inst(compiler, LUI | T(dst) | IMM(init_value >> 48), DR(dst))); T 442 ext/pcre/pcrelib/sljit/sljitNativeMIPS_64.c FAIL_IF(push_inst(compiler, ORI | S(dst) | T(dst) | IMM(init_value >> 32), DR(dst))); T 443 ext/pcre/pcrelib/sljit/sljitNativeMIPS_64.c FAIL_IF(push_inst(compiler, DSLL | T(dst) | D(dst) | SH_IMM(16), DR(dst))); T 444 ext/pcre/pcrelib/sljit/sljitNativeMIPS_64.c FAIL_IF(push_inst(compiler, ORI | S(dst) | T(dst) | IMM(init_value >> 16), DR(dst))); T 445 ext/pcre/pcrelib/sljit/sljitNativeMIPS_64.c FAIL_IF(push_inst(compiler, DSLL | T(dst) | D(dst) | SH_IMM(16), DR(dst))); T 446 ext/pcre/pcrelib/sljit/sljitNativeMIPS_64.c return push_inst(compiler, ORI | S(dst) | T(dst) | IMM(init_value), DR(dst)); T 562 ext/pcre/pcrelib/sljit/sljitNativeMIPS_common.c FAIL_IF(push_inst(compiler, ADDIU_W | S(SLJIT_SP) | T(SLJIT_SP) | IMM(-local_size), DR(SLJIT_SP))); T 568 ext/pcre/pcrelib/sljit/sljitNativeMIPS_common.c FAIL_IF(push_inst(compiler, SUBU_W | S(SLJIT_SP) | T(TMP_REG1) | D(SLJIT_SP), DR(SLJIT_SP))); T 579 ext/pcre/pcrelib/sljit/sljitNativeMIPS_common.c FAIL_IF(push_inst(compiler, STACK_STORE | base | T(i) | IMM(offs), MOVABLE_INS)); T 584 ext/pcre/pcrelib/sljit/sljitNativeMIPS_common.c FAIL_IF(push_inst(compiler, STACK_STORE | base | T(i) | IMM(offs), MOVABLE_INS)); T 629 ext/pcre/pcrelib/sljit/sljitNativeMIPS_common.c FAIL_IF(push_inst(compiler, ADDU_W | S(SLJIT_SP) | T(TMP_REG1) | D(TMP_REG1), DR(TMP_REG1))); T 639 ext/pcre/pcrelib/sljit/sljitNativeMIPS_common.c FAIL_IF(push_inst(compiler, STACK_LOAD | base | T(i) | IMM(offs), DR(i))); T 645 ext/pcre/pcrelib/sljit/sljitNativeMIPS_common.c FAIL_IF(push_inst(compiler, STACK_LOAD | base | T(i) | IMM(offs), DR(i))); T 653 ext/pcre/pcrelib/sljit/sljitNativeMIPS_common.c return push_inst(compiler, ADDIU_W | S(SLJIT_SP) | T(SLJIT_SP) | IMM(compiler->local_size), UNMOVABLE_INS); T 778 ext/pcre/pcrelib/sljit/sljitNativeMIPS_common.c FAIL_IF(push_inst(compiler, ADDU_W | S(base) | T(TMP_REG3) | D(TMP_REG3), DR(TMP_REG3))); T 781 ext/pcre/pcrelib/sljit/sljitNativeMIPS_common.c FAIL_IF(push_inst(compiler, ADDU_W | S(base) | T(TMP_REG3) | DA(tmp_ar), tmp_ar)); T 787 ext/pcre/pcrelib/sljit/sljitNativeMIPS_common.c FAIL_IF(push_inst(compiler, ADDU_W | S(base) | T(TMP_REG3) | D(base), DR(base))); T 796 ext/pcre/pcrelib/sljit/sljitNativeMIPS_common.c FAIL_IF(push_inst(compiler, SLL_W | T(OFFS_REG(arg)) | D(TMP_REG3) | SH_IMM(argw), DR(TMP_REG3))); T 803 ext/pcre/pcrelib/sljit/sljitNativeMIPS_common.c FAIL_IF(push_inst(compiler, ADDU_W | S(base) | T(!argw ? OFFS_REG(arg) : TMP_REG3) | D(TMP_REG3), DR(TMP_REG3))); T 807 ext/pcre/pcrelib/sljit/sljitNativeMIPS_common.c FAIL_IF(push_inst(compiler, ADDU_W | S(base) | T(!argw ? OFFS_REG(arg) : TMP_REG3) | DA(tmp_ar), tmp_ar)); T 810 ext/pcre/pcrelib/sljit/sljitNativeMIPS_common.c FAIL_IF(push_inst(compiler, ADDU_W | S(base) | T(!argw ? OFFS_REG(arg) : TMP_REG3) | D(base), DR(base))); T 821 ext/pcre/pcrelib/sljit/sljitNativeMIPS_common.c return push_inst(compiler, ADDIU_W | S(base) | T(base) | IMM(argw), DR(base)); T 830 ext/pcre/pcrelib/sljit/sljitNativeMIPS_common.c FAIL_IF(push_inst(compiler, ADDIU_W | S(base) | T(base) | IMM(argw), DR(base))); T 835 ext/pcre/pcrelib/sljit/sljitNativeMIPS_common.c FAIL_IF(push_inst(compiler, ADDIU_W | S(TMP_REG3) | T(TMP_REG3) | IMM(argw - compiler->cache_argw), DR(TMP_REG3))); T 838 ext/pcre/pcrelib/sljit/sljitNativeMIPS_common.c FAIL_IF(push_inst(compiler, ADDU_W | S(base) | T(TMP_REG3) | D(base), DR(base))); T 844 ext/pcre/pcrelib/sljit/sljitNativeMIPS_common.c FAIL_IF(push_inst(compiler, ADDU_W | S(base) | T(TMP_REG3) | D(base), DR(base))); T 852 ext/pcre/pcrelib/sljit/sljitNativeMIPS_common.c FAIL_IF(push_inst(compiler, ADDIU_W | S(TMP_REG3) | T(TMP_REG3) | IMM(argw - compiler->cache_argw), DR(TMP_REG3))); T 860 ext/pcre/pcrelib/sljit/sljitNativeMIPS_common.c FAIL_IF(push_inst(compiler, ADDIU_W | S(TMP_REG3) | T(TMP_REG3) | IMM(argw - compiler->cache_argw), DR(TMP_REG3))); T 873 ext/pcre/pcrelib/sljit/sljitNativeMIPS_common.c FAIL_IF(push_inst(compiler, ADDU_W | S(TMP_REG3) | T(base) | D(TMP_REG3), DR(TMP_REG3))); T 877 ext/pcre/pcrelib/sljit/sljitNativeMIPS_common.c FAIL_IF(push_inst(compiler, ADDU_W | S(TMP_REG3) | T(base) | DA(tmp_ar), tmp_ar)); T 1050 ext/pcre/pcrelib/sljit/sljitNativeMIPS_common.c FAIL_IF(push_inst(compiler, (op == SLJIT_LUMUL ? DMULTU : DMULT) | S(SLJIT_R0) | T(SLJIT_R1), MOVABLE_INS)); T 1052 ext/pcre/pcrelib/sljit/sljitNativeMIPS_common.c FAIL_IF(push_inst(compiler, (op == SLJIT_LUMUL ? MULTU : MULT) | S(SLJIT_R0) | T(SLJIT_R1), MOVABLE_INS)); T 1068 ext/pcre/pcrelib/sljit/sljitNativeMIPS_common.c FAIL_IF(push_inst(compiler, ((op | 0x2) == SLJIT_UDIVI ? DIVU : DIV) | S(SLJIT_R0) | T(SLJIT_R1), MOVABLE_INS)); T 1070 ext/pcre/pcrelib/sljit/sljitNativeMIPS_common.c FAIL_IF(push_inst(compiler, ((op | 0x2) == SLJIT_UDIVI ? DDIVU : DDIV) | S(SLJIT_R0) | T(SLJIT_R1), MOVABLE_INS)); T 1072 ext/pcre/pcrelib/sljit/sljitNativeMIPS_common.c FAIL_IF(push_inst(compiler, ((op | 0x2) == SLJIT_UDIVI ? DIVU : DIV) | S(SLJIT_R0) | T(SLJIT_R1), MOVABLE_INS)); T 1315 ext/pcre/pcrelib/sljit/sljitNativeMIPS_common.c return push_inst(compiler, MFC1 | flags | T(dst) | FS(TMP_FREG1), MOVABLE_INS); T 1338 ext/pcre/pcrelib/sljit/sljitNativeMIPS_common.c FAIL_IF(push_inst(compiler, MTC1 | flags | T(src) | FS(TMP_FREG1), MOVABLE_INS)); T 1349 ext/pcre/pcrelib/sljit/sljitNativeMIPS_common.c FAIL_IF(push_inst(compiler, MTC1 | flags | T(TMP_REG1) | FS(TMP_FREG1), MOVABLE_INS)); T 1772 ext/pcre/pcrelib/sljit/sljitNativeMIPS_common.c PTR_FAIL_IF(push_inst(compiler, (type == SLJIT_EQUAL ? BNE : BEQ) | S(src1) | T(src2) | JUMP_LENGTH, UNMOVABLE_INS)); T 1825 ext/pcre/pcrelib/sljit/sljitNativeMIPS_common.c PTR_FAIL_IF(push_inst(compiler, (type <= SLJIT_LESS_EQUAL ? SLTIU : SLTI) | S(src1) | T(TMP_REG1) | IMM(src2w), DR(TMP_REG1))); T 1828 ext/pcre/pcrelib/sljit/sljitNativeMIPS_common.c PTR_FAIL_IF(push_inst(compiler, (type <= SLJIT_LESS_EQUAL ? SLTU : SLT) | S(src1) | T(src2) | D(TMP_REG1), DR(TMP_REG1))); T 1835 ext/pcre/pcrelib/sljit/sljitNativeMIPS_common.c PTR_FAIL_IF(push_inst(compiler, (type <= SLJIT_LESS_EQUAL ? SLTIU : SLTI) | S(src2) | T(TMP_REG1) | IMM(src1w), DR(TMP_REG1))); T 1838 ext/pcre/pcrelib/sljit/sljitNativeMIPS_common.c PTR_FAIL_IF(push_inst(compiler, (type <= SLJIT_LESS_EQUAL ? SLTU : SLT) | S(src2) | T(src1) | D(TMP_REG1), DR(TMP_REG1))); T 120847 ext/sqlite3/libsqlite/sqlite3.c # define ApplyCostMultiplier(C,T) C += T T 120849 ext/sqlite3/libsqlite/sqlite3.c # define ApplyCostMultiplier(C,T)