Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(216)

Side by Side Diff: gcc/gcc/config/i386/i386-protos.h

Issue 6271009: [gcc] Replace rsp/rbp lea base with esp/ebp (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/nacl-toolchain.git@master
Patch Set: Created 9 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « gcc/gcc/config/i386/i386.md ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /* Definitions of target machine for GCC for IA-32. 1 /* Definitions of target machine for GCC for IA-32.
2 Copyright (C) 1988, 1992, 1994, 1995, 1996, 1996, 1997, 1998, 1999, 2 Copyright (C) 1988, 1992, 1994, 1995, 1996, 1996, 1997, 1998, 1999,
3 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 3 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
4 Free Software Foundation, Inc. 4 Free Software Foundation, Inc.
5 5
6 This file is part of GCC. 6 This file is part of GCC.
7 7
8 GCC is free software; you can redistribute it and/or modify 8 GCC is free software; you can redistribute it and/or modify
9 it under the terms of the GNU General Public License as published by 9 it under the terms of the GNU General Public License as published by
10 the Free Software Foundation; either version 3, or (at your option) 10 the Free Software Foundation; either version 3, or (at your option)
(...skipping 245 matching lines...) Expand 10 before | Expand all | Expand 10 after
256 enum ix86_address_seg { SEG_DEFAULT, SEG_FS, SEG_GS, SEG_NACL }; 256 enum ix86_address_seg { SEG_DEFAULT, SEG_FS, SEG_GS, SEG_NACL };
257 struct ix86_address 257 struct ix86_address
258 { 258 {
259 rtx base, index, disp; 259 rtx base, index, disp;
260 HOST_WIDE_INT scale; 260 HOST_WIDE_INT scale;
261 enum ix86_address_seg seg; 261 enum ix86_address_seg seg;
262 }; 262 };
263 263
264 extern int lea_match_address_operand (rtx, enum machine_mode); 264 extern int lea_match_address_operand (rtx, enum machine_mode);
265 extern int ix86_decompose_address (rtx, struct ix86_address *); 265 extern int ix86_decompose_address (rtx, struct ix86_address *);
266 extern int ix86_lea_decompose_address (rtx, struct ix86_address *);
266 extern int memory_address_length (rtx addr); 267 extern int memory_address_length (rtx addr);
267 extern void x86_output_aligned_bss (FILE *, tree, const char *, 268 extern void x86_output_aligned_bss (FILE *, tree, const char *,
268 unsigned HOST_WIDE_INT, int); 269 unsigned HOST_WIDE_INT, int);
269 extern void x86_elf_aligned_common (FILE *, const char *, 270 extern void x86_elf_aligned_common (FILE *, const char *,
270 unsigned HOST_WIDE_INT, int); 271 unsigned HOST_WIDE_INT, int);
271 272
272 #ifdef RTX_CODE 273 #ifdef RTX_CODE
273 extern void ix86_fp_comparison_codes (enum rtx_code code, enum rtx_code *, 274 extern void ix86_fp_comparison_codes (enum rtx_code code, enum rtx_code *,
274 enum rtx_code *, enum rtx_code *); 275 enum rtx_code *, enum rtx_code *);
275 extern enum rtx_code ix86_fp_compare_code_to_integer (enum rtx_code); 276 extern enum rtx_code ix86_fp_compare_code_to_integer (enum rtx_code);
276 extern rtx construct_plt_address (rtx); 277 extern rtx construct_plt_address (rtx);
277 #endif 278 #endif
278 extern int asm_preferred_eh_data_format (int, int); 279 extern int asm_preferred_eh_data_format (int, int);
279 280
280 #ifdef HAVE_ATTR_cpu 281 #ifdef HAVE_ATTR_cpu
281 extern enum attr_cpu ix86_schedule; 282 extern enum attr_cpu ix86_schedule;
282 #endif 283 #endif
OLDNEW
« no previous file with comments | « gcc/gcc/config/i386/i386.md ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698