Home
last modified time | relevance | path

Searched refs:print_operand_address (Results 1 – 24 of 24) sorted by relevance

/freebsd-10-stable/contrib/gcc/config/s390/
Ds390-protos.h105 extern void print_operand_address (FILE *, rtx);
Ds390.h871 #define PRINT_OPERAND_ADDRESS(FILE, ADDR) print_operand_address (FILE, ADDR)
Ds390.c4527 print_operand_address (FILE *file, rtx addr) in print_operand_address() function
/freebsd-10-stable/contrib/gcc/config/rs6000/
Drs6000-protos.h72 extern void print_operand_address (FILE *, rtx);
Drs6000.h2231 #define PRINT_OPERAND_ADDRESS(FILE, ADDR) print_operand_address (FILE, ADDR)
Drs6000.c10484 print_operand_address (file, x); in print_operand()
10494 print_operand_address (file, XEXP (XEXP (x, 0), 0)); in print_operand()
10963 print_operand_address (FILE *file, rtx x) in print_operand_address() function
/freebsd-10-stable/contrib/gcc/config/mips/
Dmips-protos.h199 extern void print_operand_address (FILE *, rtx);
Dmips.h2481 #define PRINT_OPERAND_ADDRESS(FILE, ADDR) print_operand_address (FILE, ADDR)
Dmips.c5716 print_operand_address (FILE *file, rtx x) in print_operand_address() function
/freebsd-10-stable/contrib/gcc/config/i386/
Di386-protos.h66 extern void print_operand_address (FILE*, rtx);
Di386.h2096 print_operand_address ((FILE), (ADDR))
Di386.c8399 print_operand_address (FILE *file, rtx addr) in print_operand_address() function
/freebsd-10-stable/contrib/gcc/
DChangeLog-19991565 (print_operand_address): Handle POST_INC addresses.
11952 (print_operand_address): Correct printf() for 64-bit HOST_WIDE_INT.
12304 (print_operand_address): Similar.
13614 * m68k.c (print_operand_address): Handle 32-bit PIC case.
13637 (print_operand_address): Ditto.
15179 * alpha.c (print_operand_address): Account for the subreg word.
15266 * alpha.c (print_operand_address): here. Handle subregs.
16130 (print_operand_address): Use "*" instead of "@" when using UNIX
16550 (print_operand_address: Likewise.
16557 `print_operand_address', `register_move_cost',
[all …]
DFSFChangeLog.101727 (print_operand_address): Corrected case of 'Q' output modifier.
7428 * dsp16xx.c (print_operand_address): Fix misspellings in messages.
9915 (print_operand_address, case PLUS): Add case for LABEL_REF.
9916 (print_operand_address, case LABEL_REF): Split from SYMBOL_REF.
9917 (print_operand_address, case CODE_LABEL): New case.
DChangeLog-2002205 * config/h8300/h8300.c (print_operand_address): Do not negate
4330 (print_operand_address): Use %fs instead of %gs on TARGET_64BIT.
5453 (print_operand_address): Add pre_modify, post_modify.
5794 * i386.c (print_operand_address): Use RIP addressing for offsetted
8978 (print_operand_address): Likewise.
9806 print_operand_address): Use stdio instead of asm_fprintf.
9807 (print_operand_address): Fix format specifier.
10123 (print_operand_address): Print linkage operand.
10820 (print_operand_address): And print it here.
16204 (print_operand_address): Remove 'y' and 'Y' format flags.
[all …]
DChangeLog-2001133 (print_operand_address): Likewise.
2457 * dsp16xx.c (print_operand_address): Likewise.
2569 (print_operand_address): Add support for Darwin's lo16(constant)
11234 (print_operand_address): Handle small data.
11773 (print_operand_address): Handle LO_SUM.
15820 * rs6000.c (print_operand_address): Handle ELF syntax.
17238 (print_operand_address) [16 bit int]: Cast INTVAL to int for %d.
21445 * gcc/config/sh/sh.c (print_operand_address, print_operand): Call
21467 * config/sh/sh.c (print_operand_address): Cast INTVAL to int.
25913 * config/alpha/alpha.c (print_operand_address): Use SUBREG_BYTE.
[all …]
DChangeLog-200333 (print_operand, print_operand_address): Call print_reg directly.
3449 (print_operand_address): Update call to mips_classify_address.
20636 (print_operand_address): Handle parts.seg.
20754 * alpha.c (print_operand_address): Fix format specifier warnings.
22544 * dsp16xx.c (print_operand_address): Fix format specifier warning.
22550 * alpha.c (print_operand_address, alpha_start_function,
22564 * rs6000.c (rs6000_va_start, print_operand_address): Likewise.
24620 (print_operand_address): Use print_operand to print the symbolic
24738 (print_operand_address): Use mips_classify_address.
26242 (print_operand_address): Likewise.
[all …]
DChangeLog-20051993 (print_operand_address): Likewise.
5538 (print_operand_address): Likewise.
18675 * config/vax/vax.c: (print_operand_address) Use gcc_unreachable() and
19773 output_move_quad, print_operand_address, output_jump,
19825 * config/sh/sh.c (print_operand_address): Use gcc_assert and
19878 m68hc11_gen_highpart, print_operand, print_operand_address,
19987 print_operand_address, function_arg, alpha_return_in_memory,
20027 (print_operand_address, mn10300_print_reg_list, expand_prologue,
20139 (print_operand_address, v850_handle_data_area_attribute,
21308 print_operand, print_operand_address): Likewise.
[all …]
DChangeLog-1997918 (print_operand_address): Likewise.
DChangeLog-20005551 (print_operand_address): Check if register prefix is needed when
9833 * config/sh/sh.c (print_operand_address): Use output_pic_addr_const.
20237 * config/mn10300/mn10300.c (print_operand_address): Do not add
25403 (print_operand_address): For ELF, write TOC offsets under
25446 (print_operand_address): Use LEGITIMATE_CONSTANT_POOL_ADDRESS_P,
26927 * v850/v850.c (print_operand, print_operand_address,
27301 * avr.c (print_operand): Use print_operand_address instead of
DFSFChangeLog.112749 * m68k.c (print_operand_address) [MOTOROLA]: When compiling
12013 * rs6000.c (print_operand_address): Handle LABEL_REF just like
12159 (print_operand_address): Add LO_SUM support.
DChangeLog-20068558 print_operand_address, print_operand): Replaced REG_OK_FOR_BASE_STRICT_P
9063 * config/vax/vax.c (print_operand_address): Use CONST_INT_P()
9571 (print_operand_address): Likewise.
DChangeLog-200415628 (mips_block_move_straight, print_operand_address, mips_file_start)
17164 * config/mips/mips.c (print_operand_address): Fix handling of
25247 * config/h8300/h8300.c (print_operand_address): Update call to
25353 * config/h8300/h8300.c (print_operand_address): Handle @(dd,RnL.b),
25364 * config/h8300/h8300.c (print_operand_address): Deal with PRE_INC
42031 (print_operand_address): Call output_addr_const instead of
DChangeLog-19981331 print_operand, print_operand_address): New register scheme to
1715 (print_operand_address): Handle SUBREGs.