亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

? 歡迎來(lái)到蟲蟲下載站! | ?? 資源下載 ?? 資源專輯 ?? 關(guān)于我們
? 蟲蟲下載站

?? tm-m88k.h

?? 這是完整的gcc源代碼
?? H
?? 第 1 頁(yè) / 共 3 頁(yè)
字號(hào):
/* Definitions of target machine for GNU compiler, for the Motorola 88000 chip.   Copyright (C) 1988 Free Software Foundation, Inc.   Contributed by Michael Tiemann (tiemann@mcc.com)This file is part of GNU CC.GNU CC is free software; you can redistribute it and/or modifyit under the terms of the GNU General Public License as published bythe Free Software Foundation; either version 1, or (at your option)any later version.GNU CC is distributed in the hope that it will be useful,but WITHOUT ANY WARRANTY; without even the implied warranty ofMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See theGNU General Public License for more details.You should have received a copy of the GNU General Public Licensealong with GNU CC; see the file COPYING.  If not, write tothe Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  *//* Note that some other tm- files include this one and then override   many of the definitions that relate to assembler syntax.  *//* Names to predefine in the preprocessor for this target machine.  */#define CPP_PREDEFINES "-Dm88000 -Dm88k"/* Print subsidiary information on the compiler version in use.  */#define TARGET_VERSION fprintf (stderr, " (88k)");/* Run-time compilation parameters selecting different hardware subsets.   On the the m88000, we don't yet need any.  */extern int target_flags;/* Macro to define tables used to set the flags.   This is a list in braces of pairs in braces,   each pair being { "NAME", VALUE }   where VALUE is the bits to set or minus the bits to clear.   An empty string NAME is used to identify the default VALUE.  */#define TARGET_SWITCHES  \  {{ "", TARGET_DEFAULT}}#define TARGET_DEFAULT 1/* target machine storage layout *//* Define this if most significant bit is lowest numbered   in instructions that operate on numbered bit-fields.  */#define BITS_BIG_ENDIAN/* Define this if most significant byte of a word is the lowest numbered.  *//* That is true on the m88000.  */#define BYTES_BIG_ENDIAN/* Define this if most significant word of a multiword number is numbered.  *//* For the m88000 we can decide arbitrarily   since there are no machine instructions for them.  *//* #define WORDS_BIG_ENDIAN *//* number of bits in an addressible storage unit */#define BITS_PER_UNIT 8/* Width in bits of a "word", which is the contents of a machine register.   Note that this is not necessarily the width of data type `int';   if using 16-bit ints on a 68000, this would still be 32.   But on a machine with 16-bit registers, this would be 16.  */#define BITS_PER_WORD 32/* Width of a word, in units (bytes).  */#define UNITS_PER_WORD 4/* Width in bits of a pointer.   See also the macro `Pmode' defined below.  */#define POINTER_SIZE 32/* Allocation boundary (in *bits*) for storing pointers in memory.  */#define POINTER_BOUNDARY 32/* Allocation boundary (in *bits*) for storing arguments in argument list.  */#define PARM_BOUNDARY 32/* Allocation boundary (in *bits*) for the code of a function.  */#define FUNCTION_BOUNDARY 32/* Alignment of field after `int : 0' in a structure.  */#define EMPTY_FIELD_BOUNDARY 32/* No data type wants to be aligned rounder than this.  */#define BIGGEST_ALIGNMENT 64/* Define this if move instructions will actually fail to work   when given unaligned data.  */#define STRICT_ALIGNMENT/* Standard register usage.  *//* Number of actual hardware registers.   The hardware registers are assigned numbers for the compiler   from 0 to just below FIRST_PSEUDO_REGISTER.   All registers that the compiler knows about must be given numbers,   even those that are not normally considered general registers.   the m88000 has 32 fullword registers.  */#define FIRST_PSEUDO_REGISTER 32/* 1 for registers that have pervasive standard uses   and are not available for the register allocator.   On the 88000, these are:   Reg 0	= 0 (hardware).   Reg 1	= Subroutine return pointer (hardware).   [Reg 2-9	= Parameter registers (Motorola convention).]   Reg 25	= condition code register (Gnu).   Reg 26-29	= reserved by Motorola.   Reg 30 = frame pointer (software).   Reg 31 = stack pointer (software).  */#define FIXED_REGISTERS  \ {1, 1, 0, 0, 0, 0, 0, 0, \  0, 0, 0, 0, 0, 0, 0, 0, \  0, 0, 0, 0, 0, 0, 0, 0, \  0, 1, 1, 1, 1, 1, 0, 1}/* 1 for registers not available across function calls.   These must include the FIXED_REGISTERS and also any   registers that can be used without being saved.   The latter must include the registers where values are returned   and the register where structure-value addresses are passed.   Aside from that, you can include as many other registers as you like.  */#define CALL_USED_REGISTERS  \ {1, 1, 1, 1, 1, 1, 1, 1, \  1, 1, 1, 1, 1, 1, 0, 0, \  0, 0, 0, 0, 0, 0, 0, 0, \  0, 1, 1, 1, 1, 1, 0, 1}/* Return number of consecutive hard regs needed starting at reg REGNO   to hold something of mode MODE.   This is ordinarily the length in words of a value of mode MODE   but can be less for certain modes in special long registers.   On the m88000, ordinary registers hold 32 bits worth;   a single floating point register is always enough for   anything that can be stored in them at all.  */#define HARD_REGNO_NREGS(REGNO, MODE)   \  ((GET_MODE_SIZE (MODE) + UNITS_PER_WORD - 1) / UNITS_PER_WORD)/* Value is 1 if hard register REGNO can hold a value of machine-mode MODE.   On the m88000, the cpu registers can hold any mode, but doubles   (and larger) must start and an even register number boundary.  */#define HARD_REGNO_MODE_OK(REGNO, MODE) \  (GET_MODE_SIZE (MODE) <= 4 || ((REGNO) & 1) == 0)/* Value is 1 if it is a good idea to tie two pseudo registers   when one has mode MODE1 and one has mode MODE2.   If HARD_REGNO_MODE_OK could produce different values for MODE1 and MODE2,   for any hard reg, then this must be 0 for correct output.  */#define MODES_TIEABLE_P(MODE1, MODE2) \  (((MODE1) == DFmode || (MODE1) == DImode) \   == ((MODE2) == DFmode || (MODE2) == DImode))/* Specify the registers used for certain standard purposes.   The values of these macros are register numbers.  *//* the m88000 pc isn't overloaded on a register that the compiler knows about.  *//* #define PC_REGNUM  *//* Register to use for pushing function arguments.  */#define STACK_POINTER_REGNUM 31/* Base register for access to local variables of the function.  */#define FRAME_POINTER_REGNUM 30/* Value should be nonzero if functions must have frame pointers.   Zero means the frame pointer need not be set up (and parms   may be accessed via the stack pointer) in functions that seem suitable.   This is computed in `reload', in reload1.c.  */#define FRAME_POINTER_REQUIRED 0/* Base register for access to arguments of the function.  */#define ARG_POINTER_REGNUM 30/* Register in which static-chain is passed to a function.  *//* ??? */#define STATIC_CHAIN_REGNUM 10/* Register in which address to store a structure value   is passed to a function.  */#define STRUCT_VALUE_REGNUM 2#define STRUCT_VALUE_STACK_PROTECT_REGNUM 3/* Define the classes of registers for register constraints in the   machine description.  Also define ranges of constants.   One of the classes must always be named ALL_REGS and include all hard regs.   If there is more than one class, another class must be named NO_REGS   and contain no registers.   The name GENERAL_REGS must be the name of a class (or an alias for   another name such as ALL_REGS).  This is the class of registers   that is allowed by "g" or "r" in a register constraint.   Also, registers outside this class are allocated only when   instructions express preferences for them.   The classes must be numbered in nondecreasing order; that is,   a larger-numbered class must never be contained completely   in a smaller-numbered class.   For any two classes, it is very desirable that there be another   class that represents their union.  */   /* The 88000 has one kind of registers, hence two classes.  */enum reg_class { NO_REGS, ALL_REGS, LIM_REG_CLASSES };#define N_REG_CLASSES (int) LIM_REG_CLASSES/* Since GENERAL_REGS is the same class as ALL_REGS,   don't give it a different class number; just make it an alias.  */#define GENERAL_REGS ALL_REGS/* Give names of register classes as strings for dump file.   */#define REG_CLASS_NAMES {"NO_REGS", "ALL_REGS" }/* Define which registers fit in which classes.   This is an initializer for a vector of HARD_REG_SET   of length N_REG_CLASSES.  */#define REG_CLASS_CONTENTS {0, -1}/* The same information, inverted:   Return the class number of the smallest class containing   reg number REGNO.  This could be a conditional expression   or could index an array.  */#define REGNO_REG_CLASS(REGNO) ALL_REGS/* The class value for index registers, and the one for base regs.  */#define INDEX_REG_CLASS ALL_REGS#define BASE_REG_CLASS ALL_REGS/* Get reg_class from a letter such as appears in the machine description.  */#define REG_CLASS_FROM_LETTER(C) NO_REGS/* The letters I, J, K, L and M in a register constraint string   can be used to stand for particular ranges of immediate operands.   This macro defines what the ranges are.   C is the letter, and VALUE is a constant value.   Return 1 if VALUE is in the range specified by C.   For the m88000, `I' is used for the range of constants an insn   can actually contain.   `J' is used for the range which is just zero (since that is R0).   `K' is used for the 5-bit operand of a compare insns.  */#define CONST_OK_FOR_LETTER_P(VALUE, C)  \  ((C) == 'I' ? (unsigned) (VALUE) < 0x10000		\   : (C) == 'J' ? (VALUE) == 0				\   : (C) == 'K' ? (unsigned) (VALUE) < 0x20		\   : 0)/* Similar, but for floating constants, and defining letters G and H.   Here VALUE is the CONST_DOUBLE rtx itself.  */#define CONST_DOUBLE_OK_FOR_LETTER_P(VALUE, C)  \  ((C) == 'G' && XINT (VALUE, 0) == 0 && XINT (VALUE, 1) == 0)/* Given an rtx X being reloaded into a reg required to be   in class CLASS, return the class of reg to actually use.   In general this is just CLASS; but on some machines   in some cases it is preferable to use a more restrictive class.  */#define PREFERRED_RELOAD_CLASS(X,CLASS) (CLASS)/* Return the maximum number of consecutive registers   needed to represent mode MODE in a register of class CLASS.  */#define CLASS_MAX_NREGS(CLASS, MODE)	\  ((GET_MODE_SIZE (MODE) + UNITS_PER_WORD - 1) / UNITS_PER_WORD)/* Stack layout; function entry, exit and calling.  *//* Define this if pushing a word on the stack   makes the stack pointer a smaller address.  */#define STACK_GROWS_DOWNWARD/* Define this if the nominal address of the stack frame   is at the high-address end of the local variables;   that is, each additional local variable allocated   goes at a more negative offset in the frame.   Do not define this for the Motorola 88000.  There are no   negative literals!  *//* #define FRAME_GROWS_DOWNWARD *//* Offset within stack frame to start allocating local variables at.   If FRAME_GROWS_DOWNWARD, this is the offset to the END of the   first local allocated.  Otherwise, it is the offset to the BEGINNING   of the first local allocated.  */#define STARTING_FRAME_OFFSET 0/* If we generate an insn to push BYTES bytes,   this says how many the stack pointer really advances by.   On the m88000, don't define this because there are no push insns.  *//*  #define PUSH_ROUNDING(BYTES) *//* If BYTES is the size of arguments for a function call,   return the size of the argument block (which is BYTES suitably rounded).   Define this only on machines where the entire call block is allocated   before the args are stored into it.  */   #define ROUND_CALL_BLOCK_SIZE(BYTES)  \   (((BYTES) + 7) & ~7)/* Offset of first parameter from the argument pointer register value.  *//* For the 88000, this must be non-zero so that addresses of the parms   can always be distinguished.  */#define FIRST_PARM_OFFSET(FNDECL) 0/* Value is 1 if returning from a function call automatically   pops the arguments described by the number-of-args field in the call.   FUNTYPE is the data type of the function (as a tree),   or for a library call it is an identifier node for the subroutine name.  */#define RETURN_POPS_ARGS(FUNTYPE) 0/* Define how to find the value returned by a function.   VALTYPE is the data type of the value (as a tree).   If the precise function being called is known, FUNC is its FUNCTION_DECL;   otherwise, FUNC is 0.  *//* ?? On the m88000 the value is found in the second "output" register.  */#define FUNCTION_VALUE(VALTYPE, FUNC)  \  gen_rtx (REG, TYPE_MODE (VALTYPE), 2)/* ?? But the called function leaves it in the second "input" register.  */#define FUNCTION_OUTGOING_VALUE(VALTYPE, FUNC)  \  gen_rtx (REG, TYPE_MODE (VALTYPE), 2)/* Define how to find the value returned by a library function   assuming the value has mode MODE.  */#define LIBCALL_VALUE(MODE)  gen_rtx (REG, MODE, 2)/* 1 if N is a possible register number for a function value   as seen by the caller.   On the m88000, the first "output" reg is the only register thus used.  */#define FUNCTION_VALUE_REGNO_P(N) ((N) == 2)/* 1 if N is a possible register number for function argument passing.   On the m88000, these are the "output" registers.  */#define FUNCTION_ARG_REGNO_P(N) ((N) <= 9 && (N) >= 2)/* Define a data type for recording info about an argument list   during the scan of that argument list.  This data type should   hold all necessary information about the function itself   and about the args processed so far, enough to enable macros   such as FUNCTION_ARG to determine where the next arg should go.   On the m88000, this is a single integer, which is a number of words   of arguments scanned so far (including the invisible argument,   if any, which holds the structure-value-address).   Thus 8 or more means all following args should go on the stack.  */#define CUMULATIVE_ARGS int/* Initialize a variable CUM of type CUMULATIVE_ARGS   for a call to a function whose data type is FNTYPE.

