reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1224 Result = readInstruction16(Bytes, Address, Size, Insn, IsBigEndian); 1225 if (Result == MCDisassembler::Fail) 1233 Result = decodeInstruction(DecoderTableMicroMipsR616, Instr, Insn, 1235 if (Result != MCDisassembler::Fail) { 1237 return Result; 1244 Result = decodeInstruction(DecoderTableMicroMips16, Instr, Insn, Address, 1246 if (Result != MCDisassembler::Fail) { 1248 return Result; 1251 Result = readInstruction32(Bytes, Address, Size, Insn, IsBigEndian, true); 1252 if (Result == MCDisassembler::Fail) 1259 Result = decodeInstruction(DecoderTableMicroMipsR632, Instr, Insn, Address, 1261 if (Result != MCDisassembler::Fail) { 1263 return Result; 1269 Result = decodeInstruction(DecoderTableMicroMips32, Instr, Insn, Address, 1271 if (Result != MCDisassembler::Fail) { 1273 return Result; 1278 Result = decodeInstruction(DecoderTableMicroMipsFP6432, Instr, Insn, 1280 if (Result != MCDisassembler::Fail) { 1282 return Result; 1298 Result = readInstruction32(Bytes, Address, Size, Insn, IsBigEndian, false); 1299 if (Result == MCDisassembler::Fail) 1307 Result = 1309 if (Result != MCDisassembler::Fail) 1310 return Result; 1316 Result = decodeInstruction(DecoderTableMips32r6_64r6_GP6432, Instr, Insn, 1318 if (Result != MCDisassembler::Fail) 1319 return Result; 1325 Result = decodeInstruction(DecoderTableMips32r6_64r6_PTR6432, Instr, Insn, 1327 if (Result != MCDisassembler::Fail) 1328 return Result; 1333 Result = decodeInstruction(DecoderTableMips32r6_64r632, Instr, Insn, 1335 if (Result != MCDisassembler::Fail) 1336 return Result; 1342 Result = decodeInstruction(DecoderTableMips32_64_PTR6432, Instr, Insn, 1344 if (Result != MCDisassembler::Fail) 1345 return Result; 1350 Result = decodeInstruction(DecoderTableCnMips32, Instr, Insn, 1352 if (Result != MCDisassembler::Fail) 1353 return Result; 1358 Result = decodeInstruction(DecoderTableMips6432, Instr, Insn, 1360 if (Result != MCDisassembler::Fail) 1361 return Result; 1367 Result = decodeInstruction(DecoderTableMipsFP6432, Instr, Insn, 1369 if (Result != MCDisassembler::Fail) 1370 return Result; 1375 Result = 1377 if (Result != MCDisassembler::Fail) 1378 return Result;