Searched refs:construct_container (Results 1 – 5 of 5) sorted by relevance
/openbsd/gnu/usr.bin/gcc/gcc/config/i386/ |
H A D | i386.c | 844 static rtx construct_container PARAMS ((enum machine_mode, tree, int, int, int, 2045 construct_container (mode, type, in_return, nintregs, nsseregs, intreg, sse_regno) in construct_container() function 2287 ret = construct_container (mode, type, 0, cum->nregs, cum->sse_nregs, 2483 rtx ret = construct_container (TYPE_MODE (valtype), valtype, 1, 2857 container = construct_container (TYPE_MODE (type), type, 0,
|
/openbsd/gnu/gcc/gcc/config/i386/ |
H A D | i386.c | 3283 construct_container (enum machine_mode mode, enum machine_mode orig_mode, in construct_container() function 3616 ret = construct_container (mode, orig_mode, type, 0, cum->nregs, in function_arg() 3880 rtx ret = construct_container (natmode, TYPE_MODE (valtype), valtype, in ix86_function_value() 4329 container = construct_container (nat_mode, TYPE_MODE (type), type, 0, in ix86_gimplify_va_arg()
|
/openbsd/gnu/usr.bin/gcc/gcc/ |
H A D | ChangeLog | 671 * i386.c (construct_container): Do not produce BLKmode registers. 9625 * i386.c (construct_container): Fix handling of SSE_CLASS.
|
H A D | ChangeLog.7 | 16414 (construct_container): Fix handling of SSE operands. 20874 (construct_container): Constify INTREG parameter.
|
H A D | ChangeLog.6 | 10382 (classify_argument, examine_argument, construct_container,
|