Searched refs:Insn16 (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/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()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/Disassembler/ |
H A D | ARMDisassembler.cpp | 770 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 D | RISCVInstrInfoC.td | 804 def Insn16 : RVInst16<(outs), (ins uimm16:$value), "", "", [], InstFormatOther> {
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/AsmParser/ |
H A D | RISCVAsmParser.cpp | 3133 emitToStreamer(getStreamer(), MCInstBuilder(RealLength == 2 ? RISCV::Insn16 in parseDirectiveInsn()
|