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

/freebsd-11-stable/contrib/gcc/config/sparc/
H A Dsparc.c1314 static rtx gen_safe_HIGH64 (rtx, HOST_WIDE_INT);
1325 gen_safe_HIGH64 (rtx dest, HOST_WIDE_INT val)
1370 emit_insn (gen_safe_HIGH64 (temp, high_bits));
1409 emit_insn (gen_safe_HIGH64 (temp, high_bits));
1453 emit_insn (gen_safe_HIGH64 (temp, high_bits));
1477 emit_insn (gen_safe_HIGH64 (temp2, low_bits));
1761 emit_insn (gen_safe_HIGH64 (temp, focus_bits));
1321 gen_safe_HIGH64 (rtx dest, HOST_WIDE_INT val) function

Completed in 113 milliseconds