Searched refs:f0byte (Results 1 – 2 of 2) sorted by relevance
871 static const char* F0Mnem(byte f0byte) { in F0Mnem() argument872 switch (f0byte) { in F0Mnem()1007 { byte f0byte = data[1]; in InstructionDecode() local1008 const char* f0mnem = F0Mnem(f0byte); in InstructionDecode()1009 if (f0byte == 0x18) { in InstructionDecode()1015 } else if (f0byte == 0x1F && data[2] == 0) { in InstructionDecode()1018 } else if (f0byte == 0x1F && data[2] == 0x40 && data[3] == 0) { in InstructionDecode()1021 } else if (f0byte == 0x1F && data[2] == 0x44 && data[3] == 0 && in InstructionDecode()1025 } else if (f0byte == 0x1F && data[2] == 0x80 && data[3] == 0 && in InstructionDecode()1029 } else if (f0byte == 0x1F && data[2] == 0x84 && data[3] == 0 && in InstructionDecode()[all …]
859 static const char* F0Mnem(byte f0byte) { in F0Mnem() argument860 switch (f0byte) { in F0Mnem()995 { byte f0byte = data[1]; in InstructionDecode() local996 const char* f0mnem = F0Mnem(f0byte); in InstructionDecode()997 if (f0byte == 0x18) { in InstructionDecode()1003 } else if (f0byte == 0x1F && data[2] == 0) { in InstructionDecode()1006 } else if (f0byte == 0x1F && data[2] == 0x40 && data[3] == 0) { in InstructionDecode()1009 } else if (f0byte == 0x1F && data[2] == 0x44 && data[3] == 0 && in InstructionDecode()1013 } else if (f0byte == 0x1F && data[2] == 0x80 && data[3] == 0 && in InstructionDecode()1017 } else if (f0byte == 0x1F && data[2] == 0x84 && data[3] == 0 && in InstructionDecode()[all …]