Searched refs:insn16 (Results 1 – 4 of 4) sorted by relevance
| /trueos/contrib/binutils/bfd/ |
| HD | coff-arm.c | 78 typedef unsigned short int insn16; typedef 1108 static const insn16 t2a1_bx_pc_insn = 0x4778; 1109 static const insn16 t2a2_noop_insn = 0x46c0; 1112 static const insn16 t2a1_push_insn = 0xb540; 1113 static const insn16 t2a2_ldr_insn = 0x4e03; 1114 static const insn16 t2a3_mov_insn = 0x46fe; 1115 static const insn16 t2a4_bx_insn = 0x4730;
|
| HD | elf32-arm.c | 1902 typedef unsigned short int insn16; typedef 2631 static const insn16 t2a1_bx_pc_insn = 0x4778; 2632 static const insn16 t2a2_noop_insn = 0x46c0;
|
| /trueos/contrib/llvm/lib/Target/XCore/Disassembler/ |
| HD | XCoreDisassembler.cpp | 756 uint16_t insn16; in getInstruction() local 758 if (!readInstruction16(Region, Address, Size, insn16)) { in getInstruction() 763 DecodeStatus Result = decodeInstruction(DecoderTable16, instr, insn16, in getInstruction()
|
| /trueos/contrib/llvm/lib/Target/ARM/Disassembler/ |
| HD | ARMDisassembler.cpp | 701 uint16_t insn16 = (bytes[1] << 8) | bytes[0]; in getInstruction() local 702 DecodeStatus result = decodeInstruction(DecoderTableThumb16, MI, insn16, in getInstruction() 711 result = decodeInstruction(DecoderTableThumbSBit16, MI, insn16, in getInstruction() 722 result = decodeInstruction(DecoderTableThumb216, MI, insn16, in getInstruction()
|