Lines Matching defs:Unknown
99 void Unknown(Instruction* instr);
433 // For currently unimplemented decodings the disassembler calls Unknown(instr)
434 // which will just print "unknown" of the instruction bits.
435 void Decoder::Unknown(Instruction* instr) {
436 Format(instr, "unknown");
499 Unknown(instr);
510 Unknown(instr);
551 Format(instr, "unknown.cop1.d");
576 Unknown(instr);
584 Unknown(instr);
629 Unknown(instr);
646 Unknown(instr);
763 Unknown(instr);
771 Unknown(instr);
995 // The default name converter is called for unknown code. So we will not try