Home
last modified time | relevance | path

Searched refs:RS1_D (Results 1 – 4 of 4) sorted by relevance

/dports/emulators/mess/mame-mame0226/src/devices/cpu/sparc/
H A Dsparc.cpp4220 if (get_fpr64(rd1, RS1_D) || get_fpr64(rd2, RS2_D)) return; in complete_fp_execution()
4240 if (get_fpr64(rd1, RS1_D) || get_fpr64(rd2, RS2_D)) return; in complete_fp_execution()
4260 if (get_fpr64(rd1, RS1_D) || get_fpr64(rd2, RS2_D)) return; in complete_fp_execution()
4286 if (get_fpr64(rd1, RS1_D) || get_fpr64(rd2, RS2_D)) return; in complete_fp_execution()
4370 if (get_fpr64(rd1, RS1_D) || get_fpr64(rd2, RS2_D)) return; in complete_fp_execution()
4414 if (get_fpr64(rd1, RS1_D) || get_fpr64(rd2, RS2_D)) return; in complete_fp_execution()
H A Dsparcdefs.h133 #define RS1_D ((op >> 14) & 30) macro
/dports/emulators/mame/mame-mame0226/src/devices/cpu/sparc/
H A Dsparc.cpp4220 if (get_fpr64(rd1, RS1_D) || get_fpr64(rd2, RS2_D)) return; in complete_fp_execution()
4240 if (get_fpr64(rd1, RS1_D) || get_fpr64(rd2, RS2_D)) return; in complete_fp_execution()
4260 if (get_fpr64(rd1, RS1_D) || get_fpr64(rd2, RS2_D)) return; in complete_fp_execution()
4286 if (get_fpr64(rd1, RS1_D) || get_fpr64(rd2, RS2_D)) return; in complete_fp_execution()
4370 if (get_fpr64(rd1, RS1_D) || get_fpr64(rd2, RS2_D)) return; in complete_fp_execution()
4414 if (get_fpr64(rd1, RS1_D) || get_fpr64(rd2, RS2_D)) return; in complete_fp_execution()
H A Dsparcdefs.h133 #define RS1_D ((op >> 14) & 30) macro