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

  /src/external/gpl3/gcc/dist/gcc/config/rs6000/
rs6000.cc 20470 rtx fnmem, fn_reg, toc_reg;
20476 fnmem = gen_const_mem (Pmode, force_reg (Pmode, fnaddr));
20485 emit_move_insn (fn_reg, MEM_PLUS (fnmem, 0));
20486 emit_move_insn (toc_reg, MEM_PLUS (fnmem, regsize));
20432 rtx fnmem, fn_reg, toc_reg; local
  /src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
rs6000.cc 20005 rtx fnmem, fn_reg, toc_reg;
20011 fnmem = gen_const_mem (Pmode, force_reg (Pmode, fnaddr));
20020 emit_move_insn (fn_reg, MEM_PLUS (fnmem, 0));
20021 emit_move_insn (toc_reg, MEM_PLUS (fnmem, regsize));
19967 rtx fnmem, fn_reg, toc_reg; local

Completed in 77 milliseconds