Searched refs:thumb_opcode (Results 1 – 5 of 5) sorted by relevance
220 uint32_t thumb_opcode = data.GetU16(&data_offset); in Decode() local221 if ((thumb_opcode & 0xe000) != 0xe000 || in Decode()222 ((thumb_opcode & 0x1800u) == 0)) { in Decode()223 m_opcode.SetOpcode16(thumb_opcode, byte_order); in Decode()226 thumb_opcode <<= 16; in Decode()227 thumb_opcode |= data.GetU16(&data_offset); in Decode()228 m_opcode.SetOpcode16_2(thumb_opcode, byte_order); in Decode()
13887 uint32_t thumb_opcode = MemARead(read_inst_context, pc, 2, 0, &success); in ReadInstruction() local13890 if ((thumb_opcode & 0xe000) != 0xe000 || in ReadInstruction()13891 ((thumb_opcode & 0x1800u) == 0)) { in ReadInstruction()13892 m_opcode.SetOpcode16(thumb_opcode, GetByteOrder()); in ReadInstruction()13895 (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.