HomeSort by: relevance | last modified time | path
    Searched defs:gen_safe_OR64 (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/config/sparc/
sparc.cc 2689 static rtx gen_safe_OR64 (rtx, HOST_WIDE_INT);
2710 gen_safe_OR64 (rtx src, HOST_WIDE_INT val)
2746 emit_insn (gen_rtx_SET (op0, gen_safe_OR64 (temp, (high_bits & 0x3ff))));
2783 gen_safe_OR64 (temp, (high_bits & 0x3ff))));
2800 emit_insn (gen_rtx_SET (op0, gen_safe_OR64 (op0, low_immediate)));
2823 gen_safe_OR64 (temp, (high_bits & 0x3ff))));
2846 gen_safe_OR64 (temp2, (low_bits & 0x3ff))));
  /src/external/gpl3/gcc.old/dist/gcc/config/sparc/
sparc.cc 2697 static rtx gen_safe_OR64 (rtx, HOST_WIDE_INT);
2718 gen_safe_OR64 (rtx src, HOST_WIDE_INT val)
2754 emit_insn (gen_rtx_SET (op0, gen_safe_OR64 (temp, (high_bits & 0x3ff))));
2791 gen_safe_OR64 (temp, (high_bits & 0x3ff))));
2808 emit_insn (gen_rtx_SET (op0, gen_safe_OR64 (op0, low_immediate)));
2831 gen_safe_OR64 (temp, (high_bits & 0x3ff))));
2854 gen_safe_OR64 (temp2, (low_bits & 0x3ff))));

Completed in 38 milliseconds