- Timestamp:
- Aug 14, 2024 8:57:46 AM (5 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/bootsectors/bs3-cpu-instr-3.c32
r105665 r105666 15075 15075 15076 15076 static BS3CPUINSTR3_TEST7_T const s_aTests16[] = 15077 { // inst_worker_func, bXcpt, offset, inst_type, init/dest mm, mem_ptr gp, offs mm, mask/pmsk mm,15077 { 15078 15078 { bs3CpuInstr3_vgatherdps_xmm0_ebx_plus_0_plus_xmm0_x_1_xmm2_icebp_c16, X86_XCPT_UD, 0, T_AVX2_128, 0, 3, 0, 2, RT_ELEMENTS(s_aValuesUD), s_aValuesUD }, 15079 15079 { bs3CpuInstr3_vgatherdps_xmm0_ebx_plus_0_plus_xmm1_x_1_xmm0_icebp_c16, X86_XCPT_UD, 0, T_AVX2_128, 0, 3, 1, 0, RT_ELEMENTS(s_aValuesUD), s_aValuesUD }, … … 15321 15321 15322 15322 static BS3CPUINSTR3_TEST7_T const s_aTests16[] = 15323 { // inst_worker_func, bXcpt, offset, inst_type, init/dest mm, mem_ptr gp, offs mm, mask/pmsk mm,15323 { 15324 15324 { bs3CpuInstr3_vgatherqps_xmm0_ebx_plus_0_plus_xmm0_x_1_xmm2_icebp_c16, X86_XCPT_UD, 0, T_AVX2_128, 0, 3, 0, 2, RT_ELEMENTS(s_aValuesUD), s_aValuesUD }, 15325 15325 { bs3CpuInstr3_vgatherqps_xmm0_ebx_plus_0_plus_xmm1_x_1_xmm0_icebp_c16, X86_XCPT_UD, 0, T_AVX2_128, 0, 3, 1, 0, RT_ELEMENTS(s_aValuesUD), s_aValuesUD }, … … 15494 15494 /*init*/ RTUINT256_INIT_C(0x7878787878787878, 0x7878787878787878, 0x7878787878787878, 0x7878787878787878), 15495 15495 /* => */ RTUINT256_INIT_C(0x90f68ef68cf68af6, 0x7878787878787878, 0x0e000c000a000800, 0x7878787878787878), 15496 15497 15496 /*flgs*/ 0 }, 15498 15497 }; … … 15523 15522 15524 15523 static BS3CPUINSTR3_TEST7_T const s_aTests16[] = 15525 { // inst_worker_func, bXcpt, offset, inst_type, init/dest mm, mem_ptr gp, offs mm, mask/pmsk mm,15524 { 15526 15525 { bs3CpuInstr3_vgatherdpd_xmm0_ebx_plus_0_plus_xmm0_x_1_xmm2_icebp_c16, X86_XCPT_UD, 0, T_AVX2_128, 0, 3, 0, 2, RT_ELEMENTS(s_aValuesUD), s_aValuesUD }, 15527 15526 { bs3CpuInstr3_vgatherdpd_xmm0_ebx_plus_0_plus_xmm1_x_1_xmm0_icebp_c16, X86_XCPT_UD, 0, T_AVX2_128, 0, 3, 1, 0, RT_ELEMENTS(s_aValuesUD), s_aValuesUD }, … … 15771 15770 15772 15771 static BS3CPUINSTR3_TEST7_T const s_aTests16[] = 15773 { // inst_worker_func, bXcpt, offset, inst_type, init/dest mm, mem_ptr gp, offs mm, mask/pmsk mm,15772 { 15774 15773 { bs3CpuInstr3_vgatherqpd_xmm0_ebx_plus_0_plus_xmm0_x_1_xmm2_icebp_c16, X86_XCPT_UD, 0, T_AVX2_128, 0, 3, 0, 2, RT_ELEMENTS(s_aValuesUD), s_aValuesUD }, 15775 15774 { bs3CpuInstr3_vgatherqpd_xmm0_ebx_plus_0_plus_xmm1_x_1_xmm0_icebp_c16, X86_XCPT_UD, 0, T_AVX2_128, 0, 3, 1, 0, RT_ELEMENTS(s_aValuesUD), s_aValuesUD },
Note:
See TracChangeset
for help on using the changeset viewer.