HomeSort by relevance Sort by last modified time
    Searched refs:OPTION_MD_BASE (Results 1 - 25 of 51) sorted by null

1 2 3

  /toolchain/binutils/binutils-2.27/gas/config/
tc-lm32.c 92 #define OPTION_MULTIPLY_ENABLED (OPTION_MD_BASE + 1)
94 #define OPTION_DIVIDE_ENABLED (OPTION_MD_BASE + 2)
96 #define OPTION_BARREL_SHIFT_ENABLED (OPTION_MD_BASE + 3)
98 #define OPTION_SIGN_EXTEND_ENABLED (OPTION_MD_BASE + 4)
100 #define OPTION_USER_ENABLED (OPTION_MD_BASE + 5)
102 #define OPTION_ICACHE_ENABLED (OPTION_MD_BASE + 6)
104 #define OPTION_DCACHE_ENABLED (OPTION_MD_BASE + 7)
106 #define OPTION_BREAK_ENABLED (OPTION_MD_BASE + 8)
108 #define OPTION_ALL_ENABLED (OPTION_MD_BASE + 9)
tc-mep.c 112 #define OPTION_EB (OPTION_MD_BASE + 0)
113 #define OPTION_EL (OPTION_MD_BASE + 1)
114 #define OPTION_CONFIG (OPTION_MD_BASE + 2)
115 #define OPTION_AVERAGE (OPTION_MD_BASE + 3)
116 #define OPTION_NOAVERAGE (OPTION_MD_BASE + 4)
117 #define OPTION_MULT (OPTION_MD_BASE + 5)
118 #define OPTION_NOMULT (OPTION_MD_BASE + 6)
119 #define OPTION_DIV (OPTION_MD_BASE + 7)
120 #define OPTION_NODIV (OPTION_MD_BASE + 8)
121 #define OPTION_BITOPS (OPTION_MD_BASE + 9
    [all...]
tc-frv.c 207 #define OPTION_GPR_32 (OPTION_MD_BASE)
208 #define OPTION_GPR_64 (OPTION_MD_BASE + 1)
209 #define OPTION_FPR_32 (OPTION_MD_BASE + 2)
210 #define OPTION_FPR_64 (OPTION_MD_BASE + 3)
211 #define OPTION_SOFT_FLOAT (OPTION_MD_BASE + 4)
212 #define OPTION_DWORD_YES (OPTION_MD_BASE + 5)
213 #define OPTION_DWORD_NO (OPTION_MD_BASE + 6)
214 #define OPTION_DOUBLE (OPTION_MD_BASE + 7)
215 #define OPTION_NO_DOUBLE (OPTION_MD_BASE + 8)
216 #define OPTION_MEDIA (OPTION_MD_BASE + 9
    [all...]
tc-xgate.c 170 #define OPTION_PRINT_INSN_SYNTAX (OPTION_MD_BASE + 0)
173 #define OPTION_PRINT_OPCODES (OPTION_MD_BASE + 1)
176 #define OPTION_GENERATE_EXAMPLE (OPTION_MD_BASE + 2)
179 #define OPTION_MSHORT (OPTION_MD_BASE + 3)
182 #define OPTION_MLONG (OPTION_MD_BASE + 4)
185 #define OPTION_MSHORT_DOUBLE (OPTION_MD_BASE + 5)
188 #define OPTION_MLONG_DOUBLE (OPTION_MD_BASE + 6)
    [all...]
tc-sparc.c 451 #define OPTION_BUMP (OPTION_MD_BASE)
453 #define OPTION_SPARC (OPTION_MD_BASE + 1)
455 #define OPTION_XARCH (OPTION_MD_BASE + 2)
458 #define OPTION_32 (OPTION_MD_BASE + 3)
460 #define OPTION_64 (OPTION_MD_BASE + 4)
462 #define OPTION_TSO (OPTION_MD_BASE + 5)
464 #define OPTION_PSO (OPTION_MD_BASE + 6)
466 #define OPTION_RMO (OPTION_MD_BASE + 7)
470 #define OPTION_LITTLE_ENDIAN (OPTION_MD_BASE + 8)
472 #define OPTION_BIG_ENDIAN (OPTION_MD_BASE + 9
    [all...]
tc-mt.c 75 #define OPTION_NO_SCHED_REST (OPTION_MD_BASE)
77 #define OPTION_MARCH (OPTION_MD_BASE + 1)
tc-i860.c 1071 #define OPTION_EB (OPTION_MD_BASE + 0)
1072 #define OPTION_EL (OPTION_MD_BASE + 1)
1073 #define OPTION_WARN_EXPAND (OPTION_MD_BASE + 2)
1074 #define OPTION_XP (OPTION_MD_BASE + 3)
1075 #define OPTION_INTEL_SYNTAX (OPTION_MD_BASE + 4)
    [all...]
