Searched refs:thumb_opcode (Results 1 – 13 of 13) sorted by relevance
26 struct thumb_opcode struct584 static const struct thumb_opcode thumb_opcodes[] =
926 const struct thumb_opcode *insn;
497 uint32_t thumb_opcode = data.GetU16(&data_offset); in Decode() local498 if ((thumb_opcode & 0xe000) != 0xe000 || in Decode()499 ((thumb_opcode & 0x1800u) == 0)) { in Decode()500 m_opcode.SetOpcode16(thumb_opcode, byte_order); in Decode()503 thumb_opcode <<= 16; in Decode()504 thumb_opcode |= data.GetU16(&data_offset); in Decode()505 m_opcode.SetOpcode16_2(thumb_opcode, byte_order); in Decode()
2389 struct thumb_opcode struct2406 static const struct thumb_opcode tinsns[] = argument11615 for (i = 0; i < sizeof (tinsns) / sizeof (struct thumb_opcode); i++) in md_begin()12977 const struct thumb_opcode * opcode;12981 opcode = (const struct thumb_opcode *) hash_find (arm_tops_hsh, str);
27 * arm-opc.h (arm_opcode, thumb_opcode): Add extra field for the
705 (struct thumb_opcode): Rename struct opcode16. Make 'assembler' const.
13806 uint32_t thumb_opcode = MemARead(read_inst_context, pc, 2, 0, &success); in ReadInstruction() local13809 if ((thumb_opcode & 0xe000) != 0xe000 || in ReadInstruction()13810 ((thumb_opcode & 0x1800u) == 0)) { in ReadInstruction()13811 m_opcode.SetOpcode16(thumb_opcode, GetByteOrder()); in ReadInstruction()13814 (thumb_opcode << 16) | in ReadInstruction()
170 * config/tc-arm.c (thumb_opcode): Add "variants" field.
1341 (struct thumb_opcode ): Likewise.
147 (struct thumb_opcode): Rename variants->variant.