Searched refs:thumb_opcode (Results 1 – 2 of 2) sorted by relevance
502 uint32_t thumb_opcode = data.GetU16(&data_offset); in Decode() 503 if ((thumb_opcode & 0xe000) != 0xe000 || in Decode() 504 ((thumb_opcode & 0x1800u) == 0)) { in Decode() 505 m_opcode.SetOpcode16(thumb_opcode, byte_order); in Decode() 508 thumb_opcode <<= 16; in Decode() 509 thumb_opcode |= data.GetU16(&data_offset); in Decode() 510 m_opcode.SetOpcode16_2(thumb_opcode, byte_order); in Decode() 497 uint32_t thumb_opcode = data.GetU16(&data_offset); Decode() local
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()