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

  /src/external/gpl3/gcc.old/dist/gcc/config/tilepro/
tilepro.h 459 rtx got_rtx;
449 rtx got_rtx; member in struct:machine_function
  /src/external/gpl3/gcc.old/dist/gcc/config/tilegx/
tilegx.h 515 rtx got_rtx;
505 rtx got_rtx; member in struct:machine_function
tilegx.cc 758 machine->got_rtx = gen_rtx_REG (Pmode, PIC_OFFSET_TABLE_REGNUM);
943 return cfun->machine->got_rtx;
4273 emit_use (cfun->machine->got_rtx);
4625 rtx got_rtx = tilegx_got_rtx ();
4653 emit_insn (gen_add_got16_32bit (opnds[0], got_rtx, opnds[2]));
4655 emit_insn (gen_add_got16 (opnds[0], got_rtx, opnds[2]));
4681 rtx got_rtx = tilegx_got_rtx ();
4691 opnds[1] = got_rtx;
4615 rtx got_rtx = tilegx_got_rtx (); local
4671 rtx got_rtx = tilegx_got_rtx (); local
  /src/external/gpl3/gcc.old/dist/gcc/config/s390/
s390.cc 10992 rtx got_rtx = gen_rtx_REG (Pmode, 12);
10996 emit_move_insn (got_rtx, s390_got_symbol ());
10991 rtx got_rtx = gen_rtx_REG (Pmode, 12); local
  /src/external/gpl3/gcc/dist/gcc/config/s390/
s390.cc 11516 rtx got_rtx = gen_rtx_REG (Pmode, 12);
11520 emit_move_insn (got_rtx, s390_got_symbol ());
11515 rtx got_rtx = gen_rtx_REG (Pmode, 12); local

Completed in 38 milliseconds