Searched refs:Insn16 (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Target/ARC/Disassembler/ |
| H A D | ARCDisassembler.cpp | 402 uint32_t Insn16; in getInstruction() local 403 if (!readInstruction16(Bytes, Address, Size, Insn16)) in getInstruction() 407 return decodeInstruction(DecoderTable16, Instr, Insn16, Address, this, STI); in getInstruction()
|
| /llvm-project-15.0.7/llvm/lib/Target/ARM/Disassembler/ |
| H A D | ARMDisassembler.cpp | 768 uint16_t Insn16 = (Bytes[1] << 8) | Bytes[0]; in suggestBytesToSkip() local 769 return Insn16 < 0xE800 ? 2 : 4; in suggestBytesToSkip() 1087 uint16_t Insn16 = (Bytes[1] << 8) | Bytes[0]; in getThumbInstruction() local 1089 decodeInstruction(DecoderTableThumb16, MI, Insn16, Address, this, STI); in getThumbInstruction() 1096 Result = decodeInstruction(DecoderTableThumbSBit16, MI, Insn16, Address, this, in getThumbInstruction() 1107 decodeInstruction(DecoderTableThumb216, MI, Insn16, Address, this, STI); in getThumbInstruction()
|