HomeSort by relevance Sort by last modified time
    Searched refs:the_insn (Results 1 - 7 of 7) sorted by null

  /toolchain/binutils/binutils-2.25/gas/config/
tc-i860.c 66 } the_insn; variable in typeref:struct:i860_it
271 if (the_insn.expand != 0 && the_insn.expand != XP_ONLY
272 && ! (the_insn.fi[0].fup & (OP_SEL_HA | OP_SEL_H | OP_SEL_L | OP_SEL_GOT
276 pseudo[i] = the_insn;
279 switch (the_insn.expand)
287 if (the_insn.fi[0].exp.X_add_symbol == NULL
288 && the_insn.fi[0].exp.X_op_symbol == NULL
289 && (the_insn.fi[0].exp.X_add_number < (1 << 15)
290 && the_insn.fi[0].exp.X_add_number >= -(1 << 15))
    [all...]
tc-dlx.c 59 the_insn; variable in typeref:struct:machine_it
604 the_insn.HI = the_insn.LO = 0;
610 the_insn.HI = 1;
617 the_insn.LO = 1;
620 the_insn.LO = 0;
623 if (the_insn.HI || the_insn.LO)
655 Operands are at input_line_pointer. Output is in the_insn.
669 memset (&the_insn, '\0', sizeof (the_insn))
    [all...]
tc-hppa.c 589 static struct pa_it the_insn; variable in typeref:struct:pa_it
    [all...]
tc-sparc.c 212 struct sparc_it the_insn, set_insn; variable in typeref:struct:sparc_it
1119 int rd = (the_insn.opcode & RD (~0)) >> 25;
1121 if (the_insn.exp.X_op == O_constant)
1126 && (the_insn.exp.X_add_number < 0
1127 || the_insn.exp.X_add_number > (offsetT) U0xffffffff))
1133 && (the_insn.exp.X_add_number < -(offsetT) U0x80000000
1134 || the_insn.exp.X_add_number > (offsetT) U0xffffffff))
1136 the_insn.exp.X_add_number = (int) the_insn.exp.X_add_number;
1141 if (the_insn.exp.X_op != O_constan
    [all...]
tc-frv.c 597 struct vliw_insn_list *the_insn;
602 for (the_insn = this_chain->insn_list; the_insn; the_insn = the_insn->next)
604 if (the_insn->type == vliw_insn_type
605 && the_insn->sym == label_sym)
606 return the_insn;
595 struct vliw_insn_list *the_insn; local
    [all...]
tc-tic4x.c 136 static tic4x_insn_t the_insn; /* Info about our instruction. */ variable
137 static tic4x_insn_t *insn = &the_insn;
    [all...]
  /external/valgrind/VEX/priv/
host_s390_defs.c 1245 ULong the_insn = op; local
1257 ULong the_insn = op; local
1269 ULong the_insn = op; local
1281 ULong the_insn = op; local
1293 ULong the_insn = op; local
1306 ULong the_insn = op; local
1320 ULong the_insn = op; local
1333 ULong the_insn = op; local
1347 ULong the_insn = op; local
1360 ULong the_insn = op; local
1374 ULong the_insn = op; local
1389 ULong the_insn = op; local
1403 ULong the_insn = op; local
1418 ULong the_insn = op; local
1433 ULong the_insn = op; local
1445 ULong the_insn = op; local
1458 ULong the_insn = op; local
1471 ULong the_insn = op; local
1485 ULong the_insn = op; local
4603 ULong the_insn = op; local
    [all...]

Completed in 204 milliseconds