Lines Matching refs:Insn32
1136 uint32_t Insn32 = in getThumbInstruction() local
1141 decodeInstruction(DecoderTableMVE32, MI, Insn32, Address, this, STI); in getThumbInstruction()
1161 decodeInstruction(DecoderTableThumb32, MI, Insn32, Address, this, STI); in getThumbInstruction()
1171 decodeInstruction(DecoderTableThumb232, MI, Insn32, Address, this, STI); in getThumbInstruction()
1175 return checkDecodedInstruction(MI, Size, Address, CS, Insn32, Result); in getThumbInstruction()
1178 if (fieldFromInstruction(Insn32, 28, 4) == 0xE) { in getThumbInstruction()
1180 decodeInstruction(DecoderTableVFP32, MI, Insn32, Address, this, STI); in getThumbInstruction()
1189 decodeInstruction(DecoderTableVFPV832, MI, Insn32, Address, this, STI); in getThumbInstruction()
1195 if (fieldFromInstruction(Insn32, 28, 4) == 0xE) { in getThumbInstruction()
1196 Result = decodeInstruction(DecoderTableNEONDup32, MI, Insn32, Address, this, 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()
1257 decodeInstruction(DecoderTable, MI, Insn32, Address, this, STI); in getThumbInstruction()