Searched refs:the_const (Results 1 - 2 of 2) sorted by relevance

/haiku-buildtools/legacy/gcc/gcc/config/sparc/
H A Dsparc.c1823 HOST_WIDE_INT the_const = -1;
1830 the_const =
1837 if (! SPARC_SIMM13_P (the_const))
1840 emit_insn (gen_safe_SET64 (temp, the_const));
1817 HOST_WIDE_INT the_const = -1; local
/haiku-buildtools/gcc/gcc/config/sparc/
H A Dsparc.c2552 HOST_WIDE_INT the_const = -1;
2559 the_const =
2566 gcc_assert (SPARC_SIMM13_P (the_const));
2569 emit_insn (gen_safe_SET64 (temp, the_const));
2549 HOST_WIDE_INT the_const = -1; local

Completed in 200 milliseconds