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

  /src/external/gpl3/gcc/dist/gcc/config/i386/
i386-expand.cc 16746 machine_mode int_inner_mode = VOIDmode; local
16895 int_inner_mode = HImode;
16929 if (int_inner_mode != E_VOIDmode)
16931 gcc_assert (TARGET_SSE2 && int_inner_mode == HImode);
16932 rtx tmp = gen_reg_rtx (int_inner_mode);
16933 elt = lowpart_subreg (int_inner_mode,
  /src/external/gpl3/gcc/dist/gcc/
expr.cc 245 scalar_int_mode int_inner_mode;
258 &int_inner_mode)
259 && GET_MODE_PRECISION (int_inner_mode)
880 scalar_int_mode int_inner_mode;
891 &int_inner_mode)
892 && GET_MODE_PRECISION (int_inner_mode)
243 scalar_int_mode int_inner_mode; local
878 scalar_int_mode int_inner_mode; local
  /src/external/gpl3/gcc.old/dist/gcc/
expr.cc 242 scalar_int_mode int_inner_mode;
255 &int_inner_mode)
256 && GET_MODE_PRECISION (int_inner_mode)
714 scalar_int_mode int_inner_mode;
725 &int_inner_mode)
726 && GET_MODE_PRECISION (int_inner_mode)
240 scalar_int_mode int_inner_mode; local
712 scalar_int_mode int_inner_mode; local

Completed in 89 milliseconds