?? 快捷鍵說(shuō)明

復(fù)制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號(hào) Ctrl + =
減小字號(hào) Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
色88888久久久久久影院按摩| 在线欧美日韩精品| 一区二区三区在线视频免费| 日韩欧美一级二级| 欧美无砖专区一中文字| 成人综合日日夜夜| 日产国产高清一区二区三区| 亚洲精品自拍动漫在线| 国产三级久久久| 欧美一级免费观看| 色婷婷国产精品| 成人影视亚洲图片在线| 青青草国产成人99久久| 亚洲在线成人精品| 亚洲视频香蕉人妖| 一区二区中文字幕在线| 久久综合九色综合97_久久久| 91黄色免费版| 97精品电影院| 99精品视频在线观看免费| 国产精品一级在线| 韩国三级在线一区| 久久精品二区亚洲w码| 午夜视频久久久久久| 亚洲一区影音先锋| 亚洲欧美偷拍卡通变态| 亚洲欧洲精品天堂一级| 欧美国产精品专区| 国产农村妇女精品| 欧美国产欧美综合| 中文字幕不卡的av| 中文字幕一区二区三区色视频| 国产日产欧美精品一区二区三区| 久久免费的精品国产v∧| 欧美不卡一区二区三区| 欧美v亚洲v综合ⅴ国产v| 欧美成人一区二区| xnxx国产精品| 国产一区二区三区蝌蚪| 蜜乳av一区二区三区| 日av在线不卡| 久久99精品国产麻豆婷婷洗澡| 免费观看久久久4p| 麻豆国产精品官网| 国产在线麻豆精品观看| 国产一区二区三区黄视频 | 国产91精品在线观看| 国产精品一区三区| 成人毛片在线观看| 色视频成人在线观看免| 在线欧美小视频| 欧美精品免费视频| 在线成人免费观看| 久久婷婷久久一区二区三区| 久久精品夜夜夜夜久久| 国产日韩成人精品| 亚洲免费资源在线播放| 午夜电影久久久| 免费成人美女在线观看.| 国产一区二区精品久久99| 成人午夜视频网站| 欧美综合一区二区三区| 欧美高清视频在线高清观看mv色露露十八 | 中文av一区特黄| 夜夜嗨av一区二区三区四季av| 亚洲一级电影视频| 奇米一区二区三区| 成人午夜av在线| 在线观看免费亚洲| 欧美v国产在线一区二区三区| 国产精品视频免费看| 亚洲美女少妇撒尿| 日本视频免费一区| 成人午夜又粗又硬又大| 欧美日韩一级二级三级| 久久色视频免费观看| 亚洲色图一区二区三区| 免费观看在线色综合| www.欧美.com| 日韩欧美成人激情| 国产精品久久久一本精品| 一区二区三区四区不卡视频| 久久99久国产精品黄毛片色诱| 成人综合婷婷国产精品久久蜜臀| 欧美少妇bbb| 久久精品免视看| 亚洲大尺度视频在线观看| 激情五月播播久久久精品| 97久久超碰精品国产| 精品久久国产字幕高潮| 亚洲精品水蜜桃| 国产永久精品大片wwwapp| 在线亚洲欧美专区二区| 久久免费午夜影院| 亚洲高清不卡在线观看| 波波电影院一区二区三区| 日韩一区二区电影网| 亚洲黄色小视频| 成人在线视频一区| 日韩美一区二区三区| 一区二区三区久久| 粉嫩av一区二区三区在线播放 | 国产乱理伦片在线观看夜一区| 欧美色视频在线| 亚洲天堂久久久久久久| 国产真实乱偷精品视频免| 777午夜精品视频在线播放| 亚洲激情校园春色| 99在线精品一区二区三区| 精品久久久久久综合日本欧美| 一区二区三区丝袜| 99在线视频精品| 欧美极品少妇xxxxⅹ高跟鞋 | caoporn国产精品| 久久亚洲私人国产精品va媚药| 日韩中文字幕区一区有砖一区| heyzo一本久久综合| 国产欧美一区二区精品秋霞影院| 蜜桃av噜噜一区| 日韩三级.com| 青青草精品视频| 制服丝袜成人动漫| 午夜久久电影网| 在线视频一区二区三区| 亚洲欧美另类久久久精品2019| 国产成人免费网站| 久久久久久久久久久黄色| 精品一区二区三区蜜桃| 欧美不卡123| 国产在线日韩欧美| 久久久久国产精品人| 国产麻豆日韩欧美久久| 久久―日本道色综合久久| 久久99在线观看| 欧美变态tickling挠脚心| 久久99国产精品尤物| 久久婷婷国产综合精品青草| 国产真实精品久久二三区| 久久精品亚洲国产奇米99| 国产精品原创巨作av| 国产日韩欧美精品一区| 国产成人精品亚洲日本在线桃色| 久久综合九色综合97_久久久| 国产毛片精品一区| 中文字幕日韩一区二区| 91免费观看国产| 亚洲综合另类小说| 制服视频三区第一页精品| 久久国产人妖系列| 国产人成亚洲第一网站在线播放 | 日韩久久久久久| 国产自产v一区二区三区c| 中文字幕av在线一区二区三区| 99免费精品在线观看| 亚洲一区免费视频| 欧美成人性福生活免费看| 国产精品一区二区黑丝| 国产欧美精品在线观看| 91亚洲国产成人精品一区二区三 | 日韩欧美亚洲国产精品字幕久久久| 久久精品999| 中文字幕精品—区二区四季| 在线一区二区三区四区| 日本欧美一区二区三区| 久久久亚洲午夜电影| 99re这里只有精品6| 偷拍日韩校园综合在线| 久久精品一区二区三区不卡 | 911国产精品| 亚洲国产乱码最新视频 | 中文字幕一区二区三区不卡在线| 91玉足脚交白嫩脚丫在线播放| 亚洲成人免费影院| 精品国产区一区| 色八戒一区二区三区| 精品一区二区三区免费视频| 亚洲视频香蕉人妖| 欧美v亚洲v综合ⅴ国产v| 色综合久久中文综合久久97| 免费不卡在线观看| 亚洲人精品一区| 欧美岛国在线观看| 在线亚洲+欧美+日本专区| 国产精品自在在线| 亚洲一区二区黄色| 国产精品丝袜黑色高跟| 欧美日韩www| 91在线丨porny丨国产| 麻豆极品一区二区三区| 亚洲激情综合网| 国产婷婷色一区二区三区四区 | 日韩精品一二区| 亚洲视频你懂的| 久久人人超碰精品| 9191久久久久久久久久久| 9l国产精品久久久久麻豆| 国产一区视频网站| 水蜜桃久久夜色精品一区的特点| 国产精品久久久久aaaa樱花| 精品国产制服丝袜高跟|