Lines Matching refs:Insn32

1139   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()
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()
1260 decodeInstruction(DecoderTable, MI, Insn32, Address, this, STI); in getThumbInstruction()