Home
last modified time | relevance | path

Searched refs:ix86_value_regno (Results 1 – 5 of 5) sorted by relevance

/freebsd-12-stable/contrib/gcc/config/i386/
Di386.c1412 static int ix86_value_regno (enum machine_mode, tree, tree);
4227 ix86_value_regno (natmode, fn, fntype)); in ix86_function_value()
4350 return gen_rtx_REG (mode, ix86_value_regno (mode, NULL, NULL)); in ix86_libcall_value()
4356 ix86_value_regno (enum machine_mode mode, tree func, tree fntype) in ix86_value_regno() function
/freebsd-12-stable/contrib/gcc/
DChangeLog-200511564 * config/i386/i386.c (ix86_value_regno): Change prototype
11568 ix86_value_regno, check return slot rtx for exact match.
11570 ix86_value_regno with fndecl/fntype as provided.
11571 (ix86_value_regno): Handle extra type argument.
14756 (ix86_value_regno): Likewise.
15194 (ix86_value_regno): Return FIRST_MMX_REG for MMX vector modes.
25444 * config/i386/i386.c (ix86_value_regno): Only optimize local functions
25457 call to ix86_value_regno).
25458 (ix86_value_regno): Add support for returning floating point values
DChangeLog-20062599 * config/i386/i386.c (ix86_value_regno): Don't return FIRST_MMX_REG
12597 (ix86_value_regno): Return non-TDmode decimal float modes in %eax.
DChangeLog-200211577 (ix86_value_regno): New function.
DChangeLog-200310396 (ix86_value_regno): Only return xmm0 for 16-byte vector types.