Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/gcc/gcc/config/sparc/
H A Dsparc.c2055 HOST_WIDE_INT the_const = -1; local
2062 the_const =
2069 if (! SPARC_SIMM13_P (the_const))
2072 emit_insn (gen_safe_SET64 (temp, the_const));
/openbsd/gnu/gcc/gcc/config/sparc/
H A Dsparc.c1709 HOST_WIDE_INT the_const = -1; in sparc_emit_set_const64() local
1716 the_const = in sparc_emit_set_const64()
1723 gcc_assert (SPARC_SIMM13_P (the_const)); in sparc_emit_set_const64()
1726 emit_insn (gen_safe_SET64 (temp, the_const)); in sparc_emit_set_const64()