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

/haiku-buildtools/legacy/gcc/gcc/config/sparc/
H A Dsparc.c1941 rtx negated_const;
1943 negated_const = GEN_INT (((~low_bits) & 0xfffffc00) |
1946 negated_const = gen_rtx_CONST_DOUBLE (DImode, const0_rtx,
1950 sparc_emit_set_const64 (temp, negated_const);
1935 rtx negated_const; local
/haiku-buildtools/gcc/gcc/config/sparc/
H A Dsparc.c2666 rtx negated_const;
2667 negated_const = GEN_INT (((~low_bits) & 0xfffffc00) |
2669 sparc_emit_set_const64 (temp, negated_const);
2663 rtx negated_const; local

Completed in 129 milliseconds