/toolchain/binutils/binutils-2.25/opcodes/ |
D | arc-dis.c | 74 mwerror (state, _("Illegal limm reference in last instruction!\n")); \ 75 a = state->words[1]; \ 84 flag = BIT (state->words[0], 8); \ 85 state->nullifyMode = BITS (state->words[0], 5, 6); \ 86 cond = BITS (state->words[0], 0, 4); \ 95 cond = BITS (state->words[0], 0, 4); \ 114 field = FIELDD (state->words[0]); \ 122 fieldA = FIELDA (state->words[0]); \ 134 fieldB = FIELDB (state->words[0]); \ 142 fieldC = FIELDC (state->words[0]); \ [all …]
|
D | nios2-dis.c | 84 nios2_init_opcode_hash (nios2_disassembler_state *state) in nios2_init_opcode_hash() argument 90 for (op = state->opcodes; op < &state->opcodes[*(state->num_opcodes)]; op++) in nios2_init_opcode_hash() 97 if (i == state->extract_opcode (op->match) in nios2_init_opcode_hash() 101 bucket = &(state->ps_hash[i]); in nios2_init_opcode_hash() 103 state->nop = op; in nios2_init_opcode_hash() 106 else if (i == state->extract_opcode (op->match)) in nios2_init_opcode_hash() 107 bucket = &(state->hash[i]); in nios2_init_opcode_hash() 126 state->init = 1; in nios2_init_opcode_hash() 131 nios2_opcode_hash *tmp_hash = state->hash[i]; in nios2_init_opcode_hash() 143 nios2_opcode_hash *tmp_hash = state->ps_hash[i]; in nios2_init_opcode_hash() [all …]
|
D | mips-dis.c | 1147 init_print_arg_state (struct mips_print_arg_state *state) in init_print_arg_state() argument 1149 memset (state, 0, sizeof (*state)); in init_print_arg_state() 1174 mips_seen_register (struct mips_print_arg_state *state, in mips_seen_register() argument 1178 state->last_reg_type = reg_type; in mips_seen_register() 1179 state->last_regno = regno; in mips_seen_register() 1181 if (!state->seen_dest) in mips_seen_register() 1183 state->seen_dest = 1; in mips_seen_register() 1184 state->dest_regno = regno; in mips_seen_register() 1194 struct mips_print_arg_state *state, in print_insn_arg() argument 1218 state->last_int = uval; in print_insn_arg() [all …]
|
D | arc-dis.h | 80 #define __TRANSLATION_REQUIRED(state) ((state).acnt != 0) argument
|
/toolchain/binutils/binutils-2.25/gas/ |
D | app.c | 212 static int state; variable 230 int state; member 253 saved->state = state; in app_push() 277 state = 0; in app_push() 290 state = saved->state; in app_pop() 469 switch (state) in do_scrub_chars() 475 state = old_state; in do_scrub_chars() 514 state = old_state; in do_scrub_chars() 531 state = 5; in do_scrub_chars() 539 state = 0; in do_scrub_chars() [all …]
|
D | ehopt.c | 260 enum frame_state state; in check_eh_frame() member 295 if (d->state >= state_saw_size && S_IS_DEFINED (d->size_end_sym)) in check_eh_frame() 300 d->state = state_idle; in check_eh_frame() 303 switch (d->state) in check_eh_frame() 320 d->state = state_saw_size; in check_eh_frame() 329 d->state = (enum frame_state) (d->state + 1); in check_eh_frame() 336 d->state = state_error; in check_eh_frame() 339 d->state = state_seeing_aug_size; in check_eh_frame() 344 d->state = state_wait_loc4; in check_eh_frame() 352 d->state = state_skipping_aug; in check_eh_frame() [all …]
|
/toolchain/binutils/binutils-2.25/libiberty/ |
D | random.c | 214 static long int *state = &randtbl[1]; variable 233 state[0] = x; in srandom() 238 state[i] = (1103515145 * state[i - 1]) + 12345; in srandom() 239 fptr = &state[rand_sep]; in srandom() 240 rptr = &state[0]; in srandom() 260 PTR ostate = (PTR) &state[-1]; in initstate() 263 state[-1] = rand_type; in initstate() 265 state[-1] = (MAX_TYPES * (rptr - state)) + rand_type; in initstate() 302 state = &((long int *) arg_state)[1]; /* First location. */ in initstate() 304 end_ptr = &state[rand_deg]; in initstate() [all …]
|
D | strverscmp.c | 95 int state; in strverscmp() local 130 state = S_N | ((c1 == '0') + (ISDIGIT (c1) != 0)); in strverscmp() 134 state = next_state[state]; in strverscmp() 137 state |= (c1 == '0') + (ISDIGIT (c1) != 0); in strverscmp() 140 state = result_type[state << 2 | (((c2 == '0') + (ISDIGIT (c2) != 0)))]; in strverscmp() 142 switch (state) in strverscmp() 155 return state; in strverscmp()
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/msp430/ |
D | bad.l | 8 [^:]*:19: Warning: a NOP might be needed here because of successive changes in interrupt state 9 [^:]*:20: Warning: a NOP might be needed here because of successive changes in interrupt state 10 [^:]*:25: Warning: a NOP might be needed here because of successive changes in interrupt state 11 [^:]*:26: Warning: a NOP might be needed here because of successive changes in interrupt state 12 [^:]*:27: Warning: a NOP might be needed here because of successive changes in interrupt state 13 [^:]*:28: Warning: a NOP might be needed here because of successive changes in interrupt state 14 [^:]*: Warning: assembly finished with the last instruction changing interrupt state - a NOP might …
|
D | bad.s | 30 ;; changes the interrupt state, since this file could be linked
|
/toolchain/binutils/binutils-2.25/binutils/testsuite/lib/ |
D | utils-lib.exp | 39 set state [remote_exec host $prog --version] 40 set tmp "[lindex $state 1]\n" 76 set state [remote_exec host $prog $progargs] 77 set exec_output [prune_warnings [lindex $state 1]] 82 if { [lindex $state 0] != 0 } { 83 set exec_output "$prog exited with status [lindex $state 0]"
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/ |
D | blx-bl-convert.l | 2 [^:]*:7: Warning: blx to Thumb func 'label' from Thumb ISA state changed to bl 3 [^:]*:16: Warning: blx to 'label3' an ARM ISA state function changed to bl
|
D | branch-reloc.l | 2 [^:]*:[0-9]*: Warning: blx to 'arm_sym1' an ARM ISA state function changed to bl 3 [^:]*:[0-9]*: Warning: blx to Thumb func 'thumb_sym2' from Thumb ISA state changed to bl
|
D | blx-local.l | 2 [^;]*:9: Warning: blx to 'foo2' an ARM ISA state function changed to bl
|
D | blx-local-thumb.l | 2 [^;]*:6: Warning: blx to Thumb func 'foo' from Thumb ISA state changed to bl
|
D | insn-error-a.d | 1 # Check that changing arm -> thumb state immediately
|
D | insn-error-t.d | 1 # Check that changing thumb -> arm state immediately
|
/toolchain/binutils/binutils-2.25/binutils/ |
D | nlmheader.y | 523 enum lex_state state; member 576 current.state = BEGINNING_OF_LINE; in nlmlex_file_open() 682 current.state = IN_LINE; in yylex() 686 current.state = BEGINNING_OF_LINE; in yylex() 720 current.state = BEGINNING_OF_LINE; in yylex() 750 if (current.state == BEGINNING_OF_LINE) in yylex() 778 current.state = IN_LINE; in yylex()
|
/toolchain/binutils/binutils-2.25/cpu/ |
D | frv.cpu | 69 ; `state' is a list of variables for recording model state 70 ; (state) 74 () ; state 93 ; `state' is a list of variables for recording model state 94 (state 111 () ; state 119 () ; state 127 () ; state 135 () ; state 143 () ; state [all …]
|
D | m32r.cpu | 234 ; `state' is a list of variables for recording model state 235 (state 242 () ; state 249 () ; state 256 () ; state 263 () ; state 270 () ; state 279 () ; state 308 () ; state 315 () ; state [all …]
|
D | mep.opc | 723 int state = IN_TEXT; 731 switch (state) 739 /* printf("entering state %d at '%s'...\n", state, in); */ 746 state = IN_TEXT; 751 state = IN_ARGS; 771 state = IN_TEXT; 772 /* printf("entering state %d at '%s'...\n", state, in); */
|
/toolchain/binutils/binutils-2.25/include/ |
D | xtensa-isa-internal.h | 95 xtensa_state state; /* For stateOperands. */ member 167 xtensa_state state; /* Internal state number. */ member
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/sh/sh64/ |
D | relax-1.d | 4 #name: Assembler PT relaxation limit, from first to second state.
|
D | relax-2.d | 4 #name: Assembler PTB relaxation limit, from first to second state.
|
D | relax-3.d | 4 #name: Assembler PC-rel MOVI relaxation limit, from first to second state.
|