Searched refs:add_constant (Results 1 – 11 of 11) sorted by relevance
/openbsd/gnu/usr.bin/gcc/gcc/config/sh/ |
H A D | sh.c | 177 static rtx add_constant PARAMS ((rtx, enum machine_mode, rtx)); 2336 add_constant (x, mode, last_value) in add_constant() function 3873 lab = add_constant (src, mode, last_float); 3911 lab = add_constant (XVECEXP (src, 0, 0), mode, 0); 3919 lab = add_constant (src, mode, 0);
|
/openbsd/gnu/gcc/gcc/config/sh/ |
H A D | sh.c | 180 static rtx add_constant (rtx, enum machine_mode, rtx); 3093 add_constant (rtx x, enum machine_mode mode, rtx last_value) in add_constant() function 4783 lab = add_constant (src, mode, last_float); in sh_reorg() 4821 lab = add_constant (XVECEXP (src, 0, 0), mode, 0); in sh_reorg() 4829 lab = add_constant (src, mode, 0); in sh_reorg()
|
/openbsd/gnu/usr.bin/gcc/gcc/config/mips/ |
H A D | mips.c | 112 static rtx add_constant PARAMS ((struct constant **, 9671 add_constant (pconstants, val, mode) in add_constant() function 9922 lab = add_constant (&constants, val, mode);
|
/openbsd/gnu/gcc/gcc/config/mips/ |
H A D | mips.c | 8369 add_constant (struct mips16_constant_pool *pool, in add_constant() function 8507 *x = gen_rtx_LABEL_REF (Pmode, add_constant (pool, in mips16_rewrite_pool_refs()
|
/openbsd/gnu/usr.bin/gcc/gcc/ |
H A D | ChangeLog.1 | 9041 (add_constant): New argument last_value. Changed all callers. 9950 * arm.c (add_constant): When taking the address of an item in the 13061 * arm.c (add_constant): New parameter address_only, change caller.
|
H A D | FSFChangeLog.10 | 3911 (add_constant, dump_table, fixit, find_barrier, broken_move): New
|
H A D | ChangeLog.0 | 2874 (arm_gen_constant, arm_gen_movstrqi, add_constant): Likewise.
|
H A D | ChangeLog.2 | 12414 (add_constant): Cope with PIC constants.
|
H A D | ChangeLog.5 | 2241 (add_constant): Note a sequence of constants that are referenced
|
H A D | FSFChangeLog.11 | 5784 (add_constant): If generating AOF syntax, then handle pic specially.
|
H A D | ChangeLog | 9381 (add_constant): Set it.
|