Searched defs:thumb_opcode (Results 1 – 4 of 4) sorted by relevance
26 struct thumb_opcode struct28 unsigned short value, mask; /* recognise instruction if (op&mask)==value */29 char * assembler; /* how to disassemble this instruction */
2389 struct thumb_opcode struct2406 static const struct thumb_opcode tinsns[] = argument
497 uint32_t thumb_opcode = data.GetU16(&data_offset); in Decode() local
13806 uint32_t thumb_opcode = MemARead(read_inst_context, pc, 2, 0, &success); in ReadInstruction() local