Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/opcodes/
Dalpha-opc.c399 #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 …]
Diq2000-opc.c692 { { 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 } },
DChangeLog774 * arc-opc.c (BASE): Delete.
/toolchain/binutils/binutils-2.27/zlib/
Dadler32.c14 #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/
Dm68k-parse.y226 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 …]
Dm68k-parse.h314 BASE, enumerator
Dtc-m68k.c1637 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/
Ddefparse.y35 %token SECTIONS EXPORTS IMPORTS VERSIONK BASE CONSTANT
168 | BASE { $$ = "BASE"; }
230 opt_base: BASE '=' NUMBER { $$= $3;}
Ddeflex.l47 "BASE" { return BASE;}
/toolchain/binutils/binutils-2.27/ld/testsuite/ld-arm/
Dattr-merge-10a.s3 @ Tag_CPU_arch & Tag_CPU_arch_profile = v8-M.BASE
Dattr-merge-8.attr3 Tag_CPU_name: "8-M.BASE"
/toolchain/binutils/binutils-2.27/ld/
Ddeffilep.y122 %token SECTIONS EXPORTS IMPORTS VERSIONK BASE CONSTANTU CONSTANTL
241 keyword_as_name: BASE { $$ = "BASE"; }
316 opt_base: BASE '=' VMA { $$ = $3;}
1239 { "BASE", BASE },
Dldlex.l340 <MRI>"BASE" { RTOKEN(BASE); }
357 <MRI>"base" { RTOKEN(BASE); }
Dldgram.y151 %token LOG2CEIL FORMAT PUBLIC DEFSYMEND BASE ALIAS TRUNCATE REL
246 | BASE exp
Dld.texinfo7575 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}
DChangeLog-98991165 * pe-dll.c (pe_dll_generate_def_file): calculate BASE from
DChangeLog-91977152 * ldgram.y, ldlex.c, mri.c: added more compatible words; BASE, ALIAS and
/toolchain/binutils/binutils-2.27/zlib/doc/
Drfc1950.txt527 #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/
Dacx.m4253 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/
Dconfigure6736 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/
DChangeLog-92951159 * 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
DChangeLog-989937 (alpha_macro_arg): Add MACRO_{LITERAL,BASE,BYTOFF,JSR} cases.
/toolchain/binutils/binutils-2.27/binutils/po/
Dfr.po3741 " -t, --radix=BASE Utiliser la BASE numérique pour afficher la valeur des symboles\n"
/toolchain/binutils/binutils-2.27/bfd/
DChangeLog-2004495 R_ARM_JUMP32. Move R_ARM_R{REL32,ABS32,PC24,BASE}...