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

  /src/external/gpl3/gcc/dist/gcc/
emit-rtl.cc 79 scalar_int_mode ptr_mode; /* Mode whose width is POINTER_SIZE. */ variable
6346 ptr_mode = as_a <scalar_int_mode>
  /src/external/gpl3/gcc.old/dist/gcc/
emit-rtl.cc 78 scalar_int_mode ptr_mode; /* Mode whose width is POINTER_SIZE. */ variable
6176 ptr_mode = as_a <scalar_int_mode>
  /src/external/gpl3/gcc/dist/gcc/config/rs6000/
rs6000.cc 27953 machine_mode ptr_mode = Pmode;
27971 new_addr = gen_rtx_fmt_ee (plus_or_lo_sum, ptr_mode, addis_value, offset);
27896 machine_mode ptr_mode = Pmode; local
  /src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
rs6000.cc 27517 machine_mode ptr_mode = Pmode;
27535 new_addr = gen_rtx_fmt_ee (plus_or_lo_sum, ptr_mode, addis_value, offset);
27460 machine_mode ptr_mode = Pmode; local

Completed in 42 milliseconds