Searched refs:ix86_value_regno (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12-stable/contrib/gcc/config/i386/ |
| D | i386.c | 1412 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/ |
| D | ChangeLog-2005 | 11564 * 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
|
| D | ChangeLog-2006 | 2599 * 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.
|
| D | ChangeLog-2002 | 11577 (ix86_value_regno): New function.
|
| D | ChangeLog-2003 | 10396 (ix86_value_regno): Only return xmm0 for 16-byte vector types.
|