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

  /src/external/gpl3/gcc/dist/gcc/config/rs6000/
rs6000-call.cc 815 rs6000_function_arg_boundary (machine_mode mode, const_tree type)
884 align = rs6000_function_arg_boundary (mode, type) / PARM_BOUNDARY - 1;
2591 boundary = rs6000_function_arg_boundary (TYPE_MODE (type), type);
814 rs6000_function_arg_boundary (machine_mode mode, const_tree type) function
  /src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
rs6000-call.cc 823 rs6000_function_arg_boundary (machine_mode mode, const_tree type)
892 align = rs6000_function_arg_boundary (mode, type) / PARM_BOUNDARY - 1;
2595 boundary = rs6000_function_arg_boundary (TYPE_MODE (type), type);
822 rs6000_function_arg_boundary (machine_mode mode, const_tree type) function

Completed in 29 milliseconds