Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/ARC/Disassembler/
H A DARCDisassembler.cpp379 uint32_t Insn32; in getInstruction() local
380 if (!readInstruction32(Bytes, Address, Size, Insn32)) { in getInstruction()
384 return decodeInstruction(DecoderTable32, Instr, Insn32, Address, this, STI); in getInstruction()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/Disassembler/
H A DARMDisassembler.cpp1139 uint32_t Insn32 = in getThumbInstruction() local
1144 decodeInstruction(DecoderTableMVE32, MI, Insn32, Address, this, STI); in getThumbInstruction()
1164 decodeInstruction(DecoderTableThumb32, MI, Insn32, Address, this, STI); in getThumbInstruction()
1174 decodeInstruction(DecoderTableThumb232, MI, Insn32, Address, this, STI); in getThumbInstruction()
1178 return checkDecodedInstruction(MI, Size, Address, CS, Insn32, Result); in getThumbInstruction()
1181 if (fieldFromInstruction(Insn32, 28, 4) == 0xE) { in getThumbInstruction()
1183 decodeInstruction(DecoderTableVFP32, MI, Insn32, Address, this, STI); in getThumbInstruction()
1192 decodeInstruction(DecoderTableVFPV832, MI, Insn32, Address, this, STI); in getThumbInstruction()
1198 if (fieldFromInstruction(Insn32, 28, 4) == 0xE) { in getThumbInstruction()
1199 Result = decodeInstruction(DecoderTableNEONDup32, MI, Insn32, Address, this, in getThumbInstruction()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/AsmParser/
H A DRISCVAsmParser.cpp3134 : RISCV::Insn32) in parseDirectiveInsn()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrInfo.td1125 def Insn32 : RVInst<(outs), (ins uimm32:$value), "", "", [], InstFormatOther> {