Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/gcc/config/sparc/
HDsparc.c1310 static rtx gen_safe_HIGH64 (rtx, HOST_WIDE_INT);
1321 gen_safe_HIGH64 (rtx dest, HOST_WIDE_INT val) in gen_safe_HIGH64() function
1366 emit_insn (gen_safe_HIGH64 (temp, high_bits)); in sparc_emit_set_const64_quick1()
1405 emit_insn (gen_safe_HIGH64 (temp, high_bits)); in sparc_emit_set_const64_quick2()
1449 emit_insn (gen_safe_HIGH64 (temp, high_bits)); in sparc_emit_set_const64_longway()
1473 emit_insn (gen_safe_HIGH64 (temp2, low_bits)); in sparc_emit_set_const64_longway()
1757 emit_insn (gen_safe_HIGH64 (temp, focus_bits)); in sparc_emit_set_const64()
/freebsd-11-stable/contrib/gcc/
HDChangeLog-200520658 gen_safe_HIGH64.