Searched refs:f0byte (Results 1 – 2 of 2) sorted by relevance
895 static const char* F0Mnem(byte f0byte) { in F0Mnem() argument896 switch (f0byte) { in F0Mnem()1059 { byte f0byte = data[1]; in InstructionDecode() local1060 const char* f0mnem = F0Mnem(f0byte); in InstructionDecode()1061 if (f0byte == 0x18) { in InstructionDecode()1068 } else if (f0byte == 0x1F && data[2] == 0) { in InstructionDecode()1071 } else if (f0byte == 0x1F && data[2] == 0x40 && data[3] == 0) { in InstructionDecode()1074 } else if (f0byte == 0x1F && data[2] == 0x44 && data[3] == 0 && in InstructionDecode()1078 } else if (f0byte == 0x1F && data[2] == 0x80 && data[3] == 0 && in InstructionDecode()1082 } else if (f0byte == 0x1F && data[2] == 0x84 && data[3] == 0 && in InstructionDecode()[all …]
1207 static const char* F0Mnem(byte f0byte) { in F0Mnem() argument1208 switch (f0byte) { in F0Mnem()1386 { byte f0byte = data[1]; in InstructionDecode() local1387 const char* f0mnem = F0Mnem(f0byte); in InstructionDecode()1388 if (f0byte == 0x18) { in InstructionDecode()1395 } else if (f0byte == 0x1F && data[2] == 0) { in InstructionDecode()1398 } else if (f0byte == 0x1F && data[2] == 0x40 && data[3] == 0) { in InstructionDecode()1401 } else if (f0byte == 0x1F && data[2] == 0x44 && data[3] == 0 && in InstructionDecode()1405 } else if (f0byte == 0x1F && data[2] == 0x80 && data[3] == 0 && in InstructionDecode()1409 } else if (f0byte == 0x1F && data[2] == 0x84 && data[3] == 0 && in InstructionDecode()[all …]