Home
last modified time | relevance | path

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

/freebsd-14.2/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-14.2/contrib/llvm-project/llvm/lib/Target/ARM/Disassembler/
H A DARMDisassembler.cpp1136 uint32_t Insn32 = in getThumbInstruction() local
1178 if (fieldFromInstruction(Insn32, 28, 4) == 0xE) { in getThumbInstruction()
1195 if (fieldFromInstruction(Insn32, 28, 4) == 0xE) { in getThumbInstruction()
1205 if (fieldFromInstruction(Insn32, 24, 8) == 0xF9) { in getThumbInstruction()
1206 uint32_t NEONLdStInsn = Insn32; in getThumbInstruction()
1218 if (fieldFromInstruction(Insn32, 24, 4) == 0xF) { in getThumbInstruction()
1219 uint32_t NEONDataInsn = Insn32; in getThumbInstruction()
1231 uint32_t NEONCryptoInsn = Insn32; in getThumbInstruction()
1242 uint32_t NEONv8Insn = Insn32; in getThumbInstruction()
1252 uint32_t Coproc = fieldFromInstruction(Insn32, 8, 4); in getThumbInstruction()
[all …]