Home
last modified time | relevance | path

Searched refs:function_arg_ms_64 (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/i386/
H A Di386.c3156 function_arg_ms_64 (const CUMULATIVE_ARGS *cum, machine_mode mode, in function_arg_ms_64() function
3260 reg = function_arg_ms_64 (cum, mode, arg.mode, arg.named, in ix86_function_arg()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/i386/
H A Di386.cc3290 function_arg_ms_64 (const CUMULATIVE_ARGS *cum, machine_mode mode, in function_arg_ms_64() function
3394 reg = function_arg_ms_64 (cum, mode, arg.mode, arg.named, in ix86_function_arg()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-202036207 * config/i386/i386.c (function_arg_ms_64): Add a type argument.
36210 (ix86_function_arg): Pass arg.type to function_arg_ms_64.
H A DChangeLog-2008238 * i386.c (function_arg_ms_64): Pass magical value of -2 as callarg.
H A DChangeLog-200724410 (function_arg_ms_64): New.
H A DChangeLog-201024176 (function_arg_ms_64): Const-ify CUM parameter. Change type of NAMED