/toolchain/binutils/binutils-2.27/gas/testsuite/gas/arm/ |
D | arch7em-bad.l | 3 [^:]*:9: Error: selected processor does not support `pkhbt r9,r0,r0' in Thumb mode 5 [^:]*:11: Error: selected processor does not support `pkhbt r0,r0,r9' in Thumb mode 7 [^:]*:13: Error: selected processor does not support `pkhbt r0,r0,r0,lsl#3' in Thumb mode 9 [^:]*:15: Error: selected processor does not support `pkhtb r1,r2,r3,asr#0x11' in Thumb mode 11 [^:]*:19: Error: selected processor does not support `qadd16 r1,r2,r3' in Thumb mode 13 [^:]*:21: Error: selected processor does not support `qasx r1,r2,r3' in Thumb mode 15 [^:]*:23: Error: selected processor does not support `qdadd r1,r2,r3' in Thumb mode 17 [^:]*:25: Error: selected processor does not support `qsub r1,r2,r3' in Thumb mode 19 [^:]*:27: Error: selected processor does not support `qsub8 r1,r2,r3' in Thumb mode 21 [^:]*:29: Error: selected processor does not support `qsubaddx r1,r2,r3' in Thumb mode [all …]
|
D | addthumb2err.l | 2 [^:]*:9: Error: shift value over 3 not allowed in thumb mode -- `add sp,sp,r0,LSL#4' 4 [^:]*:11: Error: only LSL shift allowed in thumb mode -- `add sp,sp,r0,ASR#3' 6 [^:]*:13: Error: only LSL shift allowed in thumb mode -- `add sp,sp,r0,RRX' 8 [^:]*:15: Error: only LSL shift allowed in thumb mode -- `adds sp,sp,r0,LSR#3' 10 [^:]*:17: Error: only LSL shift allowed in thumb mode -- `adds sp,sp,r0,ROR#3' 12 [^:]*:19: Error: shift value over 3 not allowed in thumb mode -- `sub sp,sp,r0,LSL#4' 14 [^:]*:21: Error: only LSL shift allowed in thumb mode -- `sub sp,sp,r0,ASR#3' 16 [^:]*:23: Error: only LSL shift allowed in thumb mode -- `sub sp,sp,r0,RRX' 18 [^:]*:25: Error: only LSL shift allowed in thumb mode -- `subs sp,sp,r0,LSR#3' 20 [^:]*:27: Error: only LSL shift allowed in thumb mode -- `subs sp,sp,r0,ROR#3'
|
D | t16-bad.l | 122 [^:]*:106: Error: Thumb does not support this addressing mode -- `ldr r0,\[r1,#4\]!' 124 [^:]*:106: Error: Thumb does not support this addressing mode -- `ldr r0,\[r1,-r2\]' 130 [^:]*:107: Error: Thumb does not support this addressing mode -- `ldrb r0,\[r1\],#4' 132 [^:]*:107: Error: Thumb does not support this addressing mode -- `ldrb r0,\[r1\],r2' 136 [^:]*:108: Error: Thumb does not support this addressing mode -- `ldrh r0,\[r1,#4\]!' 138 [^:]*:108: Error: Thumb does not support this addressing mode -- `ldrh r0,\[r1,-r2\]' 144 [^:]*:109: Error: Thumb does not support this addressing mode -- `ldrsb r0,\[r1\],#4' 146 [^:]*:109: Error: Thumb does not support this addressing mode -- `ldrsb r0,\[r1\],r2' 150 [^:]*:110: Error: Thumb does not support this addressing mode -- `ldrsh r0,\[r1,#4\]!' 152 [^:]*:110: Error: Thumb does not support this addressing mode -- `ldrsh r0,\[r1,-r2\]' [all …]
|
/toolchain/binutils/binutils-2.27/zlib/ |
D | gzlib.c | 79 if (state->mode == GZ_READ) { /* for reading ... */ 91 local gzFile gz_open(path, fd, mode) in gz_open() argument 94 const char *mode; 119 state->mode = GZ_NONE; 123 while (*mode) { 124 if (*mode >= '0' && *mode <= '9') 125 state->level = *mode - '0'; 127 switch (*mode) { 129 state->mode = GZ_READ; 133 state->mode = GZ_WRITE; [all …]
|
D | inflate.c | 115 state->mode = HEAD; 633 if (state->mode == TYPE) state->mode = TYPEDO; /* skip check */ 639 switch (state->mode) { 642 state->mode = TYPEDO; 651 state->mode = FLAGS; 663 state->mode = BAD; 668 state->mode = BAD; 677 state->mode = BAD; 683 state->mode = hold & 0x200 ? DICTID : TYPE; 692 state->mode = BAD; [all …]
|
D | infback.c | 279 state->mode = TYPE; 291 switch (state->mode) { 296 state->mode = DONE; 306 state->mode = STORED; 312 state->mode = LEN; /* decode codes */ 317 state->mode = TABLE; 321 state->mode = BAD; 332 state->mode = BAD; 355 state->mode = TYPE; 370 state->mode = BAD; [all …]
|
/toolchain/binutils/binutils-2.27/gas/config/ |
D | tc-h8300.c | 348 op_type mode; member 381 parse_reg (char *src, op_type *mode, unsigned int *reg, int direction) in parse_reg() argument 396 *mode = PSIZE | REG | direction; in parse_reg() 405 *mode = CCR; in parse_reg() 414 *mode = EXR; in parse_reg() 423 *mode = VBR; in parse_reg() 432 *mode = SBR; in parse_reg() 438 *mode = PSIZE | REG | direction; in parse_reg() 445 *mode = L_32 | REG | direction; in parse_reg() 453 *mode = L_16 | REG | direction; in parse_reg() [all …]
|
D | tc-z8k.c | 180 int mode; member 246 parse_reg (char *src, int *mode, unsigned int *preg) in parse_reg() argument 258 *mode = CLASS_REG_LONG; in parse_reg() 263 *mode = CLASS_REG_WORD; in parse_reg() 275 *mode = CLASS_REG_LONG; in parse_reg() 289 *mode = CLASS_REG_BYTE; in parse_reg() 301 *mode = CLASS_REG_BYTE; in parse_reg() 314 *mode = CLASS_REG_QUAD; in parse_reg() 328 *mode = CLASS_REG_WORD; in parse_reg() 383 regword (int mode, const char *string) in regword() argument [all …]
|
D | m68k-parse.y | 144 op->mode = LSH; 149 op->mode = RSH; 154 op->mode = DREG; 159 op->mode = AREG; 164 op->mode = FPREG; 169 op->mode = CONTROL; 174 op->mode = CONTROL; 179 op->mode = ABSL; 184 op->mode = IMMED; 189 op->mode = IMMED; [all …]
|
D | tc-m68hc11.c | 149 int mode; member 1148 int mode; in get_operand() local 1154 mode = M6811_OP_NONE; in get_operand() 1166 mode = M6811_OP_DIRECT; in get_operand() 1178 mode = M6811_OP_IMM16; in get_operand() 1183 mode |= M6811_OP_HIGH_ADDR; in get_operand() 1188 mode |= M6811_OP_LOW_ADDR; in get_operand() 1195 mode |= M6811_OP_PAGE_ADDR; in get_operand() 1206 mode |= M6811_OP_CALL_ADDR; in get_operand() 1212 mode = M6811_OP_JUMP_REL; in get_operand() [all …]
|
D | tc-ns32k.c | 70 signed char mode; /* Addressing mode of operand (0-31). */ member 381 int mode; in addr_mode() local 384 mode = DEFAULT; /* Default. */ in addr_mode() 410 addrmodeP->mode = 21; /* absolute */ in addr_mode() 418 addrmodeP->mode = 20; /* immediate */ in addr_mode() 431 addrmodeP->mode = 27; /* pc-relative */ in addr_mode() 465 addrmodeP->mode = 22; in addr_mode() 488 addrmodeP->mode = str[1] - '0'; in addr_mode() 500 addrmodeP->mode = 23; /* TopOfStack */ in addr_mode() 516 mode = 16; /* Memory Relative. */ in addr_mode() [all …]
|
D | tc-tic4x.c | 111 tic4x_addr_mode_t mode; /* Addressing mode. */ member 1526 operand->mode = M_UNKNOWN; in tic4x_operand_parse() 1534 operand->mode = M_REGISTER; in tic4x_operand_parse() 1541 operand->mode = M_IMMED; in tic4x_operand_parse() 1550 operand->mode = M_IMMED_F; in tic4x_operand_parse() 1557 operand->mode = M_HI; in tic4x_operand_parse() 1564 operand->mode = M_IMMED; in tic4x_operand_parse() 1573 operand->mode = M_IMMED_F; in tic4x_operand_parse() 1580 operand->mode = M_IMMED; in tic4x_operand_parse() 1599 operand->mode = M_DIRECT; in tic4x_operand_parse() [all …]
|
/toolchain/binutils/binutils-2.27/zlib/contrib/iostream3/ |
D | zfstream.cc | 52 std::ios_base::openmode mode) in open() argument 58 if ((mode & std::ios_base::in) && (mode & std::ios_base::out)) in open() 63 if (!this->open_mode(mode, char_mode)) in open() 72 io_mode = mode; in open() 80 std::ios_base::openmode mode) in attach() argument 86 if ((mode & std::ios_base::in) && (mode & std::ios_base::out)) in attach() 91 if (!this->open_mode(mode, char_mode)) in attach() 100 io_mode = mode; in attach() 131 gzfilebuf::open_mode(std::ios_base::openmode mode, in open_mode() argument 134 bool testb = mode & std::ios_base::binary; in open_mode() [all …]
|
D | zfstream.h | 67 std::ios_base::openmode mode); 77 std::ios_base::openmode mode); 92 open_mode(std::ios_base::openmode mode, 247 std::ios_base::openmode mode = std::ios_base::in); 256 std::ios_base::openmode mode = std::ios_base::in); 286 std::ios_base::openmode mode = std::ios_base::in); 298 std::ios_base::openmode mode = std::ios_base::in); 336 std::ios_base::openmode mode = std::ios_base::out); 345 std::ios_base::openmode mode = std::ios_base::out); 375 std::ios_base::openmode mode = std::ios_base::out); [all …]
|
/toolchain/binutils/binutils-2.27/binutils/ |
D | filemode.c | 107 mode_string (unsigned long mode, char *str) in mode_string() argument 109 str[0] = ftypelet ((unsigned long) mode); in mode_string() 110 str[1] = (mode & S_IRUSR) != 0 ? 'r' : '-'; in mode_string() 111 str[2] = (mode & S_IWUSR) != 0 ? 'w' : '-'; in mode_string() 112 str[3] = (mode & S_IXUSR) != 0 ? 'x' : '-'; in mode_string() 113 str[4] = (mode & S_IRGRP) != 0 ? 'r' : '-'; in mode_string() 114 str[5] = (mode & S_IWGRP) != 0 ? 'w' : '-'; in mode_string() 115 str[6] = (mode & S_IXGRP) != 0 ? 'x' : '-'; in mode_string() 116 str[7] = (mode & S_IROTH) != 0 ? 'r' : '-'; in mode_string() 117 str[8] = (mode & S_IWOTH) != 0 ? 'w' : '-'; in mode_string() [all …]
|
/toolchain/binutils/binutils-2.27/ld/testsuite/ld-mips-elf/ |
D | mips16-pic-1.inc | 82 # Start a PIC function in ISA mode MODE, which is either "mips16" 84 .macro pic_prologue,mode 85 cpload_\mode 92 .macro pic_call,name,mode 94 .ifc \mode,mips16 118 # MODE selects the ISA mode of the code: either "mips16" 120 .macro callpic,name,mode 122 .set \mode 123 .ent callpic_\name\()_\mode 124 callpic_\name\()_\mode: [all …]
|
D | mips16-pic-3.inc | 40 .macro lstub,name,mode 41 .set \mode 50 .macro hstub,name,mode 53 lstub \name, \mode 56 .macro gstub,name,mode 58 lstub \name, \mode
|
/toolchain/binutils/binutils-2.27/opcodes/ |
D | i960-dis.c | 322 int mode; in mem() local 379 mode = (word1 >> 10) & 0xf; in mem() 382 && ((mode == 5) || (mode >= 12))) in mem() 391 if ((mem_tab[i].name == NULL) || (mode == 6)) in mem() 407 if (mode & 4) in mem() 409 ea (memaddr, mode, reg2, reg3, word1, word2); in mem() 416 if (mode & 8) in mem() 424 if (mode & 4) in mem() 428 ea (memaddr, mode, reg2, reg3, word1, word2); in mem() 435 if (mode & 8) in mem() [all …]
|
/toolchain/binutils/binutils-2.27/zlib/contrib/infback9/ |
D | infback9.c | 229 inflate_mode mode; /* current inflate mode */ local 259 mode = TYPE; 274 switch (mode) { 279 mode = DONE; 289 mode = STORED; 298 mode = LEN; /* decode codes */ 303 mode = TABLE; 307 mode = BAD; 318 mode = BAD; 341 mode = TYPE; [all …]
|
/toolchain/binutils/binutils-2.27/zlib/contrib/minizip/ |
D | ioapi.c | 19 #define FOPEN_FUNC(filename, mode) fopen(filename, mode) argument 23 #define FOPEN_FUNC(filename, mode) fopen64(filename, mode) argument 31 voidpf call_zopen64 (const zlib_filefunc64_32_def* pfilefunc,const void*filename,int mode) in call_zopen64() argument 34 … return (*(pfilefunc->zfile_func64.zopen64_file)) (pfilefunc->zfile_func64.opaque,filename,mode); in call_zopen64() 37 … return (*(pfilefunc->zopen32_file))(pfilefunc->zfile_func64.opaque,(const char*)filename,mode); in call_zopen64() 87 static voidpf ZCALLBACK fopen_file_func OF((voidpf opaque, const char* filename, int mode)); 95 static voidpf ZCALLBACK fopen_file_func (voidpf opaque, const char* filename, int mode) in fopen_file_func() argument 99 if ((mode & ZLIB_FILEFUNC_MODE_READWRITEFILTER)==ZLIB_FILEFUNC_MODE_READ) in fopen_file_func() 102 if (mode & ZLIB_FILEFUNC_MODE_EXISTING) in fopen_file_func() 105 if (mode & ZLIB_FILEFUNC_MODE_CREATE) in fopen_file_func() [all …]
|
/toolchain/binutils/binutils-2.27/libiberty/ |
D | fopen_unlocked.c | 108 fopen_unlocked (const char *path, const char *mode) in fopen_unlocked() argument 110 FILE *const fp = fopen (path, mode); in fopen_unlocked() 116 fdopen_unlocked (int fildes, const char *mode) in fdopen_unlocked() argument 118 FILE *const fp = fdopen (fildes, mode); in fdopen_unlocked() 124 freopen_unlocked (const char *path, const char *mode, FILE *stream) in freopen_unlocked() argument 126 FILE *const fp = freopen (path, mode, stream); in freopen_unlocked()
|
/toolchain/binutils/binutils-2.27/gas/testsuite/gas/sh/sh64/ |
D | syntax-1.s | 4 .mode shmedia 27 .mode shcompact 30 .mode shmedia 66 .mode shcompact 71 .mode shmedia 77 .mode shcompact 82 .mode shmedia 106 .mode shcompact 127 .mode shmedia 134 .mode shcompact [all …]
|
D | relax-2.s | 5 .mode SHmedia 10 .mode SHcompact 12 .mode SHmedia 16 .mode SHcompact 18 .mode SHmedia
|
/toolchain/binutils/binutils-2.27/zlib/contrib/iostream/ |
D | zfstream.cpp | 6 mode(0), in gzfilebuf() 28 mode = ios::in; in open() 31 mode = ios::app; in open() 34 mode = ios::out; in open() 39 mode |= ios::binary; in open() 70 mode = ios::in; in attach() 73 mode = ios::app; in attach() 76 mode = ios::out; in attach() 81 mode |= ios::binary; in attach() 138 if ( !is_open() || !(mode & ios::in) ) in underflow() [all …]
|
/toolchain/binutils/binutils-2.27/ |
D | install-sh | 70 mode=0755 129 -m) mode=$2 130 case $mode in 132 echo "$0: invalid mode: $mode" >&2 224 case $mode in 235 cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;; 242 cp_umask=$mode$u_plus_rw;; 315 mkdir_mode=-m$mode 426 test -z "$chmodcmd" || $doit $chmodcmd $mode "$dst"; } || exit 1 448 { test -z "$chmodcmd" || $doit $chmodcmd $mode "$dsttmp"; } &&
|