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

  /src/external/gpl3/gcc/dist/gcc/config/m68k/
m68k.cc 5992 sched_address_type (machine_mode mode, rtx addr_rtx)
6061 return sched_address_type (QImode, op);
6064 return sched_address_type (GET_MODE (op), XEXP (op, 0));
5978 sched_address_type (machine_mode mode, rtx addr_rtx) function
  /src/external/gpl3/gcc.old/dist/gcc/config/m68k/
m68k.cc 5973 sched_address_type (machine_mode mode, rtx addr_rtx)
6042 return sched_address_type (QImode, op);
6045 return sched_address_type (GET_MODE (op), XEXP (op, 0));
5959 sched_address_type (machine_mode mode, rtx addr_rtx) function

Completed in 30 milliseconds