Searched refs:opcode0 (Results 1 – 1 of 1) sorted by relevance
225 unsigned short opcode0, opcode1; in get_instruction() local243 if (!get_mem16(&opcode0, address)) in get_instruction()247 if ((opcode0 & 0xc000) == 0xc000) { in get_instruction()250 *val = (opcode0 << 16) + opcode1; in get_instruction()252 *val = opcode0; in get_instruction()