Lines Matching defs:Insn32
1139 uint32_t Insn32 =
1144 decodeInstruction(DecoderTableMVE32, MI, Insn32, Address, this, STI);
1164 decodeInstruction(DecoderTableThumb32, MI, Insn32, Address, this, STI);
1174 decodeInstruction(DecoderTableThumb232, MI, Insn32, Address, this, STI);
1178 return checkDecodedInstruction(MI, Size, Address, CS, Insn32, Result);
1181 if (fieldFromInstruction(Insn32, 28, 4) == 0xE) {
1183 decodeInstruction(DecoderTableVFP32, MI, Insn32, Address, this, STI);
1192 decodeInstruction(DecoderTableVFPV832, MI, Insn32, Address, this, STI);
1198 if (fieldFromInstruction(Insn32, 28, 4) == 0xE) {
1199 Result = decodeInstruction(DecoderTableNEONDup32, MI, Insn32, Address, this,
1208 if (fieldFromInstruction(Insn32, 24, 8) == 0xF9) {
1209 uint32_t NEONLdStInsn = Insn32;
1221 if (fieldFromInstruction(Insn32, 24, 4) == 0xF) {
1222 uint32_t NEONDataInsn = Insn32;
1234 uint32_t NEONCryptoInsn = Insn32;
1245 uint32_t NEONv8Insn = Insn32;
1255 uint32_t Coproc = fieldFromInstruction(Insn32, 8, 4);
1260 decodeInstruction(DecoderTable, MI, Insn32, Address, this, STI);