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

  /src/external/gpl3/gcc/dist/gcc/config/i386/
i386.cc 425 static unsigned int ix86_function_arg_boundary (machine_mode,
3133 int align = ix86_function_arg_boundary (mode, type) / BITS_PER_WORD;
3709 ix86_function_arg_boundary (machine_mode mode, const_tree type)
5115 arg_boundary = ix86_function_arg_boundary (VOIDmode, type);
26602 #define TARGET_FUNCTION_ARG_BOUNDARY ix86_function_arg_boundary
3697 ix86_function_arg_boundary (machine_mode mode, const_tree type) function
  /src/external/gpl3/gcc.old/dist/gcc/config/i386/
i386.cc 413 static unsigned int ix86_function_arg_boundary (machine_mode,
3038 int align = ix86_function_arg_boundary (mode, type) / BITS_PER_WORD;
3608 ix86_function_arg_boundary (machine_mode mode, const_tree type)
4996 arg_boundary = ix86_function_arg_boundary (VOIDmode, type);
24649 #define TARGET_FUNCTION_ARG_BOUNDARY ix86_function_arg_boundary
3596 ix86_function_arg_boundary (machine_mode mode, const_tree type) function

Completed in 45 milliseconds