Home
last modified time | relevance | path

Searched refs:Insn16 (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARC/Disassembler/
H A DARCDisassembler.cpp402 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()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/Disassembler/
H A DARMDisassembler.cpp767 uint16_t Insn16 = llvm::support::endian::read<uint16_t>( in suggestBytesToSkip() local
769 return Insn16 < 0xE800 ? 2 : 4; in suggestBytesToSkip()
1082 uint16_t Insn16 = llvm::support::endian::read<uint16_t>( in getThumbInstruction() local
1085 decodeInstruction(DecoderTableThumb16, MI, Insn16, Address, this, STI); in getThumbInstruction()
1092 Result = decodeInstruction(DecoderTableThumbSBit16, MI, Insn16, Address, this, in getThumbInstruction()
1103 decodeInstruction(DecoderTableThumb216, MI, Insn16, Address, this, STI); in getThumbInstruction()
1137 (uint32_t(Insn16) << 16) | llvm::support::endian::read<uint16_t>( in getThumbInstruction()