tc-tic4x.c 74 #define OPTION_BIG (OPTION_MD_BASE + 1)
75 #define OPTION_SMALL (OPTION_MD_BASE + 2)
76 #define OPTION_MEMPARM (OPTION_MD_BASE + 3)
77 #define OPTION_REGPARM (OPTION_MD_BASE + 4)
78 #define OPTION_IDLE2 (OPTION_MD_BASE + 5)
79 #define OPTION_LOWPOWER (OPTION_MD_BASE + 6)
80 #define OPTION_ENHANCED (OPTION_MD_BASE + 7)
81 #define OPTION_REV (OPTION_MD_BASE + 8)
    [all...]
tc-ip2k.c 102 OPTION_CPU_IP2022 = OPTION_MD_BASE,
tc-m32c.c 69 #define OPTION_CPU_M16C (OPTION_MD_BASE)
70 #define OPTION_CPU_M32C (OPTION_MD_BASE + 1)
71 #define OPTION_LINKRELAX (OPTION_MD_BASE + 2)
72 #define OPTION_H_TICK_HEX (OPTION_MD_BASE + 3)
    [all...]
tc-spu.c 138 #define OPTION_APUASM (OPTION_MD_BASE)
140 #define OPTION_DD2 (OPTION_MD_BASE+1)
142 #define OPTION_DD1 (OPTION_MD_BASE+2)
144 #define OPTION_DD3 (OPTION_MD_BASE+3)
tc-tilegx.c 83 #define OPTION_32 (OPTION_MD_BASE + 0)
84 #define OPTION_64 (OPTION_MD_BASE + 1)
85 #define OPTION_EB (OPTION_MD_BASE + 2)
86 #define OPTION_EL (OPTION_MD_BASE + 3)
    [all...]
tc-pj.c 327 #define OPTION_LITTLE (OPTION_MD_BASE)
tc-m68hc11.c 331 #define OPTION_FORCE_LONG_BRANCH (OPTION_MD_BASE)
335 #define OPTION_SHORT_BRANCHES (OPTION_MD_BASE + 1)
339 #define OPTION_STRICT_DIRECT_MODE (OPTION_MD_BASE + 2)
342 #define OPTION_PRINT_INSN_SYNTAX (OPTION_MD_BASE + 3)
345 #define OPTION_PRINT_OPCODES (OPTION_MD_BASE + 4)
348 #define OPTION_GENERATE_EXAMPLE (OPTION_MD_BASE + 5)
351 #define OPTION_MSHORT (OPTION_MD_BASE + 6)
354 #define OPTION_MLONG (OPTION_MD_BASE + 7)
357 #define OPTION_MSHORT_DOUBLE (OPTION_MD_BASE + 8)
360 #define OPTION_MLONG_DOUBLE (OPTION_MD_BASE + 9
    [all...]
tc-i386.c     [all...]
tc-nios2.c 75 #define OPTION_RELAX_ALL (OPTION_MD_BASE + 0)
77 #define OPTION_NORELAX (OPTION_MD_BASE + 1)
79 #define OPTION_RELAX_SECTION (OPTION_MD_BASE + 2)
81 #define OPTION_EB (OPTION_MD_BASE + 3)
83 #define OPTION_EL (OPTION_MD_BASE + 4)
85 #define OPTION_MARCH (OPTION_MD_BASE + 5)
    [all...]
tc-moxie.c 600 OPTION_EB = OPTION_MD_BASE,
tc-score.c 162 #define OPTION_EB (OPTION_MD_BASE + 0)
163 #define OPTION_EL (OPTION_MD_BASE + 1)
166 #define OPTION_EB (OPTION_MD_BASE + 0)
168 #define OPTION_EL (OPTION_MD_BASE + 1)
171 #define OPTION_FIXDD (OPTION_MD_BASE + 2)
172 #define OPTION_NWARN (OPTION_MD_BASE + 3)
173 #define OPTION_SCORE5 (OPTION_MD_BASE + 4)
174 #define OPTION_SCORE5U (OPTION_MD_BASE + 5)
175 #define OPTION_SCORE7 (OPTION_MD_BASE + 6)
176 #define OPTION_R1 (OPTION_MD_BASE + 7
    [all...]
tc-epiphany.c 104 OPTION_CPU_EPIPHANY = OPTION_MD_BASE,
tc-i960.c     [all...]
tc-m68k.c     [all...]
tc-bfin.c 332 #define OPTION_FDPIC (OPTION_MD_BASE)
333 #define OPTION_NOPIC (OPTION_MD_BASE + 1)
334 #define OPTION_MCPU (OPTION_MD_BASE + 2)
    [all...]
tc-h8300.c     [all...]
tc-microblaze.c 38 #define OPTION_EB (OPTION_MD_BASE + 0)
39 #define OPTION_EL (OPTION_MD_BASE + 1)
    [all...]
  /toolchain/binutils/binutils-2.27/gas/
as.h 80 #define OPTION_MD_BASE 290

Completed in 1025 milliseconds

1 2 3