Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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()
/llvm-project-15.0.7/llvm/lib/Target/ARM/Disassembler/
H A DARMDisassembler.cpp1140 uint32_t Insn32 = in getThumbInstruction() local
1181 if (fieldFromInstruction(Insn32, 28, 4) == 0xE) { in getThumbInstruction()
1198 if (fieldFromInstruction(Insn32, 28, 4) == 0xE) { in getThumbInstruction()
1208 if (fieldFromInstruction(Insn32, 24, 8) == 0xF9) { in getThumbInstruction()
1209 uint32_t NEONLdStInsn = Insn32; in getThumbInstruction()
1221 if (fieldFromInstruction(Insn32, 24, 4) == 0xF) { in getThumbInstruction()
1222 uint32_t NEONDataInsn = Insn32; in getThumbInstruction()
1234 uint32_t NEONCryptoInsn = Insn32; in getThumbInstruction()
1245 uint32_t NEONv8Insn = Insn32; in getThumbInstruction()
1255 uint32_t Coproc = fieldFromInstruction(Insn32, 8, 4); in getThumbInstruction()
[all …]