void hyperstone_device::oped() { LOCAL_DECODE_INIT; LLdecode(decode); hyperstone_frame(decode); }
void hyperstone_device::op87() { LOCAL_DECODE_INIT; LLdecode(decode); hyperstone_sar(decode); }
void hyperstone_device::opcd() { LOCAL_DECODE_INIT; LLdecode(decode); hyperstone_fcvtd(decode); }
void hyperstone_device::opcf() { LOCAL_DECODE_INIT; LLdecode(decode); hyperstone_do(decode); }
void hyperstone_device::opc7() { LOCAL_DECODE_INIT; LLdecode(decode); hyperstone_fdivd(decode); }
void hyperstone_device::opca() { LOCAL_DECODE_INIT; LLdecode(decode); hyperstone_fcmpu(decode); }
void hyperstone_device::opc3() { LOCAL_DECODE_INIT; LLdecode(decode); hyperstone_fsubd(decode); }
void hyperstone_device::opc5() { LOCAL_DECODE_INIT; LLdecode(decode); hyperstone_fmuld(decode); }
void hyperstone_device::op8e() { LOCAL_DECODE_INIT; LLdecode(decode); hyperstone_testlz(decode); }
void hyperstone_device::opc1() { LOCAL_DECODE_INIT; LLdecode(decode); hyperstone_faddd(decode); }
static void hyperstone_op87(UINT16 opcode) { LOCAL_DECODE_INIT; LLdecode(decode); hyperstone_sar(decode); }
static void hyperstone_oped(UINT16 opcode) { LOCAL_DECODE_INIT; LLdecode(decode); hyperstone_frame(decode); }
static void hyperstone_opcc(UINT16 opcode) { LOCAL_DECODE_INIT; LLdecode(decode); hyperstone_fcvt(decode); }
static void hyperstone_opc7(UINT16 opcode) { LOCAL_DECODE_INIT; LLdecode(decode); hyperstone_fdivd(decode); }
static void hyperstone_op8e(UINT16 opcode) { LOCAL_DECODE_INIT; LLdecode(decode); hyperstone_testlz(decode); }