| /src/external/gpl3/binutils/dist/gas/config/ |
| tc-dlx.c | 61 the_insn; variable in typeref:struct:machine_it 592 the_insn.HI = the_insn.LO = 0; 598 the_insn.HI = 1; 605 the_insn.LO = 1; 608 the_insn.LO = 0; 611 if (the_insn.HI || the_insn.LO) 644 Operands are at input_line_pointer. Output is in the_insn. 658 memset (&the_insn, '\0', sizeof (the_insn)) [all...] |
| tc-frv.c | 596 struct vliw_insn_list *the_insn; 601 for (the_insn = this_chain->insn_list; the_insn; the_insn = the_insn->next) 603 if (the_insn->type == vliw_insn_type 604 && the_insn->sym == label_sym) 605 return the_insn; 594 struct vliw_insn_list *the_insn; local
|
| tc-tic4x.c | 133 static tic4x_insn_t the_insn; /* Info about our instruction. */ variable 134 static tic4x_insn_t *insn = &the_insn;
|
| tc-sparc.c | 210 struct sparc_it the_insn, set_insn; variable in typeref:struct:sparc_it 1251 int rd = (the_insn.opcode & RD (~0)) >> 25; 1253 if (the_insn.exp.X_op == O_constant) 1258 && (the_insn.exp.X_add_number < 0 1259 || the_insn.exp.X_add_number > (offsetT) U0xffffffff)) 1265 && (the_insn.exp.X_add_number < -(offsetT) U0x80000000 1266 || the_insn.exp.X_add_number > (offsetT) U0xffffffff)) 1268 the_insn.exp.X_add_number = (int32_t) the_insn.exp.X_add_number; 1273 if (the_insn.exp.X_op != O_constan [all...] |
| tc-hppa.c | 589 static struct pa_it the_insn; variable in typeref:struct:pa_it 1282 seg = expression (&the_insn.exp); 2199 && !(the_insn.fpof1 == DBL && the_insn.fpof2 == DBL)) 3160 into the global "the_insn" variable. */ 3231 memset (&the_insn, 0, sizeof (the_insn)); 3234 the_insn.reloc = R_HPPA_NONE; 3334 num = pa_get_absolute_expression (&the_insn, &s); 3335 if (strict && the_insn.exp.X_op != O_constant [all...] |
| /src/external/gpl3/binutils.old/dist/gas/config/ |
| tc-dlx.c | 61 the_insn; variable in typeref:struct:machine_it 592 the_insn.HI = the_insn.LO = 0; 598 the_insn.HI = 1; 605 the_insn.LO = 1; 608 the_insn.LO = 0; 611 if (the_insn.HI || the_insn.LO) 644 Operands are at input_line_pointer. Output is in the_insn. 658 memset (&the_insn, '\0', sizeof (the_insn)) [all...] |
| tc-frv.c | 596 struct vliw_insn_list *the_insn; 601 for (the_insn = this_chain->insn_list; the_insn; the_insn = the_insn->next) 603 if (the_insn->type == vliw_insn_type 604 && the_insn->sym == label_sym) 605 return the_insn; 594 struct vliw_insn_list *the_insn; local
|
| tc-tic4x.c | 133 static tic4x_insn_t the_insn; /* Info about our instruction. */ variable 134 static tic4x_insn_t *insn = &the_insn;
|
| tc-sparc.c | 210 struct sparc_it the_insn, set_insn; variable in typeref:struct:sparc_it 1250 int rd = (the_insn.opcode & RD (~0)) >> 25; 1252 if (the_insn.exp.X_op == O_constant) 1257 && (the_insn.exp.X_add_number < 0 1258 || the_insn.exp.X_add_number > (offsetT) U0xffffffff)) 1264 && (the_insn.exp.X_add_number < -(offsetT) U0x80000000 1265 || the_insn.exp.X_add_number > (offsetT) U0xffffffff)) 1267 the_insn.exp.X_add_number = (int32_t) the_insn.exp.X_add_number; 1272 if (the_insn.exp.X_op != O_constan [all...] |
| tc-hppa.c | 589 static struct pa_it the_insn; variable in typeref:struct:pa_it 1282 seg = expression (&the_insn.exp); 2199 && !(the_insn.fpof1 == DBL && the_insn.fpof2 == DBL)) 3160 into the global "the_insn" variable. */ 3231 memset (&the_insn, 0, sizeof (the_insn)); 3234 the_insn.reloc = R_HPPA_NONE; 3334 num = pa_get_absolute_expression (&the_insn, &s); 3335 if (strict && the_insn.exp.X_op != O_constant [all...] |