Home
last modified time | relevance | path

Searched defs:thumb_opcode (Results 1 – 4 of 4) sorted by relevance

/openbsd/gnu/usr.bin/binutils/opcodes/
H A Darm-opc.h26 struct thumb_opcode struct
28 unsigned short value, mask; /* recognise instruction if (op&mask)==value */
29 char * assembler; /* how to disassemble this instruction */
/openbsd/gnu/usr.bin/binutils/gas/config/
H A Dtc-arm.c2389 struct thumb_opcode struct
2406 static const struct thumb_opcode tinsns[] = argument
/openbsd/gnu/llvm/lldb/source/Plugins/Disassembler/LLVMC/
H A DDisassemblerLLVMC.cpp497 uint32_t thumb_opcode = data.GetU16(&data_offset); in Decode() local
/openbsd/gnu/llvm/lldb/source/Plugins/Instruction/ARM/
H A DEmulateInstructionARM.cpp13806 uint32_t thumb_opcode = MemARead(read_inst_context, pc, 2, 0, &success); in ReadInstruction() local