Changeset 96111 in vbox for trunk/src/VBox/ValidationKit/bootsectors/bs3-cpu-instr-3.c32
- Timestamp:
- Aug 8, 2022 11:42:07 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/bootsectors/bs3-cpu-instr-3.c32
r96110 r96111 9056 9056 { 9057 9057 #ifndef DEBUG_bird 9058 //# define ALL_TESTS9058 # define ALL_TESTS 9059 9059 #endif 9060 9060 #if defined(ALL_TESTS) … … 9145 9145 { "[v]pmaddubsw", bs3CpuInstr3_v_pmaddubsw, 0 }, 9146 9146 #endif 9147 #if 1 //defined(ALL_TESTS)9148 //{ "[v]pmulhrsw", bs3CpuInstr3_v_pmulhrsw, 0 },9149 //{ "[v]psadbw", bs3CpuInstr3_v_psadbw, 0 },9150 //{ "[v]pmuldq", bs3CpuInstr3_v_pmuldq, 0 },9151 //{ "[v]pmuludq", bs3CpuInstr3_v_pmuludq, 0 },9147 #if defined(ALL_TESTS) 9148 { "[v]pmulhrsw", bs3CpuInstr3_v_pmulhrsw, 0 }, 9149 { "[v]psadbw", bs3CpuInstr3_v_psadbw, 0 }, 9150 { "[v]pmuldq", bs3CpuInstr3_v_pmuldq, 0 }, 9151 { "[v]pmuludq", bs3CpuInstr3_v_pmuludq, 0 }, 9152 9152 { "[v]punpcklps/[v]punpcklpd", bs3CpuInstr3_v_punpcklps_punpcklpd, 0 }, 9153 9153 { "[v]punpckhps/[v]punpckhpd", bs3CpuInstr3_v_punpckhps_punpckhpd, 0 },
Note:
See TracChangeset
for help on using the changeset viewer.