Searched refs:tempLR (Results 1 – 2 of 2) sorted by relevance
| /openbsd-src/gnu/gcc/gcc/config/rs6000/ |
| H A D | rs6000.c | 3179 rtx tempLR, tmp3, mem; in rs6000_legitimize_tls_address() local 3182 tempLR = gen_reg_rtx (Pmode); in rs6000_legitimize_tls_address() 3188 first = emit_insn (gen_load_toc_v4_PIC_1b (tempLR, gsym)); in rs6000_legitimize_tls_address() 3189 emit_move_insn (tmp1, tempLR); in rs6000_legitimize_tls_address() 13626 rtx lab, tmp1, tmp2, got, tempLR; in rs6000_emit_load_toc_table() local 13640 tempLR = (fromprolog in rs6000_emit_load_toc_table() 13643 insn = emit_insn (gen_load_toc_v4_PIC_1 (tempLR, lab)); in rs6000_emit_load_toc_table() 13646 insn = emit_move_insn (tmp1, tempLR); in rs6000_emit_load_toc_table() 13658 rtx tempLR = (fromprolog in rs6000_emit_load_toc_table() local 13662 insn = emit_insn (gen_load_toc_v4_pic_si (tempLR)); in rs6000_emit_load_toc_table() [all …]
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/config/rs6000/ |
| H A D | rs6000.c | 9667 rtx tempLR = (fromprolog local 9692 rs6000_maybe_dead (emit_insn (gen_load_toc_v4_PIC_1 (tempLR, 9694 rs6000_maybe_dead (emit_move_insn (dest, tempLR)); 9709 emit_insn (gen_load_toc_v4_PIC_1b (tempLR, symF, tocsym)); 9710 emit_move_insn (dest, tempLR);
|