Home
last modified time | relevance | path

Searched refs:newx (Results 1 – 10 of 10) sorted by relevance

/dragonfly/contrib/gcc-4.7/gcc/
H A Dsimplify-rtx.c323 rtx newx; in delegitimize_mem_from_attrs() local
354 x = newx; in delegitimize_mem_from_attrs()
429 if (newx) in simplify_replace_fn_rtx()
430 return newx; in simplify_replace_fn_rtx()
517 newx = x; in simplify_replace_fn_rtx()
549 if (x == newx) in simplify_replace_fn_rtx()
556 return newx; in simplify_replace_fn_rtx()
5446 rtx newx; in simplify_subreg() local
5506 return newx; in simplify_subreg()
5763 rtx newx; in simplify_gen_subreg() local
[all …]
H A Dggc-zone.c2424 FILE *f, void *x, void *newx, in ggc_pch_write_object() argument
2427 if (fseek (f, (size_t) newx - d->orig_base + d->start_offset, SEEK_SET) != 0) in ggc_pch_write_object()
H A Dggc-page.c2292 FILE *f, void *x, void *newx ATTRIBUTE_UNUSED, in ggc_pch_write_object()
H A Doptabs.c1976 rtx newx; in expand_binop() local
1979 newx = expand_binop (word_mode, in expand_binop()
1991 newx, x, in expand_binop()
2001 emit_move_insn (target_piece, newx); in expand_binop()
H A Dcse.c2251 rtx newx; in hash_rtx_cb() local
2262 && ((*cb) (x, mode, &newx, &newmode))) in hash_rtx_cb()
2264 hash += hash_rtx_cb (newx, newmode, do_not_record_p, in hash_rtx_cb()
/dragonfly/contrib/gcc-8.0/gcc/
H A Dsimplify-rtx.c336 rtx newx; in delegitimize_mem_from_attrs() local
361 x = newx; in delegitimize_mem_from_attrs()
436 if (newx) in simplify_replace_fn_rtx()
437 return newx; in simplify_replace_fn_rtx()
530 newx = x; in simplify_replace_fn_rtx()
562 if (x == newx) in simplify_replace_fn_rtx()
569 return newx; in simplify_replace_fn_rtx()
6341 rtx newx; in simplify_subreg() local
6378 return newx; in simplify_subreg()
6523 rtx newx; in simplify_gen_subreg() local
[all …]
H A Doptabs.c1658 rtx newx; in expand_binop() local
1661 newx = expand_binop (word_mode, in expand_binop()
1673 newx, x, in expand_binop()
1683 emit_move_insn (target_piece, newx); in expand_binop()
H A Dcse.c2227 rtx newx; in hash_rtx_cb() local
2238 && ((*cb) (x, mode, &newx, &newmode))) in hash_rtx_cb()
2240 hash += hash_rtx_cb (newx, newmode, do_not_record_p, in hash_rtx_cb()
H A Dggc-page.c2441 FILE *f, void *x, void *newx ATTRIBUTE_UNUSED, in ggc_pch_write_object()
/dragonfly/games/bs/
H A Dbs.c276 int newx = ss->x + l * xincr[ss->dir]; in placeship() local
279 board[b][newx][newy] = ss->symbol; in placeship()
281 pgoto(newy, newx); in placeship()