Searched refs:fixup_memory_subreg (Results 1 – 5 of 5) sorted by relevance
/openbsd/gnu/usr.bin/gcc/gcc/ |
H A D | function.c | 254 static rtx fixup_memory_subreg PARAMS ((rtx, rtx, enum machine_mode, int)); 1888 = fixup_memory_subreg (replacements->old, insn, 2101 tem = fixup_memory_subreg (tem, insn, promoted_mode, 0); 2232 replacement->new = *loc = fixup_memory_subreg (x, insn, 2324 tem = fixup_memory_subreg (tem, insn, promoted_mode, 0); 2426 = fixup_memory_subreg (SET_SRC (x), insn, promoted_mode, 2480 SET_DEST (x) = fixup_memory_subreg (SET_DEST (x), insn, 2534 fixeddest = fixup_memory_subreg (fixeddest, insn, 2588 fixup_memory_subreg (x, insn, promoted_mode, uncritical) in fixup_memory_subreg() function 2650 return fixup_memory_subreg (x, insn, promoted_mode, uncritical);
|
H A D | ChangeLog.7 | 1850 (fixup_memory_subreg): Use get_insns instead of gen_sequence. 10446 * function.c (fixup_memory_subreg): Add promoted_mode parameter.
|
H A D | ChangeLog.0 | 7471 (fixup_memory_subreg): Similarly for 'saved'.
|
H A D | ChangeLog.5 | 6626 (fixup_memory_subreg): Use SUBREG_BYTE and remove byte endian
|
H A D | FSFChangeLog.11 | 8484 fixup_memory_subreg if no longer SUBREG of MEM.
|