Searched refs:insn16 (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.0-release/contrib/binutils/bfd/
H A Dcoff-arm.c78 typedef unsigned short int insn16; typedef
1110 static const insn16 t2a1_bx_pc_insn = 0x4778;
1111 static const insn16 t2a2_noop_insn = 0x46c0;
1114 static const insn16 t2a1_push_insn = 0xb540;
1115 static const insn16 t2a2_ldr_insn = 0x4e03;
1116 static const insn16 t2a3_mov_insn = 0x46fe;
1117 static const insn16 t2a4_bx_insn = 0x4730;
H A Delf32-arm.c1902 typedef unsigned short int insn16; typedef
2631 static const insn16 t2a1_bx_pc_insn = 0x4778;
2632 static const insn16 t2a2_noop_insn = 0x46c0;
/freebsd-10.0-release/contrib/llvm/lib/Target/XCore/Disassembler/
H A DXCoreDisassembler.cpp756 uint16_t insn16; local
758 if (!readInstruction16(Region, Address, Size, insn16)) {
763 DecodeStatus Result = decodeInstruction(DecoderTable16, instr, insn16,
/freebsd-10.0-release/contrib/llvm/lib/Target/ARM/Disassembler/
H A DARMDisassembler.cpp759 uint16_t insn16 = (bytes[1] << 8) | bytes[0]; local
760 DecodeStatus result = decodeInstruction(DecoderTableThumb16, MI, insn16,
769 result = decodeInstruction(DecoderTableThumbSBit16, MI, insn16,
780 result = decodeInstruction(DecoderTableThumb216, MI, insn16,

Completed in 194 milliseconds