Home
last modified time | relevance | path

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

/freebsd/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/contrib/llvm-project/llvm/lib/Target/ARM/Disassembler/
H A DARMDisassembler.cpp770 uint16_t Insn16 = llvm::support::endian::read<uint16_t>( in suggestBytesToSkip() local
772 return Insn16 < 0xE800 ? 2 : 4; in suggestBytesToSkip()
1085 uint16_t Insn16 = llvm::support::endian::read<uint16_t>( in getThumbInstruction() local
1088 decodeInstruction(DecoderTableThumb16, MI, Insn16, Address, this, STI); in getThumbInstruction()
1095 Result = decodeInstruction(DecoderTableThumbSBit16, MI, Insn16, Address, this, in getThumbInstruction()
1106 decodeInstruction(DecoderTableThumb216, MI, Insn16, Address, this, STI); in getThumbInstruction()
1140 (uint32_t(Insn16) << 16) | llvm::support::endian::read<uint16_t>( in getThumbInstruction()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrInfoC.td804 def Insn16 : RVInst16<(outs), (ins uimm16:$value), "", "", [], InstFormatOther> {
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/AsmParser/
H A DRISCVAsmParser.cpp3133 emitToStreamer(getStreamer(), MCInstBuilder(RealLength == 2 ? RISCV::Insn16 in parseDirectiveInsn()