Lines Matching refs:f0byte
895 static const char* F0Mnem(byte f0byte) { in F0Mnem() argument
896 switch (f0byte) { in F0Mnem()
1059 { byte f0byte = data[1]; in InstructionDecode() local
1060 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()
1087 } else if (f0byte == 0x0B || f0byte == 0xA2 || f0byte == 0x31) { in InstructionDecode()
1090 } else if (f0byte == 0x28) { in InstructionDecode()
1098 } else if (f0byte >= 0x53 && f0byte <= 0x5F) { in InstructionDecode()
1119 pseudo_op[f0byte - 0x53], in InstructionDecode()
1122 } else if (f0byte == 0x50) { in InstructionDecode()
1130 } else if (f0byte== 0xC6) { in InstructionDecode()
1141 } else if ((f0byte & 0xF0) == 0x80) { in InstructionDecode()
1143 } else if (f0byte == 0xBE || f0byte == 0xBF || f0byte == 0xB6 || in InstructionDecode()
1144 f0byte == 0xB7 || f0byte == 0xAF) { in InstructionDecode()
1147 } else if ((f0byte & 0xF0) == 0x90) { in InstructionDecode()
1149 } else if ((f0byte & 0xF0) == 0x40) { in InstructionDecode()
1151 } else if (f0byte == 0xA4 || f0byte == 0xAC) { in InstructionDecode()
1161 } else if (f0byte == 0xAB || f0byte == 0xA5 || f0byte == 0xAD) { in InstructionDecode()
1168 if (f0byte == 0xAB) { in InstructionDecode()
1173 } else if (f0byte == 0xB0) { in InstructionDecode()
1181 } else if (f0byte == 0xB1) { in InstructionDecode()
1185 } else if (f0byte == 0xBC) { in InstructionDecode()
1191 } else if (f0byte == 0xBD) { in InstructionDecode()