Lines Matching defs:inst1
5359 unsigned short inst1 = extract_unsigned_integer (&buf[i], 2, order);
5360 if ((inst1 & 0xff00) == 0xbf00 && (inst1 & 0x000f) != 0)
5395 unsigned short inst1 = extract_unsigned_integer (&buf[i], 2, order);
5396 if (thumb_insn_size (inst1) == 2)
5432 unsigned short inst1 = extract_unsigned_integer (&buf[i], 2, order);
5434 if ((inst1 & 0xff00) == 0xbf00 && (inst1 & 0x000f) != 0)
5437 if (inst1 & 0x0001)
5439 else if (inst1 & 0x0002)
5441 else if (inst1 & 0x0004)
5446 i += thumb_insn_size (inst1);
8825 unsigned short inst1;
8827 inst1 = extract_unsigned_integer (buf, 2, byte_order_for_code);
8828 if (thumb_insn_size (inst1) == 4)