Home
last modified time | relevance | path

Searched refs:mode (Results 1 – 25 of 692) sorted by relevance

12345678910>>...28

/toolchain/binutils/binutils-2.27/gas/testsuite/gas/arm/
Darch7em-bad.l3 [^:]*: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 …]
Daddthumb2err.l2 [^:]*: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'
Dt16-bad.l122 [^:]*: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/
Dgzlib.c79 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 …]
Dinflate.c115 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 …]
Dinfback.c279 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/
Dtc-h8300.c348 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 …]
Dtc-z8k.c180 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 …]
Dm68k-parse.y144 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 …]
Dtc-m68hc11.c149 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 …]
Dtc-ns32k.c70 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 …]
Dtc-tic4x.c111 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/
Dzfstream.cc52 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 …]
Dzfstream.h67 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/ld/testsuite/ld-mips-elf/
Dmips16-pic-1.inc82 # 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 …]
/toolchain/binutils/binutils-2.27/binutils/
Dfilemode.c107 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/opcodes/
Di960-dis.c322 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/
Dinfback9.c229 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/
Dioapi.c19 #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/gas/testsuite/gas/sh/sh64/
Dsyntax-1.s4 .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 …]
/toolchain/binutils/binutils-2.27/zlib/contrib/iostream/
Dzfstream.cpp6 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/libiberty/
Dfopen_unlocked.c108 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/cpu/
Dm32c.cpu234 ; QI mode gr encoding for m32c is different than for m16c. The hardware
246 ; QI mode gr encoding for m32c is different than for m16c. The hardware
258 ; HI mode gr encoding for m32c is different than for m16c. The hardware
271 ; HI mode gr encoding for m32c is different than for m16c. The hardware
284 ; SI mode gr encoding for m32c is as follows:
310 ; QI mode gr encoding for m32c is different than for m16c. The hardware
326 ; HI mode gr encoding for m32c is different than for m16c. The hardware
342 ; SI mode gr encoding for m32c is as follows:
1396 (comment "dma mode 110")
1402 (comment "dma mode 111")
[all …]
/toolchain/binutils/binutils-2.27/
Dinstall-sh70 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"; } &&
/toolchain/binutils/binutils-2.27/ld/scripttempl/
Dtic4xcoff.sc7 # In microcomputer (MC) mode, the vectors are mapped into the on-chip ROM,
8 # otherwise in microprocessor (MP) mode the vectors are mapped to address 0
9 # on the external bus. In MC mode, the on-chip ROM contains a bootloader program
13 # 1. MC mode, no external memory (serial boot).
14 # 2. MC mode, external RAM (serial boot).
15 # 3. MC mode, external ROM.
16 # 4. MC mode, external ROM, external RAM.
17 # 5. MP mode, external ROM.
18 # 6. MP mode, external ROM, external RAM.
19 # 7. MP mode, external RAM (dual-port with hosting CPU or external debugger).
[all …]

12345678910>>...28