Searched refs:modified (Results 1 - 25 of 48) sorted by relevance

12

/haiku-buildtools/binutils/gas/testsuite/gas/arm/
H A Dimmed2.s1 @ Tests for modified immediate constants with specified rotate
H A Dimmed2.d1 # name: modified immediate constants
H A Darchv6t2-bad.s62 @ movs shouldn't be extened to accept UINT16 can't fit into ARM modified
/haiku-buildtools/binutils/gas/testsuite/gas/cris/
H A Dstring-2.s1 ; Test that strings are evaluated as in the manual (slightly modified).
H A Dstring-1.s1 ; Test that strings are evaluated as in the manual (slightly modified).
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/cris/
H A Dstring-2.s1 ; Test that strings are evaluated as in the manual (slightly modified).
H A Dstring-1.s1 ; Test that strings are evaluated as in the manual (slightly modified).
/haiku-buildtools/binutils/intl/
H A Dbindtextdom.c97 modified, only the current value is returned.
99 modified nor returned. */
107 int modified; local
121 modified = 0;
174 modified = 1;
212 modified = 1;
323 modified = 1;
341 /* If we modified any binding, we flush the caches. */
342 if (modified)
/haiku-buildtools/gcc/intl/
H A Dbindtextdom.c97 modified, only the current value is returned.
99 modified nor returned. */
107 int modified; local
121 modified = 0;
174 modified = 1;
212 modified = 1;
323 modified = 1;
341 /* If we modified any binding, we flush the caches. */
342 if (modified)
/haiku-buildtools/gcc/gcc/
H A Dree.c337 and a pointer to the SET rtx (ORIG_SET) that needs to be modified,
567 /* The insn hasn't been modified by ree pass yet. */
600 /* For instructions that have been successfully modified, this is
603 struct ext_modified *modified; member in struct:ext_state
724 || ((state->modified[INSN_UID (def_insn)].kind
727 && state->modified[INSN_UID (def_insn)].mode
735 if (state->modified[INSN_UID (def_insn)].deleted)
739 if (state->modified[INSN_UID (def_insn)].kind == EXT_MODIFIED_NONE)
740 state->modified[INSN_UID (def_insn)].mode = ext_src_mode;
817 /* We require the candidate not already be modified
966 ext_modified *modified = &state->modified[INSN_UID (def_insn)]; local
[all...]
H A Dtree-nrv.c82 int modified; member in struct:nrv_data_t
112 dp->modified = 1;
184 /* If the result has its address taken then it might be modified
303 data.modified = 0;
305 if (data.modified)
H A Dreload.c195 /* Used to track what is modified by an operand. */
789 modified by this function.
1871 the one that we imagine being modified
1931 /* If this insn has only one operand that is modified or written (assumed
2678 enum reload_usage { RELOAD_READ, RELOAD_READ_WRITE, RELOAD_WRITE } modified[MAX_RECOG_OPERANDS];
2787 modified[i] = RELOAD_READ;
2798 modified[i] = RELOAD_WRITE;
2801 modified[i] = RELOAD_READ_WRITE;
2877 operand_type[i] = (modified[i] == RELOAD_READ ? RELOAD_FOR_INPUT
2878 : modified[
2665 enum reload_usage { RELOAD_READ, RELOAD_READ_WRITE, RELOAD_WRITE } modified[MAX_RECOG_OPERANDS]; local
[all...]
H A Dtree-sra.c292 otherwise) modified? */
3461 bool modified = false, deleted = false; local
3470 modified |= sra_modify_expr (t, &gsi, false);
3475 modified |= assign_result == SRA_AM_MODIFIED;
3484 modified |= sra_modify_expr (t, &gsi, false);
3490 modified |= sra_modify_expr (t, &gsi, true);
3500 modified |= sra_modify_expr (t, &gsi, false);
3505 modified |= sra_modify_expr (t, &gsi, true);
3514 if (modified)
3883 REPRESENTATIVES) can be modified b
4719 bool modified = false; local
[all...]
H A Dtree-ssa-loop-ivcanon.c1082 bool modified = false; local
1137 modified |= remove_redundant_iv_tests (loop);
1148 modified |= try_peel_loop (loop, exit, niter, maxiter);
1150 return modified;
H A Dipa-prop.c845 a value known not to be modified in this function before reaching the
854 bool modified = false; local
876 &modified, NULL);
879 if (paa && modified)
881 return !modified;
886 modified. Otherwise return -1. */
920 bool modified = false; local
942 &modified, NULL);
945 if (paa && modified)
947 return !modified;
958 bool modified = false; local
[all...]
/haiku-buildtools/gcc/libstdc++-v3/testsuite/util/performance/priority_queue/timing/
H A Dmodify_test.hpp195 bool modified = false; local
196 for (iterator it = c.begin(); !modified && it != c.end(); ++it)
200 modified = true;
/haiku-buildtools/legacy/gcc/gcc/
H A Dreload.c228 /* Used to track what is modified by an operand. */
767 modified by this function.
1745 the one that we imagine being modified
1803 /* If this insn has only one operand that is modified or written (assumed
2475 enum reload_usage { RELOAD_READ, RELOAD_READ_WRITE, RELOAD_WRITE } modified[MAX_RECOG_OPERANDS];
2580 modified[i] = RELOAD_READ;
2588 modified[i] = RELOAD_WRITE;
2590 modified[i] = RELOAD_READ_WRITE;
2646 operand_type[i] = (modified[i] == RELOAD_READ ? RELOAD_FOR_INPUT
2647 : modified[
2462 enum reload_usage { RELOAD_READ, RELOAD_READ_WRITE, RELOAD_WRITE } modified[MAX_RECOG_OPERANDS]; local
[all...]
H A Dfunction.h33 rtx modified; member in struct:var_refs_queue
H A Dvmsconfig.com459 QUIT; ! All done; don't write any modified buffers.
/haiku-buildtools/gcc/contrib/
H A Dcompare_two_ftime_report_sets528 modified = parser.sub(replace, line)
529 if modified != line:
530 yield re.split("\t", modified)
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/
H A D20050629-1.c82 unsigned modified : 1; member in struct:stmt_ann_d
96 return ann ? ann->modified : 1;
/haiku-buildtools/gcc/gcc/testsuite/go.test/test/
H A Dappend.go176 verify("struct k - input modified", input, e[0:i])
223 verify("interface k - input modified", input, e[0:i])
/haiku-buildtools/isl/
H A Disl_map_subtract.c293 int modified; local
334 modified = 0;
342 if (!modified) {
385 modified = 1;
/haiku-buildtools/gcc/gmp/demos/perl/
H A DGMP.pm218 is modified, if other variables are referencing the same mpz object then a
280 modified through them, but this is not done currently.
325 pass a literal constant. Only the given variable is modified, if other
/haiku-buildtools/legacy/gcc/gcc/config/i386/
H A Dsol2-gc1.asm44 ! This is a modified crt1.s by J.W.Hawtin <oolon@ankh.org> 15/8/96,

Completed in 168 milliseconds

12