/toolchain/binutils/binutils-2.27/opcodes/ |
D | alpha-opc.c | 399 #define BASE AXP_OPCODE_BASE macro 471 { "halt", SPCD(0x00,0x0000), BASE, ARG_NONE }, 472 { "draina", SPCD(0x00,0x0002), BASE, ARG_NONE }, 473 { "bpt", SPCD(0x00,0x0080), BASE, ARG_NONE }, 474 { "bugchk", SPCD(0x00,0x0081), BASE, ARG_NONE }, 475 { "callsys", SPCD(0x00,0x0083), BASE, ARG_NONE }, 476 { "chmk", SPCD(0x00,0x0083), BASE, ARG_NONE }, 477 { "imb", SPCD(0x00,0x0086), BASE, ARG_NONE }, 478 { "rduniq", SPCD(0x00,0x009e), BASE, ARG_NONE }, 479 { "wruniq", SPCD(0x00,0x009f), BASE, ARG_NONE }, [all …]
|
D | iq2000-opc.c | 692 { { MNEM, ' ', OP (RT), ',', OP (LO16), '(', OP (BASE), ')', 0 } }, 698 { { MNEM, ' ', OP (RT), ',', OP (LO16), '(', OP (BASE), ')', 0 } }, 704 { { MNEM, ' ', OP (RT), ',', OP (LO16), '(', OP (BASE), ')', 0 } }, 710 { { MNEM, ' ', OP (RT), ',', OP (LO16), '(', OP (BASE), ')', 0 } }, 722 { { MNEM, ' ', OP (RT), ',', OP (LO16), '(', OP (BASE), ')', 0 } }, 728 { { MNEM, ' ', OP (RT), ',', OP (LO16), '(', OP (BASE), ')', 0 } }, 734 { { MNEM, ' ', OP (RT), ',', OP (LO16), '(', OP (BASE), ')', 0 } }, 740 { { MNEM, ' ', OP (RT), ',', OP (LO16), '(', OP (BASE), ')', 0 } }, 1244 { { MNEM, ' ', OP (RT), ',', OP (LO16), '(', OP (BASE), ')', 0 } }, 1250 { { MNEM, ' ', OP (RT), ',', OP (LO16), '(', OP (BASE), ')', 0 } },
|
D | ChangeLog | 774 * arc-opc.c (BASE): Delete.
|
/toolchain/binutils/binutils-2.27/zlib/ |
D | adler32.c | 14 #define BASE 65521 /* largest prime smaller than 65536 */ macro 38 if (a >= BASE) a -= BASE; \ 56 if (a >= BASE) a -= BASE; \ 59 # define MOD(a) a %= BASE 60 # define MOD28(a) a %= BASE 61 # define MOD63(a) a %= BASE 80 if (adler >= BASE) 81 adler -= BASE; 83 if (sum2 >= BASE) 84 sum2 -= BASE; [all …]
|
/toolchain/binutils/binutils-2.27/gas/config/ |
D | m68k-parse.y | 226 op->mode = BASE; 236 op->mode = BASE; 246 op->mode = BASE; 257 op->mode = BASE; 262 op->mode = BASE; 267 op->mode = BASE; 276 op->mode = BASE; 285 op->mode = BASE; 292 op->mode = BASE; 298 op->mode = BASE; [all …]
|
D | m68k-parse.h | 314 BASE, enumerator
|
D | tc-m68k.c | 1637 case BASE: in m68k_ip() 2123 && (opP->mode != BASE in m68k_ip() 2723 case BASE: in m68k_ip() 2805 if (opP->mode == BASE in m68k_ip()
|
/toolchain/binutils/binutils-2.27/binutils/ |
D | defparse.y | 35 %token SECTIONS EXPORTS IMPORTS VERSIONK BASE CONSTANT 168 | BASE { $$ = "BASE"; } 230 opt_base: BASE '=' NUMBER { $$= $3;}
|
D | deflex.l | 47 "BASE" { return BASE;}
|
/toolchain/binutils/binutils-2.27/ld/testsuite/ld-arm/ |
D | attr-merge-10a.s | 3 @ Tag_CPU_arch & Tag_CPU_arch_profile = v8-M.BASE
|
D | attr-merge-8.attr | 3 Tag_CPU_name: "8-M.BASE"
|
/toolchain/binutils/binutils-2.27/ld/ |
D | deffilep.y | 122 %token SECTIONS EXPORTS IMPORTS VERSIONK BASE CONSTANTU CONSTANTL 241 keyword_as_name: BASE { $$ = "BASE"; } 316 opt_base: BASE '=' VMA { $$ = $3;} 1239 { "BASE", BASE },
|
D | ldlex.l | 340 <MRI>"BASE" { RTOKEN(BASE); } 357 <MRI>"base" { RTOKEN(BASE); }
|
D | ldgram.y | 151 %token LOG2CEIL FORMAT PUBLIC DEFSYMEND BASE ALIAS TRUNCATE REL 246 | BASE exp
|
D | ld.texinfo | 7575 LIBRARY "xyz.dll" BASE=0x20000000 7607 specification @code{BASE = <number>} may be used to specify a 7884 LIBRARY "xyz.dll" BASE=0x61000000 7912 LIBRARY "xyz.dll" BASE=0x61000000 8363 @cindex @code{BASE} (MRI) 8364 @item BASE @var{expression}
|
D | ChangeLog-9899 | 1165 * pe-dll.c (pe_dll_generate_def_file): calculate BASE from
|
D | ChangeLog-9197 | 7152 * ldgram.y, ldlex.c, mri.c: added more compatible words; BASE, ALIAS and
|
/toolchain/binutils/binutils-2.27/zlib/doc/ |
D | rfc1950.txt | 527 #define BASE 65521 /* largest prime smaller than 65536 */ 551 s1 = (s1 + buf[n]) % BASE; 552 s2 = (s2 + s1) % BASE;
|
/toolchain/binutils/binutils-2.27/config/ |
D | acx.m4 | 253 if test x$host = x$build && test -f $srcdir/gcc/BASE-VER; then 254 gcc_version=`cat $srcdir/gcc/BASE-VER`
|
/toolchain/binutils/binutils-2.27/ |
D | configure | 6736 if test x$host = x$build && test -f $srcdir/gcc/BASE-VER; then 6737 gcc_version=`cat $srcdir/gcc/BASE-VER`
|
/toolchain/binutils/binutils-2.27/gas/ |
D | ChangeLog-9295 | 1159 * config/tc-m68k.c (m68k_ip) [case POST/PRE/BASE]: Fix typo when 1630 DISP handling. Check m68k_rel32 in BASE/POST/PRE handling. 1785 DISP, not BASE. 1804 FPREG. Rename AOFF to DISP. Rename AINDX to BASE. Rename APODX
|
D | ChangeLog-9899 | 37 (alpha_macro_arg): Add MACRO_{LITERAL,BASE,BYTOFF,JSR} cases.
|
/toolchain/binutils/binutils-2.27/binutils/po/ |
D | fr.po | 3741 " -t, --radix=BASE Utiliser la BASE numérique pour afficher la valeur des symboles\n"
|
/toolchain/binutils/binutils-2.27/bfd/ |
D | ChangeLog-2004 | 495 R_ARM_JUMP32. Move R_ARM_R{REL32,ABS32,PC24,BASE}...
|