Home
last modified time | relevance | path

Searched refs:thumb_opcode (Results 1 – 13 of 13) sorted by relevance

/openbsd-src/gnu/usr.bin/binutils/opcodes/
H A Darm-opc.h26 struct thumb_opcode struct
584 static const struct thumb_opcode thumb_opcodes[] =
H A Darm-dis.c926 const struct thumb_opcode *insn;
/openbsd-src/gnu/llvm/lldb/source/Plugins/Disassembler/LLVMC/
H A DDisassemblerLLVMC.cpp497 uint32_t thumb_opcode = data.GetU16(&data_offset); in Decode() local
498 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()
/openbsd-src/gnu/usr.bin/binutils/gas/config/
H A Dtc-arm.c2389 struct thumb_opcode struct
2406 static const struct thumb_opcode tinsns[] = argument
11615 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);
/openbsd-src/gnu/usr.bin/binutils-2.17/opcodes/
H A DChangeLog-200427 * arm-opc.h (arm_opcode, thumb_opcode): Add extra field for the
H A DChangeLog-2005705 (struct thumb_opcode): Rename struct opcode16. Make 'assembler' const.
/openbsd-src/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
13809 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()
/openbsd-src/gnu/usr.bin/binutils-2.17/gas/
H A DChangeLog-9899170 * config/tc-arm.c (thumb_opcode): Add "variants" field.
H A DChangeLog-96971341 (struct thumb_opcode ): Likewise.
H A DChangeLog-0001147 (struct thumb_opcode): Rename variants->variant.
/openbsd-src/gnu/usr.bin/binutils/gas/
H A DChangeLog-9899170 * config/tc-arm.c (thumb_opcode): Add "variants" field.
H A DChangeLog-96971341 (struct thumb_opcode ): Likewise.
H A DChangeLog-0001147 (struct thumb_opcode): Rename variants->variant.