Lines Matching defs:Insn32
1140 uint32_t Insn32 =
1145 decodeInstruction(DecoderTableMVE32, MI, Insn32, Address, this, STI);
1165 decodeInstruction(DecoderTableThumb32, MI, Insn32, Address, this, STI);
1175 decodeInstruction(DecoderTableThumb232, MI, Insn32, Address, this, STI);
1179 return checkDecodedInstruction(MI, Size, Address, CS, Insn32, Result);
1182 if (fieldFromInstruction(Insn32, 28, 4) == 0xE) {
1184 decodeInstruction(DecoderTableVFP32, MI, Insn32, Address, this, STI);
1193 decodeInstruction(DecoderTableVFPV832, MI, Insn32, Address, this, STI);
1199 if (fieldFromInstruction(Insn32, 28, 4) == 0xE) {
1200 Result = decodeInstruction(DecoderTableNEONDup32, MI, Insn32, Address, this,
1209 if (fieldFromInstruction(Insn32, 24, 8) == 0xF9) {
1210 uint32_t NEONLdStInsn = Insn32;
1222 if (fieldFromInstruction(Insn32, 24, 4) == 0xF) {
1223 uint32_t NEONDataInsn = Insn32;
1235 uint32_t NEONCryptoInsn = Insn32;
1246 uint32_t NEONv8Insn = Insn32;
1256 uint32_t Coproc = fieldFromInstruction(Insn32, 8, 4);
1261 decodeInstruction(DecoderTable, MI, Insn32, Address, this, STI);