T 291 Zend/zend_compile.c return (zend_uint)(zend_uintptr_t)EX_TMP_VAR_NUM(0, (op_array->T)++); T 281 Zend/zend_compile.h zend_uint T; T 756 Zend/zend_execute.c static inline int zend_assign_to_string_offset(const temp_variable *T, const zval *value, int value_type TSRMLS_DC) T 758 Zend/zend_execute.c if (Z_TYPE_P(T->str_offset.str) == IS_STRING) { T 760 Zend/zend_execute.c if (((int)T->str_offset.offset < 0)) { T 761 Zend/zend_execute.c zend_error(E_WARNING, "Illegal string offset: %d", T->str_offset.offset); T 765 Zend/zend_execute.c if (T->str_offset.offset >= Z_STRLEN_P(T->str_offset.str)) { T 766 Zend/zend_execute.c if (IS_INTERNED(Z_STRVAL_P(T->str_offset.str))) { T 767 Zend/zend_execute.c char *tmp = (char *) emalloc(T->str_offset.offset+1+1); T 769 Zend/zend_execute.c memcpy(tmp, Z_STRVAL_P(T->str_offset.str), Z_STRLEN_P(T->str_offset.str)+1); T 770 Zend/zend_execute.c Z_STRVAL_P(T->str_offset.str) = tmp; T 772 Zend/zend_execute.c Z_STRVAL_P(T->str_offset.str) = (char *) erealloc(Z_STRVAL_P(T->str_offset.str), T->str_offset.offset+1+1); T 774 Zend/zend_execute.c memset(Z_STRVAL_P(T->str_offset.str) + Z_STRLEN_P(T->str_offset.str), T 776 Zend/zend_execute.c T->str_offset.offset - Z_STRLEN_P(T->str_offset.str)); T 777 Zend/zend_execute.c Z_STRVAL_P(T->str_offset.str)[T->str_offset.offset+1] = 0; T 778 Zend/zend_execute.c Z_STRLEN_P(T->str_offset.str) = T->str_offset.offset+1; T 779 Zend/zend_execute.c } else if (IS_INTERNED(Z_STRVAL_P(T->str_offset.str))) { T 780 Zend/zend_execute.c char *tmp = (char *) emalloc(Z_STRLEN_P(T->str_offset.str) + 1); T 782 Zend/zend_execute.c memcpy(tmp, Z_STRVAL_P(T->str_offset.str), Z_STRLEN_P(T->str_offset.str) + 1); T 783 Zend/zend_execute.c Z_STRVAL_P(T->str_offset.str) = tmp; T 794 Zend/zend_execute.c Z_STRVAL_P(T->str_offset.str)[T->str_offset.offset] = Z_STRVAL(tmp)[0]; T 797 Zend/zend_execute.c Z_STRVAL_P(T->str_offset.str)[T->str_offset.offset] = Z_STRVAL_P(value)[0]; T 1582 Zend/zend_execute.c size_t Ts_size = ZEND_MM_ALIGNED_SIZE(sizeof(temp_variable)) * op_array->T; T 71 Zend/zend_opcode.c op_array->T = 0; T 1841 Zend/zend_vm_def.h zend_vm_stack_free((char*)execute_data - (ZEND_MM_ALIGNED_SIZE(sizeof(temp_variable)) * op_array->T) TSRMLS_CC); T 402 Zend/zend_vm_execute.h zend_vm_stack_free((char*)execute_data - (ZEND_MM_ALIGNED_SIZE(sizeof(temp_variable)) * op_array->T) TSRMLS_CC); T 200 ext/fileinfo/libmagic/encoding.c F, F, F, F, F, F, F, T, T, T, T, F, T, T, F, F, /* 0x0X */ T 202 ext/fileinfo/libmagic/encoding.c F, F, F, F, F, F, F, F, F, F, F, T, F, F, F, F, /* 0x1X */ T 203 ext/fileinfo/libmagic/encoding.c T, T, T, T, T, T, T, T, T, T, T, T, T, T, T, T, /* 0x2X */ T 204 ext/fileinfo/libmagic/encoding.c T, T, T, T, T, T, T, T, T, T, T, T, T, T, T, T, /* 0x3X */ T 205 ext/fileinfo/libmagic/encoding.c T, T, T, T, T, T, T, T, T, T, T, T, T, T, T, T, /* 0x4X */ T 206 ext/fileinfo/libmagic/encoding.c T, T, T, T, T, T, T, T, T, T, T, T, T, T, T, T, /* 0x5X */ T 207 ext/fileinfo/libmagic/encoding.c T, T, T, T, T, T, T, T, T, T, T, T, T, T, T, T, /* 0x6X */ T 208 ext/fileinfo/libmagic/encoding.c T, T, T, T, T, T, T, T, T, T, T, T, T, T, T, F, /* 0x7X */ T 210 ext/fileinfo/libmagic/encoding.c X, X, X, X, X, T, X, X, X, X, X, X, X, X, X, X, /* 0x8X */ T 231 ext/fileinfo/libmagic/encoding.c if (t != T) T 250 ext/fileinfo/libmagic/encoding.c if (t != T && t != I) T 270 ext/fileinfo/libmagic/encoding.c if (t != T && t != I && t != X) T 308 ext/fileinfo/libmagic/encoding.c if (text_chars[buf[i]] != T) T 401 ext/fileinfo/libmagic/encoding.c text_chars[(size_t)ubuf[*ulen - 1]] != T) T 358 ext/fileinfo/libmagic/file.h #define CAST(T, b) static_cast<T>(b) T 359 ext/fileinfo/libmagic/file.h #define RCAST(T, b) reinterpret_cast<T>(b) T 361 ext/fileinfo/libmagic/file.h #define CAST(T, b) (T)(b) T 362 ext/fileinfo/libmagic/file.h #define RCAST(T, b) (T)(b) T 1735 ext/imap/php_imap.c if (mail_copy_full(imap_le_struct->imap_stream, seq, folder, (argc == 4 ? options : NIL)) == T) { T 1760 ext/imap/php_imap.c if (mail_copy_full(imap_le_struct->imap_stream, seq, folder, (argc == 4 ? (options | CP_MOVE) : CP_MOVE)) == T) { T 1783 ext/imap/php_imap.c if (mail_create(imap_le_struct->imap_stream, folder) == T) { T 1806 ext/imap/php_imap.c if (mail_rename(imap_le_struct->imap_stream, old_mailbox, new_mailbox) == T) { T 1829 ext/imap/php_imap.c if (mail_delete(imap_le_struct->imap_stream, folder) == T) { T 2246 ext/imap/php_imap.c if (mail_subscribe(imap_le_struct->imap_stream, folder) == T) { T 2269 ext/imap/php_imap.c if (mail_unsubscribe(imap_le_struct->imap_stream, 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 318 ext/mysqlnd/mysqlnd_net.c *(((char *)(T))) = *(((char *)(A)));\ T 319 ext/mysqlnd/mysqlnd_net.c *(((char *)(T))+1) = *(((char *)(A))+1);\ T 320 ext/mysqlnd/mysqlnd_net.c *(((char *)(T))+2) = *(((char *)(A))+2);\ T 321 ext/mysqlnd/mysqlnd_net.c *(((char *)(T))+3) = *(((char *)(A))+3); } while (0) T 242 ext/mysqlnd/mysqlnd_portability.h #define int1store(T,A) do { *((int8_t*) (T)) = (A); } while(0) T 314 ext/mysqlnd/mysqlnd_portability.h #define int2store(T,A) *((uint16_t*) (T))= (uint16_t) (A) T 316 ext/mysqlnd/mysqlnd_portability.h *(T)= (zend_uchar) ((A));\ T 317 ext/mysqlnd/mysqlnd_portability.h *(T+1)=(zend_uchar) (((uint32_t) (A) >> 8));\ T 318 ext/mysqlnd/mysqlnd_portability.h *(T+2)=(zend_uchar) (((A) >> 16)); } T 319 ext/mysqlnd/mysqlnd_portability.h #define int4store(T,A) *((long *) (T))= (long) (A) T 321 ext/mysqlnd/mysqlnd_portability.h *((zend_uchar *)(T))= (zend_uchar)((A));\ T 322 ext/mysqlnd/mysqlnd_portability.h *(((zend_uchar *)(T))+1)=(zend_uchar) (((A) >> 8));\ T 323 ext/mysqlnd/mysqlnd_portability.h *(((zend_uchar *)(T))+2)=(zend_uchar) (((A) >> 16));\ T 324 ext/mysqlnd/mysqlnd_portability.h *(((zend_uchar *)(T))+3)=(zend_uchar) (((A) >> 24)); \ T 325 ext/mysqlnd/mysqlnd_portability.h *(((zend_uchar *)(T))+4)=(zend_uchar) (((A) >> 32)); } T 329 ext/mysqlnd/mysqlnd_portability.h *(((zend_uchar *)(T)))= (zend_uchar)((A));\ T 330 ext/mysqlnd/mysqlnd_portability.h *(((zend_uchar *)(T))+1))=(zend_uchar) (((A) >> 8));\ T 331 ext/mysqlnd/mysqlnd_portability.h *(((zend_uchar *)(T))+2))=(zend_uchar) (((A) >> 16));\ T 332 ext/mysqlnd/mysqlnd_portability.h *(((zend_uchar *)(T))+3))=(zend_uchar) (((A) >> 24)); \ T 333 ext/mysqlnd/mysqlnd_portability.h *(((zend_uchar *)(T))+4))=(zend_uchar) (((A) >> 32)); \ T 334 ext/mysqlnd/mysqlnd_portability.h *(((zend_uchar *)(T))+5))=(zend_uchar) (((A) >> 40)); } T 336 ext/mysqlnd/mysqlnd_portability.h #define int8store(T,A) *((uint64_t *) (T))= (uint64_t) (A) T 344 ext/mysqlnd/mysqlnd_portability.h #define float8store(T,V) { *((long *) (T)) = ((float8get_union *)&(V))->m[0]; \ T 345 ext/mysqlnd/mysqlnd_portability.h *(((long *) (T))+1) = ((float8get_union *)&(V))->m[1]; } T 391 ext/mysqlnd/mysqlnd_portability.h *((zend_uchar*) (T)) = (zend_uchar)(def_temp); \ T 392 ext/mysqlnd/mysqlnd_portability.h *((zend_uchar*) (T+1)) = (zend_uchar)((def_temp >> 8)); } while (0) T 394 ext/mysqlnd/mysqlnd_portability.h *(((char *)(T))) = (char) ((A));\ T 395 ext/mysqlnd/mysqlnd_portability.h *(((char *)(T))+1) = (char) (((A) >> 8));\ T 396 ext/mysqlnd/mysqlnd_portability.h *(((char *)(T))+2) = (char) (((A) >> 16)); \ T 399 ext/mysqlnd/mysqlnd_portability.h *(((char *)(T))) = (char) ((A));\ T 400 ext/mysqlnd/mysqlnd_portability.h *(((char *)(T))+1) = (char) (((A) >> 8));\ T 401 ext/mysqlnd/mysqlnd_portability.h *(((char *)(T))+2) = (char) (((A) >> 16));\ T 402 ext/mysqlnd/mysqlnd_portability.h *(((char *)(T))+3) = (char) (((A) >> 24)); } while (0) T 404 ext/mysqlnd/mysqlnd_portability.h *(((char *)(T))) = (char)((A));\ T 405 ext/mysqlnd/mysqlnd_portability.h *(((char *)(T))+1) = (char)(((A) >> 8));\ T 406 ext/mysqlnd/mysqlnd_portability.h *(((char *)(T))+2) = (char)(((A) >> 16));\ T 407 ext/mysqlnd/mysqlnd_portability.h *(((char *)(T))+3) = (char)(((A) >> 24)); \ T 408 ext/mysqlnd/mysqlnd_portability.h *(((char *)(T))+4) = (char)(((A) >> 32)); } while (0) T 411 ext/mysqlnd/mysqlnd_portability.h *(((char *)(T))) = (char)((A));\ T 412 ext/mysqlnd/mysqlnd_portability.h *(((char *)(T))+1) = (char)(((A) >> 8));\ T 413 ext/mysqlnd/mysqlnd_portability.h *(((char *)(T))+2) = (char)(((A) >> 16));\ T 414 ext/mysqlnd/mysqlnd_portability.h *(((char *)(T))+3) = (char)(((A) >> 24)); \ T 415 ext/mysqlnd/mysqlnd_portability.h *(((char *)(T))+4) = (char)(((A) >> 32)); \ T 416 ext/mysqlnd/mysqlnd_portability.h *(((char *)(T))+5) = (char)(((A) >> 40)); } while (0) T 418 ext/mysqlnd/mysqlnd_portability.h int4store((T),def_temp); \ T 419 ext/mysqlnd/mysqlnd_portability.h int4store((T+4),def_temp2); \ T 429 ext/mysqlnd/mysqlnd_portability.h *(((char *)(T))) = (char) ((char *) &(V))[7];\ T 430 ext/mysqlnd/mysqlnd_portability.h *(((char *)(T))+1) = (char) ((char *) &(V))[6];\ T 431 ext/mysqlnd/mysqlnd_portability.h *(((char *)(T))+2) = (char) ((char *) &(V))[5];\ T 432 ext/mysqlnd/mysqlnd_portability.h *(((char *)(T))+3) = (char) ((char *) &(V))[4];\ T 433 ext/mysqlnd/mysqlnd_portability.h *(((char *)(T))+4) = (char) ((char *) &(V))[3];\ T 434 ext/mysqlnd/mysqlnd_portability.h *(((char *)(T))+5) = (char) ((char *) &(V))[2];\ T 435 ext/mysqlnd/mysqlnd_portability.h *(((char *)(T))+6) = (char) ((char *) &(V))[1];\ T 436 ext/mysqlnd/mysqlnd_portability.h *(((char *)(T))+7) = (char) ((char *) &(V))[0]; } while (0) T 454 ext/mysqlnd/mysqlnd_portability.h *(((char *)(T)))= ((char *) &(V))[4];\ T 455 ext/mysqlnd/mysqlnd_portability.h *(((char *)(T))+1)=(char) ((char *) &(V))[5];\ T 456 ext/mysqlnd/mysqlnd_portability.h *(((char *)(T))+2)=(char) ((char *) &(V))[6];\ T 457 ext/mysqlnd/mysqlnd_portability.h *(((char *)(T))+3)=(char) ((char *) &(V))[7];\ T 458 ext/mysqlnd/mysqlnd_portability.h *(((char *)(T))+4)=(char) ((char *) &(V))[0];\ T 459 ext/mysqlnd/mysqlnd_portability.h *(((char *)(T))+5)=(char) ((char *) &(V))[1];\ T 460 ext/mysqlnd/mysqlnd_portability.h *(((char *)(T))+6)=(char) ((char *) &(V))[2];\ T 461 ext/mysqlnd/mysqlnd_portability.h *(((char *)(T))+7)=(char) ((char *) &(V))[3];} while (0) T 488 ext/mysqlnd/mysqlnd_portability.h #define float8store(T,V) memcpy((char*) (T),(char*) &(V), sizeof(double)) T 491 ext/mysqlnd/mysqlnd_portability.h #define float8store(T,V) memcpy((char*) (T),(char*) &(V),sizeof(double)) T 629 ext/opcache/Optimizer/block_pass.c if (op_array->T) { T 630 ext/opcache/Optimizer/block_pass.c Tsource = ecalloc(op_array->T, sizeof(zend_op *)); T 634 ext/opcache/Optimizer/block_pass.c while ((op_array->T) && (opline < end)) { T 1182 ext/opcache/Optimizer/block_pass.c if (op_array->T) { T 1633 ext/opcache/Optimizer/block_pass.c if (op_array->T >= (zend_uint)op_array->last_var) { T 1634 ext/opcache/Optimizer/block_pass.c var_num = op_array->T; T 1875 ext/opcache/Optimizer/block_pass.c if (op_array->T == 0) { T 1880 ext/opcache/Optimizer/block_pass.c usage = ecalloc(op_array->T, 1); T 1881 ext/opcache/Optimizer/block_pass.c defined_here = emalloc(op_array->T); T 1891 ext/opcache/Optimizer/block_pass.c memset(defined_here, 0, op_array->T); T 1915 ext/opcache/Optimizer/block_pass.c for (i = 0; i< op_array->T; i++) { T 1929 ext/opcache/Optimizer/block_pass.c memcpy(usage, used_ext, op_array->T); T 2052 ext/opcache/Optimizer/block_pass.c usage = emalloc(op_array->T); T 2055 ext/opcache/Optimizer/block_pass.c memset(usage, 0, op_array->T); T 2078 ext/opcache/Optimizer/block_pass.c memset(usage, 0, op_array->T); T 63 ext/opcache/Optimizer/optimize_temp_vars_5.c for (i = 0; i < T; i++) { \ T 75 ext/opcache/Optimizer/optimize_temp_vars_5.c int T = op_array->T; T 86 ext/opcache/Optimizer/optimize_temp_vars_5.c taken_T = (char *) emalloc(T); T 87 ext/opcache/Optimizer/optimize_temp_vars_5.c start_of_T = (zend_op **) emalloc(T * sizeof(zend_op *)); T 88 ext/opcache/Optimizer/optimize_temp_vars_5.c valid_T = (char *) emalloc(T); T 89 ext/opcache/Optimizer/optimize_temp_vars_5.c map_T = (int *) emalloc(T * sizeof(int)); T 110 ext/opcache/Optimizer/optimize_temp_vars_5.c memset(valid_T, 0, T); T 111 ext/opcache/Optimizer/optimize_temp_vars_5.c memset(taken_T, 0, T); T 221 ext/opcache/Optimizer/optimize_temp_vars_5.c op_array->T = max + 1; T 238 ext/opcache/Optimizer/pass3.c znode_op T = opline->result; T 240 ext/opcache/Optimizer/pass3.c znode T = opline->result; T 262 ext/opcache/Optimizer/pass3.c SAME_VAR(op_array->opcodes[target].op1, T)) { T 266 ext/opcache/Optimizer/pass3.c COPY_NODE(T, op_array->opcodes[target].result); T 271 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 1065 ext/pcre/pcrelib/sljit/sljitNativeMIPS_common.c FAIL_IF(push_inst(compiler, (op == SLJIT_LUDIV ? DIVU : DIV) | S(SLJIT_R0) | T(SLJIT_R1), MOVABLE_INS)); T 1067 ext/pcre/pcrelib/sljit/sljitNativeMIPS_common.c FAIL_IF(push_inst(compiler, (op == SLJIT_LUDIV ? DDIVU : DDIV) | S(SLJIT_R0) | T(SLJIT_R1), MOVABLE_INS)); T 1069 ext/pcre/pcrelib/sljit/sljitNativeMIPS_common.c FAIL_IF(push_inst(compiler, (op == SLJIT_LUDIV ? DIVU : DIV) | S(SLJIT_R0) | T(SLJIT_R1), MOVABLE_INS)); T 1312 ext/pcre/pcrelib/sljit/sljitNativeMIPS_common.c return push_inst(compiler, MFC1 | flags | T(dst) | FS(TMP_FREG1), MOVABLE_INS); T 1335 ext/pcre/pcrelib/sljit/sljitNativeMIPS_common.c FAIL_IF(push_inst(compiler, MTC1 | flags | T(src) | FS(TMP_FREG1), MOVABLE_INS)); T 1346 ext/pcre/pcrelib/sljit/sljitNativeMIPS_common.c FAIL_IF(push_inst(compiler, MTC1 | flags | T(TMP_REG1) | FS(TMP_FREG1), MOVABLE_INS)); T 1769 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 1822 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 1825 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 1832 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 1835 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