From 7c6444c37c82a79d104934a6c6628c3bb636ed02 Mon Sep 17 00:00:00 2001 From: Ryan Houdek Date: Tue, 8 Oct 2024 16:07:25 -0700 Subject: [PATCH] unitests/ASM: Removes unused MemoryRegion configs FEX's ASM unitests had the problem that they were copy and pasted templates and MemoryRegion was copied in to almost all tests. Very few tests actually use the MemoryRegion they were asking for and instead used none, or the hardcoded memory regions that the TestHarnessRunner provides. This is entirely a sed replacement and minor fixups plus reverts for the few tests that actually use the region asked for. --- unittests/ASM/CALL.asm | 3 --- unittests/ASM/ConstProp/ConstPooling.asm | 3 --- unittests/ASM/H0F38/0_F0.asm | 3 --- unittests/ASM/H0F38/0_F1.asm | 3 --- unittests/ASM/H0F38/66_38.asm | 3 --- unittests/ASM/H0F38/66_39.asm | 3 --- unittests/ASM/H0F38/66_3A.asm | 3 --- unittests/ASM/H0F38/66_3B.asm | 3 --- unittests/ASM/H0F38/66_3C.asm | 3 --- unittests/ASM/H0F38/66_3D.asm | 3 --- unittests/ASM/H0F38/66_3E.asm | 3 --- unittests/ASM/H0F38/66_3F.asm | 3 --- unittests/ASM/H0F38/66_41.asm | 3 --- unittests/ASM/H0F3A/0_66_0F.asm | 3 --- unittests/ASM/H0F3A/0_XX_0F.asm | 3 --- unittests/ASM/JMP.asm | 3 --- unittests/ASM/MOVHPD.asm | 3 --- unittests/ASM/OpSize/15_BYTE.asm | 3 --- unittests/ASM/OpSize/66_10.asm | 3 --- unittests/ASM/OpSize/66_11.asm | 3 --- unittests/ASM/OpSize/66_12.asm | 3 --- unittests/ASM/OpSize/66_13.asm | 3 --- unittests/ASM/OpSize/66_14.asm | 3 --- unittests/ASM/OpSize/66_15.asm | 3 --- unittests/ASM/OpSize/66_28.asm | 3 --- unittests/ASM/OpSize/66_29.asm | 3 --- unittests/ASM/OpSize/66_2A.asm | 3 --- unittests/ASM/OpSize/66_2B.asm | 3 --- unittests/ASM/OpSize/66_2C.asm | 3 --- unittests/ASM/OpSize/66_2D.asm | 3 --- unittests/ASM/OpSize/66_2E.asm | 3 --- unittests/ASM/OpSize/66_2F.asm | 3 --- unittests/ASM/OpSize/66_50.asm | 3 --- unittests/ASM/OpSize/66_51.asm | 3 --- unittests/ASM/OpSize/66_54.asm | 3 --- unittests/ASM/OpSize/66_55.asm | 3 --- unittests/ASM/OpSize/66_56.asm | 3 --- unittests/ASM/OpSize/66_57.asm | 3 --- unittests/ASM/OpSize/66_58.asm | 3 --- unittests/ASM/OpSize/66_59.asm | 3 --- unittests/ASM/OpSize/66_5A.asm | 3 --- unittests/ASM/OpSize/66_5B.asm | 3 --- unittests/ASM/OpSize/66_5C.asm | 3 --- unittests/ASM/OpSize/66_5D.asm | 3 --- unittests/ASM/OpSize/66_5E.asm | 3 --- unittests/ASM/OpSize/66_5F.asm | 3 --- unittests/ASM/OpSize/66_60.asm | 3 --- unittests/ASM/OpSize/66_61.asm | 3 --- unittests/ASM/OpSize/66_62.asm | 3 --- unittests/ASM/OpSize/66_63.asm | 3 --- unittests/ASM/OpSize/66_64.asm | 3 --- unittests/ASM/OpSize/66_65.asm | 3 --- unittests/ASM/OpSize/66_66.asm | 3 --- unittests/ASM/OpSize/66_67.asm | 3 --- unittests/ASM/OpSize/66_68.asm | 3 --- unittests/ASM/OpSize/66_69.asm | 3 --- unittests/ASM/OpSize/66_6A.asm | 3 --- unittests/ASM/OpSize/66_6B.asm | 3 --- unittests/ASM/OpSize/66_6C.asm | 3 --- unittests/ASM/OpSize/66_6D.asm | 3 --- unittests/ASM/OpSize/66_6E.asm | 3 --- unittests/ASM/OpSize/66_6F.asm | 3 --- unittests/ASM/OpSize/66_70.asm | 3 --- unittests/ASM/OpSize/66_74.asm | 3 --- unittests/ASM/OpSize/66_75.asm | 3 --- unittests/ASM/OpSize/66_76.asm | 3 --- unittests/ASM/OpSize/66_7C.asm | 3 --- unittests/ASM/OpSize/66_7D.asm | 3 --- unittests/ASM/OpSize/66_7E.asm | 3 --- unittests/ASM/OpSize/66_7F.asm | 3 --- unittests/ASM/OpSize/66_C2.asm | 3 --- unittests/ASM/OpSize/66_C4.asm | 3 --- unittests/ASM/OpSize/66_C4_2.asm | 3 --- unittests/ASM/OpSize/66_C5.asm | 3 --- unittests/ASM/OpSize/66_C5_2.asm | 3 --- unittests/ASM/OpSize/66_C6.asm | 3 --- unittests/ASM/OpSize/66_D0.asm | 3 --- unittests/ASM/OpSize/66_D1.asm | 3 --- unittests/ASM/OpSize/66_D2.asm | 3 --- unittests/ASM/OpSize/66_D3.asm | 3 --- unittests/ASM/OpSize/66_D4.asm | 3 --- unittests/ASM/OpSize/66_D5.asm | 3 --- unittests/ASM/OpSize/66_D6.asm | 3 --- unittests/ASM/OpSize/66_D7.asm | 3 --- unittests/ASM/OpSize/66_D8.asm | 3 --- unittests/ASM/OpSize/66_D9.asm | 3 --- unittests/ASM/OpSize/66_DA.asm | 3 --- unittests/ASM/OpSize/66_DB.asm | 3 --- unittests/ASM/OpSize/66_DC.asm | 3 --- unittests/ASM/OpSize/66_DD.asm | 3 --- unittests/ASM/OpSize/66_DE.asm | 3 --- unittests/ASM/OpSize/66_DF.asm | 3 --- unittests/ASM/OpSize/66_E0.asm | 3 --- unittests/ASM/OpSize/66_E1.asm | 3 --- unittests/ASM/OpSize/66_E2.asm | 3 --- unittests/ASM/OpSize/66_E3.asm | 3 --- unittests/ASM/OpSize/66_E4.asm | 3 --- unittests/ASM/OpSize/66_E5.asm | 3 --- unittests/ASM/OpSize/66_E6.asm | 3 --- unittests/ASM/OpSize/66_E7.asm | 3 --- unittests/ASM/OpSize/66_E8.asm | 3 --- unittests/ASM/OpSize/66_E9.asm | 3 --- unittests/ASM/OpSize/66_EA.asm | 3 --- unittests/ASM/OpSize/66_EB.asm | 3 --- unittests/ASM/OpSize/66_EC.asm | 3 --- unittests/ASM/OpSize/66_ED.asm | 3 --- unittests/ASM/OpSize/66_EE.asm | 3 --- unittests/ASM/OpSize/66_EF.asm | 3 --- unittests/ASM/OpSize/66_F1.asm | 3 --- unittests/ASM/OpSize/66_F2.asm | 3 --- unittests/ASM/OpSize/66_F3.asm | 3 --- unittests/ASM/OpSize/66_F4.asm | 3 --- unittests/ASM/OpSize/66_F5.asm | 3 --- unittests/ASM/OpSize/66_F6.asm | 3 --- unittests/ASM/OpSize/66_F8.asm | 3 --- unittests/ASM/OpSize/66_F9.asm | 3 --- unittests/ASM/OpSize/66_FA.asm | 3 --- unittests/ASM/OpSize/66_FB.asm | 3 --- unittests/ASM/OpSize/66_FC.asm | 3 --- unittests/ASM/OpSize/66_FD.asm | 3 --- unittests/ASM/OpSize/66_FE.asm | 3 --- unittests/ASM/Primary/Primary_00.asm | 3 --- unittests/ASM/Primary/Primary_08.asm | 3 --- unittests/ASM/Primary/Primary_10.asm | 3 --- unittests/ASM/Primary/Primary_10_2.asm | 3 --- unittests/ASM/Primary/Primary_10_3.asm | 3 --- unittests/ASM/Primary/Primary_10_4.asm | 3 --- unittests/ASM/Primary/Primary_18.asm | 3 --- unittests/ASM/Primary/Primary_18_2.asm | 3 --- unittests/ASM/Primary/Primary_18_3.asm | 3 --- unittests/ASM/Primary/Primary_18_4.asm | 3 --- unittests/ASM/Primary/Primary_20.asm | 3 --- unittests/ASM/Primary/Primary_28.asm | 3 --- unittests/ASM/Primary/Primary_30.asm | 3 --- unittests/ASM/Primary/Primary_38.asm | 3 --- unittests/ASM/Primary/Primary_39.asm | 3 --- unittests/ASM/Primary/Primary_3A.asm | 3 --- unittests/ASM/Primary/Primary_3B.asm | 3 --- unittests/ASM/Primary/Primary_3C.asm | 3 --- unittests/ASM/Primary/Primary_3D.asm | 3 --- unittests/ASM/Primary/Primary_50.asm | 3 --- unittests/ASM/Primary/Primary_50_2.asm | 3 --- unittests/ASM/Primary/Primary_63.asm | 3 --- unittests/ASM/Primary/Primary_68.asm | 3 --- unittests/ASM/Primary/Primary_69.asm | 3 --- unittests/ASM/Primary/Primary_6A.asm | 3 --- unittests/ASM/Primary/Primary_6A_2.asm | 3 --- unittests/ASM/Primary/Primary_6B.asm | 3 --- unittests/ASM/Primary/Primary_84.asm | 3 --- unittests/ASM/Primary/Primary_84_2.asm | 3 --- unittests/ASM/Primary/Primary_85.asm | 3 --- unittests/ASM/Primary/Primary_86.asm | 3 --- unittests/ASM/Primary/Primary_87.asm | 3 --- unittests/ASM/Primary/Primary_87_2.asm | 3 --- unittests/ASM/Primary/Primary_87_3.asm | 3 --- unittests/ASM/Primary/Primary_8D.asm | 3 --- unittests/ASM/Primary/Primary_90.asm | 3 --- unittests/ASM/Primary/Primary_90_2.asm | 3 --- unittests/ASM/Primary/Primary_90_3.asm | 3 --- unittests/ASM/Primary/Primary_90_4.asm | 3 --- unittests/ASM/Primary/Primary_98.asm | 3 --- unittests/ASM/Primary/Primary_98_2.asm | 3 --- unittests/ASM/Primary/Primary_99.asm | 3 --- unittests/ASM/Primary/Primary_99_2.asm | 3 --- unittests/ASM/Primary/Primary_9C.asm | 3 --- unittests/ASM/Primary/Primary_9D.asm | 3 --- unittests/ASM/Primary/Primary_9E.asm | 3 --- unittests/ASM/Primary/Primary_A0.asm | 3 --- unittests/ASM/Primary/Primary_A2.asm | 3 --- unittests/ASM/Primary/Primary_A4.asm | 3 --- unittests/ASM/Primary/Primary_A4_REP.asm | 3 --- unittests/ASM/Primary/Primary_A4_REPNE.asm | 3 --- unittests/ASM/Primary/Primary_A4_REPNE_Down.asm | 3 --- unittests/ASM/Primary/Primary_A4_REPNE_many.asm | 3 --- unittests/ASM/Primary/Primary_A4_REP_Down.asm | 3 --- unittests/ASM/Primary/Primary_A4_REP_many.asm | 3 --- unittests/ASM/Primary/Primary_A5.asm | 3 --- unittests/ASM/Primary/Primary_A5_REP.asm | 3 --- unittests/ASM/Primary/Primary_A5_REPNE.asm | 3 --- unittests/ASM/Primary/Primary_A5_REPNE_Down.asm | 3 --- unittests/ASM/Primary/Primary_A5_REP_Down.asm | 3 --- unittests/ASM/Primary/Primary_A5_dword.asm | 3 --- unittests/ASM/Primary/Primary_A5_dword_REP.asm | 3 --- unittests/ASM/Primary/Primary_A5_dword_REPNE.asm | 3 --- unittests/ASM/Primary/Primary_A5_dword_REPNE_Down.asm | 3 --- unittests/ASM/Primary/Primary_A5_dword_REP_Down.asm | 3 --- unittests/ASM/Primary/Primary_A5_qword.asm | 3 --- unittests/ASM/Primary/Primary_A5_qword_REP.asm | 3 --- unittests/ASM/Primary/Primary_A5_qword_REPNE.asm | 3 --- unittests/ASM/Primary/Primary_A5_qword_REPNE_Down.asm | 3 --- unittests/ASM/Primary/Primary_A5_qword_REP_Down.asm | 3 --- unittests/ASM/Primary/Primary_A6.asm | 3 --- unittests/ASM/Primary/Primary_A6_REP.asm | 3 --- unittests/ASM/Primary/Primary_A6_REPNE.asm | 3 --- unittests/ASM/Primary/Primary_A6_REPNE_Equal.asm | 3 --- unittests/ASM/Primary/Primary_A6_REP_Equal.asm | 3 --- unittests/ASM/Primary/Primary_A6_REP_Smaller.asm | 3 --- unittests/ASM/Primary/Primary_A6_REP_down.asm | 3 --- unittests/ASM/Primary/Primary_A6_REP_down_Equal.asm | 3 --- unittests/ASM/Primary/Primary_A6_down.asm | 3 --- unittests/ASM/Primary/Primary_A7_dword.asm | 3 --- unittests/ASM/Primary/Primary_A7_dword_down.asm | 3 --- unittests/ASM/Primary/Primary_A7_qword.asm | 3 --- unittests/ASM/Primary/Primary_A7_qword_down.asm | 3 --- unittests/ASM/Primary/Primary_A7_word.asm | 3 --- unittests/ASM/Primary/Primary_A7_word_down.asm | 3 --- unittests/ASM/Primary/Primary_A8.asm | 3 --- unittests/ASM/Primary/Primary_A9.asm | 3 --- unittests/ASM/Primary/Primary_AA.asm | 3 --- unittests/ASM/Primary/Primary_AA_REP.asm | 3 --- unittests/ASM/Primary/Primary_AA_REPNE.asm | 3 --- unittests/ASM/Primary/Primary_AA_REPNE_down.asm | 3 --- unittests/ASM/Primary/Primary_AA_REP_down.asm | 3 --- unittests/ASM/Primary/Primary_AB_dword.asm | 3 --- unittests/ASM/Primary/Primary_AB_dword_REP.asm | 3 --- unittests/ASM/Primary/Primary_AB_dword_REPNE.asm | 3 --- unittests/ASM/Primary/Primary_AB_dword_REPNE_down.asm | 3 --- unittests/ASM/Primary/Primary_AB_dword_REP_down.asm | 3 --- unittests/ASM/Primary/Primary_AB_qword.asm | 3 --- unittests/ASM/Primary/Primary_AB_qword_REP.asm | 3 --- unittests/ASM/Primary/Primary_AB_qword_REPNE.asm | 3 --- unittests/ASM/Primary/Primary_AB_qword_REPNE_down.asm | 3 --- unittests/ASM/Primary/Primary_AB_qword_REP_down.asm | 3 --- unittests/ASM/Primary/Primary_AB_word.asm | 3 --- unittests/ASM/Primary/Primary_AB_word_REP.asm | 3 --- unittests/ASM/Primary/Primary_AB_word_REPNE.asm | 3 --- unittests/ASM/Primary/Primary_AB_word_REPNE_down.asm | 3 --- unittests/ASM/Primary/Primary_AB_word_REP_down.asm | 3 --- unittests/ASM/Primary/Primary_AC.asm | 3 --- unittests/ASM/Primary/Primary_AC_REP.asm | 3 --- unittests/ASM/Primary/Primary_AC_REPNE.asm | 3 --- unittests/ASM/Primary/Primary_AC_REPNE_down.asm | 3 --- unittests/ASM/Primary/Primary_AC_REP_down.asm | 3 --- unittests/ASM/Primary/Primary_AD_REPNE_dword.asm | 3 --- unittests/ASM/Primary/Primary_AD_REPNE_dword_down.asm | 3 --- unittests/ASM/Primary/Primary_AD_REPNE_qword.asm | 3 --- unittests/ASM/Primary/Primary_AD_REPNE_qword_down.asm | 3 --- unittests/ASM/Primary/Primary_AD_REPNE_word.asm | 3 --- unittests/ASM/Primary/Primary_AD_REPNE_word_down.asm | 3 --- unittests/ASM/Primary/Primary_AD_REP_dword.asm | 3 --- unittests/ASM/Primary/Primary_AD_REP_dword_down.asm | 3 --- unittests/ASM/Primary/Primary_AD_REP_qword.asm | 3 --- unittests/ASM/Primary/Primary_AD_REP_qword_down.asm | 3 --- unittests/ASM/Primary/Primary_AD_REP_word.asm | 3 --- unittests/ASM/Primary/Primary_AD_REP_word_down.asm | 3 --- unittests/ASM/Primary/Primary_AD_dword.asm | 3 --- unittests/ASM/Primary/Primary_AD_qword.asm | 3 --- unittests/ASM/Primary/Primary_AD_word.asm | 3 --- unittests/ASM/Primary/Primary_AE.asm | 3 --- unittests/ASM/Primary/Primary_AE_REP.asm | 3 --- unittests/ASM/Primary/Primary_AE_REPNE.asm | 3 --- unittests/ASM/Primary/Primary_AE_REPNE_down.asm | 3 --- unittests/ASM/Primary/Primary_AE_REP_down.asm | 3 --- unittests/ASM/Primary/Primary_AF_REP_dword.asm | 3 --- unittests/ASM/Primary/Primary_AF_REP_qword.asm | 3 --- unittests/ASM/Primary/Primary_AF_REP_word.asm | 3 --- unittests/ASM/Primary/Primary_B0.asm | 3 --- unittests/ASM/Primary/Primary_B8.asm | 3 --- unittests/ASM/Primary/Primary_B8_2.asm | 3 --- unittests/ASM/Primary/Primary_B8_3.asm | 3 --- unittests/ASM/Primary/Primary_C2.asm | 3 --- unittests/ASM/Primary/Primary_C3.asm | 3 --- unittests/ASM/Primary/Primary_C8.asm | 3 --- unittests/ASM/Primary/Primary_C8_2.asm | 3 --- unittests/ASM/Primary/Primary_C9.asm | 3 --- unittests/ASM/Primary/Primary_D7.asm | 3 --- unittests/ASM/Primary/Primary_E0.asm | 3 --- unittests/ASM/Primary/Primary_E1.asm | 3 --- unittests/ASM/Primary/Primary_E2.asm | 3 --- unittests/ASM/Primary/Primary_E3.asm | 3 --- unittests/ASM/Primary/Primary_E8.asm | 3 --- unittests/ASM/Primary/Primary_E9.asm | 3 --- unittests/ASM/Primary/Primary_EB.asm | 3 --- unittests/ASM/Primary/Primary_F5.asm | 3 --- unittests/ASM/Primary/Primary_F8.asm | 3 --- unittests/ASM/Primary/Primary_F9.asm | 3 --- unittests/ASM/Primary/Primary_FC.asm | 3 --- unittests/ASM/Primary/Primary_FD.asm | 3 --- unittests/ASM/PrimaryGroup/1_80_00.asm | 3 --- unittests/ASM/PrimaryGroup/1_80_01.asm | 3 --- unittests/ASM/PrimaryGroup/1_80_02.asm | 3 --- unittests/ASM/PrimaryGroup/1_80_02_2.asm | 3 --- unittests/ASM/PrimaryGroup/1_80_03.asm | 3 --- unittests/ASM/PrimaryGroup/1_80_03_2.asm | 3 --- unittests/ASM/PrimaryGroup/1_80_04.asm | 3 --- unittests/ASM/PrimaryGroup/1_80_05.asm | 3 --- unittests/ASM/PrimaryGroup/1_80_06.asm | 3 --- unittests/ASM/PrimaryGroup/1_80_07.asm | 3 --- unittests/ASM/PrimaryGroup/1_81_00.asm | 3 --- unittests/ASM/PrimaryGroup/1_81_01.asm | 3 --- unittests/ASM/PrimaryGroup/1_81_02.asm | 3 --- unittests/ASM/PrimaryGroup/1_81_02_2.asm | 3 --- unittests/ASM/PrimaryGroup/1_81_03.asm | 3 --- unittests/ASM/PrimaryGroup/1_81_03_2.asm | 3 --- unittests/ASM/PrimaryGroup/1_81_04.asm | 3 --- unittests/ASM/PrimaryGroup/1_81_05.asm | 3 --- unittests/ASM/PrimaryGroup/1_81_06.asm | 3 --- unittests/ASM/PrimaryGroup/1_81_07.asm | 3 --- unittests/ASM/PrimaryGroup/1_83_00.asm | 3 --- unittests/ASM/PrimaryGroup/1_83_01.asm | 3 --- unittests/ASM/PrimaryGroup/1_83_02.asm | 3 --- unittests/ASM/PrimaryGroup/1_83_02_2.asm | 3 --- unittests/ASM/PrimaryGroup/1_83_03.asm | 3 --- unittests/ASM/PrimaryGroup/1_83_03_2.asm | 3 --- unittests/ASM/PrimaryGroup/1_83_04.asm | 3 --- unittests/ASM/PrimaryGroup/1_83_05.asm | 3 --- unittests/ASM/PrimaryGroup/1_83_06.asm | 3 --- unittests/ASM/PrimaryGroup/1_83_07.asm | 3 --- unittests/ASM/PrimaryGroup/2_C0_00.asm | 3 --- unittests/ASM/PrimaryGroup/2_C0_01.asm | 3 --- unittests/ASM/PrimaryGroup/2_C0_04.asm | 3 --- unittests/ASM/PrimaryGroup/2_C0_05.asm | 3 --- unittests/ASM/PrimaryGroup/2_C0_07.asm | 3 --- unittests/ASM/PrimaryGroup/2_C1_00.asm | 3 --- unittests/ASM/PrimaryGroup/2_C1_01.asm | 3 --- unittests/ASM/PrimaryGroup/2_C1_04.asm | 3 --- unittests/ASM/PrimaryGroup/2_C1_05.asm | 3 --- unittests/ASM/PrimaryGroup/2_C1_07.asm | 3 --- unittests/ASM/PrimaryGroup/2_D0_00.asm | 3 --- unittests/ASM/PrimaryGroup/2_D0_01.asm | 3 --- unittests/ASM/PrimaryGroup/2_D0_04.asm | 3 --- unittests/ASM/PrimaryGroup/2_D0_05.asm | 3 --- unittests/ASM/PrimaryGroup/2_D0_07.asm | 3 --- unittests/ASM/PrimaryGroup/2_D1_00.asm | 3 --- unittests/ASM/PrimaryGroup/2_D1_01.asm | 3 --- unittests/ASM/PrimaryGroup/2_D1_04.asm | 3 --- unittests/ASM/PrimaryGroup/2_D1_05.asm | 3 --- unittests/ASM/PrimaryGroup/2_D1_07.asm | 3 --- unittests/ASM/PrimaryGroup/2_D3_00.asm | 3 --- unittests/ASM/PrimaryGroup/2_D3_01.asm | 3 --- unittests/ASM/PrimaryGroup/2_D3_04.asm | 3 --- unittests/ASM/PrimaryGroup/2_D3_05.asm | 3 --- unittests/ASM/PrimaryGroup/2_D3_07.asm | 3 --- unittests/ASM/PrimaryGroup/2_D3_07_2.asm | 3 --- unittests/ASM/PrimaryGroup/3_F6_00.asm | 3 --- unittests/ASM/PrimaryGroup/3_F6_02.asm | 3 --- unittests/ASM/PrimaryGroup/3_F6_02_2.asm | 3 --- unittests/ASM/PrimaryGroup/3_F6_03.asm | 3 --- unittests/ASM/PrimaryGroup/3_F6_04.asm | 3 --- unittests/ASM/PrimaryGroup/3_F6_05.asm | 3 --- unittests/ASM/PrimaryGroup/3_F6_06.asm | 3 --- unittests/ASM/PrimaryGroup/3_F6_07.asm | 3 --- unittests/ASM/PrimaryGroup/3_F6_07_2.asm | 3 --- unittests/ASM/PrimaryGroup/3_F7_00.asm | 3 --- unittests/ASM/PrimaryGroup/3_F7_00_2.asm | 3 --- unittests/ASM/PrimaryGroup/3_F7_02.asm | 3 --- unittests/ASM/PrimaryGroup/3_F7_02_2.asm | 3 --- unittests/ASM/PrimaryGroup/3_F7_03.asm | 3 --- unittests/ASM/PrimaryGroup/3_F7_04.asm | 3 --- unittests/ASM/PrimaryGroup/3_F7_05.asm | 3 --- unittests/ASM/PrimaryGroup/3_F7_05_2.asm | 3 --- unittests/ASM/PrimaryGroup/3_F7_06.asm | 3 --- unittests/ASM/PrimaryGroup/3_F7_07.asm | 3 --- unittests/ASM/PrimaryGroup/4_FE_00.asm | 3 --- unittests/ASM/PrimaryGroup/4_FE_01.asm | 3 --- unittests/ASM/PrimaryGroup/5_FF_00.asm | 3 --- unittests/ASM/PrimaryGroup/5_FF_01.asm | 3 --- unittests/ASM/PrimaryGroup/5_FF_02.asm | 3 --- unittests/ASM/PrimaryGroup/5_FF_04.asm | 3 --- unittests/ASM/PrimaryGroup/5_FF_06.asm | 3 --- unittests/ASM/PrimaryGroup/6_C6_00.asm | 3 --- unittests/ASM/PrimaryGroup/6_C7_00.asm | 3 --- unittests/ASM/REP/F3_10.asm | 3 --- unittests/ASM/REP/F3_11.asm | 3 --- unittests/ASM/REP/F3_12.asm | 3 --- unittests/ASM/REP/F3_16.asm | 3 --- unittests/ASM/REP/F3_2A.asm | 3 --- unittests/ASM/REP/F3_2C.asm | 3 --- unittests/ASM/REP/F3_2D.asm | 3 --- unittests/ASM/REP/F3_51.asm | 3 --- unittests/ASM/REP/F3_52.asm | 3 --- unittests/ASM/REP/F3_53.asm | 3 --- unittests/ASM/REP/F3_58.asm | 3 --- unittests/ASM/REP/F3_59.asm | 3 --- unittests/ASM/REP/F3_5A.asm | 3 --- unittests/ASM/REP/F3_5B.asm | 3 --- unittests/ASM/REP/F3_5C.asm | 3 --- unittests/ASM/REP/F3_5D.asm | 3 --- unittests/ASM/REP/F3_5E.asm | 3 --- unittests/ASM/REP/F3_5F.asm | 3 --- unittests/ASM/REP/F3_6F.asm | 3 --- unittests/ASM/REP/F3_70.asm | 3 --- unittests/ASM/REP/F3_7E.asm | 3 --- unittests/ASM/REP/F3_7F.asm | 3 --- unittests/ASM/REP/F3_B8.asm | 3 --- unittests/ASM/REP/F3_C2.asm | 3 --- unittests/ASM/REP/F3_D6.asm | 3 --- unittests/ASM/REP/F3_E6.asm | 3 --- unittests/ASM/REPNE/F2_10.asm | 3 --- unittests/ASM/REPNE/F2_11.asm | 3 --- unittests/ASM/REPNE/F2_12.asm | 3 --- unittests/ASM/REPNE/F2_2A.asm | 3 --- unittests/ASM/REPNE/F2_2C.asm | 3 --- unittests/ASM/REPNE/F2_2D.asm | 3 --- unittests/ASM/REPNE/F2_51.asm | 3 --- unittests/ASM/REPNE/F2_58.asm | 3 --- unittests/ASM/REPNE/F2_59.asm | 3 --- unittests/ASM/REPNE/F2_5A.asm | 3 --- unittests/ASM/REPNE/F2_5C.asm | 3 --- unittests/ASM/REPNE/F2_5D.asm | 3 --- unittests/ASM/REPNE/F2_5E.asm | 3 --- unittests/ASM/REPNE/F2_5F.asm | 3 --- unittests/ASM/REPNE/F2_70.asm | 3 --- unittests/ASM/REPNE/F2_7C.asm | 3 --- unittests/ASM/REPNE/F2_7D.asm | 3 --- unittests/ASM/REPNE/F2_C2.asm | 3 --- unittests/ASM/REPNE/F2_D0.asm | 3 --- unittests/ASM/REPNE/F2_D6.asm | 3 --- unittests/ASM/REPNE/F2_E6.asm | 3 --- unittests/ASM/REPNE/F2_F0.asm | 3 --- unittests/ASM/Secondary/08_66_04.asm | 3 --- unittests/ASM/Secondary/08_66_04_2.asm | 3 --- unittests/ASM/Secondary/08_F2_04.asm | 3 --- unittests/ASM/Secondary/08_F2_04_2.asm | 3 --- unittests/ASM/Secondary/08_F2_07.asm | 3 --- unittests/ASM/Secondary/08_F3_04.asm | 3 --- unittests/ASM/Secondary/08_F3_04_2.asm | 3 --- unittests/ASM/Secondary/08_XX_04.asm | 3 --- unittests/ASM/Secondary/08_XX_04_2.asm | 3 --- unittests/ASM/Secondary/08_XX_04_3.asm | 3 --- unittests/ASM/Secondary/08_XX_05.asm | 3 --- unittests/ASM/Secondary/08_XX_05_2.asm | 3 --- unittests/ASM/Secondary/08_XX_05_3.asm | 3 --- unittests/ASM/Secondary/08_XX_05_3_Atomic.asm | 3 --- unittests/ASM/Secondary/08_XX_05_Atomic.asm | 3 --- unittests/ASM/Secondary/08_XX_06.asm | 3 --- unittests/ASM/Secondary/08_XX_06_2.asm | 3 --- unittests/ASM/Secondary/08_XX_06_3.asm | 3 --- unittests/ASM/Secondary/08_XX_06_3_Atomic.asm | 3 --- unittests/ASM/Secondary/08_XX_06_Atomic.asm | 3 --- unittests/ASM/Secondary/08_XX_07.asm | 3 --- unittests/ASM/Secondary/08_XX_07_2.asm | 3 --- unittests/ASM/Secondary/08_XX_07_3.asm | 3 --- unittests/ASM/Secondary/08_XX_07_3_Atomic.asm | 3 --- unittests/ASM/Secondary/08_XX_07_Atomic.asm | 3 --- unittests/ASM/Secondary/09_XX_01.asm | 3 --- unittests/ASM/Secondary/09_XX_01_10.asm | 3 --- unittests/ASM/Secondary/09_XX_01_14.asm | 3 --- unittests/ASM/Secondary/09_XX_01_16.asm | 3 --- unittests/ASM/Secondary/09_XX_01_17.asm | 3 --- unittests/ASM/Secondary/09_XX_01_2.asm | 3 --- unittests/ASM/Secondary/09_XX_01_3.asm | 3 --- unittests/ASM/Secondary/09_XX_01_4.asm | 3 --- unittests/ASM/Secondary/09_XX_01_5.asm | 3 --- unittests/ASM/Secondary/09_XX_01_6.asm | 3 --- unittests/ASM/Secondary/12_66_02.asm | 3 --- unittests/ASM/Secondary/12_66_04.asm | 3 --- unittests/ASM/Secondary/12_66_06.asm | 3 --- unittests/ASM/Secondary/13_66_02.asm | 3 --- unittests/ASM/Secondary/13_66_04.asm | 3 --- unittests/ASM/Secondary/13_66_06.asm | 3 --- unittests/ASM/Secondary/14_66_02.asm | 3 --- unittests/ASM/Secondary/14_66_06.asm | 3 --- unittests/ASM/Secondary/14_66_07.asm | 3 --- unittests/ASM/Secondary/14_XX_02.asm | 3 --- unittests/ASM/Secondary/15_F3_00.asm | 3 --- unittests/ASM/Secondary/15_F3_01.asm | 3 --- unittests/ASM/Secondary/15_F3_02.asm | 3 --- unittests/ASM/Secondary/15_F3_03.asm | 3 --- unittests/ASM/TwoByte/0F_02.asm | 3 --- unittests/ASM/TwoByte/0F_0E.asm | 3 --- unittests/ASM/TwoByte/0F_10.asm | 3 --- unittests/ASM/TwoByte/0F_11.asm | 3 --- unittests/ASM/TwoByte/0F_13.asm | 3 --- unittests/ASM/TwoByte/0F_13_2.asm | 3 --- unittests/ASM/TwoByte/0F_14.asm | 3 --- unittests/ASM/TwoByte/0F_15.asm | 3 --- unittests/ASM/TwoByte/0F_19.asm | 3 --- unittests/ASM/TwoByte/0F_28.asm | 3 --- unittests/ASM/TwoByte/0F_29.asm | 3 --- unittests/ASM/TwoByte/0F_2A.asm | 3 --- unittests/ASM/TwoByte/0F_2B.asm | 3 --- unittests/ASM/TwoByte/0F_2C.asm | 3 --- unittests/ASM/TwoByte/0F_2D.asm | 3 --- unittests/ASM/TwoByte/0F_2E.asm | 3 --- unittests/ASM/TwoByte/0F_2F.asm | 3 --- unittests/ASM/TwoByte/0F_31.asm | 3 --- unittests/ASM/TwoByte/0F_40.asm | 3 --- unittests/ASM/TwoByte/0F_41.asm | 3 --- unittests/ASM/TwoByte/0F_42.asm | 3 --- unittests/ASM/TwoByte/0F_43.asm | 3 --- unittests/ASM/TwoByte/0F_44.asm | 3 --- unittests/ASM/TwoByte/0F_45.asm | 3 --- unittests/ASM/TwoByte/0F_46.asm | 3 --- unittests/ASM/TwoByte/0F_47.asm | 3 --- unittests/ASM/TwoByte/0F_48.asm | 3 --- unittests/ASM/TwoByte/0F_49.asm | 3 --- unittests/ASM/TwoByte/0F_4A.asm | 3 --- unittests/ASM/TwoByte/0F_4B.asm | 3 --- unittests/ASM/TwoByte/0F_4C.asm | 3 --- unittests/ASM/TwoByte/0F_4D.asm | 3 --- unittests/ASM/TwoByte/0F_4E.asm | 3 --- unittests/ASM/TwoByte/0F_4F.asm | 3 --- unittests/ASM/TwoByte/0F_50.asm | 3 --- unittests/ASM/TwoByte/0F_51.asm | 3 --- unittests/ASM/TwoByte/0F_52.asm | 3 --- unittests/ASM/TwoByte/0F_53.asm | 3 --- unittests/ASM/TwoByte/0F_54.asm | 3 --- unittests/ASM/TwoByte/0F_55.asm | 3 --- unittests/ASM/TwoByte/0F_56.asm | 3 --- unittests/ASM/TwoByte/0F_57.asm | 3 --- unittests/ASM/TwoByte/0F_58.asm | 3 --- unittests/ASM/TwoByte/0F_59.asm | 3 --- unittests/ASM/TwoByte/0F_5A.asm | 3 --- unittests/ASM/TwoByte/0F_5B.asm | 3 --- unittests/ASM/TwoByte/0F_5C.asm | 3 --- unittests/ASM/TwoByte/0F_5D.asm | 3 --- unittests/ASM/TwoByte/0F_5E.asm | 3 --- unittests/ASM/TwoByte/0F_5F.asm | 3 --- unittests/ASM/TwoByte/0F_60.asm | 3 --- unittests/ASM/TwoByte/0F_61.asm | 3 --- unittests/ASM/TwoByte/0F_62.asm | 3 --- unittests/ASM/TwoByte/0F_63.asm | 3 --- unittests/ASM/TwoByte/0F_64.asm | 3 --- unittests/ASM/TwoByte/0F_65.asm | 3 --- unittests/ASM/TwoByte/0F_66.asm | 3 --- unittests/ASM/TwoByte/0F_67.asm | 3 --- unittests/ASM/TwoByte/0F_68.asm | 3 --- unittests/ASM/TwoByte/0F_69.asm | 3 --- unittests/ASM/TwoByte/0F_6A.asm | 3 --- unittests/ASM/TwoByte/0F_6B.asm | 3 --- unittests/ASM/TwoByte/0F_6E.asm | 3 --- unittests/ASM/TwoByte/0F_6F.asm | 3 --- unittests/ASM/TwoByte/0F_70.asm | 3 --- unittests/ASM/TwoByte/0F_74.asm | 3 --- unittests/ASM/TwoByte/0F_75.asm | 3 --- unittests/ASM/TwoByte/0F_76.asm | 3 --- unittests/ASM/TwoByte/0F_77.asm | 3 --- unittests/ASM/TwoByte/0F_7E.asm | 3 --- unittests/ASM/TwoByte/0F_7F.asm | 3 --- unittests/ASM/TwoByte/0F_80.asm | 3 --- unittests/ASM/TwoByte/0F_81.asm | 3 --- unittests/ASM/TwoByte/0F_82.asm | 3 --- unittests/ASM/TwoByte/0F_83.asm | 3 --- unittests/ASM/TwoByte/0F_84.asm | 3 --- unittests/ASM/TwoByte/0F_85.asm | 3 --- unittests/ASM/TwoByte/0F_86.asm | 3 --- unittests/ASM/TwoByte/0F_87.asm | 3 --- unittests/ASM/TwoByte/0F_88.asm | 3 --- unittests/ASM/TwoByte/0F_89.asm | 3 --- unittests/ASM/TwoByte/0F_8A.asm | 3 --- unittests/ASM/TwoByte/0F_8B.asm | 3 --- unittests/ASM/TwoByte/0F_8C.asm | 3 --- unittests/ASM/TwoByte/0F_8D.asm | 3 --- unittests/ASM/TwoByte/0F_8E.asm | 3 --- unittests/ASM/TwoByte/0F_8F.asm | 3 --- unittests/ASM/TwoByte/0F_90.asm | 3 --- unittests/ASM/TwoByte/0F_91.asm | 3 --- unittests/ASM/TwoByte/0F_92.asm | 3 --- unittests/ASM/TwoByte/0F_93.asm | 3 --- unittests/ASM/TwoByte/0F_94.asm | 3 --- unittests/ASM/TwoByte/0F_95.asm | 3 --- unittests/ASM/TwoByte/0F_96.asm | 3 --- unittests/ASM/TwoByte/0F_97.asm | 3 --- unittests/ASM/TwoByte/0F_98.asm | 3 --- unittests/ASM/TwoByte/0F_99.asm | 3 --- unittests/ASM/TwoByte/0F_9A.asm | 3 --- unittests/ASM/TwoByte/0F_9B.asm | 3 --- unittests/ASM/TwoByte/0F_9C.asm | 3 --- unittests/ASM/TwoByte/0F_9D.asm | 3 --- unittests/ASM/TwoByte/0F_9E.asm | 3 --- unittests/ASM/TwoByte/0F_9F.asm | 3 --- unittests/ASM/TwoByte/0F_A2.asm | 3 --- unittests/ASM/TwoByte/0F_A3.asm | 3 --- unittests/ASM/TwoByte/0F_A4.asm | 3 --- unittests/ASM/TwoByte/0F_A5.asm | 3 --- unittests/ASM/TwoByte/0F_AB.asm | 3 --- unittests/ASM/TwoByte/0F_AB_Atomic.asm | 3 --- unittests/ASM/TwoByte/0F_AC.asm | 3 --- unittests/ASM/TwoByte/0F_AD.asm | 3 --- unittests/ASM/TwoByte/0F_AF.asm | 3 --- unittests/ASM/TwoByte/0F_B0.asm | 3 --- unittests/ASM/TwoByte/0F_B0_10.asm | 3 --- unittests/ASM/TwoByte/0F_B0_3.asm | 3 --- unittests/ASM/TwoByte/0F_B0_4.asm | 3 --- unittests/ASM/TwoByte/0F_B0_8.asm | 3 --- unittests/ASM/TwoByte/0F_B0_9.asm | 3 --- unittests/ASM/TwoByte/0F_B3.asm | 3 --- unittests/ASM/TwoByte/0F_B3_Atomic.asm | 3 --- unittests/ASM/TwoByte/0F_B6.asm | 3 --- unittests/ASM/TwoByte/0F_B7.asm | 3 --- unittests/ASM/TwoByte/0F_BB.asm | 3 --- unittests/ASM/TwoByte/0F_BB_Atomic.asm | 3 --- unittests/ASM/TwoByte/0F_BC.asm | 3 --- unittests/ASM/TwoByte/0F_BD.asm | 3 --- unittests/ASM/TwoByte/0F_BE.asm | 3 --- unittests/ASM/TwoByte/0F_BF.asm | 3 --- unittests/ASM/TwoByte/0F_C0.asm | 3 --- unittests/ASM/TwoByte/0F_C2.asm | 3 --- unittests/ASM/TwoByte/0F_C3.asm | 3 --- unittests/ASM/TwoByte/0F_C4.asm | 3 --- unittests/ASM/TwoByte/0F_C4_2.asm | 3 --- unittests/ASM/TwoByte/0F_C5.asm | 3 --- unittests/ASM/TwoByte/0F_C5_2.asm | 3 --- unittests/ASM/TwoByte/0F_C6.asm | 3 --- unittests/ASM/TwoByte/0F_D1.asm | 3 --- unittests/ASM/TwoByte/0F_D2.asm | 3 --- unittests/ASM/TwoByte/0F_D3.asm | 3 --- unittests/ASM/TwoByte/0F_D5.asm | 3 --- unittests/ASM/TwoByte/0F_D8.asm | 3 --- unittests/ASM/TwoByte/0F_D9.asm | 3 --- unittests/ASM/TwoByte/0F_DA.asm | 3 --- unittests/ASM/TwoByte/0F_DB.asm | 3 --- unittests/ASM/TwoByte/0F_DC.asm | 3 --- unittests/ASM/TwoByte/0F_DD.asm | 3 --- unittests/ASM/TwoByte/0F_DE.asm | 3 --- unittests/ASM/TwoByte/0F_DF.asm | 3 --- unittests/ASM/TwoByte/0F_E0.asm | 3 --- unittests/ASM/TwoByte/0F_E1.asm | 3 --- unittests/ASM/TwoByte/0F_E2.asm | 3 --- unittests/ASM/TwoByte/0F_E3.asm | 3 --- unittests/ASM/TwoByte/0F_E4.asm | 3 --- unittests/ASM/TwoByte/0F_E5.asm | 3 --- unittests/ASM/TwoByte/0F_E7.asm | 3 --- unittests/ASM/TwoByte/0F_E8.asm | 3 --- unittests/ASM/TwoByte/0F_E9.asm | 3 --- unittests/ASM/TwoByte/0F_EA.asm | 3 --- unittests/ASM/TwoByte/0F_EB.asm | 3 --- unittests/ASM/TwoByte/0F_EC.asm | 3 --- unittests/ASM/TwoByte/0F_ED.asm | 3 --- unittests/ASM/TwoByte/0F_EE.asm | 3 --- unittests/ASM/TwoByte/0F_EF.asm | 3 --- unittests/ASM/TwoByte/0F_F1.asm | 3 --- unittests/ASM/TwoByte/0F_F2.asm | 3 --- unittests/ASM/TwoByte/0F_F3.asm | 3 --- unittests/ASM/TwoByte/0F_F4.asm | 3 --- unittests/ASM/TwoByte/0F_F5.asm | 3 --- unittests/ASM/TwoByte/0F_F6.asm | 3 --- unittests/ASM/TwoByte/0F_F6_2.asm | 3 --- unittests/ASM/TwoByte/0F_F8.asm | 3 --- unittests/ASM/TwoByte/0F_F9.asm | 3 --- unittests/ASM/TwoByte/0F_FA.asm | 3 --- unittests/ASM/TwoByte/0F_FB.asm | 3 --- unittests/ASM/TwoByte/0F_FC.asm | 3 --- unittests/ASM/TwoByte/0F_FD.asm | 3 --- unittests/ASM/TwoByte/0F_FE.asm | 3 --- unittests/ASM/VEX/vaddpd.asm | 3 --- unittests/ASM/VEX/vaddps.asm | 3 --- unittests/ASM/VEX/vaddsd.asm | 3 --- unittests/ASM/VEX/vaddss.asm | 3 --- unittests/ASM/VEX/vandnpd.asm | 3 --- unittests/ASM/VEX/vandnps.asm | 3 --- unittests/ASM/VEX/vandpd.asm | 3 --- unittests/ASM/VEX/vandps.asm | 3 --- unittests/ASM/VEX/vblendpd.asm | 3 --- unittests/ASM/VEX/vblendps.asm | 3 --- unittests/ASM/VEX/vcmppd.asm | 3 --- unittests/ASM/VEX/vcmppd_256.asm | 3 --- unittests/ASM/VEX/vcmpps.asm | 3 --- unittests/ASM/VEX/vcmpps_256.asm | 3 --- unittests/ASM/VEX/vcmpsd.asm | 3 --- unittests/ASM/VEX/vcmpss.asm | 3 --- unittests/ASM/VEX/vcomisd.asm | 3 --- unittests/ASM/VEX/vcomiss.asm | 3 --- unittests/ASM/VEX/vcvtdq2pd.asm | 3 --- unittests/ASM/VEX/vcvtdq2ps.asm | 3 --- unittests/ASM/VEX/vcvtpd2dq_inexact.asm | 3 --- unittests/ASM/VEX/vcvtps2dq_inexact.asm | 3 --- unittests/ASM/VEX/vcvtsd2si.asm | 3 --- unittests/ASM/VEX/vcvtss2si.asm | 3 --- unittests/ASM/VEX/vcvttsd2si.asm | 3 --- unittests/ASM/VEX/vcvttss2si.asm | 3 --- unittests/ASM/VEX/vdivpd.asm | 3 --- unittests/ASM/VEX/vdivps.asm | 3 --- unittests/ASM/VEX/vdivsd.asm | 3 --- unittests/ASM/VEX/vdivss.asm | 3 --- unittests/ASM/VEX/vextractf128.asm | 3 --- unittests/ASM/VEX/vextracti128.asm | 3 --- unittests/ASM/VEX/vhaddpd.asm | 3 --- unittests/ASM/VEX/vhaddps.asm | 3 --- unittests/ASM/VEX/vinsertf128.asm | 3 --- unittests/ASM/VEX/vinserti128.asm | 3 --- unittests/ASM/VEX/vlddqu.asm | 3 --- unittests/ASM/VEX/vldmxcsr.asm | 3 --- unittests/ASM/VEX/vmaxpd.asm | 3 --- unittests/ASM/VEX/vmaxps.asm | 3 --- unittests/ASM/VEX/vmaxsd.asm | 3 --- unittests/ASM/VEX/vmaxss.asm | 3 --- unittests/ASM/VEX/vminpd.asm | 3 --- unittests/ASM/VEX/vminps.asm | 3 --- unittests/ASM/VEX/vminsd.asm | 3 --- unittests/ASM/VEX/vminss.asm | 3 --- unittests/ASM/VEX/vmovapd_mem.asm | 3 --- unittests/ASM/VEX/vmovaps_mem.asm | 3 --- unittests/ASM/VEX/vmovmskpd.asm | 3 --- unittests/ASM/VEX/vmovmskps.asm | 3 --- unittests/ASM/VEX/vmovntdq.asm | 3 --- unittests/ASM/VEX/vmovntdqa.asm | 3 --- unittests/ASM/VEX/vmovntpd.asm | 3 --- unittests/ASM/VEX/vmovntps.asm | 3 --- unittests/ASM/VEX/vmovq.asm | 3 --- unittests/ASM/VEX/vmovq_vmovd_reg.asm | 3 --- unittests/ASM/VEX/vmovupd_mem.asm | 3 --- unittests/ASM/VEX/vmovups_mem.asm | 3 --- unittests/ASM/VEX/vmulpd.asm | 3 --- unittests/ASM/VEX/vmulps.asm | 3 --- unittests/ASM/VEX/vmulsd.asm | 3 --- unittests/ASM/VEX/vmulss.asm | 3 --- unittests/ASM/VEX/vorpd.asm | 3 --- unittests/ASM/VEX/vorps.asm | 3 --- unittests/ASM/VEX/vpackssdw.asm | 3 --- unittests/ASM/VEX/vpacksswb.asm | 3 --- unittests/ASM/VEX/vpackuswb.asm | 3 --- unittests/ASM/VEX/vpaddb.asm | 3 --- unittests/ASM/VEX/vpaddd.asm | 3 --- unittests/ASM/VEX/vpaddq.asm | 3 --- unittests/ASM/VEX/vpaddsb.asm | 3 --- unittests/ASM/VEX/vpaddsw.asm | 3 --- unittests/ASM/VEX/vpaddusb.asm | 3 --- unittests/ASM/VEX/vpaddusw.asm | 3 --- unittests/ASM/VEX/vpaddw.asm | 3 --- unittests/ASM/VEX/vpand.asm | 3 --- unittests/ASM/VEX/vpandn.asm | 3 --- unittests/ASM/VEX/vpavgb.asm | 3 --- unittests/ASM/VEX/vpavgw.asm | 3 --- unittests/ASM/VEX/vpblendd.asm | 3 --- unittests/ASM/VEX/vpblendw.asm | 3 --- unittests/ASM/VEX/vpcmpeqb.asm | 3 --- unittests/ASM/VEX/vpcmpeqd.asm | 3 --- unittests/ASM/VEX/vpcmpeqq.asm | 3 --- unittests/ASM/VEX/vpcmpeqw.asm | 3 --- unittests/ASM/VEX/vpcmpgtb.asm | 3 --- unittests/ASM/VEX/vpcmpgtd.asm | 3 --- unittests/ASM/VEX/vpcmpgtw.asm | 3 --- unittests/ASM/VEX/vperm2f128.asm | 3 --- unittests/ASM/VEX/vperm2i128.asm | 3 --- unittests/ASM/VEX/vpermpd.asm | 3 --- unittests/ASM/VEX/vpermq.asm | 3 --- unittests/ASM/VEX/vphminposuw.asm | 3 --- unittests/ASM/VEX/vpmaxsb.asm | 3 --- unittests/ASM/VEX/vpmaxsd.asm | 3 --- unittests/ASM/VEX/vpmaxsw.asm | 3 --- unittests/ASM/VEX/vpmaxub.asm | 3 --- unittests/ASM/VEX/vpmaxud.asm | 3 --- unittests/ASM/VEX/vpmaxuw.asm | 3 --- unittests/ASM/VEX/vpminsb.asm | 3 --- unittests/ASM/VEX/vpminsd.asm | 3 --- unittests/ASM/VEX/vpminsw.asm | 3 --- unittests/ASM/VEX/vpminub.asm | 3 --- unittests/ASM/VEX/vpminud.asm | 3 --- unittests/ASM/VEX/vpminuw.asm | 3 --- unittests/ASM/VEX/vpmulhuw.asm | 3 --- unittests/ASM/VEX/vpmulhw.asm | 3 --- unittests/ASM/VEX/vpmullw.asm | 3 --- unittests/ASM/VEX/vpmuludq.asm | 3 --- unittests/ASM/VEX/vpor.asm | 3 --- unittests/ASM/VEX/vpslld.asm | 3 --- unittests/ASM/VEX/vpslld_imm.asm | 3 --- unittests/ASM/VEX/vpslldq.asm | 3 --- unittests/ASM/VEX/vpsllq.asm | 3 --- unittests/ASM/VEX/vpsllq_imm.asm | 3 --- unittests/ASM/VEX/vpsllw.asm | 3 --- unittests/ASM/VEX/vpsllw_imm.asm | 3 --- unittests/ASM/VEX/vpsrad.asm | 3 --- unittests/ASM/VEX/vpsrad_imm.asm | 3 --- unittests/ASM/VEX/vpsravd.asm | 3 --- unittests/ASM/VEX/vpsraw.asm | 3 --- unittests/ASM/VEX/vpsraw_imm.asm | 3 --- unittests/ASM/VEX/vpsrld.asm | 3 --- unittests/ASM/VEX/vpsrld_imm.asm | 3 --- unittests/ASM/VEX/vpsrlq.asm | 3 --- unittests/ASM/VEX/vpsrlq_imm.asm | 3 --- unittests/ASM/VEX/vpsrlw.asm | 3 --- unittests/ASM/VEX/vpsrlw_imm.asm | 3 --- unittests/ASM/VEX/vpsubb.asm | 3 --- unittests/ASM/VEX/vpsubd.asm | 3 --- unittests/ASM/VEX/vpsubq.asm | 3 --- unittests/ASM/VEX/vpsubsb.asm | 3 --- unittests/ASM/VEX/vpsubsw.asm | 3 --- unittests/ASM/VEX/vpsubusb.asm | 3 --- unittests/ASM/VEX/vpsubusw.asm | 3 --- unittests/ASM/VEX/vpsubw.asm | 3 --- unittests/ASM/VEX/vpunpckhbw.asm | 3 --- unittests/ASM/VEX/vpunpckhdq.asm | 3 --- unittests/ASM/VEX/vpunpckhqdq.asm | 3 --- unittests/ASM/VEX/vpunpckhwd.asm | 3 --- unittests/ASM/VEX/vpunpcklbw.asm | 3 --- unittests/ASM/VEX/vpunpckldq.asm | 3 --- unittests/ASM/VEX/vpunpcklqdq.asm | 3 --- unittests/ASM/VEX/vpunpcklwd.asm | 3 --- unittests/ASM/VEX/vpxor.asm | 3 --- unittests/ASM/VEX/vrcpps.asm | 3 --- unittests/ASM/VEX/vrcpss.asm | 3 --- unittests/ASM/VEX/vrsqrtps.asm | 3 --- unittests/ASM/VEX/vrsqrtss.asm | 3 --- unittests/ASM/VEX/vsqrtpd.asm | 3 --- unittests/ASM/VEX/vsqrtps.asm | 3 --- unittests/ASM/VEX/vsqrtsd.asm | 3 --- unittests/ASM/VEX/vsqrtss.asm | 3 --- unittests/ASM/VEX/vsubpd.asm | 3 --- unittests/ASM/VEX/vsubps.asm | 3 --- unittests/ASM/VEX/vsubsd.asm | 3 --- unittests/ASM/VEX/vsubss.asm | 3 --- unittests/ASM/VEX/vucomisd.asm | 3 --- unittests/ASM/VEX/vucomiss.asm | 3 --- unittests/ASM/VEX/vunpckhpd.asm | 3 --- unittests/ASM/VEX/vunpckhps.asm | 3 --- unittests/ASM/VEX/vunpcklpd.asm | 3 --- unittests/ASM/VEX/vunpcklps.asm | 3 --- unittests/ASM/VEX/vxorpd.asm | 3 --- unittests/ASM/VEX/vxorps.asm | 3 --- unittests/ASM/VEX/vzeroall.asm | 3 --- unittests/ASM/VEX/vzeroupper.asm | 3 --- unittests/ASM/X87/D8_00.asm | 3 --- unittests/ASM/X87/D8_01.asm | 3 --- unittests/ASM/X87/D8_04.asm | 3 --- unittests/ASM/X87/D8_05.asm | 3 --- unittests/ASM/X87/D8_06.asm | 3 --- unittests/ASM/X87/D8_07.asm | 3 --- unittests/ASM/X87/D8_C0.asm | 3 --- unittests/ASM/X87/D8_C8.asm | 3 --- unittests/ASM/X87/D8_E0.asm | 3 --- unittests/ASM/X87/D8_E8.asm | 3 --- unittests/ASM/X87/D8_F0.asm | 3 --- unittests/ASM/X87/D8_F8.asm | 3 --- unittests/ASM/X87/D9_00.asm | 3 --- unittests/ASM/X87/D9_02.asm | 3 --- unittests/ASM/X87/D9_03.asm | 3 --- unittests/ASM/X87/D9_06.asm | 3 --- unittests/ASM/X87/D9_06_2.asm | 3 --- unittests/ASM/X87/D9_07.asm | 3 --- unittests/ASM/X87/D9_C0.asm | 3 --- unittests/ASM/X87/D9_C8.asm | 3 --- unittests/ASM/X87/D9_E0.asm | 3 --- unittests/ASM/X87/D9_E1.asm | 3 --- unittests/ASM/X87/D9_E4.asm | 3 --- unittests/ASM/X87/D9_F0.asm | 3 --- unittests/ASM/X87/D9_F1.asm | 3 --- unittests/ASM/X87/D9_F2.asm | 3 --- unittests/ASM/X87/D9_F3.asm | 3 --- unittests/ASM/X87/D9_F4.asm | 3 --- unittests/ASM/X87/D9_F5.asm | 3 --- unittests/ASM/X87/D9_F6.asm | 3 --- unittests/ASM/X87/D9_F7.asm | 3 --- unittests/ASM/X87/D9_F8.asm | 3 --- unittests/ASM/X87/D9_F9.asm | 3 --- unittests/ASM/X87/D9_FA.asm | 3 --- unittests/ASM/X87/D9_FB.asm | 3 --- unittests/ASM/X87/D9_FC.asm | 3 --- unittests/ASM/X87/D9_FD.asm | 3 --- unittests/ASM/X87/D9_FD_2.asm | 3 --- unittests/ASM/X87/D9_FE.asm | 3 --- unittests/ASM/X87/D9_FF.asm | 3 --- unittests/ASM/X87/DA_00.asm | 3 --- unittests/ASM/X87/DA_01.asm | 3 --- unittests/ASM/X87/DA_04.asm | 3 --- unittests/ASM/X87/DA_05.asm | 3 --- unittests/ASM/X87/DA_06.asm | 3 --- unittests/ASM/X87/DA_07.asm | 3 --- unittests/ASM/X87/DA_C0.asm | 3 --- unittests/ASM/X87/DA_C8.asm | 3 --- unittests/ASM/X87/DA_D0.asm | 3 --- unittests/ASM/X87/DA_D8.asm | 3 --- unittests/ASM/X87/DB_00.asm | 3 --- unittests/ASM/X87/DB_01.asm | 3 --- unittests/ASM/X87/DB_02.asm | 3 --- unittests/ASM/X87/DB_03.asm | 3 --- unittests/ASM/X87/DB_05.asm | 3 --- unittests/ASM/X87/DB_07.asm | 3 --- unittests/ASM/X87/DB_C0.asm | 3 --- unittests/ASM/X87/DB_C8.asm | 3 --- unittests/ASM/X87/DB_D0.asm | 3 --- unittests/ASM/X87/DB_D8.asm | 3 --- unittests/ASM/X87/DC_00.asm | 3 --- unittests/ASM/X87/DC_01.asm | 3 --- unittests/ASM/X87/DC_04.asm | 3 --- unittests/ASM/X87/DC_05.asm | 3 --- unittests/ASM/X87/DC_06.asm | 3 --- unittests/ASM/X87/DC_07.asm | 3 --- unittests/ASM/X87/DC_C0.asm | 3 --- unittests/ASM/X87/DC_C8.asm | 3 --- unittests/ASM/X87/DC_E0.asm | 3 --- unittests/ASM/X87/DC_E8.asm | 3 --- unittests/ASM/X87/DC_F0.asm | 3 --- unittests/ASM/X87/DC_F8.asm | 3 --- unittests/ASM/X87/DD_00.asm | 3 --- unittests/ASM/X87/DD_01.asm | 3 --- unittests/ASM/X87/DD_02.asm | 3 --- unittests/ASM/X87/DD_03.asm | 3 --- unittests/ASM/X87/DD_04.asm | 3 --- unittests/ASM/X87/DD_04_2.asm | 3 --- unittests/ASM/X87/DD_07.asm | 3 --- unittests/ASM/X87/DD_D0.asm | 3 --- unittests/ASM/X87/DD_D0_2.asm | 3 --- unittests/ASM/X87/DD_D8.asm | 3 --- unittests/ASM/X87/DE_00.asm | 3 --- unittests/ASM/X87/DE_01.asm | 3 --- unittests/ASM/X87/DE_04.asm | 3 --- unittests/ASM/X87/DE_05.asm | 3 --- unittests/ASM/X87/DE_06.asm | 3 --- unittests/ASM/X87/DE_07.asm | 3 --- unittests/ASM/X87/DE_C0.asm | 3 --- unittests/ASM/X87/DE_C8.asm | 3 --- unittests/ASM/X87/DE_E0.asm | 3 --- unittests/ASM/X87/DE_E8.asm | 3 --- unittests/ASM/X87/DE_F0.asm | 3 --- unittests/ASM/X87/DE_F8.asm | 3 --- unittests/ASM/X87/DF_00.asm | 3 --- unittests/ASM/X87/DF_01.asm | 3 --- unittests/ASM/X87/DF_02.asm | 3 --- unittests/ASM/X87/DF_03.asm | 3 --- unittests/ASM/X87/DF_05.asm | 3 --- unittests/ASM/X87/DF_07.asm | 3 --- unittests/ASM/X87/DF_C0.asm | 3 --- unittests/ASM/X87/DF_E0.asm | 3 --- unittests/ASM/X87/Rounding.asm | 3 --- unittests/ASM/X87_F64/D9_E4_F64.asm | 3 --- unittests/ASM/X87_F64/DB_02_F64.asm | 3 --- unittests/ASM/X87_F64/DB_03_F64.asm | 3 --- unittests/ASM/X87_F64/DD_D0_2_F64.asm | 3 --- unittests/ASM/X87_F64/Rounding_F64.asm | 3 --- unittests/ASM/movups.asm | 3 --- 912 files changed, 2736 deletions(-) diff --git a/unittests/ASM/CALL.asm b/unittests/ASM/CALL.asm index e06cfc7aad..39c0f1e25e 100644 --- a/unittests/ASM/CALL.asm +++ b/unittests/ASM/CALL.asm @@ -4,9 +4,6 @@ "RegData": { "RAX": "1", "RBX": "2" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/ConstProp/ConstPooling.asm b/unittests/ASM/ConstProp/ConstPooling.asm index efc55f0c16..46fb745b06 100644 --- a/unittests/ASM/ConstProp/ConstPooling.asm +++ b/unittests/ASM/ConstProp/ConstPooling.asm @@ -3,9 +3,6 @@ "Match": "All", "RegData": { "RAX": "0xf" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/H0F38/0_F0.asm b/unittests/ASM/H0F38/0_F0.asm index 73222654e4..b6c22025ce 100644 --- a/unittests/ASM/H0F38/0_F0.asm +++ b/unittests/ASM/H0F38/0_F0.asm @@ -4,9 +4,6 @@ "R15": "0x4142434445465857", "R14": "0x0000000058575655", "R13": "0x5857565554535251" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/H0F38/0_F1.asm b/unittests/ASM/H0F38/0_F1.asm index 4fa54ed248..ee9950b95c 100644 --- a/unittests/ASM/H0F38/0_F1.asm +++ b/unittests/ASM/H0F38/0_F1.asm @@ -4,9 +4,6 @@ "R15": "0x4142434445465857", "R14": "0x4142434458575655", "R13": "0x5857565554535251" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/H0F38/66_38.asm b/unittests/ASM/H0F38/66_38.asm index df7a6742e2..dc1aa802ca 100644 --- a/unittests/ASM/H0F38/66_38.asm +++ b/unittests/ASM/H0F38/66_38.asm @@ -3,9 +3,6 @@ "RegData": { "XMM0": ["0x4142434445464748", "0x5152535455565758"], "XMM1": ["0x4142434445464748", "0x5152535455565758"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/H0F38/66_39.asm b/unittests/ASM/H0F38/66_39.asm index b5a3aca3fc..c7e366569e 100644 --- a/unittests/ASM/H0F38/66_39.asm +++ b/unittests/ASM/H0F38/66_39.asm @@ -3,9 +3,6 @@ "RegData": { "XMM0": ["0x4142434445464748", "0x5152535455565758"], "XMM1": ["0x4142434445464748", "0x5152535455565758"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/H0F38/66_3A.asm b/unittests/ASM/H0F38/66_3A.asm index 4f0dfd04ae..f7d0dd2d96 100644 --- a/unittests/ASM/H0F38/66_3A.asm +++ b/unittests/ASM/H0F38/66_3A.asm @@ -3,9 +3,6 @@ "RegData": { "XMM0": ["0x4142434445464748", "0x5152535455565758"], "XMM1": ["0x4142434445464748", "0x5152535455565758"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/H0F38/66_3B.asm b/unittests/ASM/H0F38/66_3B.asm index 853318ecea..1feca4e0e3 100644 --- a/unittests/ASM/H0F38/66_3B.asm +++ b/unittests/ASM/H0F38/66_3B.asm @@ -3,9 +3,6 @@ "RegData": { "XMM0": ["0x4142434445464748", "0x5152535455565758"], "XMM1": ["0x4142434445464748", "0x5152535455565758"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/H0F38/66_3C.asm b/unittests/ASM/H0F38/66_3C.asm index aa017236bb..9d4e3655fe 100644 --- a/unittests/ASM/H0F38/66_3C.asm +++ b/unittests/ASM/H0F38/66_3C.asm @@ -3,9 +3,6 @@ "RegData": { "XMM0": ["0x6162636465666768", "0x7172737475767778"], "XMM1": ["0x6162636465666768", "0x7172737475767778"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/H0F38/66_3D.asm b/unittests/ASM/H0F38/66_3D.asm index ebf4b99247..ca9c2a2df5 100644 --- a/unittests/ASM/H0F38/66_3D.asm +++ b/unittests/ASM/H0F38/66_3D.asm @@ -3,9 +3,6 @@ "RegData": { "XMM0": ["0x6162636465666768", "0x7172737475767778"], "XMM1": ["0x6162636465666768", "0x7172737475767778"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/H0F38/66_3E.asm b/unittests/ASM/H0F38/66_3E.asm index d8499a0ecb..bb8a44d019 100644 --- a/unittests/ASM/H0F38/66_3E.asm +++ b/unittests/ASM/H0F38/66_3E.asm @@ -3,9 +3,6 @@ "RegData": { "XMM0": ["0x6162636465666768", "0x7172737475767778"], "XMM1": ["0x6162636465666768", "0x7172737475767778"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/H0F38/66_3F.asm b/unittests/ASM/H0F38/66_3F.asm index 8860d65d2f..4ffca1c4e3 100644 --- a/unittests/ASM/H0F38/66_3F.asm +++ b/unittests/ASM/H0F38/66_3F.asm @@ -3,9 +3,6 @@ "RegData": { "XMM0": ["0x6162636465666768", "0x7172737475767778"], "XMM1": ["0x6162636465666768", "0x7172737475767778"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/H0F38/66_41.asm b/unittests/ASM/H0F38/66_41.asm index 9fb62a164d..3156e7b2c0 100644 --- a/unittests/ASM/H0F38/66_41.asm +++ b/unittests/ASM/H0F38/66_41.asm @@ -5,9 +5,6 @@ "XMM1": ["0x0000000000030001", "0x0"], "XMM2": ["0x0000000000070001", "0x0"], "XMM3": ["0x0000000000010001", "0x0"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/H0F3A/0_66_0F.asm b/unittests/ASM/H0F3A/0_66_0F.asm index a4b725c51f..c124711d2d 100644 --- a/unittests/ASM/H0F3A/0_66_0F.asm +++ b/unittests/ASM/H0F3A/0_66_0F.asm @@ -6,9 +6,6 @@ "XMM3": ["0x5354555657584142", "0x0000000000005152"], "XMM4": ["0x0", "0x0"], "XMM5": ["0x6162636465666768", "0x7172737475767778"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/H0F3A/0_XX_0F.asm b/unittests/ASM/H0F3A/0_XX_0F.asm index b55c613126..e810197f4b 100644 --- a/unittests/ASM/H0F3A/0_XX_0F.asm +++ b/unittests/ASM/H0F3A/0_XX_0F.asm @@ -5,9 +5,6 @@ "MM2": "0x0061626364656667", "MM3": "0x0", "MM4": "0x5152535455565758" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/JMP.asm b/unittests/ASM/JMP.asm index 431554273b..3ecf941ed6 100644 --- a/unittests/ASM/JMP.asm +++ b/unittests/ASM/JMP.asm @@ -6,9 +6,6 @@ "RBX": "2", "RCX": "3", "RDX": "4" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/MOVHPD.asm b/unittests/ASM/MOVHPD.asm index b2bc5a6b88..b780e24651 100644 --- a/unittests/ASM/MOVHPD.asm +++ b/unittests/ASM/MOVHPD.asm @@ -5,9 +5,6 @@ "RAX": "0xDEADBEEFBAD0DAD1", "RCX": "0xDEADBEEFBAD0DAD1", "XMM0": ["0", "0xDEADBEEFBAD0DAD1"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/OpSize/15_BYTE.asm b/unittests/ASM/OpSize/15_BYTE.asm index 3be7527bab..884f0ba517 100644 --- a/unittests/ASM/OpSize/15_BYTE.asm +++ b/unittests/ASM/OpSize/15_BYTE.asm @@ -1,9 +1,6 @@ %ifdef CONFIG { "RegData": { - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/OpSize/66_10.asm b/unittests/ASM/OpSize/66_10.asm index 9c96e523c7..0c4f1189ef 100644 --- a/unittests/ASM/OpSize/66_10.asm +++ b/unittests/ASM/OpSize/66_10.asm @@ -2,9 +2,6 @@ { "RegData": { "XMM0": ["0x4142434445464748", "0x5152535455565758"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/OpSize/66_11.asm b/unittests/ASM/OpSize/66_11.asm index ab48879297..19785ef624 100644 --- a/unittests/ASM/OpSize/66_11.asm +++ b/unittests/ASM/OpSize/66_11.asm @@ -3,9 +3,6 @@ "RegData": { "XMM0": ["0x4142434445464748", "0x5152535455565758"], "XMM1": ["0x4142434445464748", "0x5152535455565758"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/OpSize/66_12.asm b/unittests/ASM/OpSize/66_12.asm index 0c048ef075..71aec31d8e 100644 --- a/unittests/ASM/OpSize/66_12.asm +++ b/unittests/ASM/OpSize/66_12.asm @@ -2,9 +2,6 @@ { "RegData": { "XMM0": ["0x6162636465666768", "0x5152535455565758"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/OpSize/66_13.asm b/unittests/ASM/OpSize/66_13.asm index 2b03b978ee..0b1ff2cd9c 100644 --- a/unittests/ASM/OpSize/66_13.asm +++ b/unittests/ASM/OpSize/66_13.asm @@ -4,9 +4,6 @@ "RAX": "0x4142434445464748", "RBX": "0x0", "XMM0": ["0x4142434445464748", "0x5152535455565758"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/OpSize/66_14.asm b/unittests/ASM/OpSize/66_14.asm index 77378528da..c08375954a 100644 --- a/unittests/ASM/OpSize/66_14.asm +++ b/unittests/ASM/OpSize/66_14.asm @@ -2,9 +2,6 @@ { "RegData": { "XMM0": ["0x4142434445464748", "0x6162636465666768"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/OpSize/66_15.asm b/unittests/ASM/OpSize/66_15.asm index 0af7e81cfb..7b73506776 100644 --- a/unittests/ASM/OpSize/66_15.asm +++ b/unittests/ASM/OpSize/66_15.asm @@ -2,9 +2,6 @@ { "RegData": { "XMM0": ["0x5152535455565758", "0x7172737475767778"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/OpSize/66_28.asm b/unittests/ASM/OpSize/66_28.asm index 799f1926ef..3ed6afdec1 100644 --- a/unittests/ASM/OpSize/66_28.asm +++ b/unittests/ASM/OpSize/66_28.asm @@ -3,9 +3,6 @@ "RegData": { "XMM0": ["0x4142434445464748", "0x5152535455565758"], "XMM1": ["0x4142434445464748", "0x5152535455565758"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/OpSize/66_29.asm b/unittests/ASM/OpSize/66_29.asm index 65a958d5bb..c3a4bb1040 100644 --- a/unittests/ASM/OpSize/66_29.asm +++ b/unittests/ASM/OpSize/66_29.asm @@ -5,9 +5,6 @@ "RBX": "0x5152535455565758", "XMM0": ["0x4142434445464748", "0x5152535455565758"], "XMM1": ["0x4142434445464748", "0x5152535455565758"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/OpSize/66_2A.asm b/unittests/ASM/OpSize/66_2A.asm index 7c8e5d6534..f951d9dd09 100644 --- a/unittests/ASM/OpSize/66_2A.asm +++ b/unittests/ASM/OpSize/66_2A.asm @@ -3,9 +3,6 @@ "RegData": { "XMM0": ["0x3ff0000000000000", "0x0"], "XMM1": ["0xc000000000000000", "0xbff0000000000000"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/OpSize/66_2B.asm b/unittests/ASM/OpSize/66_2B.asm index a691e5bbae..8284420265 100644 --- a/unittests/ASM/OpSize/66_2B.asm +++ b/unittests/ASM/OpSize/66_2B.asm @@ -3,9 +3,6 @@ "RegData": { "XMM0": ["0x4142434445464748", "0x5152535455565758"], "XMM1": ["0x4142434445464748", "0x5152535455565758"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/OpSize/66_2C.asm b/unittests/ASM/OpSize/66_2C.asm index 5f6f42132b..a3d40643ea 100644 --- a/unittests/ASM/OpSize/66_2C.asm +++ b/unittests/ASM/OpSize/66_2C.asm @@ -3,9 +3,6 @@ "RegData": { "MM0": "0x0000000200000001", "MM1": "0xFFFFFFFEFFFFFFFF" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/OpSize/66_2D.asm b/unittests/ASM/OpSize/66_2D.asm index 301486876f..9150e35de6 100644 --- a/unittests/ASM/OpSize/66_2D.asm +++ b/unittests/ASM/OpSize/66_2D.asm @@ -3,9 +3,6 @@ "RegData": { "MM0": "0x0000000200000001", "MM1": "0xFFFFFFFEFFFFFFFF" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/OpSize/66_2E.asm b/unittests/ASM/OpSize/66_2E.asm index 634862176c..37078fe0a6 100644 --- a/unittests/ASM/OpSize/66_2E.asm +++ b/unittests/ASM/OpSize/66_2E.asm @@ -3,9 +3,6 @@ "RegData": { "RAX": "0x4700", "RBX": "0x0300" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/OpSize/66_2F.asm b/unittests/ASM/OpSize/66_2F.asm index f0ab985704..e3fb3ce84a 100644 --- a/unittests/ASM/OpSize/66_2F.asm +++ b/unittests/ASM/OpSize/66_2F.asm @@ -3,9 +3,6 @@ "RegData": { "RAX": "0x4700", "RBX": "0x0300" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/OpSize/66_50.asm b/unittests/ASM/OpSize/66_50.asm index 4fced14cf3..a0054b38ce 100644 --- a/unittests/ASM/OpSize/66_50.asm +++ b/unittests/ASM/OpSize/66_50.asm @@ -4,9 +4,6 @@ "RAX": "0x2", "RDI": "0x0", "XMM0": ["0x0", "0x8000000000000000"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/OpSize/66_51.asm b/unittests/ASM/OpSize/66_51.asm index 44487ff35b..9ed5b9e8d0 100644 --- a/unittests/ASM/OpSize/66_51.asm +++ b/unittests/ASM/OpSize/66_51.asm @@ -9,9 +9,6 @@ "XMM5": ["0x4000000000000000", "0x4000000000000000"], "XMM6": ["0x4008000000000000", "0x4008000000000000"], "XMM7": ["0x4010000000000000", "0x4010000000000000"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/OpSize/66_54.asm b/unittests/ASM/OpSize/66_54.asm index b74690a9b8..709485eff6 100644 --- a/unittests/ASM/OpSize/66_54.asm +++ b/unittests/ASM/OpSize/66_54.asm @@ -4,9 +4,6 @@ "XMM0": ["0x1010101010101010", "0x0"], "XMM1": ["0x1010101010101010", "0x0"], "XMM2": ["0x1010101010101010", "0xFFFFFFFFFFFFFFFF"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/OpSize/66_55.asm b/unittests/ASM/OpSize/66_55.asm index f00bbaf95d..67b40f5f75 100644 --- a/unittests/ASM/OpSize/66_55.asm +++ b/unittests/ASM/OpSize/66_55.asm @@ -4,9 +4,6 @@ "XMM0": ["0x0", "0xFFFFFFFFFFFFFFFF"], "XMM1": ["0x0", "0xFFFFFFFFFFFFFFFF"], "XMM2": ["0x1010101010101010", "0xFFFFFFFFFFFFFFFF"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/OpSize/66_56.asm b/unittests/ASM/OpSize/66_56.asm index c2961f8bc1..a0465daa2b 100644 --- a/unittests/ASM/OpSize/66_56.asm +++ b/unittests/ASM/OpSize/66_56.asm @@ -4,9 +4,6 @@ "XMM0": ["0x1111111111111111", "0x2222222222222222"], "XMM1": ["0x1111111111111111", "0x2222222222222222"], "XMM2": ["0x0101010101010101", "0x0202020202020202"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/OpSize/66_57.asm b/unittests/ASM/OpSize/66_57.asm index 1d2e35454e..e8021ddfe7 100644 --- a/unittests/ASM/OpSize/66_57.asm +++ b/unittests/ASM/OpSize/66_57.asm @@ -4,9 +4,6 @@ "XMM0": ["0x2424242424242424", "0x2424242424242424"], "XMM1": ["0x2424242424242424", "0x2424242424242424"], "XMM2": ["0x1818181818181818", "0x1818181818181818"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/OpSize/66_58.asm b/unittests/ASM/OpSize/66_58.asm index 467a46fe39..356223c10b 100644 --- a/unittests/ASM/OpSize/66_58.asm +++ b/unittests/ASM/OpSize/66_58.asm @@ -4,9 +4,6 @@ "XMM0": ["0x4008000000000000", "0x4008000000000000"], "XMM1": ["0x4008000000000000", "0x4008000000000000"], "XMM2": ["0x4000000000000000", "0x4000000000000000"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/OpSize/66_59.asm b/unittests/ASM/OpSize/66_59.asm index 32902124a6..f67597e7d4 100644 --- a/unittests/ASM/OpSize/66_59.asm +++ b/unittests/ASM/OpSize/66_59.asm @@ -4,9 +4,6 @@ "XMM0": ["0x4018000000000000", "0x4018000000000000"], "XMM1": ["0x4018000000000000", "0x4018000000000000"], "XMM2": ["0x4000000000000000", "0x4000000000000000"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/OpSize/66_5A.asm b/unittests/ASM/OpSize/66_5A.asm index 06ebf541c5..787b054891 100644 --- a/unittests/ASM/OpSize/66_5A.asm +++ b/unittests/ASM/OpSize/66_5A.asm @@ -3,9 +3,6 @@ "RegData": { "XMM0": ["0x404000003F800000", "0x0"], "XMM1": ["0x3FF0000000000000", "0x4008000000000000"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/OpSize/66_5B.asm b/unittests/ASM/OpSize/66_5B.asm index 6d89f6feaf..5765e056ae 100644 --- a/unittests/ASM/OpSize/66_5B.asm +++ b/unittests/ASM/OpSize/66_5B.asm @@ -3,9 +3,6 @@ "RegData": { "XMM0": ["0x0000000100000001", "0x0000000200000002"], "XMM1": ["0x0000000400000004", "0x0000000800000008"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/OpSize/66_5C.asm b/unittests/ASM/OpSize/66_5C.asm index 70f91a8820..d845f4467a 100644 --- a/unittests/ASM/OpSize/66_5C.asm +++ b/unittests/ASM/OpSize/66_5C.asm @@ -4,9 +4,6 @@ "XMM0": ["0x3FF0000000000000", "0x3FF0000000000000"], "XMM1": ["0x3FF0000000000000", "0x3FF0000000000000"], "XMM2": ["0x4000000000000000", "0x4000000000000000"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/OpSize/66_5D.asm b/unittests/ASM/OpSize/66_5D.asm index 610ddc61c7..5f22a2d905 100644 --- a/unittests/ASM/OpSize/66_5D.asm +++ b/unittests/ASM/OpSize/66_5D.asm @@ -4,9 +4,6 @@ "XMM0": ["0x3FF0000000000000", "0x4000000000000000"], "XMM1": ["0x3FF0000000000000", "0x4000000000000000"], "XMM2": ["0x3FF0000000000000", "0x4008000000000000"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/OpSize/66_5E.asm b/unittests/ASM/OpSize/66_5E.asm index 24954bc482..3894989fac 100644 --- a/unittests/ASM/OpSize/66_5E.asm +++ b/unittests/ASM/OpSize/66_5E.asm @@ -4,9 +4,6 @@ "XMM0": ["0x3FE0000000000000", "0x3FE0000000000000"], "XMM1": ["0x3FE0000000000000", "0x3FE0000000000000"], "XMM2": ["0x4000000000000000", "0x4000000000000000"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/OpSize/66_5F.asm b/unittests/ASM/OpSize/66_5F.asm index c29df9f1c3..10f8e6ebfe 100644 --- a/unittests/ASM/OpSize/66_5F.asm +++ b/unittests/ASM/OpSize/66_5F.asm @@ -4,9 +4,6 @@ "XMM0": ["0x4008000000000000", "0x4000000000000000"], "XMM1": ["0x4008000000000000", "0x4000000000000000"], "XMM2": ["0x3FF0000000000000", "0x4000000000000000"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/OpSize/66_60.asm b/unittests/ASM/OpSize/66_60.asm index 34e1904087..47f036ead1 100644 --- a/unittests/ASM/OpSize/66_60.asm +++ b/unittests/ASM/OpSize/66_60.asm @@ -4,9 +4,6 @@ "XMM0": ["0x6545664667476848", "0x6141624263436444"], "XMM1": ["0x6545664667476848", "0x6141624263436444"], "XMM2": ["0x6162636465666768", "0x7172737475767778"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/OpSize/66_61.asm b/unittests/ASM/OpSize/66_61.asm index bc6eb829a9..decbc6113c 100644 --- a/unittests/ASM/OpSize/66_61.asm +++ b/unittests/ASM/OpSize/66_61.asm @@ -4,9 +4,6 @@ "XMM0": ["0x6566454667684748", "0x6162414263644344"], "XMM1": ["0x6566454667684748", "0x6162414263644344"], "XMM2": ["0x6162636465666768", "0x7172737475767778"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/OpSize/66_62.asm b/unittests/ASM/OpSize/66_62.asm index eaefa3b205..4efacd37e3 100644 --- a/unittests/ASM/OpSize/66_62.asm +++ b/unittests/ASM/OpSize/66_62.asm @@ -4,9 +4,6 @@ "XMM0": ["0x6566676845464748", "0x6162636441424344"], "XMM1": ["0x6566676845464748", "0x6162636441424344"], "XMM2": ["0x6162636465666768", "0x7172737475767778"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/OpSize/66_63.asm b/unittests/ASM/OpSize/66_63.asm index 411e55761a..f59887f64a 100644 --- a/unittests/ASM/OpSize/66_63.asm +++ b/unittests/ASM/OpSize/66_63.asm @@ -4,9 +4,6 @@ "XMM0": ["0x00807F4100807F41", "0x00FF7F4100FF7F41"], "XMM1": ["0x00807F4100807F41", "0x00FF7F4100FF7F41"], "XMM2": ["0x0000FFFF007F0041", "0x0000FFFF007F0041"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/OpSize/66_64.asm b/unittests/ASM/OpSize/66_64.asm index ec0206c1fd..02fd8e48af 100644 --- a/unittests/ASM/OpSize/66_64.asm +++ b/unittests/ASM/OpSize/66_64.asm @@ -4,9 +4,6 @@ "XMM0": ["0xFFFFFFFFFFFFFFFF", "0x0"], "XMM1": ["0xFFFFFFFFFFFFFFFF", "0x0"], "XMM2": ["0x6162636465666768", "0x5152535455565758"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/OpSize/66_65.asm b/unittests/ASM/OpSize/66_65.asm index 80972aedef..f6df831c2e 100644 --- a/unittests/ASM/OpSize/66_65.asm +++ b/unittests/ASM/OpSize/66_65.asm @@ -4,9 +4,6 @@ "XMM0": ["0xFFFFFFFFFFFFFFFF", "0x0"], "XMM1": ["0xFFFFFFFFFFFFFFFF", "0x0"], "XMM2": ["0x6162636465666768", "0x5152535455565758"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/OpSize/66_66.asm b/unittests/ASM/OpSize/66_66.asm index d39831eecb..4691d3752d 100644 --- a/unittests/ASM/OpSize/66_66.asm +++ b/unittests/ASM/OpSize/66_66.asm @@ -4,9 +4,6 @@ "XMM0": ["0xFFFFFFFFFFFFFFFF", "0x0"], "XMM1": ["0xFFFFFFFFFFFFFFFF", "0x0"], "XMM2": ["0x6162636465666768", "0x5152535455565758"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/OpSize/66_67.asm b/unittests/ASM/OpSize/66_67.asm index da2f6ffbe8..c27549eda6 100644 --- a/unittests/ASM/OpSize/66_67.asm +++ b/unittests/ASM/OpSize/66_67.asm @@ -4,9 +4,6 @@ "XMM0": ["0x00007F4100007F41", "0x00007F4100007F41"], "XMM1": ["0x00007F4100007F41", "0x00007F4100007F41"], "XMM2": ["0x0000FFFF007F0041", "0x0000FFFF007F0041"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/OpSize/66_68.asm b/unittests/ASM/OpSize/66_68.asm index fb1228eb9f..696310859c 100644 --- a/unittests/ASM/OpSize/66_68.asm +++ b/unittests/ASM/OpSize/66_68.asm @@ -4,9 +4,6 @@ "XMM0": ["0x7555765677577858", "0x7151725273537454"], "XMM1": ["0x7555765677577858", "0x7151725273537454"], "XMM2": ["0x6162636465666768", "0x7172737475767778"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/OpSize/66_69.asm b/unittests/ASM/OpSize/66_69.asm index 670fa05436..082c3df73d 100644 --- a/unittests/ASM/OpSize/66_69.asm +++ b/unittests/ASM/OpSize/66_69.asm @@ -4,9 +4,6 @@ "XMM0": ["0x7576555677785758", "0x7172515273745354"], "XMM1": ["0x7576555677785758", "0x7172515273745354"], "XMM2": ["0x6162636465666768", "0x7172737475767778"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/OpSize/66_6A.asm b/unittests/ASM/OpSize/66_6A.asm index 85b1234f3e..6bb7f0c93e 100644 --- a/unittests/ASM/OpSize/66_6A.asm +++ b/unittests/ASM/OpSize/66_6A.asm @@ -4,9 +4,6 @@ "XMM0": ["0x7576777855565758", "0x7172737451525354"], "XMM1": ["0x7576777855565758", "0x7172737451525354"], "XMM2": ["0x6162636465666768", "0x7172737475767778"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/OpSize/66_6B.asm b/unittests/ASM/OpSize/66_6B.asm index 90b62a2d73..aa42fd2231 100644 --- a/unittests/ASM/OpSize/66_6B.asm +++ b/unittests/ASM/OpSize/66_6B.asm @@ -4,9 +4,6 @@ "XMM0": ["0x00000040FFFF8000", "0x00000040FFFF8000"], "XMM1": ["0x00000040FFFF8000", "0x00000040FFFF8000"], "XMM2": ["0xFFFFFFFF80000000", "0x0000000000000040"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/OpSize/66_6C.asm b/unittests/ASM/OpSize/66_6C.asm index d7b029d30a..8ca9e373a8 100644 --- a/unittests/ASM/OpSize/66_6C.asm +++ b/unittests/ASM/OpSize/66_6C.asm @@ -4,9 +4,6 @@ "XMM0": ["0x4142434445464748", "0x6162636465666768"], "XMM1": ["0x4142434445464748", "0x6162636465666768"], "XMM2": ["0x6162636465666768", "0x7172737475767778"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/OpSize/66_6D.asm b/unittests/ASM/OpSize/66_6D.asm index 6346416bf6..ac12d65040 100644 --- a/unittests/ASM/OpSize/66_6D.asm +++ b/unittests/ASM/OpSize/66_6D.asm @@ -4,9 +4,6 @@ "XMM0": ["0x5152535455565758", "0x7172737475767778"], "XMM1": ["0x5152535455565758", "0x7172737475767778"], "XMM2": ["0x6162636465666768", "0x7172737475767778"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/OpSize/66_6E.asm b/unittests/ASM/OpSize/66_6E.asm index 40b92db34e..46609a1095 100644 --- a/unittests/ASM/OpSize/66_6E.asm +++ b/unittests/ASM/OpSize/66_6E.asm @@ -3,9 +3,6 @@ "RegData": { "XMM0": ["0x45464748", "0x0"], "XMM1": ["0x5152535455565758", "0x0"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/OpSize/66_6F.asm b/unittests/ASM/OpSize/66_6F.asm index bc98ed30d9..eb3165bbe3 100644 --- a/unittests/ASM/OpSize/66_6F.asm +++ b/unittests/ASM/OpSize/66_6F.asm @@ -4,9 +4,6 @@ "XMM0": ["0x4142434445464748", "0x5152535455565758"], "XMM1": ["0x6162636465666768", "0x7172737475767778"], "XMM2": ["0x6162636465666768", "0x7172737475767778"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/OpSize/66_70.asm b/unittests/ASM/OpSize/66_70.asm index e8b4604a56..401277668c 100644 --- a/unittests/ASM/OpSize/66_70.asm +++ b/unittests/ASM/OpSize/66_70.asm @@ -5,9 +5,6 @@ "XMM1": ["0x6162636465666768", "0x7172737475767778"], "XMM2": ["0x4546474845464748", "0x4546474845464748"], "XMM3": ["0x5152535451525354", "0x5152535451525354"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/OpSize/66_74.asm b/unittests/ASM/OpSize/66_74.asm index f44b79485c..5fb4ba503a 100644 --- a/unittests/ASM/OpSize/66_74.asm +++ b/unittests/ASM/OpSize/66_74.asm @@ -4,9 +4,6 @@ "XMM0": ["0x00000000000000FF", "0x00000000000000FF"], "XMM1": ["0x00000000000000FF", "0x00000000000000FF"], "XMM2": ["0x6162636465666778", "0x5152535455565748"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/OpSize/66_75.asm b/unittests/ASM/OpSize/66_75.asm index b12200b044..62e01fb83d 100644 --- a/unittests/ASM/OpSize/66_75.asm +++ b/unittests/ASM/OpSize/66_75.asm @@ -4,9 +4,6 @@ "XMM0": ["0x000000000000FFFF", "0x000000000000FFFF"], "XMM1": ["0x000000000000FFFF", "0x000000000000FFFF"], "XMM2": ["0x6162636465667778", "0x5152535455564748"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/OpSize/66_76.asm b/unittests/ASM/OpSize/66_76.asm index 75bd992cc4..d365bc96bc 100644 --- a/unittests/ASM/OpSize/66_76.asm +++ b/unittests/ASM/OpSize/66_76.asm @@ -4,9 +4,6 @@ "XMM0": ["0x00000000FFFFFFFF", "0x00000000FFFFFFFF"], "XMM1": ["0x00000000FFFFFFFF", "0x00000000FFFFFFFF"], "XMM2": ["0x61626364FFFFFFFF", "0x51525354FFFFFFFF"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/OpSize/66_7C.asm b/unittests/ASM/OpSize/66_7C.asm index 4cf431f406..4d5b34be3a 100644 --- a/unittests/ASM/OpSize/66_7C.asm +++ b/unittests/ASM/OpSize/66_7C.asm @@ -2,9 +2,6 @@ { "RegData": { "XMM0": ["0x4008000000000000", "0x4028000000000000"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/OpSize/66_7D.asm b/unittests/ASM/OpSize/66_7D.asm index 076e410d21..9f37794236 100644 --- a/unittests/ASM/OpSize/66_7D.asm +++ b/unittests/ASM/OpSize/66_7D.asm @@ -2,9 +2,6 @@ { "RegData": { "XMM0": ["0x3ff0000000000000", "0x4010000000000000"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/OpSize/66_7E.asm b/unittests/ASM/OpSize/66_7E.asm index c56d674f95..2df5f24dba 100644 --- a/unittests/ASM/OpSize/66_7E.asm +++ b/unittests/ASM/OpSize/66_7E.asm @@ -5,9 +5,6 @@ "RBX": "0x6162636465666768", "RCX": "0x75767778", "RSI": "0x7172737475767778" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/OpSize/66_7F.asm b/unittests/ASM/OpSize/66_7F.asm index 1cae0523ae..67f7967211 100644 --- a/unittests/ASM/OpSize/66_7F.asm +++ b/unittests/ASM/OpSize/66_7F.asm @@ -4,9 +4,6 @@ "XMM0": ["0x4142434445464748", "0x5152535455565758"], "XMM1": ["0x4142434445464748", "0x5152535455565758"], "XMM2": ["0x4142434445464748", "0x5152535455565758"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/OpSize/66_C2.asm b/unittests/ASM/OpSize/66_C2.asm index 731809e392..2cef6a544e 100644 --- a/unittests/ASM/OpSize/66_C2.asm +++ b/unittests/ASM/OpSize/66_C2.asm @@ -11,9 +11,6 @@ "XMM7": ["0x0000000000000000", "0x0000000000000000"], "XMM8": ["0x0000000000000000", "0xFFFFFFFFFFFFFFFF"], "XMM9": ["0xFFFFFFFFFFFFFFFF", "0x0000000000000000"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/OpSize/66_C4.asm b/unittests/ASM/OpSize/66_C4.asm index f3e72e8d7a..ac640fd421 100644 --- a/unittests/ASM/OpSize/66_C4.asm +++ b/unittests/ASM/OpSize/66_C4.asm @@ -17,9 +17,6 @@ "XMM13": ["0x4142434445464748", "0x5152535477785758"], "XMM14": ["0x4142434445464748", "0x5152777855565758"], "XMM15": ["0x4142434445464748", "0x7778535455565758"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/OpSize/66_C4_2.asm b/unittests/ASM/OpSize/66_C4_2.asm index 874ea04f64..3117daf848 100644 --- a/unittests/ASM/OpSize/66_C4_2.asm +++ b/unittests/ASM/OpSize/66_C4_2.asm @@ -17,9 +17,6 @@ "XMM13": ["0x4142434445464748", "0x5152535477785758"], "XMM14": ["0x4142434445464748", "0x5152777855565758"], "XMM15": ["0x4142434445464748", "0x7778535455565758"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/OpSize/66_C5.asm b/unittests/ASM/OpSize/66_C5.asm index 52592ae24b..0588d17c75 100644 --- a/unittests/ASM/OpSize/66_C5.asm +++ b/unittests/ASM/OpSize/66_C5.asm @@ -9,9 +9,6 @@ "RSI": "0x5556", "RDI": "0x5354", "RSP": "0x5152" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/OpSize/66_C5_2.asm b/unittests/ASM/OpSize/66_C5_2.asm index 311bdcfe03..446abf6dd9 100644 --- a/unittests/ASM/OpSize/66_C5_2.asm +++ b/unittests/ASM/OpSize/66_C5_2.asm @@ -17,9 +17,6 @@ "R13": "0x5556", "R14": "0x5354", "R15": "0x5152" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/OpSize/66_C6.asm b/unittests/ASM/OpSize/66_C6.asm index a99db5f309..57e0971e4e 100644 --- a/unittests/ASM/OpSize/66_C6.asm +++ b/unittests/ASM/OpSize/66_C6.asm @@ -5,9 +5,6 @@ "XMM1": ["0x5152535455565758", "0x6162636465666768"], "XMM2": ["0x4142434445464748", "0x7172737475767778"], "XMM3": ["0x5152535455565758", "0x7172737475767778"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/OpSize/66_D0.asm b/unittests/ASM/OpSize/66_D0.asm index bb8be697f0..7e59ad4e47 100644 --- a/unittests/ASM/OpSize/66_D0.asm +++ b/unittests/ASM/OpSize/66_D0.asm @@ -5,9 +5,6 @@ "XMM1": ["0xbff0000000000000", "0x4008000000000000"], "XMM2": ["0x3ff0000000000000", "0x4008000000000000"], "XMM3": ["0x3ff0000000000000", "0x4008000000000000"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/OpSize/66_D1.asm b/unittests/ASM/OpSize/66_D1.asm index 6a1d5fded8..2f3c3c29f5 100644 --- a/unittests/ASM/OpSize/66_D1.asm +++ b/unittests/ASM/OpSize/66_D1.asm @@ -6,9 +6,6 @@ "XMM2": ["0x0", "0x0"], "XMM3": ["0x0", "0x0"], "XMM4": ["0x0", "0x0"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/OpSize/66_D2.asm b/unittests/ASM/OpSize/66_D2.asm index 95d7959e3b..257e1bdf76 100644 --- a/unittests/ASM/OpSize/66_D2.asm +++ b/unittests/ASM/OpSize/66_D2.asm @@ -6,9 +6,6 @@ "XMM2": ["0x0000414200004546", "0x0000515200005556"], "XMM3": ["0x0", "0x0"], "XMM4": ["0x0", "0x0"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/OpSize/66_D3.asm b/unittests/ASM/OpSize/66_D3.asm index 8810db781b..74fb18bd95 100644 --- a/unittests/ASM/OpSize/66_D3.asm +++ b/unittests/ASM/OpSize/66_D3.asm @@ -6,9 +6,6 @@ "XMM2": ["0x0000414243444546", "0x0000515253545556"], "XMM3": ["0x0000000041424344", "0x0000000051525354"], "XMM4": ["0x0", "0x0"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/OpSize/66_D4.asm b/unittests/ASM/OpSize/66_D4.asm index 97d977d623..3269dc2612 100644 --- a/unittests/ASM/OpSize/66_D4.asm +++ b/unittests/ASM/OpSize/66_D4.asm @@ -3,9 +3,6 @@ "RegData": { "XMM0": ["0xA2A4A6A8AAACAEB0", "0xC2C4C6C8CACCCED0"], "XMM1": ["0xA2A4A6A8AAACAEB0", "0xC2C4C6C8CACCCED0"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/OpSize/66_D5.asm b/unittests/ASM/OpSize/66_D5.asm index 6384350c92..dd07daac63 100644 --- a/unittests/ASM/OpSize/66_D5.asm +++ b/unittests/ASM/OpSize/66_D5.asm @@ -3,9 +3,6 @@ "RegData": { "XMM0": ["0xFD44929037E4ED40", "0x68847E10A3A4D940"], "XMM1": ["0xFD44929037E4ED40", "0x68847E10A3A4D940"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/OpSize/66_D6.asm b/unittests/ASM/OpSize/66_D6.asm index c91338133c..c89fb91ea7 100644 --- a/unittests/ASM/OpSize/66_D6.asm +++ b/unittests/ASM/OpSize/66_D6.asm @@ -4,9 +4,6 @@ "XMM0": ["0x4142434445464748", "0x0"], "XMM1": ["0x4142434445464748", "0x0"], "XMM2": ["0x4142434445464748", "0x5152535455565758"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/OpSize/66_D7.asm b/unittests/ASM/OpSize/66_D7.asm index 2912564504..0188d4e3ab 100644 --- a/unittests/ASM/OpSize/66_D7.asm +++ b/unittests/ASM/OpSize/66_D7.asm @@ -7,9 +7,6 @@ "XMM0": ["0x4142434445464748", "0x5152535455565758"], "XMM1": ["0x0", "0x0"], "XMM2": ["0xFFFFFFFFFFFFFFFF", "0xFFFFFFFFFFFFFFFF"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/OpSize/66_D8.asm b/unittests/ASM/OpSize/66_D8.asm index bf5051e99e..d86181634f 100644 --- a/unittests/ASM/OpSize/66_D8.asm +++ b/unittests/ASM/OpSize/66_D8.asm @@ -3,9 +3,6 @@ "RegData": { "XMM0": ["0x2020202000000000", "0x0"], "XMM1": ["0x2020202000000000", "0x0"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/OpSize/66_D9.asm b/unittests/ASM/OpSize/66_D9.asm index f7d3c00adb..07b77f1a98 100644 --- a/unittests/ASM/OpSize/66_D9.asm +++ b/unittests/ASM/OpSize/66_D9.asm @@ -3,9 +3,6 @@ "RegData": { "XMM0": ["0x2020202000000000", "0x0"], "XMM1": ["0x2020202000000000", "0x0"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/OpSize/66_DA.asm b/unittests/ASM/OpSize/66_DA.asm index a3236eb1b9..3fdd311db1 100644 --- a/unittests/ASM/OpSize/66_DA.asm +++ b/unittests/ASM/OpSize/66_DA.asm @@ -3,9 +3,6 @@ "RegData": { "XMM0": ["0x4142434445464748", "0x5152535455565758"], "XMM1": ["0x4142434445464748", "0x5152535455565758"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/OpSize/66_DB.asm b/unittests/ASM/OpSize/66_DB.asm index a050f5de8c..329ea9d166 100644 --- a/unittests/ASM/OpSize/66_DB.asm +++ b/unittests/ASM/OpSize/66_DB.asm @@ -4,9 +4,6 @@ "XMM0": ["0x1010101010101010", "0x0"], "XMM1": ["0x1010101010101010", "0x0"], "XMM2": ["0x1010101010101010", "0xFFFFFFFFFFFFFFFF"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/OpSize/66_DC.asm b/unittests/ASM/OpSize/66_DC.asm index e61abf4903..4024aa3bd8 100644 --- a/unittests/ASM/OpSize/66_DC.asm +++ b/unittests/ASM/OpSize/66_DC.asm @@ -3,9 +3,6 @@ "RegData": { "XMM0": ["0xA2A4A6A8AAACAEB0", "0xC2C4C6C8CACCCED0"], "XMM1": ["0xA2A4A6A8AAACAEB0", "0xC2C4C6C8CACCCED0"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/OpSize/66_DD.asm b/unittests/ASM/OpSize/66_DD.asm index 2cb9a64fe0..b13ca9931f 100644 --- a/unittests/ASM/OpSize/66_DD.asm +++ b/unittests/ASM/OpSize/66_DD.asm @@ -3,9 +3,6 @@ "RegData": { "XMM0": ["0xA2A4A6A8AAACAEB0", "0xC2C4C6C8CACCCED0"], "XMM1": ["0xA2A4A6A8AAACAEB0", "0xC2C4C6C8CACCCED0"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/OpSize/66_DE.asm b/unittests/ASM/OpSize/66_DE.asm index 9a4efaa619..e79e9e4691 100644 --- a/unittests/ASM/OpSize/66_DE.asm +++ b/unittests/ASM/OpSize/66_DE.asm @@ -3,9 +3,6 @@ "RegData": { "XMM0": ["0x6162636465666768", "0x7172737475767778"], "XMM1": ["0x6162636465666768", "0x7172737475767778"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/OpSize/66_DF.asm b/unittests/ASM/OpSize/66_DF.asm index 78a94467f5..67985bfaed 100644 --- a/unittests/ASM/OpSize/66_DF.asm +++ b/unittests/ASM/OpSize/66_DF.asm @@ -4,9 +4,6 @@ "XMM0": ["0x0", "0xFFFFFFFFFFFFFFFF"], "XMM1": ["0x0", "0xFFFFFFFFFFFFFFFF"], "XMM2": ["0x1010101010101010", "0xFFFFFFFFFFFFFFFF"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/OpSize/66_E0.asm b/unittests/ASM/OpSize/66_E0.asm index e399a95064..aa830aed74 100644 --- a/unittests/ASM/OpSize/66_E0.asm +++ b/unittests/ASM/OpSize/66_E0.asm @@ -7,9 +7,6 @@ "XMM3": ["0x2179b0697d5378c4", "0x3b8e6eae8c165248"], "XMM4": ["0x1ed68638699d35ca", "0x5e2e7560ab7b5262"], "XMM5": ["0x165c42291f28194c", "0x0923643c32130145"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/OpSize/66_E1.asm b/unittests/ASM/OpSize/66_E1.asm index 909859f25e..7e338c7434 100644 --- a/unittests/ASM/OpSize/66_E1.asm +++ b/unittests/ASM/OpSize/66_E1.asm @@ -7,9 +7,6 @@ "XMM3": ["0x4142434445464748", "0x7172737475767778"], "XMM4": ["0x0041004300450047", "0x0071007300750077"], "XMM5": ["0x0", "0x0"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/OpSize/66_E2.asm b/unittests/ASM/OpSize/66_E2.asm index 9de4671a8b..f984024c2f 100644 --- a/unittests/ASM/OpSize/66_E2.asm +++ b/unittests/ASM/OpSize/66_E2.asm @@ -7,9 +7,6 @@ "XMM3": ["0x4142434445464748", "0x7172737475767778"], "XMM4": ["0x0000414200004546", "0x0000717200007576"], "XMM5": ["0x0", "0x0"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/OpSize/66_E3.asm b/unittests/ASM/OpSize/66_E3.asm index ea8d409a34..6da1c07cb5 100644 --- a/unittests/ASM/OpSize/66_E3.asm +++ b/unittests/ASM/OpSize/66_E3.asm @@ -7,9 +7,6 @@ "XMM3": ["0x20f9b0697cd37844", "0x3b8e6eae8c165248"], "XMM4": ["0x1ed685b8691d35ca", "0x5dae74e0ab7b51e2"], "XMM5": ["0x15dc41a91ea818cc", "0x092363bc321300c5"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/OpSize/66_E4.asm b/unittests/ASM/OpSize/66_E4.asm index c72901f58a..f59a3130b0 100644 --- a/unittests/ASM/OpSize/66_E4.asm +++ b/unittests/ASM/OpSize/66_E4.asm @@ -3,9 +3,6 @@ "RegData": { "XMM0": ["0x18D21A1D1B701CCA", "0x24092594272728C2"], "XMM1": ["0x18D21A1D1B701CCA", "0x24092594272728C2"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/OpSize/66_E5.asm b/unittests/ASM/OpSize/66_E5.asm index 42460f0327..b094cc45d1 100644 --- a/unittests/ASM/OpSize/66_E5.asm +++ b/unittests/ASM/OpSize/66_E5.asm @@ -3,9 +3,6 @@ "RegData": { "XMM0": ["0x18D21A1D1B70CF3C", "0x24092594272728C2"], "XMM1": ["0x18D21A1D1B70CF3C", "0x24092594272728C2"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/OpSize/66_E6.asm b/unittests/ASM/OpSize/66_E6.asm index 1635dd6bda..96e1068723 100644 --- a/unittests/ASM/OpSize/66_E6.asm +++ b/unittests/ASM/OpSize/66_E6.asm @@ -3,9 +3,6 @@ "RegData": { "XMM0": ["0x0000000200000001", "0x0"], "XMM1": ["0xFFFFFFFEFFFFFFFF", "0x0"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/OpSize/66_E7.asm b/unittests/ASM/OpSize/66_E7.asm index 7f5b98c3e1..a9a189027a 100644 --- a/unittests/ASM/OpSize/66_E7.asm +++ b/unittests/ASM/OpSize/66_E7.asm @@ -2,9 +2,6 @@ { "RegData": { "XMM0": ["0x6162636465666768", "0x7172737475767778"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/OpSize/66_E8.asm b/unittests/ASM/OpSize/66_E8.asm index 01376d5556..036688ee03 100644 --- a/unittests/ASM/OpSize/66_E8.asm +++ b/unittests/ASM/OpSize/66_E8.asm @@ -3,9 +3,6 @@ "RegData": { "XMM0": ["0xE0E0E0E0E0E0E0E0", "0xE0E0E0E0E0E0E0E0"], "XMM1": ["0xE0E0E0E0E0E0E0E0", "0xE0E0E0E0E0E0E0E0"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/OpSize/66_E9.asm b/unittests/ASM/OpSize/66_E9.asm index b09d4846f6..365770d2d3 100644 --- a/unittests/ASM/OpSize/66_E9.asm +++ b/unittests/ASM/OpSize/66_E9.asm @@ -3,9 +3,6 @@ "RegData": { "XMM0": ["0xDFE0DFE0DFE0DFE0", "0xDFE0DFE0DFE0DFE0"], "XMM1": ["0xDFE0DFE0DFE0DFE0", "0xDFE0DFE0DFE0DFE0"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/OpSize/66_EA.asm b/unittests/ASM/OpSize/66_EA.asm index 99662b09a7..d1167c475b 100644 --- a/unittests/ASM/OpSize/66_EA.asm +++ b/unittests/ASM/OpSize/66_EA.asm @@ -3,9 +3,6 @@ "RegData": { "XMM0": ["0x4142434445464748", "0x5152535455565758"], "XMM1": ["0x4142434445464748", "0x5152535455565758"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/OpSize/66_EB.asm b/unittests/ASM/OpSize/66_EB.asm index ec5b79a2e4..fb35273a77 100644 --- a/unittests/ASM/OpSize/66_EB.asm +++ b/unittests/ASM/OpSize/66_EB.asm @@ -4,9 +4,6 @@ "XMM0": ["0x1111111111111111", "0x2222222222222222"], "XMM1": ["0x1111111111111111", "0x2222222222222222"], "XMM2": ["0x0101010101010101", "0x0202020202020202"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/OpSize/66_EC.asm b/unittests/ASM/OpSize/66_EC.asm index 3916bed227..8571322d9e 100644 --- a/unittests/ASM/OpSize/66_EC.asm +++ b/unittests/ASM/OpSize/66_EC.asm @@ -3,9 +3,6 @@ "RegData": { "XMM0": ["0x7F7F7F7F7F7F7F7F", "0x7F7F7F7F7F7F7F7F"], "XMM1": ["0x7F7F7F7F7F7F7F7F", "0x7F7F7F7F7F7F7F7F"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/OpSize/66_ED.asm b/unittests/ASM/OpSize/66_ED.asm index e447c20ba2..9ddb1a1a62 100644 --- a/unittests/ASM/OpSize/66_ED.asm +++ b/unittests/ASM/OpSize/66_ED.asm @@ -3,9 +3,6 @@ "RegData": { "XMM0": ["0x7FFF7FFF7FFF7FFF", "0x7FFF7FFF7FFF7FFF"], "XMM1": ["0x7FFF7FFF7FFF7FFF", "0x7FFF7FFF7FFF7FFF"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/OpSize/66_EE.asm b/unittests/ASM/OpSize/66_EE.asm index a6f424d897..d238e360a7 100644 --- a/unittests/ASM/OpSize/66_EE.asm +++ b/unittests/ASM/OpSize/66_EE.asm @@ -3,9 +3,6 @@ "RegData": { "XMM0": ["0x6162636465666768", "0x7172737475767778"], "XMM1": ["0x6162636465666768", "0x7172737475767778"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/OpSize/66_EF.asm b/unittests/ASM/OpSize/66_EF.asm index 68f7ca8d7a..47943a87b3 100644 --- a/unittests/ASM/OpSize/66_EF.asm +++ b/unittests/ASM/OpSize/66_EF.asm @@ -4,9 +4,6 @@ "XMM0": ["0x2424242424242424", "0x2424242424242424"], "XMM1": ["0x2424242424242424", "0x2424242424242424"], "XMM2": ["0x1818181818181818", "0x1818181818181818"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/OpSize/66_F1.asm b/unittests/ASM/OpSize/66_F1.asm index 067d848d9e..36eaff9ccc 100644 --- a/unittests/ASM/OpSize/66_F1.asm +++ b/unittests/ASM/OpSize/66_F1.asm @@ -5,9 +5,6 @@ "XMM1": ["0x4200440046004800", "0x7200740076007800"], "XMM2": ["0x0", "0x0"], "XMM3": ["0x0", "0x0"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/OpSize/66_F2.asm b/unittests/ASM/OpSize/66_F2.asm index 8234517740..5ba4355d31 100644 --- a/unittests/ASM/OpSize/66_F2.asm +++ b/unittests/ASM/OpSize/66_F2.asm @@ -7,9 +7,6 @@ "XMM3": ["0x4142434445464748", "0x7172737475767778"], "XMM4": ["0x4344000047480000", "0x7374000077780000"], "XMM5": ["0x0", "0x0"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/OpSize/66_F3.asm b/unittests/ASM/OpSize/66_F3.asm index 1cc4a0589f..eaa6ee044d 100644 --- a/unittests/ASM/OpSize/66_F3.asm +++ b/unittests/ASM/OpSize/66_F3.asm @@ -7,9 +7,6 @@ "XMM3": ["0x4142434445464748", "0x7172737475767778"], "XMM4": ["0x4546474800000000", "0x7576777800000000"], "XMM5": ["0x0", "0x0"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/OpSize/66_F4.asm b/unittests/ASM/OpSize/66_F4.asm index 6786c1d5ec..1e5c1dec49 100644 --- a/unittests/ASM/OpSize/66_F4.asm +++ b/unittests/ASM/OpSize/66_F4.asm @@ -3,9 +3,6 @@ "RegData": { "XMM0": ["0x000000000003FFFC", "0x000000000000FFFE"], "XMM1": ["0x000000000003FFFC", "0x000000000000FFFE"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/OpSize/66_F5.asm b/unittests/ASM/OpSize/66_F5.asm index 17799a94df..ca3c70bf0d 100644 --- a/unittests/ASM/OpSize/66_F5.asm +++ b/unittests/ASM/OpSize/66_F5.asm @@ -2,9 +2,6 @@ { "RegData": { "XMM0": ["0x32F08FD4383B2524", "0x499DE6944FEA7CE4"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/OpSize/66_F6.asm b/unittests/ASM/OpSize/66_F6.asm index bcc15528d3..765f3bffc2 100644 --- a/unittests/ASM/OpSize/66_F6.asm +++ b/unittests/ASM/OpSize/66_F6.asm @@ -10,9 +10,6 @@ "XMM6": ["0x33", "0x57"], "XMM7": ["0x38", "0x5C"], "XMM8": ["0x3B", "0x6D"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/OpSize/66_F8.asm b/unittests/ASM/OpSize/66_F8.asm index 22bb0349e6..8af15ad627 100644 --- a/unittests/ASM/OpSize/66_F8.asm +++ b/unittests/ASM/OpSize/66_F8.asm @@ -3,9 +3,6 @@ "RegData": { "XMM0": ["0x2020202020202020", "0x2020202020202020"], "XMM1": ["0x2020202020202020", "0x2020202020202020"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/OpSize/66_F9.asm b/unittests/ASM/OpSize/66_F9.asm index e97427ac87..1495a38126 100644 --- a/unittests/ASM/OpSize/66_F9.asm +++ b/unittests/ASM/OpSize/66_F9.asm @@ -3,9 +3,6 @@ "RegData": { "XMM0": ["0x2020202020202020", "0x2020202020202020"], "XMM1": ["0x2020202020202020", "0x2020202020202020"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/OpSize/66_FA.asm b/unittests/ASM/OpSize/66_FA.asm index e7bd84d269..808026355b 100644 --- a/unittests/ASM/OpSize/66_FA.asm +++ b/unittests/ASM/OpSize/66_FA.asm @@ -3,9 +3,6 @@ "RegData": { "XMM0": ["0x2020202020202020", "0x2020202020202020"], "XMM1": ["0x2020202020202020", "0x2020202020202020"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/OpSize/66_FB.asm b/unittests/ASM/OpSize/66_FB.asm index f7e19b7461..3de4570ada 100644 --- a/unittests/ASM/OpSize/66_FB.asm +++ b/unittests/ASM/OpSize/66_FB.asm @@ -3,9 +3,6 @@ "RegData": { "XMM0": ["0x2020202020202020", "0x2020202020202020"], "XMM1": ["0x2020202020202020", "0x2020202020202020"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/OpSize/66_FC.asm b/unittests/ASM/OpSize/66_FC.asm index e746c60c69..c5ff020ef6 100644 --- a/unittests/ASM/OpSize/66_FC.asm +++ b/unittests/ASM/OpSize/66_FC.asm @@ -3,9 +3,6 @@ "RegData": { "XMM0": ["0xA2A4A6A8AAACAEB0", "0xC2C4C6C8CACCCED0"], "XMM1": ["0xA2A4A6A8AAACAEB0", "0xC2C4C6C8CACCCED0"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/OpSize/66_FD.asm b/unittests/ASM/OpSize/66_FD.asm index dba9a38edb..8cde6912dc 100644 --- a/unittests/ASM/OpSize/66_FD.asm +++ b/unittests/ASM/OpSize/66_FD.asm @@ -3,9 +3,6 @@ "RegData": { "XMM0": ["0xA2A4A6A8AAACAEB0", "0xC2C4C6C8CACCCED0"], "XMM1": ["0xA2A4A6A8AAACAEB0", "0xC2C4C6C8CACCCED0"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/OpSize/66_FE.asm b/unittests/ASM/OpSize/66_FE.asm index 2f14fad316..892a92ad7c 100644 --- a/unittests/ASM/OpSize/66_FE.asm +++ b/unittests/ASM/OpSize/66_FE.asm @@ -3,9 +3,6 @@ "RegData": { "XMM0": ["0xA2A4A6A8AAACAEB0", "0xC2C4C6C8CACCCED0"], "XMM1": ["0xA2A4A6A8AAACAEB0", "0xC2C4C6C8CACCCED0"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/Primary/Primary_00.asm b/unittests/ASM/Primary/Primary_00.asm index 84f31122a0..d42b255984 100644 --- a/unittests/ASM/Primary/Primary_00.asm +++ b/unittests/ASM/Primary/Primary_00.asm @@ -12,9 +12,6 @@ "R10": "0x4142441546174719", "R11": "0x5152535455565829", "R12": "0x6162636465666768" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/Primary/Primary_08.asm b/unittests/ASM/Primary/Primary_08.asm index 982a7c8ca6..2caed560c2 100644 --- a/unittests/ASM/Primary/Primary_08.asm +++ b/unittests/ASM/Primary/Primary_08.asm @@ -12,9 +12,6 @@ "R10": "0x414243D545D747D9", "R11": "0x51525354555657D9", "R12": "0x6162636465666768" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/Primary/Primary_10.asm b/unittests/ASM/Primary/Primary_10.asm index 1df0da62f2..fd1fd458fa 100644 --- a/unittests/ASM/Primary/Primary_10.asm +++ b/unittests/ASM/Primary/Primary_10.asm @@ -12,9 +12,6 @@ "R10": "0x4142441546174719", "R11": "0x5152535455565829", "R12": "0x6162636465666768" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/Primary/Primary_10_2.asm b/unittests/ASM/Primary/Primary_10_2.asm index b7e470ac7f..7e18e0ca0d 100644 --- a/unittests/ASM/Primary/Primary_10_2.asm +++ b/unittests/ASM/Primary/Primary_10_2.asm @@ -12,9 +12,6 @@ "R10": "0x414244164618471A", "R11": "0x515253545556582A", "R12": "0x6162636465666768" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/Primary/Primary_10_3.asm b/unittests/ASM/Primary/Primary_10_3.asm index 5ee6e9cf01..fa6b3c78bd 100644 --- a/unittests/ASM/Primary/Primary_10_3.asm +++ b/unittests/ASM/Primary/Primary_10_3.asm @@ -12,9 +12,6 @@ "R10": "0x4142441546174719", "R11": "0x5152535455565829", "R12": "0x6162636465666768" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/Primary/Primary_10_4.asm b/unittests/ASM/Primary/Primary_10_4.asm index 38b0b67386..b6e56c5a60 100644 --- a/unittests/ASM/Primary/Primary_10_4.asm +++ b/unittests/ASM/Primary/Primary_10_4.asm @@ -13,9 +13,6 @@ "R10": "0x414244164618471A", "R11": "0x515253545556582A", "R12": "0x6162636465666768" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/Primary/Primary_18.asm b/unittests/ASM/Primary/Primary_18.asm index c3faa6f68d..653017ecf6 100644 --- a/unittests/ASM/Primary/Primary_18.asm +++ b/unittests/ASM/Primary/Primary_18.asm @@ -12,9 +12,6 @@ "R10": "0x4142427344754777", "R11": "0x5152535455565687", "R12": "0x6162636465666768" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/Primary/Primary_18_2.asm b/unittests/ASM/Primary/Primary_18_2.asm index f62f280f18..31e0942d16 100644 --- a/unittests/ASM/Primary/Primary_18_2.asm +++ b/unittests/ASM/Primary/Primary_18_2.asm @@ -12,9 +12,6 @@ "R10": "0x4142427244744776", "R11": "0x5152535455565686", "R12": "0x6162636465666768" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/Primary/Primary_18_3.asm b/unittests/ASM/Primary/Primary_18_3.asm index 9ddcf05026..a4f7bc330b 100644 --- a/unittests/ASM/Primary/Primary_18_3.asm +++ b/unittests/ASM/Primary/Primary_18_3.asm @@ -12,9 +12,6 @@ "R10": "0x4142427344754777", "R11": "0x5152535455565687", "R12": "0x6162636465666768" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/Primary/Primary_18_4.asm b/unittests/ASM/Primary/Primary_18_4.asm index b371cfb6de..29cd222dbd 100644 --- a/unittests/ASM/Primary/Primary_18_4.asm +++ b/unittests/ASM/Primary/Primary_18_4.asm @@ -12,9 +12,6 @@ "R10": "0x4142427244744776", "R11": "0x5152535455565686", "R12": "0x6162636465666768" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/Primary/Primary_20.asm b/unittests/ASM/Primary/Primary_20.asm index 55f8dd0ce0..107c4a9323 100644 --- a/unittests/ASM/Primary/Primary_20.asm +++ b/unittests/ASM/Primary/Primary_20.asm @@ -12,9 +12,6 @@ "R10": "0x0000004000404740", "R11": "0x50", "R12": "0x6162636465666768" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/Primary/Primary_28.asm b/unittests/ASM/Primary/Primary_28.asm index 86851b5e20..3293ecb3d3 100644 --- a/unittests/ASM/Primary/Primary_28.asm +++ b/unittests/ASM/Primary/Primary_28.asm @@ -12,9 +12,6 @@ "R10": "0x4142427344754777", "R11": "0x5152535455565687", "R12": "0x6162636465666768" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/Primary/Primary_30.asm b/unittests/ASM/Primary/Primary_30.asm index 864d7056d7..2d7254e9e7 100644 --- a/unittests/ASM/Primary/Primary_30.asm +++ b/unittests/ASM/Primary/Primary_30.asm @@ -12,9 +12,6 @@ "R10": "0x4142439545974799", "R11": "0x5152535455565789", "R12": "0x6162636465666768" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/Primary/Primary_38.asm b/unittests/ASM/Primary/Primary_38.asm index 7456b2f9f9..625c6de5c9 100644 --- a/unittests/ASM/Primary/Primary_38.asm +++ b/unittests/ASM/Primary/Primary_38.asm @@ -2,9 +2,6 @@ { "RegData": { "RAX": "0x4142434445468348" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/Primary/Primary_39.asm b/unittests/ASM/Primary/Primary_39.asm index 7c73c87893..ad7db6d387 100644 --- a/unittests/ASM/Primary/Primary_39.asm +++ b/unittests/ASM/Primary/Primary_39.asm @@ -5,9 +5,6 @@ "RBX": "0x8300", "RCX": "0x0200", "RSI": "0x0300" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/Primary/Primary_3A.asm b/unittests/ASM/Primary/Primary_3A.asm index e7edbb1cd8..0da684cc67 100644 --- a/unittests/ASM/Primary/Primary_3A.asm +++ b/unittests/ASM/Primary/Primary_3A.asm @@ -2,9 +2,6 @@ { "RegData": { "RAX": "0x4142434445468348" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/Primary/Primary_3B.asm b/unittests/ASM/Primary/Primary_3B.asm index ebcd49ff9a..4adc40b41b 100644 --- a/unittests/ASM/Primary/Primary_3B.asm +++ b/unittests/ASM/Primary/Primary_3B.asm @@ -5,9 +5,6 @@ "RBX": "0x8300", "RCX": "0x0200", "RSI": "0x0300" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/Primary/Primary_3C.asm b/unittests/ASM/Primary/Primary_3C.asm index f683a81974..42355aff8a 100644 --- a/unittests/ASM/Primary/Primary_3C.asm +++ b/unittests/ASM/Primary/Primary_3C.asm @@ -2,9 +2,6 @@ { "RegData": { "RAX": "0x4142434445468348" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/Primary/Primary_3D.asm b/unittests/ASM/Primary/Primary_3D.asm index 93f8d64934..086c1a5eda 100644 --- a/unittests/ASM/Primary/Primary_3D.asm +++ b/unittests/ASM/Primary/Primary_3D.asm @@ -5,9 +5,6 @@ "RBX": "0x8300", "RCX": "0x0200", "RSI": "0x0300" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/Primary/Primary_50.asm b/unittests/ASM/Primary/Primary_50.asm index 8df8cff010..3c6a80f05b 100644 --- a/unittests/ASM/Primary/Primary_50.asm +++ b/unittests/ASM/Primary/Primary_50.asm @@ -9,9 +9,6 @@ "RSI": "0x6", "RDI": "0x7", "R15": "0x8" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/Primary/Primary_50_2.asm b/unittests/ASM/Primary/Primary_50_2.asm index 891fe2e81f..ed298fc755 100644 --- a/unittests/ASM/Primary/Primary_50_2.asm +++ b/unittests/ASM/Primary/Primary_50_2.asm @@ -9,9 +9,6 @@ "RSI": "0x6", "RDI": "0x7", "R15": "0x8" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/Primary/Primary_63.asm b/unittests/ASM/Primary/Primary_63.asm index 24560a2ba0..f94bfd6330 100644 --- a/unittests/ASM/Primary/Primary_63.asm +++ b/unittests/ASM/Primary/Primary_63.asm @@ -3,9 +3,6 @@ "RegData": { "RAX": "0xFFFFFFFF81828384", "RBX": "0x0000000071727374" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/Primary/Primary_68.asm b/unittests/ASM/Primary/Primary_68.asm index 3e5c02ec41..642792a2a4 100644 --- a/unittests/ASM/Primary/Primary_68.asm +++ b/unittests/ASM/Primary/Primary_68.asm @@ -4,9 +4,6 @@ "RAX": "0xFFFFFFFFBEBDBCBB", "RBX": "0x51526162", "RSP": "0xE0000014" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/Primary/Primary_69.asm b/unittests/ASM/Primary/Primary_69.asm index ad8249cb14..3903d0fcb8 100644 --- a/unittests/ASM/Primary/Primary_69.asm +++ b/unittests/ASM/Primary/Primary_69.asm @@ -4,9 +4,6 @@ "RAX": "0xB800", "RBX": "0xA9A8A800", "RSI": "0x9D9C9B9A99989800" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/Primary/Primary_6A.asm b/unittests/ASM/Primary/Primary_6A.asm index b8a8bab499..cc96267911 100644 --- a/unittests/ASM/Primary/Primary_6A.asm +++ b/unittests/ASM/Primary/Primary_6A.asm @@ -3,9 +3,6 @@ "RegData": { "RAX": "0xFFFFFFFFFFFFFF81", "RSP": "0xE0000018" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/Primary/Primary_6A_2.asm b/unittests/ASM/Primary/Primary_6A_2.asm index 0a21cb411c..4a7299f3a9 100644 --- a/unittests/ASM/Primary/Primary_6A_2.asm +++ b/unittests/ASM/Primary/Primary_6A_2.asm @@ -3,9 +3,6 @@ "RegData": { "RAX": "0x000000000000FF81", "RSP": "0xE0000018" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/Primary/Primary_6B.asm b/unittests/ASM/Primary/Primary_6B.asm index 27fc32140e..5a27aabb5b 100644 --- a/unittests/ASM/Primary/Primary_6B.asm +++ b/unittests/ASM/Primary/Primary_6B.asm @@ -4,9 +4,6 @@ "RAX": "0x5C00", "RBX": "0x54D45400", "RSI": "0x4ECE4DCD4CCC4C00" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/Primary/Primary_84.asm b/unittests/ASM/Primary/Primary_84.asm index 4c8b691204..0c6e2fed74 100644 --- a/unittests/ASM/Primary/Primary_84.asm +++ b/unittests/ASM/Primary/Primary_84.asm @@ -2,9 +2,6 @@ { "RegData": { "RAX": "0x0600" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/Primary/Primary_84_2.asm b/unittests/ASM/Primary/Primary_84_2.asm index 3dfaee5015..f6e1cfec6a 100644 --- a/unittests/ASM/Primary/Primary_84_2.asm +++ b/unittests/ASM/Primary/Primary_84_2.asm @@ -2,9 +2,6 @@ { "RegData": { "RAX": "0x0" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/Primary/Primary_85.asm b/unittests/ASM/Primary/Primary_85.asm index 725eced465..74ca4cf2f8 100644 --- a/unittests/ASM/Primary/Primary_85.asm +++ b/unittests/ASM/Primary/Primary_85.asm @@ -4,9 +4,6 @@ "RAX": "0x0200", "RBX": "0x0600", "RCX": "0x0600" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/Primary/Primary_86.asm b/unittests/ASM/Primary/Primary_86.asm index 95a442bd72..f85f0282ca 100644 --- a/unittests/ASM/Primary/Primary_86.asm +++ b/unittests/ASM/Primary/Primary_86.asm @@ -3,9 +3,6 @@ "RegData": { "RAX": "0xFFFFFFFFFFFFFF48", "RBX": "0x41424344454647FF" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/Primary/Primary_87.asm b/unittests/ASM/Primary/Primary_87.asm index 3d59418dad..928da64d96 100644 --- a/unittests/ASM/Primary/Primary_87.asm +++ b/unittests/ASM/Primary/Primary_87.asm @@ -3,9 +3,6 @@ "RegData": { "RAX": "0xFFFFFFFFFFFF4748", "RBX": "0x414243444546FFFF" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/Primary/Primary_87_2.asm b/unittests/ASM/Primary/Primary_87_2.asm index 7db21bccb5..a67bc993e4 100644 --- a/unittests/ASM/Primary/Primary_87_2.asm +++ b/unittests/ASM/Primary/Primary_87_2.asm @@ -3,9 +3,6 @@ "RegData": { "RAX": "0x0000000045464748", "RBX": "0x41424344FFFFFFFF" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/Primary/Primary_87_3.asm b/unittests/ASM/Primary/Primary_87_3.asm index e3819afbe9..ce31aa55ac 100644 --- a/unittests/ASM/Primary/Primary_87_3.asm +++ b/unittests/ASM/Primary/Primary_87_3.asm @@ -3,9 +3,6 @@ "RegData": { "RAX": "0x4142434445464748", "RBX": "0xFFFFFFFFFFFFFFFF" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/Primary/Primary_8D.asm b/unittests/ASM/Primary/Primary_8D.asm index 82ebf11b61..d7f080298a 100644 --- a/unittests/ASM/Primary/Primary_8D.asm +++ b/unittests/ASM/Primary/Primary_8D.asm @@ -10,9 +10,6 @@ "R9": "0x41424344454647A9", "R8": "0x92949698FBFF0204", "RSI": "0xFFFFFFFFFFFF0204" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/Primary/Primary_90.asm b/unittests/ASM/Primary/Primary_90.asm index 2dd09bec48..43b7ca5bba 100644 --- a/unittests/ASM/Primary/Primary_90.asm +++ b/unittests/ASM/Primary/Primary_90.asm @@ -17,9 +17,6 @@ "R13": "0x42424242", "R14": "0x00000000FFFFFFFF", "R15": "0x42424242" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/Primary/Primary_90_2.asm b/unittests/ASM/Primary/Primary_90_2.asm index 1382110796..08e481a99e 100644 --- a/unittests/ASM/Primary/Primary_90_2.asm +++ b/unittests/ASM/Primary/Primary_90_2.asm @@ -17,9 +17,6 @@ "R13": "0x42424242", "R14": "0x00000000FFFFFFFF", "R15": "0x42424242" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/Primary/Primary_90_3.asm b/unittests/ASM/Primary/Primary_90_3.asm index d4d3326774..d862be937a 100644 --- a/unittests/ASM/Primary/Primary_90_3.asm +++ b/unittests/ASM/Primary/Primary_90_3.asm @@ -17,9 +17,6 @@ "R13": "0x4242424242424242", "R14": "0xFFFFFFFFFFFFFFFF", "R15": "0x4242424242424242" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/Primary/Primary_90_4.asm b/unittests/ASM/Primary/Primary_90_4.asm index c3e2448176..cbe994b036 100644 --- a/unittests/ASM/Primary/Primary_90_4.asm +++ b/unittests/ASM/Primary/Primary_90_4.asm @@ -17,9 +17,6 @@ "R13": "0x4242424242424242", "R14": "0xFFFFFFFFFFFFFFFF", "R15": "0x4242424242424242" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/Primary/Primary_98.asm b/unittests/ASM/Primary/Primary_98.asm index b60e3fa3a9..80cfbf845d 100644 --- a/unittests/ASM/Primary/Primary_98.asm +++ b/unittests/ASM/Primary/Primary_98.asm @@ -2,9 +2,6 @@ { "RegData": { "RAX": "0xFFFFFFFFFFFFFFF0" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/Primary/Primary_98_2.asm b/unittests/ASM/Primary/Primary_98_2.asm index 24c3bcaf37..0cfbe96e2b 100644 --- a/unittests/ASM/Primary/Primary_98_2.asm +++ b/unittests/ASM/Primary/Primary_98_2.asm @@ -7,9 +7,6 @@ "R13": "0x0000000000000001", "R14": "0x0000000000000001", "R15": "0x4142434445460001" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/Primary/Primary_99.asm b/unittests/ASM/Primary/Primary_99.asm index 0f41cfa636..cb5837d8a5 100644 --- a/unittests/ASM/Primary/Primary_99.asm +++ b/unittests/ASM/Primary/Primary_99.asm @@ -3,9 +3,6 @@ "RegData": { "RAX": "0xFFFFFFFFFFFFFFF0", "RDX": "0xFFFFFFFFFFFFFFFF" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/Primary/Primary_99_2.asm b/unittests/ASM/Primary/Primary_99_2.asm index 5524a1e260..0ff64bc10d 100644 --- a/unittests/ASM/Primary/Primary_99_2.asm +++ b/unittests/ASM/Primary/Primary_99_2.asm @@ -18,9 +18,6 @@ "R14": "0x01", "R15": "0xFFFFFFFFFFFF0000" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/Primary/Primary_9C.asm b/unittests/ASM/Primary/Primary_9C.asm index b8de7ac7b9..ddc212464c 100644 --- a/unittests/ASM/Primary/Primary_9C.asm +++ b/unittests/ASM/Primary/Primary_9C.asm @@ -3,9 +3,6 @@ "RegData": { "RAX": "0x202", "RBX": "0x202" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/Primary/Primary_9D.asm b/unittests/ASM/Primary/Primary_9D.asm index 5f75880ef8..98d11377c8 100644 --- a/unittests/ASM/Primary/Primary_9D.asm +++ b/unittests/ASM/Primary/Primary_9D.asm @@ -3,9 +3,6 @@ "RegData": { "RAX": "0x202", "RBX": "0x202" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/Primary/Primary_9E.asm b/unittests/ASM/Primary/Primary_9E.asm index 3607ca5add..b5418bf7a3 100644 --- a/unittests/ASM/Primary/Primary_9E.asm +++ b/unittests/ASM/Primary/Primary_9E.asm @@ -2,9 +2,6 @@ { "RegData": { "RAX": "0xFFFFFFFFFFFFD7FF" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/Primary/Primary_A0.asm b/unittests/ASM/Primary/Primary_A0.asm index 8ad7ed2d87..f73d81ac7a 100644 --- a/unittests/ASM/Primary/Primary_A0.asm +++ b/unittests/ASM/Primary/Primary_A0.asm @@ -3,9 +3,6 @@ "RegData": { "RDX": "0x41", "RAX": "0x42" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/Primary/Primary_A2.asm b/unittests/ASM/Primary/Primary_A2.asm index 3630fc8127..374cd4ef04 100644 --- a/unittests/ASM/Primary/Primary_A2.asm +++ b/unittests/ASM/Primary/Primary_A2.asm @@ -3,9 +3,6 @@ "RegData": { "RAX": "0x41", "RDX": "0x42" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/Primary/Primary_A4.asm b/unittests/ASM/Primary/Primary_A4.asm index e133ac11e7..44446c7257 100644 --- a/unittests/ASM/Primary/Primary_A4.asm +++ b/unittests/ASM/Primary/Primary_A4.asm @@ -5,9 +5,6 @@ "RDX": "0x0", "RDI": "0xE0000018", "RSI": "0xE0000008" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/Primary/Primary_A4_REP.asm b/unittests/ASM/Primary/Primary_A4_REP.asm index 87e6f5ee22..784585f9fe 100644 --- a/unittests/ASM/Primary/Primary_A4_REP.asm +++ b/unittests/ASM/Primary/Primary_A4_REP.asm @@ -5,9 +5,6 @@ "RDX": "0x0", "RDI": "0xE0000018", "RSI": "0xE0000008" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/Primary/Primary_A4_REPNE.asm b/unittests/ASM/Primary/Primary_A4_REPNE.asm index 26a4e198b5..bf6dc75c98 100644 --- a/unittests/ASM/Primary/Primary_A4_REPNE.asm +++ b/unittests/ASM/Primary/Primary_A4_REPNE.asm @@ -5,9 +5,6 @@ "RDX": "0x0", "RDI": "0xE0000018", "RSI": "0xE0000008" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/Primary/Primary_A4_REPNE_Down.asm b/unittests/ASM/Primary/Primary_A4_REPNE_Down.asm index 7ff23f35ea..31c14fa302 100644 --- a/unittests/ASM/Primary/Primary_A4_REPNE_Down.asm +++ b/unittests/ASM/Primary/Primary_A4_REPNE_Down.asm @@ -5,9 +5,6 @@ "RDX": "0x0", "RDI": "0xE000000F", "RSI": "0xDFFFFFFF" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/Primary/Primary_A4_REPNE_many.asm b/unittests/ASM/Primary/Primary_A4_REPNE_many.asm index c773eb45c6..b7c0903957 100644 --- a/unittests/ASM/Primary/Primary_A4_REPNE_many.asm +++ b/unittests/ASM/Primary/Primary_A4_REPNE_many.asm @@ -5,9 +5,6 @@ "RDX": "0x0", "RDI": "0xE0000018", "RSI": "0xE0000008" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/Primary/Primary_A4_REP_Down.asm b/unittests/ASM/Primary/Primary_A4_REP_Down.asm index 9a636f66bb..5482cb089f 100644 --- a/unittests/ASM/Primary/Primary_A4_REP_Down.asm +++ b/unittests/ASM/Primary/Primary_A4_REP_Down.asm @@ -5,9 +5,6 @@ "RDX": "0x0", "RDI": "0xE000000F", "RSI": "0xDFFFFFFF" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/Primary/Primary_A4_REP_many.asm b/unittests/ASM/Primary/Primary_A4_REP_many.asm index 1537d27b57..afec25a2ab 100644 --- a/unittests/ASM/Primary/Primary_A4_REP_many.asm +++ b/unittests/ASM/Primary/Primary_A4_REP_many.asm @@ -5,9 +5,6 @@ "RDX": "0x0", "RDI": "0xE0000018", "RSI": "0xE0000008" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/Primary/Primary_A5.asm b/unittests/ASM/Primary/Primary_A5.asm index c9e6b810a0..835f369ef0 100644 --- a/unittests/ASM/Primary/Primary_A5.asm +++ b/unittests/ASM/Primary/Primary_A5.asm @@ -5,9 +5,6 @@ "RDX": "0x0", "RDI": "0xE0000018", "RSI": "0xE0000008" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/Primary/Primary_A5_REP.asm b/unittests/ASM/Primary/Primary_A5_REP.asm index 593286fc15..cff59fd9cb 100644 --- a/unittests/ASM/Primary/Primary_A5_REP.asm +++ b/unittests/ASM/Primary/Primary_A5_REP.asm @@ -5,9 +5,6 @@ "RDX": "0x0", "RDI": "0xE0000018", "RSI": "0xE0000008" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/Primary/Primary_A5_REPNE.asm b/unittests/ASM/Primary/Primary_A5_REPNE.asm index 03fbf5ae8d..195f6a3da4 100644 --- a/unittests/ASM/Primary/Primary_A5_REPNE.asm +++ b/unittests/ASM/Primary/Primary_A5_REPNE.asm @@ -5,9 +5,6 @@ "RDX": "0x0", "RDI": "0xE0000018", "RSI": "0xE0000008" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/Primary/Primary_A5_REPNE_Down.asm b/unittests/ASM/Primary/Primary_A5_REPNE_Down.asm index a2684ac461..f7f8303ec1 100644 --- a/unittests/ASM/Primary/Primary_A5_REPNE_Down.asm +++ b/unittests/ASM/Primary/Primary_A5_REPNE_Down.asm @@ -5,9 +5,6 @@ "RDX": "0x0", "RDI": "0xE000000E", "RSI": "0xDFFFFFFE" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/Primary/Primary_A5_REP_Down.asm b/unittests/ASM/Primary/Primary_A5_REP_Down.asm index 338de7425c..6927838ca8 100644 --- a/unittests/ASM/Primary/Primary_A5_REP_Down.asm +++ b/unittests/ASM/Primary/Primary_A5_REP_Down.asm @@ -5,9 +5,6 @@ "RDX": "0x0", "RDI": "0xE000000E", "RSI": "0xDFFFFFFE" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/Primary/Primary_A5_dword.asm b/unittests/ASM/Primary/Primary_A5_dword.asm index 049c36d121..fee4b11224 100644 --- a/unittests/ASM/Primary/Primary_A5_dword.asm +++ b/unittests/ASM/Primary/Primary_A5_dword.asm @@ -5,9 +5,6 @@ "RDX": "0x0", "RDI": "0xE0000018", "RSI": "0xE0000008" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/Primary/Primary_A5_dword_REP.asm b/unittests/ASM/Primary/Primary_A5_dword_REP.asm index e50731c88c..ce7489e4d5 100644 --- a/unittests/ASM/Primary/Primary_A5_dword_REP.asm +++ b/unittests/ASM/Primary/Primary_A5_dword_REP.asm @@ -5,9 +5,6 @@ "RDX": "0x0", "RDI": "0xE0000018", "RSI": "0xE0000008" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/Primary/Primary_A5_dword_REPNE.asm b/unittests/ASM/Primary/Primary_A5_dword_REPNE.asm index 451550ada3..329ee910a4 100644 --- a/unittests/ASM/Primary/Primary_A5_dword_REPNE.asm +++ b/unittests/ASM/Primary/Primary_A5_dword_REPNE.asm @@ -5,9 +5,6 @@ "RDX": "0x0", "RDI": "0xE0000018", "RSI": "0xE0000008" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/Primary/Primary_A5_dword_REPNE_Down.asm b/unittests/ASM/Primary/Primary_A5_dword_REPNE_Down.asm index f36e4fb6cd..f18624c6c2 100644 --- a/unittests/ASM/Primary/Primary_A5_dword_REPNE_Down.asm +++ b/unittests/ASM/Primary/Primary_A5_dword_REPNE_Down.asm @@ -5,9 +5,6 @@ "RDX": "0x0", "RDI": "0xE000000C", "RSI": "0xDFFFFFFC" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/Primary/Primary_A5_dword_REP_Down.asm b/unittests/ASM/Primary/Primary_A5_dword_REP_Down.asm index d88910a32e..11f473cefa 100644 --- a/unittests/ASM/Primary/Primary_A5_dword_REP_Down.asm +++ b/unittests/ASM/Primary/Primary_A5_dword_REP_Down.asm @@ -5,9 +5,6 @@ "RDX": "0x0", "RDI": "0xE000000C", "RSI": "0xDFFFFFFC" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/Primary/Primary_A5_qword.asm b/unittests/ASM/Primary/Primary_A5_qword.asm index 324eb35ffb..c11d9d5bbc 100644 --- a/unittests/ASM/Primary/Primary_A5_qword.asm +++ b/unittests/ASM/Primary/Primary_A5_qword.asm @@ -6,9 +6,6 @@ "RCX": "0x0", "RDI": "0xE0000020", "RSI": "0xE0000010" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/Primary/Primary_A5_qword_REP.asm b/unittests/ASM/Primary/Primary_A5_qword_REP.asm index 0548d3c71a..baf834b8f6 100644 --- a/unittests/ASM/Primary/Primary_A5_qword_REP.asm +++ b/unittests/ASM/Primary/Primary_A5_qword_REP.asm @@ -6,9 +6,6 @@ "RCX": "0x0", "RDI": "0xE0000020", "RSI": "0xE0000010" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/Primary/Primary_A5_qword_REPNE.asm b/unittests/ASM/Primary/Primary_A5_qword_REPNE.asm index b5bfbe2725..d673b1529b 100644 --- a/unittests/ASM/Primary/Primary_A5_qword_REPNE.asm +++ b/unittests/ASM/Primary/Primary_A5_qword_REPNE.asm @@ -6,9 +6,6 @@ "RCX": "0x0", "RDI": "0xE0000020", "RSI": "0xE0000010" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/Primary/Primary_A5_qword_REPNE_Down.asm b/unittests/ASM/Primary/Primary_A5_qword_REPNE_Down.asm index ff8adf5748..385fa2a562 100644 --- a/unittests/ASM/Primary/Primary_A5_qword_REPNE_Down.asm +++ b/unittests/ASM/Primary/Primary_A5_qword_REPNE_Down.asm @@ -6,9 +6,6 @@ "RCX": "0x0", "RDI": "0xE0000008", "RSI": "0xDFFFFFF8" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/Primary/Primary_A5_qword_REP_Down.asm b/unittests/ASM/Primary/Primary_A5_qword_REP_Down.asm index bc0cb09f7e..49485f7baa 100644 --- a/unittests/ASM/Primary/Primary_A5_qword_REP_Down.asm +++ b/unittests/ASM/Primary/Primary_A5_qword_REP_Down.asm @@ -6,9 +6,6 @@ "RCX": "0x0", "RDI": "0xE0000008", "RSI": "0xDFFFFFF8" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/Primary/Primary_A6.asm b/unittests/ASM/Primary/Primary_A6.asm index edd6df3e12..4736345cca 100644 --- a/unittests/ASM/Primary/Primary_A6.asm +++ b/unittests/ASM/Primary/Primary_A6.asm @@ -4,9 +4,6 @@ "RAX": "0x8300", "RDI": "0xE0000009", "RSI": "0xE0000001" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/Primary/Primary_A6_REP.asm b/unittests/ASM/Primary/Primary_A6_REP.asm index fd21c94515..14b52a82c5 100644 --- a/unittests/ASM/Primary/Primary_A6_REP.asm +++ b/unittests/ASM/Primary/Primary_A6_REP.asm @@ -6,9 +6,6 @@ "RDX": "0x0", "RDI": "0xE0000005", "RSI": "0xE0000015" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/Primary/Primary_A6_REPNE.asm b/unittests/ASM/Primary/Primary_A6_REPNE.asm index c6e3615f1b..8f97f2310c 100644 --- a/unittests/ASM/Primary/Primary_A6_REPNE.asm +++ b/unittests/ASM/Primary/Primary_A6_REPNE.asm @@ -6,9 +6,6 @@ "RDX": "0x1", "RDI": "0xE0000007", "RSI": "0xE0000017" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/Primary/Primary_A6_REPNE_Equal.asm b/unittests/ASM/Primary/Primary_A6_REPNE_Equal.asm index 6605fcdaeb..6aa0c863bd 100644 --- a/unittests/ASM/Primary/Primary_A6_REPNE_Equal.asm +++ b/unittests/ASM/Primary/Primary_A6_REPNE_Equal.asm @@ -6,9 +6,6 @@ "RDX": "0x1", "RDI": "0xE000000A", "RSI": "0xE000001A" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/Primary/Primary_A6_REP_Equal.asm b/unittests/ASM/Primary/Primary_A6_REP_Equal.asm index 0086394b48..08e51dffb5 100644 --- a/unittests/ASM/Primary/Primary_A6_REP_Equal.asm +++ b/unittests/ASM/Primary/Primary_A6_REP_Equal.asm @@ -6,9 +6,6 @@ "RDX": "0x1", "RDI": "0xE000000A", "RSI": "0xE000001A" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/Primary/Primary_A6_REP_Smaller.asm b/unittests/ASM/Primary/Primary_A6_REP_Smaller.asm index 3ec8c58a5f..8d3c73f78c 100644 --- a/unittests/ASM/Primary/Primary_A6_REP_Smaller.asm +++ b/unittests/ASM/Primary/Primary_A6_REP_Smaller.asm @@ -6,9 +6,6 @@ "RDX": "0x0", "RDI": "0xE0000005", "RSI": "0xE0000015" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/Primary/Primary_A6_REP_down.asm b/unittests/ASM/Primary/Primary_A6_REP_down.asm index 0e401ee670..f3a62ff505 100644 --- a/unittests/ASM/Primary/Primary_A6_REP_down.asm +++ b/unittests/ASM/Primary/Primary_A6_REP_down.asm @@ -6,9 +6,6 @@ "RDX": "0x0", "RDI": "0xE000000C", "RSI": "0xE000001C" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/Primary/Primary_A6_REP_down_Equal.asm b/unittests/ASM/Primary/Primary_A6_REP_down_Equal.asm index e5ac98a1b2..b1a5fa5554 100644 --- a/unittests/ASM/Primary/Primary_A6_REP_down_Equal.asm +++ b/unittests/ASM/Primary/Primary_A6_REP_down_Equal.asm @@ -6,9 +6,6 @@ "RDX": "0x1", "RDI": "0xDFFFFFFF", "RSI": "0xE000000F" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/Primary/Primary_A6_down.asm b/unittests/ASM/Primary/Primary_A6_down.asm index 0e862a8913..9f8a721494 100644 --- a/unittests/ASM/Primary/Primary_A6_down.asm +++ b/unittests/ASM/Primary/Primary_A6_down.asm @@ -4,9 +4,6 @@ "RAX": "0x1200", "RDI": "0xE0000007", "RSI": "0xDFFFFFFF" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/Primary/Primary_A7_dword.asm b/unittests/ASM/Primary/Primary_A7_dword.asm index 045a2102ce..32c9ae1510 100644 --- a/unittests/ASM/Primary/Primary_A7_dword.asm +++ b/unittests/ASM/Primary/Primary_A7_dword.asm @@ -4,9 +4,6 @@ "RAX": "0x1600", "RDI": "0xE000000C", "RSI": "0xE0000004" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/Primary/Primary_A7_dword_down.asm b/unittests/ASM/Primary/Primary_A7_dword_down.asm index 930bb2aad9..ef7b24a83b 100644 --- a/unittests/ASM/Primary/Primary_A7_dword_down.asm +++ b/unittests/ASM/Primary/Primary_A7_dword_down.asm @@ -4,9 +4,6 @@ "RAX": "0x1600", "RDI": "0xE0000004", "RSI": "0xDFFFFFFC" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/Primary/Primary_A7_qword.asm b/unittests/ASM/Primary/Primary_A7_qword.asm index dbbfc83a4b..46cb913525 100644 --- a/unittests/ASM/Primary/Primary_A7_qword.asm +++ b/unittests/ASM/Primary/Primary_A7_qword.asm @@ -4,9 +4,6 @@ "RAX": "0x9700", "RDI": "0xE0000010", "RSI": "0xE0000008" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/Primary/Primary_A7_qword_down.asm b/unittests/ASM/Primary/Primary_A7_qword_down.asm index 515e722fbc..c13cd1d7e2 100644 --- a/unittests/ASM/Primary/Primary_A7_qword_down.asm +++ b/unittests/ASM/Primary/Primary_A7_qword_down.asm @@ -4,9 +4,6 @@ "RAX": "0x9700", "RDI": "0xE0000000", "RSI": "0xDFFFFFF8" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/Primary/Primary_A7_word.asm b/unittests/ASM/Primary/Primary_A7_word.asm index 97e20514c9..2332a10bc7 100644 --- a/unittests/ASM/Primary/Primary_A7_word.asm +++ b/unittests/ASM/Primary/Primary_A7_word.asm @@ -4,9 +4,6 @@ "RAX": "0x1200", "RDI": "0xE000000A", "RSI": "0xE0000002" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/Primary/Primary_A7_word_down.asm b/unittests/ASM/Primary/Primary_A7_word_down.asm index b685f095aa..58c07e2eec 100644 --- a/unittests/ASM/Primary/Primary_A7_word_down.asm +++ b/unittests/ASM/Primary/Primary_A7_word_down.asm @@ -4,9 +4,6 @@ "RAX": "0x1200", "RDI": "0xE0000006", "RSI": "0xDFFFFFFE" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/Primary/Primary_A8.asm b/unittests/ASM/Primary/Primary_A8.asm index d026b27426..1aa006126b 100644 --- a/unittests/ASM/Primary/Primary_A8.asm +++ b/unittests/ASM/Primary/Primary_A8.asm @@ -2,9 +2,6 @@ { "RegData": { "RAX": "0x0600" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/Primary/Primary_A9.asm b/unittests/ASM/Primary/Primary_A9.asm index fd66b81d98..622e52d05b 100644 --- a/unittests/ASM/Primary/Primary_A9.asm +++ b/unittests/ASM/Primary/Primary_A9.asm @@ -4,9 +4,6 @@ "RAX": "0x0200", "RBX": "0x0600", "RCX": "0x0600" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/Primary/Primary_AA.asm b/unittests/ASM/Primary/Primary_AA.asm index 40e7e89996..758df06a72 100644 --- a/unittests/ASM/Primary/Primary_AA.asm +++ b/unittests/ASM/Primary/Primary_AA.asm @@ -4,9 +4,6 @@ "RAX": "0xF2F2F2F2F2F2F2F2", "RDX": "0x0", "RDI": "0xE0000018" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/Primary/Primary_AA_REP.asm b/unittests/ASM/Primary/Primary_AA_REP.asm index 677cc959d0..c18a859887 100644 --- a/unittests/ASM/Primary/Primary_AA_REP.asm +++ b/unittests/ASM/Primary/Primary_AA_REP.asm @@ -4,9 +4,6 @@ "RAX": "0xF2F2F2F2F2F2F2F2", "RDX": "0x0", "RDI": "0xE0000018" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/Primary/Primary_AA_REPNE.asm b/unittests/ASM/Primary/Primary_AA_REPNE.asm index 79658432a7..3398ddbc12 100644 --- a/unittests/ASM/Primary/Primary_AA_REPNE.asm +++ b/unittests/ASM/Primary/Primary_AA_REPNE.asm @@ -4,9 +4,6 @@ "RAX": "0xF2F2F2F2F2F2F2F2", "RDX": "0x0", "RDI": "0xE0000018" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/Primary/Primary_AA_REPNE_down.asm b/unittests/ASM/Primary/Primary_AA_REPNE_down.asm index 7c6a528350..499ad47200 100644 --- a/unittests/ASM/Primary/Primary_AA_REPNE_down.asm +++ b/unittests/ASM/Primary/Primary_AA_REPNE_down.asm @@ -4,9 +4,6 @@ "RAX": "0xF2F2F2F2F2F2F2F2", "RDX": "0x0", "RDI": "0xE000000F" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/Primary/Primary_AA_REP_down.asm b/unittests/ASM/Primary/Primary_AA_REP_down.asm index 408dc01f09..480749d4e9 100644 --- a/unittests/ASM/Primary/Primary_AA_REP_down.asm +++ b/unittests/ASM/Primary/Primary_AA_REP_down.asm @@ -4,9 +4,6 @@ "RAX": "0xF2F2F2F2F2F2F2F2", "RDX": "0x0", "RDI": "0xE000000F" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/Primary/Primary_AB_dword.asm b/unittests/ASM/Primary/Primary_AB_dword.asm index 48d954f430..10d8a3a39c 100644 --- a/unittests/ASM/Primary/Primary_AB_dword.asm +++ b/unittests/ASM/Primary/Primary_AB_dword.asm @@ -4,9 +4,6 @@ "RAX": "0xF1F2F3F4F1F2F3F4", "RDX": "0x0", "RDI": "0xE0000018" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/Primary/Primary_AB_dword_REP.asm b/unittests/ASM/Primary/Primary_AB_dword_REP.asm index 561a86aebb..eeb3f539f4 100644 --- a/unittests/ASM/Primary/Primary_AB_dword_REP.asm +++ b/unittests/ASM/Primary/Primary_AB_dword_REP.asm @@ -4,9 +4,6 @@ "RAX": "0xF1F2F3F4F1F2F3F4", "RDX": "0x0", "RDI": "0xE0000018" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/Primary/Primary_AB_dword_REPNE.asm b/unittests/ASM/Primary/Primary_AB_dword_REPNE.asm index cb10b40354..0ccf006051 100644 --- a/unittests/ASM/Primary/Primary_AB_dword_REPNE.asm +++ b/unittests/ASM/Primary/Primary_AB_dword_REPNE.asm @@ -4,9 +4,6 @@ "RAX": "0xF1F2F3F4F1F2F3F4", "RDX": "0x0", "RDI": "0xE0000018" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/Primary/Primary_AB_dword_REPNE_down.asm b/unittests/ASM/Primary/Primary_AB_dword_REPNE_down.asm index 5b554912b5..deefb9b5af 100644 --- a/unittests/ASM/Primary/Primary_AB_dword_REPNE_down.asm +++ b/unittests/ASM/Primary/Primary_AB_dword_REPNE_down.asm @@ -4,9 +4,6 @@ "RAX": "0xF1F2F3F4F1F2F3F4", "RDX": "0x0", "RDI": "0xE000000C" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/Primary/Primary_AB_dword_REP_down.asm b/unittests/ASM/Primary/Primary_AB_dword_REP_down.asm index 27872f230b..37975a6f78 100644 --- a/unittests/ASM/Primary/Primary_AB_dword_REP_down.asm +++ b/unittests/ASM/Primary/Primary_AB_dword_REP_down.asm @@ -4,9 +4,6 @@ "RAX": "0xF1F2F3F4F1F2F3F4", "RDX": "0x0", "RDI": "0xE000000C" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/Primary/Primary_AB_qword.asm b/unittests/ASM/Primary/Primary_AB_qword.asm index ac6666be26..c97e968621 100644 --- a/unittests/ASM/Primary/Primary_AB_qword.asm +++ b/unittests/ASM/Primary/Primary_AB_qword.asm @@ -4,9 +4,6 @@ "RAX": "0xF1F2F3F4F5F6F7F8", "RDX": "0x0", "RDI": "0xE0000018" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/Primary/Primary_AB_qword_REP.asm b/unittests/ASM/Primary/Primary_AB_qword_REP.asm index 52805e43be..a70bde5c8b 100644 --- a/unittests/ASM/Primary/Primary_AB_qword_REP.asm +++ b/unittests/ASM/Primary/Primary_AB_qword_REP.asm @@ -5,9 +5,6 @@ "RDX": "0xF1F2F3F4F5F6F7F8", "RSI": "0x0", "RDI": "0xE0000020" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/Primary/Primary_AB_qword_REPNE.asm b/unittests/ASM/Primary/Primary_AB_qword_REPNE.asm index 8a4b030c04..d541b22791 100644 --- a/unittests/ASM/Primary/Primary_AB_qword_REPNE.asm +++ b/unittests/ASM/Primary/Primary_AB_qword_REPNE.asm @@ -5,9 +5,6 @@ "RDX": "0xF1F2F3F4F5F6F7F8", "RSI": "0x0", "RDI": "0xE0000020" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/Primary/Primary_AB_qword_REPNE_down.asm b/unittests/ASM/Primary/Primary_AB_qword_REPNE_down.asm index dcfce2408e..9c534d1501 100644 --- a/unittests/ASM/Primary/Primary_AB_qword_REPNE_down.asm +++ b/unittests/ASM/Primary/Primary_AB_qword_REPNE_down.asm @@ -5,9 +5,6 @@ "RDX": "0xF1F2F3F4F5F6F7F8", "RSI": "0x0", "RDI": "0xE0000008" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/Primary/Primary_AB_qword_REP_down.asm b/unittests/ASM/Primary/Primary_AB_qword_REP_down.asm index abec1a0c12..ad8477284f 100644 --- a/unittests/ASM/Primary/Primary_AB_qword_REP_down.asm +++ b/unittests/ASM/Primary/Primary_AB_qword_REP_down.asm @@ -5,9 +5,6 @@ "RDX": "0xF1F2F3F4F5F6F7F8", "RSI": "0x0", "RDI": "0xE0000008" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/Primary/Primary_AB_word.asm b/unittests/ASM/Primary/Primary_AB_word.asm index dcb148cfcb..f7c87b5a16 100644 --- a/unittests/ASM/Primary/Primary_AB_word.asm +++ b/unittests/ASM/Primary/Primary_AB_word.asm @@ -4,9 +4,6 @@ "RAX": "0xF1F2F1F2F1F2F1F2", "RDX": "0x0", "RDI": "0xE0000018" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/Primary/Primary_AB_word_REP.asm b/unittests/ASM/Primary/Primary_AB_word_REP.asm index 8f0f3107fd..05b2a43d98 100644 --- a/unittests/ASM/Primary/Primary_AB_word_REP.asm +++ b/unittests/ASM/Primary/Primary_AB_word_REP.asm @@ -4,9 +4,6 @@ "RAX": "0xF1F2F1F2F1F2F1F2", "RDX": "0x0", "RDI": "0xE0000018" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/Primary/Primary_AB_word_REPNE.asm b/unittests/ASM/Primary/Primary_AB_word_REPNE.asm index 89f8a9e171..e285a0267b 100644 --- a/unittests/ASM/Primary/Primary_AB_word_REPNE.asm +++ b/unittests/ASM/Primary/Primary_AB_word_REPNE.asm @@ -4,9 +4,6 @@ "RAX": "0xF1F2F1F2F1F2F1F2", "RDX": "0x0", "RDI": "0xE0000018" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/Primary/Primary_AB_word_REPNE_down.asm b/unittests/ASM/Primary/Primary_AB_word_REPNE_down.asm index c2c4b36c7d..12ea518c71 100644 --- a/unittests/ASM/Primary/Primary_AB_word_REPNE_down.asm +++ b/unittests/ASM/Primary/Primary_AB_word_REPNE_down.asm @@ -4,9 +4,6 @@ "RAX": "0xF1F2F1F2F1F2F1F2", "RDX": "0x0", "RDI": "0xE000000E" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/Primary/Primary_AB_word_REP_down.asm b/unittests/ASM/Primary/Primary_AB_word_REP_down.asm index 2268ca3e2e..ab3ea082e9 100644 --- a/unittests/ASM/Primary/Primary_AB_word_REP_down.asm +++ b/unittests/ASM/Primary/Primary_AB_word_REP_down.asm @@ -4,9 +4,6 @@ "RAX": "0xF1F2F1F2F1F2F1F2", "RDX": "0x0", "RDI": "0xE000000E" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/Primary/Primary_AC.asm b/unittests/ASM/Primary/Primary_AC.asm index 77f01f6c18..dddd3682b3 100644 --- a/unittests/ASM/Primary/Primary_AC.asm +++ b/unittests/ASM/Primary/Primary_AC.asm @@ -3,9 +3,6 @@ "RegData": { "RAX": "0x41", "RSI": "0xE0000008" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/Primary/Primary_AC_REP.asm b/unittests/ASM/Primary/Primary_AC_REP.asm index c9cd782fe9..c531c48fd0 100644 --- a/unittests/ASM/Primary/Primary_AC_REP.asm +++ b/unittests/ASM/Primary/Primary_AC_REP.asm @@ -3,9 +3,6 @@ "RegData": { "RAX": "0x41", "RSI": "0xE0000008" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/Primary/Primary_AC_REPNE.asm b/unittests/ASM/Primary/Primary_AC_REPNE.asm index 55c7ff2c73..71c61acfd1 100644 --- a/unittests/ASM/Primary/Primary_AC_REPNE.asm +++ b/unittests/ASM/Primary/Primary_AC_REPNE.asm @@ -3,9 +3,6 @@ "RegData": { "RAX": "0x41", "RSI": "0xE0000008" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/Primary/Primary_AC_REPNE_down.asm b/unittests/ASM/Primary/Primary_AC_REPNE_down.asm index cc96b872e7..36adffc17c 100644 --- a/unittests/ASM/Primary/Primary_AC_REPNE_down.asm +++ b/unittests/ASM/Primary/Primary_AC_REPNE_down.asm @@ -3,9 +3,6 @@ "RegData": { "RAX": "0x57", "RSI": "0xE0000008" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/Primary/Primary_AC_REP_down.asm b/unittests/ASM/Primary/Primary_AC_REP_down.asm index 5b406576ec..85ca9a11f8 100644 --- a/unittests/ASM/Primary/Primary_AC_REP_down.asm +++ b/unittests/ASM/Primary/Primary_AC_REP_down.asm @@ -3,9 +3,6 @@ "RegData": { "RAX": "0x57", "RSI": "0xE0000008" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/Primary/Primary_AD_REPNE_dword.asm b/unittests/ASM/Primary/Primary_AD_REPNE_dword.asm index 5def3158fa..2e69cf7229 100644 --- a/unittests/ASM/Primary/Primary_AD_REPNE_dword.asm +++ b/unittests/ASM/Primary/Primary_AD_REPNE_dword.asm @@ -3,9 +3,6 @@ "RegData": { "RAX": "0x71727374", "RSI": "0xE0000020" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/Primary/Primary_AD_REPNE_dword_down.asm b/unittests/ASM/Primary/Primary_AD_REPNE_dword_down.asm index ee7cb5ef09..ef6cd5f35f 100644 --- a/unittests/ASM/Primary/Primary_AD_REPNE_dword_down.asm +++ b/unittests/ASM/Primary/Primary_AD_REPNE_dword_down.asm @@ -3,9 +3,6 @@ "RegData": { "RAX": "0x41424344", "RSI": "0xE0000000" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/Primary/Primary_AD_REPNE_qword.asm b/unittests/ASM/Primary/Primary_AD_REPNE_qword.asm index edc55ea097..50c817615e 100644 --- a/unittests/ASM/Primary/Primary_AD_REPNE_qword.asm +++ b/unittests/ASM/Primary/Primary_AD_REPNE_qword.asm @@ -3,9 +3,6 @@ "RegData": { "RAX": "0xB1B2B3B4B5B6B7B8", "RSI": "0xE0000040" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/Primary/Primary_AD_REPNE_qword_down.asm b/unittests/ASM/Primary/Primary_AD_REPNE_qword_down.asm index 0f4dc58470..de47917324 100644 --- a/unittests/ASM/Primary/Primary_AD_REPNE_qword_down.asm +++ b/unittests/ASM/Primary/Primary_AD_REPNE_qword_down.asm @@ -3,9 +3,6 @@ "RegData": { "RAX": "0x5152535455565758", "RSI": "0xE0000000" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/Primary/Primary_AD_REPNE_word.asm b/unittests/ASM/Primary/Primary_AD_REPNE_word.asm index 99561bdbca..9b363e695f 100644 --- a/unittests/ASM/Primary/Primary_AD_REPNE_word.asm +++ b/unittests/ASM/Primary/Primary_AD_REPNE_word.asm @@ -3,9 +3,6 @@ "RegData": { "RAX": "0x5152", "RSI": "0xE0000010" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/Primary/Primary_AD_REPNE_word_down.asm b/unittests/ASM/Primary/Primary_AD_REPNE_word_down.asm index 1ff515619b..316273d523 100644 --- a/unittests/ASM/Primary/Primary_AD_REPNE_word_down.asm +++ b/unittests/ASM/Primary/Primary_AD_REPNE_word_down.asm @@ -3,9 +3,6 @@ "RegData": { "RAX": "0x4546", "RSI": "0xE0000000" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/Primary/Primary_AD_REP_dword.asm b/unittests/ASM/Primary/Primary_AD_REP_dword.asm index ce24611e8f..8e39197bf9 100644 --- a/unittests/ASM/Primary/Primary_AD_REP_dword.asm +++ b/unittests/ASM/Primary/Primary_AD_REP_dword.asm @@ -3,9 +3,6 @@ "RegData": { "RAX": "0x71727374", "RSI": "0xE0000020" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/Primary/Primary_AD_REP_dword_down.asm b/unittests/ASM/Primary/Primary_AD_REP_dword_down.asm index 16ee90d6c8..c8a958c407 100644 --- a/unittests/ASM/Primary/Primary_AD_REP_dword_down.asm +++ b/unittests/ASM/Primary/Primary_AD_REP_dword_down.asm @@ -3,9 +3,6 @@ "RegData": { "RAX": "0x41424344", "RSI": "0xE0000000" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/Primary/Primary_AD_REP_qword.asm b/unittests/ASM/Primary/Primary_AD_REP_qword.asm index d3f26e8bb9..6f2678b210 100644 --- a/unittests/ASM/Primary/Primary_AD_REP_qword.asm +++ b/unittests/ASM/Primary/Primary_AD_REP_qword.asm @@ -3,9 +3,6 @@ "RegData": { "RAX": "0xB1B2B3B4B5B6B7B8", "RSI": "0xE0000040" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/Primary/Primary_AD_REP_qword_down.asm b/unittests/ASM/Primary/Primary_AD_REP_qword_down.asm index 8384583085..d1aac2ce0e 100644 --- a/unittests/ASM/Primary/Primary_AD_REP_qword_down.asm +++ b/unittests/ASM/Primary/Primary_AD_REP_qword_down.asm @@ -3,9 +3,6 @@ "RegData": { "RAX": "0x5152535455565758", "RSI": "0xE0000000" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/Primary/Primary_AD_REP_word.asm b/unittests/ASM/Primary/Primary_AD_REP_word.asm index e517f12b82..4aa457343e 100644 --- a/unittests/ASM/Primary/Primary_AD_REP_word.asm +++ b/unittests/ASM/Primary/Primary_AD_REP_word.asm @@ -3,9 +3,6 @@ "RegData": { "RAX": "0x5152", "RSI": "0xE0000010" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/Primary/Primary_AD_REP_word_down.asm b/unittests/ASM/Primary/Primary_AD_REP_word_down.asm index 1326c18463..85286b7ae1 100644 --- a/unittests/ASM/Primary/Primary_AD_REP_word_down.asm +++ b/unittests/ASM/Primary/Primary_AD_REP_word_down.asm @@ -3,9 +3,6 @@ "RegData": { "RAX": "0x4546", "RSI": "0xE0000000" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/Primary/Primary_AD_dword.asm b/unittests/ASM/Primary/Primary_AD_dword.asm index b4972a9645..a9dfa2b4b3 100644 --- a/unittests/ASM/Primary/Primary_AD_dword.asm +++ b/unittests/ASM/Primary/Primary_AD_dword.asm @@ -3,9 +3,6 @@ "RegData": { "RAX": "0x71727374", "RSI": "0xE0000020" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/Primary/Primary_AD_qword.asm b/unittests/ASM/Primary/Primary_AD_qword.asm index 7a0783043c..689730688c 100644 --- a/unittests/ASM/Primary/Primary_AD_qword.asm +++ b/unittests/ASM/Primary/Primary_AD_qword.asm @@ -3,9 +3,6 @@ "RegData": { "RAX": "0xB1B2B3B4B5B6B7B8", "RSI": "0xE0000040" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/Primary/Primary_AD_word.asm b/unittests/ASM/Primary/Primary_AD_word.asm index 8debbd088d..fd5310314e 100644 --- a/unittests/ASM/Primary/Primary_AD_word.asm +++ b/unittests/ASM/Primary/Primary_AD_word.asm @@ -3,9 +3,6 @@ "RegData": { "RAX": "0x5152", "RSI": "0xE0000010" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/Primary/Primary_AE.asm b/unittests/ASM/Primary/Primary_AE.asm index 179cc776bc..89c264a28c 100644 --- a/unittests/ASM/Primary/Primary_AE.asm +++ b/unittests/ASM/Primary/Primary_AE.asm @@ -3,9 +3,6 @@ "RegData": { "RAX": "0x1200", "RDI": "0xE0000001" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/Primary/Primary_AE_REP.asm b/unittests/ASM/Primary/Primary_AE_REP.asm index 764228b096..88cf6fd29b 100644 --- a/unittests/ASM/Primary/Primary_AE_REP.asm +++ b/unittests/ASM/Primary/Primary_AE_REP.asm @@ -3,9 +3,6 @@ "RegData": { "RCX": "5", "RDI": "0xE0000003" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/Primary/Primary_AE_REPNE.asm b/unittests/ASM/Primary/Primary_AE_REPNE.asm index 9538040f00..7eac07f6b6 100644 --- a/unittests/ASM/Primary/Primary_AE_REPNE.asm +++ b/unittests/ASM/Primary/Primary_AE_REPNE.asm @@ -3,9 +3,6 @@ "RegData": { "RCX": "1", "RDI": "0xE0000007" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/Primary/Primary_AE_REPNE_down.asm b/unittests/ASM/Primary/Primary_AE_REPNE_down.asm index 2736c52146..68256f00ff 100644 --- a/unittests/ASM/Primary/Primary_AE_REPNE_down.asm +++ b/unittests/ASM/Primary/Primary_AE_REPNE_down.asm @@ -3,9 +3,6 @@ "RegData": { "RCX": "5", "RDI": "0xE000000D" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/Primary/Primary_AE_REP_down.asm b/unittests/ASM/Primary/Primary_AE_REP_down.asm index 2315874697..c36a6594c4 100644 --- a/unittests/ASM/Primary/Primary_AE_REP_down.asm +++ b/unittests/ASM/Primary/Primary_AE_REP_down.asm @@ -3,9 +3,6 @@ "RegData": { "RCX": "7", "RDI": "0xE000000F" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/Primary/Primary_AF_REP_dword.asm b/unittests/ASM/Primary/Primary_AF_REP_dword.asm index b45495fe41..759f4fa0c4 100644 --- a/unittests/ASM/Primary/Primary_AF_REP_dword.asm +++ b/unittests/ASM/Primary/Primary_AF_REP_dword.asm @@ -3,9 +3,6 @@ "RegData": { "RCX": "6", "RDI": "0xE0000008" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/Primary/Primary_AF_REP_qword.asm b/unittests/ASM/Primary/Primary_AF_REP_qword.asm index 5a2a09e49d..65de7de82a 100644 --- a/unittests/ASM/Primary/Primary_AF_REP_qword.asm +++ b/unittests/ASM/Primary/Primary_AF_REP_qword.asm @@ -3,9 +3,6 @@ "RegData": { "RCX": "6", "RDI": "0xE0000010" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/Primary/Primary_AF_REP_word.asm b/unittests/ASM/Primary/Primary_AF_REP_word.asm index 2fea40b86f..04e9170f07 100644 --- a/unittests/ASM/Primary/Primary_AF_REP_word.asm +++ b/unittests/ASM/Primary/Primary_AF_REP_word.asm @@ -3,9 +3,6 @@ "RegData": { "RCX": "6", "RDI": "0xE0000004" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/Primary/Primary_B0.asm b/unittests/ASM/Primary/Primary_B0.asm index 0e40b164cf..5c0e91d749 100644 --- a/unittests/ASM/Primary/Primary_B0.asm +++ b/unittests/ASM/Primary/Primary_B0.asm @@ -17,9 +17,6 @@ "R13": "0xFFFFFFFFFFFFFF41", "R14": "0xFFFFFFFFFFFFFF41", "R15": "0xFFFFFFFFFFFFFF41" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/Primary/Primary_B8.asm b/unittests/ASM/Primary/Primary_B8.asm index ccbcd0e925..44af1e8f72 100644 --- a/unittests/ASM/Primary/Primary_B8.asm +++ b/unittests/ASM/Primary/Primary_B8.asm @@ -17,9 +17,6 @@ "R13": "0xFFFFFFFFFFFF4241", "R14": "0xFFFFFFFFFFFF4241", "R15": "0xFFFFFFFFFFFF4241" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/Primary/Primary_B8_2.asm b/unittests/ASM/Primary/Primary_B8_2.asm index e8ddbc1f0a..93ed1f7e5b 100644 --- a/unittests/ASM/Primary/Primary_B8_2.asm +++ b/unittests/ASM/Primary/Primary_B8_2.asm @@ -17,9 +17,6 @@ "R13": "0x0000000044434241", "R14": "0x0000000044434241", "R15": "0x0000000044434241" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/Primary/Primary_B8_3.asm b/unittests/ASM/Primary/Primary_B8_3.asm index 9a1fc8494c..f270fbc134 100644 --- a/unittests/ASM/Primary/Primary_B8_3.asm +++ b/unittests/ASM/Primary/Primary_B8_3.asm @@ -17,9 +17,6 @@ "R13": "0x4847464544434241", "R14": "0x4847464544434241", "R15": "0x4847464544434241" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/Primary/Primary_C2.asm b/unittests/ASM/Primary/Primary_C2.asm index 2e69baae64..22290cff01 100644 --- a/unittests/ASM/Primary/Primary_C2.asm +++ b/unittests/ASM/Primary/Primary_C2.asm @@ -3,9 +3,6 @@ "RegData": { "RAX": "0x1", "RSP": "0xE000FF20" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/Primary/Primary_C3.asm b/unittests/ASM/Primary/Primary_C3.asm index 708b844016..6e3c7339fc 100644 --- a/unittests/ASM/Primary/Primary_C3.asm +++ b/unittests/ASM/Primary/Primary_C3.asm @@ -3,9 +3,6 @@ "RegData": { "RAX": "0x1", "RSP": "0xE0000020" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/Primary/Primary_C8.asm b/unittests/ASM/Primary/Primary_C8.asm index 40bccf4eeb..d800cc27e4 100644 --- a/unittests/ASM/Primary/Primary_C8.asm +++ b/unittests/ASM/Primary/Primary_C8.asm @@ -3,9 +3,6 @@ "RegData": { "RSP": "0xE0000FE8", "RBP": "0xE0000FF8" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/Primary/Primary_C8_2.asm b/unittests/ASM/Primary/Primary_C8_2.asm index f125b0b856..75f3e2eee3 100644 --- a/unittests/ASM/Primary/Primary_C8_2.asm +++ b/unittests/ASM/Primary/Primary_C8_2.asm @@ -4,9 +4,6 @@ "RAX": "0x4142434445464748", "RSP": "0xE0000FD8", "RBP": "0xE0000FF8" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/Primary/Primary_C9.asm b/unittests/ASM/Primary/Primary_C9.asm index 3b14f73ba1..a7d2d0d69e 100644 --- a/unittests/ASM/Primary/Primary_C9.asm +++ b/unittests/ASM/Primary/Primary_C9.asm @@ -3,9 +3,6 @@ "RegData": { "RAX": "0x1", "RBP": "0x4142434445464748" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/Primary/Primary_D7.asm b/unittests/ASM/Primary/Primary_D7.asm index 742e717ebf..33123c3776 100644 --- a/unittests/ASM/Primary/Primary_D7.asm +++ b/unittests/ASM/Primary/Primary_D7.asm @@ -4,9 +4,6 @@ "R15": "0xFFFFFFFFFFFFFF47", "R14": "0xFFFFFFFFFFFFFF57", "R13": "0xFFFFFFFFFFFFFF67" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/Primary/Primary_E0.asm b/unittests/ASM/Primary/Primary_E0.asm index ba10d58756..a14580ce37 100644 --- a/unittests/ASM/Primary/Primary_E0.asm +++ b/unittests/ASM/Primary/Primary_E0.asm @@ -2,9 +2,6 @@ { "RegData": { "RAX": "0x0F" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/Primary/Primary_E1.asm b/unittests/ASM/Primary/Primary_E1.asm index 9d2d7707d4..7a03ae1923 100644 --- a/unittests/ASM/Primary/Primary_E1.asm +++ b/unittests/ASM/Primary/Primary_E1.asm @@ -2,9 +2,6 @@ { "RegData": { "RAX": "0x0F" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/Primary/Primary_E2.asm b/unittests/ASM/Primary/Primary_E2.asm index dd5d45153f..ed5ab738db 100644 --- a/unittests/ASM/Primary/Primary_E2.asm +++ b/unittests/ASM/Primary/Primary_E2.asm @@ -2,9 +2,6 @@ { "RegData": { "RAX": "0x10" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/Primary/Primary_E3.asm b/unittests/ASM/Primary/Primary_E3.asm index 834ec38527..3759943e1a 100644 --- a/unittests/ASM/Primary/Primary_E3.asm +++ b/unittests/ASM/Primary/Primary_E3.asm @@ -3,9 +3,6 @@ "RegData": { "RAX": "0x10", "RBX": "0x10" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/Primary/Primary_E8.asm b/unittests/ASM/Primary/Primary_E8.asm index 939c99e9c7..5f121990ed 100644 --- a/unittests/ASM/Primary/Primary_E8.asm +++ b/unittests/ASM/Primary/Primary_E8.asm @@ -3,9 +3,6 @@ "RegData": { "RAX": "0x1", "RBX": "0x1" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/Primary/Primary_E9.asm b/unittests/ASM/Primary/Primary_E9.asm index b62899ba2f..0d17a1c1bf 100644 --- a/unittests/ASM/Primary/Primary_E9.asm +++ b/unittests/ASM/Primary/Primary_E9.asm @@ -3,9 +3,6 @@ "RegData": { "RAX": "0x1", "RBX": "0x1" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/Primary/Primary_EB.asm b/unittests/ASM/Primary/Primary_EB.asm index f763c41f51..9768355d4e 100644 --- a/unittests/ASM/Primary/Primary_EB.asm +++ b/unittests/ASM/Primary/Primary_EB.asm @@ -2,9 +2,6 @@ { "RegData": { "RAX": "0x1" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/Primary/Primary_F5.asm b/unittests/ASM/Primary/Primary_F5.asm index b4edc1cf42..b01e15d9db 100644 --- a/unittests/ASM/Primary/Primary_F5.asm +++ b/unittests/ASM/Primary/Primary_F5.asm @@ -2,9 +2,6 @@ { "RegData": { "RAX": "0x1" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/Primary/Primary_F8.asm b/unittests/ASM/Primary/Primary_F8.asm index f24a6bb855..8b75ddf4ee 100644 --- a/unittests/ASM/Primary/Primary_F8.asm +++ b/unittests/ASM/Primary/Primary_F8.asm @@ -2,9 +2,6 @@ { "RegData": { "RAX": "0x0" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/Primary/Primary_F9.asm b/unittests/ASM/Primary/Primary_F9.asm index f672358f23..77bf87d281 100644 --- a/unittests/ASM/Primary/Primary_F9.asm +++ b/unittests/ASM/Primary/Primary_F9.asm @@ -2,9 +2,6 @@ { "RegData": { "RAX": "0x1" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/Primary/Primary_FC.asm b/unittests/ASM/Primary/Primary_FC.asm index 20b593e54c..cc491a1b6e 100644 --- a/unittests/ASM/Primary/Primary_FC.asm +++ b/unittests/ASM/Primary/Primary_FC.asm @@ -2,9 +2,6 @@ { "RegData": { "RDI": "0xE0000001" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/Primary/Primary_FD.asm b/unittests/ASM/Primary/Primary_FD.asm index 9e74df7b89..adc2950f91 100644 --- a/unittests/ASM/Primary/Primary_FD.asm +++ b/unittests/ASM/Primary/Primary_FD.asm @@ -2,9 +2,6 @@ { "RegData": { "RDI": "0xE0000007" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/PrimaryGroup/1_80_00.asm b/unittests/ASM/PrimaryGroup/1_80_00.asm index 609bc4e8f6..59b56bb951 100644 --- a/unittests/ASM/PrimaryGroup/1_80_00.asm +++ b/unittests/ASM/PrimaryGroup/1_80_00.asm @@ -2,9 +2,6 @@ { "RegData": { "RAX": "0x414243444546A848" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/PrimaryGroup/1_80_01.asm b/unittests/ASM/PrimaryGroup/1_80_01.asm index a7a6273d39..6fa227fe66 100644 --- a/unittests/ASM/PrimaryGroup/1_80_01.asm +++ b/unittests/ASM/PrimaryGroup/1_80_01.asm @@ -2,9 +2,6 @@ { "RegData": { "RAX": "0x4142434445466748" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/PrimaryGroup/1_80_02.asm b/unittests/ASM/PrimaryGroup/1_80_02.asm index 815727ebf8..10a99c67b5 100644 --- a/unittests/ASM/PrimaryGroup/1_80_02.asm +++ b/unittests/ASM/PrimaryGroup/1_80_02.asm @@ -2,9 +2,6 @@ { "RegData": { "RAX": "0x4142434445A8A848" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/PrimaryGroup/1_80_02_2.asm b/unittests/ASM/PrimaryGroup/1_80_02_2.asm index 4ad59a1b0c..ce3dde6eaf 100644 --- a/unittests/ASM/PrimaryGroup/1_80_02_2.asm +++ b/unittests/ASM/PrimaryGroup/1_80_02_2.asm @@ -2,9 +2,6 @@ { "RegData": { "RAX": "0x4142434445A8A848" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/PrimaryGroup/1_80_03.asm b/unittests/ASM/PrimaryGroup/1_80_03.asm index f386f93a1f..423906d020 100644 --- a/unittests/ASM/PrimaryGroup/1_80_03.asm +++ b/unittests/ASM/PrimaryGroup/1_80_03.asm @@ -2,9 +2,6 @@ { "RegData": { "RAX": "0x4142434445E4E648" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/PrimaryGroup/1_80_03_2.asm b/unittests/ASM/PrimaryGroup/1_80_03_2.asm index e673db5bf9..bfbfbe85b8 100644 --- a/unittests/ASM/PrimaryGroup/1_80_03_2.asm +++ b/unittests/ASM/PrimaryGroup/1_80_03_2.asm @@ -2,9 +2,6 @@ { "RegData": { "RAX": "0x4142434445E4E648" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/PrimaryGroup/1_80_04.asm b/unittests/ASM/PrimaryGroup/1_80_04.asm index 675e401e10..419fcb69dd 100644 --- a/unittests/ASM/PrimaryGroup/1_80_04.asm +++ b/unittests/ASM/PrimaryGroup/1_80_04.asm @@ -2,9 +2,6 @@ { "RegData": { "RAX": "0x4142434445464148" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/PrimaryGroup/1_80_05.asm b/unittests/ASM/PrimaryGroup/1_80_05.asm index 4d956579af..74a8befd37 100644 --- a/unittests/ASM/PrimaryGroup/1_80_05.asm +++ b/unittests/ASM/PrimaryGroup/1_80_05.asm @@ -2,9 +2,6 @@ { "RegData": { "RAX": "0x414243444546E648" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/PrimaryGroup/1_80_06.asm b/unittests/ASM/PrimaryGroup/1_80_06.asm index e95e0cf095..aaccbebbcf 100644 --- a/unittests/ASM/PrimaryGroup/1_80_06.asm +++ b/unittests/ASM/PrimaryGroup/1_80_06.asm @@ -2,9 +2,6 @@ { "RegData": { "RAX": "0x4142434445462648" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/PrimaryGroup/1_80_07.asm b/unittests/ASM/PrimaryGroup/1_80_07.asm index 142bd7f61b..a60e33bebc 100644 --- a/unittests/ASM/PrimaryGroup/1_80_07.asm +++ b/unittests/ASM/PrimaryGroup/1_80_07.asm @@ -2,9 +2,6 @@ { "RegData": { "RAX": "0x4142434445468348" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/PrimaryGroup/1_81_00.asm b/unittests/ASM/PrimaryGroup/1_81_00.asm index efbcfa44b7..cb10402826 100644 --- a/unittests/ASM/PrimaryGroup/1_81_00.asm +++ b/unittests/ASM/PrimaryGroup/1_81_00.asm @@ -5,9 +5,6 @@ "RBX": "0x51525354B6B8BABC", "RCX": "0x61626364C6C8CACC", "RDX": "0x6162636465666668" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/PrimaryGroup/1_81_01.asm b/unittests/ASM/PrimaryGroup/1_81_01.asm index 36e9a0cbf9..467e649663 100644 --- a/unittests/ASM/PrimaryGroup/1_81_01.asm +++ b/unittests/ASM/PrimaryGroup/1_81_01.asm @@ -5,9 +5,6 @@ "RBX": "0x515253547576777C", "RCX": "0x616263646566676C", "RDX": "0xFFFFFFFFFFFFFF68" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/PrimaryGroup/1_81_02.asm b/unittests/ASM/PrimaryGroup/1_81_02.asm index 32d72efee1..f403322bb9 100644 --- a/unittests/ASM/PrimaryGroup/1_81_02.asm +++ b/unittests/ASM/PrimaryGroup/1_81_02.asm @@ -5,9 +5,6 @@ "RBX": "0x51525354181B1E21", "RCX": "0x61626365282B2E31", "RDX": "0x6162636465666569" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/PrimaryGroup/1_81_02_2.asm b/unittests/ASM/PrimaryGroup/1_81_02_2.asm index 088c98ddbd..283dafe563 100644 --- a/unittests/ASM/PrimaryGroup/1_81_02_2.asm +++ b/unittests/ASM/PrimaryGroup/1_81_02_2.asm @@ -5,9 +5,6 @@ "RBX": "0x51525354181B1E21", "RCX": "0x61626365282B2E31", "RDX": "0x6162636465666569" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/PrimaryGroup/1_81_03.asm b/unittests/ASM/PrimaryGroup/1_81_03.asm index cf74981172..b3c40cff35 100644 --- a/unittests/ASM/PrimaryGroup/1_81_03.asm +++ b/unittests/ASM/PrimaryGroup/1_81_03.asm @@ -5,9 +5,6 @@ "RBX": "0x515253549291908F", "RCX": "0x61626363A2A1A09F", "RDX": "0x6162636465666967" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/PrimaryGroup/1_81_03_2.asm b/unittests/ASM/PrimaryGroup/1_81_03_2.asm index 3e0108c416..5bb9642fcb 100644 --- a/unittests/ASM/PrimaryGroup/1_81_03_2.asm +++ b/unittests/ASM/PrimaryGroup/1_81_03_2.asm @@ -5,9 +5,6 @@ "RBX": "0x515253549291908F", "RCX": "0x61626363A2A1A09F", "RDX": "0x6162636465666967" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/PrimaryGroup/1_81_04.asm b/unittests/ASM/PrimaryGroup/1_81_04.asm index 0449be869d..678f84871c 100644 --- a/unittests/ASM/PrimaryGroup/1_81_04.asm +++ b/unittests/ASM/PrimaryGroup/1_81_04.asm @@ -5,9 +5,6 @@ "RBX": "0x5152535441424340", "RCX": "0x0000000061626360", "RDX": "0x6162636465666700" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/PrimaryGroup/1_81_05.asm b/unittests/ASM/PrimaryGroup/1_81_05.asm index ef7e8826fe..6499ff643d 100644 --- a/unittests/ASM/PrimaryGroup/1_81_05.asm +++ b/unittests/ASM/PrimaryGroup/1_81_05.asm @@ -5,9 +5,6 @@ "RBX": "0x51525354F3F3F3F4", "RCX": "0x6162636404040404", "RDX": "0x6162636465666868" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/PrimaryGroup/1_81_06.asm b/unittests/ASM/PrimaryGroup/1_81_06.asm index ebc6b1b6c6..90b5aa799e 100644 --- a/unittests/ASM/PrimaryGroup/1_81_06.asm +++ b/unittests/ASM/PrimaryGroup/1_81_06.asm @@ -5,9 +5,6 @@ "RBX": "0x515253543434343C", "RCX": "0x616263640404040C", "RDX": "0x9E9D9C9B9A999868" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/PrimaryGroup/1_81_07.asm b/unittests/ASM/PrimaryGroup/1_81_07.asm index 5c8e3bb238..fb65815604 100644 --- a/unittests/ASM/PrimaryGroup/1_81_07.asm +++ b/unittests/ASM/PrimaryGroup/1_81_07.asm @@ -5,9 +5,6 @@ "RBX": "0x8300", "RCX": "0x0200", "RSI": "0x0300" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/PrimaryGroup/1_83_00.asm b/unittests/ASM/PrimaryGroup/1_83_00.asm index ae053d51ca..a80e2568fb 100644 --- a/unittests/ASM/PrimaryGroup/1_83_00.asm +++ b/unittests/ASM/PrimaryGroup/1_83_00.asm @@ -4,9 +4,6 @@ "RAX": "0x4142434445464729", "RBX": "0x5152535455565739", "RCX": "0x6162636465666749" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/PrimaryGroup/1_83_01.asm b/unittests/ASM/PrimaryGroup/1_83_01.asm index a493cfcae9..0bdb35369a 100644 --- a/unittests/ASM/PrimaryGroup/1_83_01.asm +++ b/unittests/ASM/PrimaryGroup/1_83_01.asm @@ -4,9 +4,6 @@ "RAX": "0x414243444546FFE9", "RBX": "0x51525354FFFFFFF9", "RCX": "0xFFFFFFFFFFFFFFE9" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/PrimaryGroup/1_83_02.asm b/unittests/ASM/PrimaryGroup/1_83_02.asm index 57c636dbb8..a7e19f696f 100644 --- a/unittests/ASM/PrimaryGroup/1_83_02.asm +++ b/unittests/ASM/PrimaryGroup/1_83_02.asm @@ -4,9 +4,6 @@ "RAX": "0x4142432645274748", "RBX": "0x515253545556571B", "RCX": "0x616263646566672B" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/PrimaryGroup/1_83_02_2.asm b/unittests/ASM/PrimaryGroup/1_83_02_2.asm index fb49049528..bcba67080b 100644 --- a/unittests/ASM/PrimaryGroup/1_83_02_2.asm +++ b/unittests/ASM/PrimaryGroup/1_83_02_2.asm @@ -4,9 +4,6 @@ "RAX": "0x4142432645274748", "RBX": "0x515253545556571B", "RCX": "0x616263646566672B" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/PrimaryGroup/1_83_03.asm b/unittests/ASM/PrimaryGroup/1_83_03.asm index 133ec61a6c..2d522cca83 100644 --- a/unittests/ASM/PrimaryGroup/1_83_03.asm +++ b/unittests/ASM/PrimaryGroup/1_83_03.asm @@ -4,9 +4,6 @@ "RAX": "0x4142436245654748", "RBX": "0x5152535455565795", "RCX": "0x61626364656667A5" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/PrimaryGroup/1_83_03_2.asm b/unittests/ASM/PrimaryGroup/1_83_03_2.asm index 7066a26060..a62557c546 100644 --- a/unittests/ASM/PrimaryGroup/1_83_03_2.asm +++ b/unittests/ASM/PrimaryGroup/1_83_03_2.asm @@ -4,9 +4,6 @@ "RAX": "0x4142436245654748", "RBX": "0x5152535455565795", "RCX": "0x61626364656667A5" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/PrimaryGroup/1_83_04.asm b/unittests/ASM/PrimaryGroup/1_83_04.asm index 10ef530e8c..3689c2d034 100644 --- a/unittests/ASM/PrimaryGroup/1_83_04.asm +++ b/unittests/ASM/PrimaryGroup/1_83_04.asm @@ -4,9 +4,6 @@ "RAX": "0x4142434445464740", "RBX": "0x5152535455565740", "RCX": "0x6162636465666760" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/PrimaryGroup/1_83_05.asm b/unittests/ASM/PrimaryGroup/1_83_05.asm index e4b3336bed..f244265348 100644 --- a/unittests/ASM/PrimaryGroup/1_83_05.asm +++ b/unittests/ASM/PrimaryGroup/1_83_05.asm @@ -4,9 +4,6 @@ "RAX": "0x4142434445464767", "RBX": "0x5152535455565777", "RCX": "0x6162636465666787" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/PrimaryGroup/1_83_06.asm b/unittests/ASM/PrimaryGroup/1_83_06.asm index bb3f90d4b1..446b62edcc 100644 --- a/unittests/ASM/PrimaryGroup/1_83_06.asm +++ b/unittests/ASM/PrimaryGroup/1_83_06.asm @@ -4,9 +4,6 @@ "RAX": "0x414243444546B8A9", "RBX": "0x51525354AAA9A8B9", "RCX": "0x9E9D9C9B9A999889" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/PrimaryGroup/1_83_07.asm b/unittests/ASM/PrimaryGroup/1_83_07.asm index 5ea33d2f29..db14ba96be 100644 --- a/unittests/ASM/PrimaryGroup/1_83_07.asm +++ b/unittests/ASM/PrimaryGroup/1_83_07.asm @@ -4,9 +4,6 @@ "RAX": "0x0700", "RBX": "0x0700", "RCX": "0x0700" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/PrimaryGroup/2_C0_00.asm b/unittests/ASM/PrimaryGroup/2_C0_00.asm index c961ad4a88..efeafdb654 100644 --- a/unittests/ASM/PrimaryGroup/2_C0_00.asm +++ b/unittests/ASM/PrimaryGroup/2_C0_00.asm @@ -2,9 +2,6 @@ { "RegData": { "RAX": "0x4142434445468E48" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/PrimaryGroup/2_C0_01.asm b/unittests/ASM/PrimaryGroup/2_C0_01.asm index 5adf90d934..2492703f2f 100644 --- a/unittests/ASM/PrimaryGroup/2_C0_01.asm +++ b/unittests/ASM/PrimaryGroup/2_C0_01.asm @@ -2,9 +2,6 @@ { "RegData": { "RAX": "0x414243444546A348" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/PrimaryGroup/2_C0_04.asm b/unittests/ASM/PrimaryGroup/2_C0_04.asm index b843269375..d1674279a4 100644 --- a/unittests/ASM/PrimaryGroup/2_C0_04.asm +++ b/unittests/ASM/PrimaryGroup/2_C0_04.asm @@ -2,9 +2,6 @@ { "RegData": { "RAX": "0x4142434445468E48" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/PrimaryGroup/2_C0_05.asm b/unittests/ASM/PrimaryGroup/2_C0_05.asm index 67b2393565..0cc2b624d4 100644 --- a/unittests/ASM/PrimaryGroup/2_C0_05.asm +++ b/unittests/ASM/PrimaryGroup/2_C0_05.asm @@ -2,9 +2,6 @@ { "RegData": { "RAX": "0x4142434445462348" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/PrimaryGroup/2_C0_07.asm b/unittests/ASM/PrimaryGroup/2_C0_07.asm index b49661fdac..4e79f76b64 100644 --- a/unittests/ASM/PrimaryGroup/2_C0_07.asm +++ b/unittests/ASM/PrimaryGroup/2_C0_07.asm @@ -3,9 +3,6 @@ { "RegData": { "RAX": "0x4142434445462348" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/PrimaryGroup/2_C1_00.asm b/unittests/ASM/PrimaryGroup/2_C1_00.asm index 82c2c40ee7..c534bb48b1 100644 --- a/unittests/ASM/PrimaryGroup/2_C1_00.asm +++ b/unittests/ASM/PrimaryGroup/2_C1_00.asm @@ -4,9 +4,6 @@ "RAX": "0x4142434415194748", "RBX": "0x5152535455595D61", "RCX": "0x95999da185898d91" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/PrimaryGroup/2_C1_01.asm b/unittests/ASM/PrimaryGroup/2_C1_01.asm index 8d54e8de23..cd91fe6b7a 100644 --- a/unittests/ASM/PrimaryGroup/2_C1_01.asm +++ b/unittests/ASM/PrimaryGroup/2_C1_01.asm @@ -4,9 +4,6 @@ "RAX": "0x4142434491514748", "RBX": "0x51525354155595D6", "RCX": "0x195999da185898d9" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/PrimaryGroup/2_C1_04.asm b/unittests/ASM/PrimaryGroup/2_C1_04.asm index 37c4d59b83..403daf80e1 100644 --- a/unittests/ASM/PrimaryGroup/2_C1_04.asm +++ b/unittests/ASM/PrimaryGroup/2_C1_04.asm @@ -4,9 +4,6 @@ "RAX": "0x4142434415184748", "RBX": "0x5152535455595D60", "RCX": "0x95999da000000000" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/PrimaryGroup/2_C1_05.asm b/unittests/ASM/PrimaryGroup/2_C1_05.asm index a7a6a0eda4..88735f7ded 100644 --- a/unittests/ASM/PrimaryGroup/2_C1_05.asm +++ b/unittests/ASM/PrimaryGroup/2_C1_05.asm @@ -4,9 +4,6 @@ "RAX": "0x4142434411514748", "RBX": "0x51525354155595D6", "RCX": "0x00000000185898D9" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/PrimaryGroup/2_C1_07.asm b/unittests/ASM/PrimaryGroup/2_C1_07.asm index 4e396a405d..60b1610abc 100644 --- a/unittests/ASM/PrimaryGroup/2_C1_07.asm +++ b/unittests/ASM/PrimaryGroup/2_C1_07.asm @@ -4,9 +4,6 @@ "RAX": "0x4142434411514748", "RBX": "0x51525354155595D6", "RCX": "0x00000000185898D9" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/PrimaryGroup/2_D0_00.asm b/unittests/ASM/PrimaryGroup/2_D0_00.asm index b8b94e7209..a489d84640 100644 --- a/unittests/ASM/PrimaryGroup/2_D0_00.asm +++ b/unittests/ASM/PrimaryGroup/2_D0_00.asm @@ -2,9 +2,6 @@ { "RegData": { "RAX": "0x4142434445468E48" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/PrimaryGroup/2_D0_01.asm b/unittests/ASM/PrimaryGroup/2_D0_01.asm index 68640e59c6..a15dc28104 100644 --- a/unittests/ASM/PrimaryGroup/2_D0_01.asm +++ b/unittests/ASM/PrimaryGroup/2_D0_01.asm @@ -2,9 +2,6 @@ { "RegData": { "RAX": "0x414243444546A348" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/PrimaryGroup/2_D0_04.asm b/unittests/ASM/PrimaryGroup/2_D0_04.asm index fb2fcbed72..275d243415 100644 --- a/unittests/ASM/PrimaryGroup/2_D0_04.asm +++ b/unittests/ASM/PrimaryGroup/2_D0_04.asm @@ -2,9 +2,6 @@ { "RegData": { "RAX": "0x4142434445468E48" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/PrimaryGroup/2_D0_05.asm b/unittests/ASM/PrimaryGroup/2_D0_05.asm index cc78b48518..4764305d8f 100644 --- a/unittests/ASM/PrimaryGroup/2_D0_05.asm +++ b/unittests/ASM/PrimaryGroup/2_D0_05.asm @@ -2,9 +2,6 @@ { "RegData": { "RAX": "0x4142434445462348" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/PrimaryGroup/2_D0_07.asm b/unittests/ASM/PrimaryGroup/2_D0_07.asm index 45a4dc369e..5694e762a5 100644 --- a/unittests/ASM/PrimaryGroup/2_D0_07.asm +++ b/unittests/ASM/PrimaryGroup/2_D0_07.asm @@ -2,9 +2,6 @@ { "RegData": { "RAX": "0x4142434445462348" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/PrimaryGroup/2_D1_00.asm b/unittests/ASM/PrimaryGroup/2_D1_00.asm index cfb215d196..63e43e543a 100644 --- a/unittests/ASM/PrimaryGroup/2_D1_00.asm +++ b/unittests/ASM/PrimaryGroup/2_D1_00.asm @@ -4,9 +4,6 @@ "RAX": "0x414243448A8C4748", "RBX": "0x51525354AAACAEB0", "RCX": "0xC2C4C6C8CACCCED0" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/PrimaryGroup/2_D1_01.asm b/unittests/ASM/PrimaryGroup/2_D1_01.asm index a2a7056e2a..2acf1321c3 100644 --- a/unittests/ASM/PrimaryGroup/2_D1_01.asm +++ b/unittests/ASM/PrimaryGroup/2_D1_01.asm @@ -4,9 +4,6 @@ "RAX": "0x4142434422A34748", "RBX": "0x515253542AAB2BAC", "RCX": "0x30B131B232B333B4" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/PrimaryGroup/2_D1_04.asm b/unittests/ASM/PrimaryGroup/2_D1_04.asm index f5b1034383..f467386780 100644 --- a/unittests/ASM/PrimaryGroup/2_D1_04.asm +++ b/unittests/ASM/PrimaryGroup/2_D1_04.asm @@ -4,9 +4,6 @@ "RAX": "0x414243448A8C4748", "RBX": "0x51525354AAACAEB0", "RCX": "0xC2C4C6C8CACCCED0" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/PrimaryGroup/2_D1_05.asm b/unittests/ASM/PrimaryGroup/2_D1_05.asm index 03180c3def..55e67af848 100644 --- a/unittests/ASM/PrimaryGroup/2_D1_05.asm +++ b/unittests/ASM/PrimaryGroup/2_D1_05.asm @@ -4,9 +4,6 @@ "RAX": "0x4142434422A34748", "RBX": "0x515253542AAB2BAC", "RCX": "0x30B131B232B333B4" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/PrimaryGroup/2_D1_07.asm b/unittests/ASM/PrimaryGroup/2_D1_07.asm index 79246eee47..c18d987b02 100644 --- a/unittests/ASM/PrimaryGroup/2_D1_07.asm +++ b/unittests/ASM/PrimaryGroup/2_D1_07.asm @@ -4,9 +4,6 @@ "RAX": "0x4142434422A34748", "RBX": "0x515253542AAB2BAC", "RCX": "0x30B131B232B333B4" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/PrimaryGroup/2_D3_00.asm b/unittests/ASM/PrimaryGroup/2_D3_00.asm index b5cd86b551..aa0924266b 100644 --- a/unittests/ASM/PrimaryGroup/2_D3_00.asm +++ b/unittests/ASM/PrimaryGroup/2_D3_00.asm @@ -4,9 +4,6 @@ "RAX": "0x4142434415194748", "RBX": "0x5152535455595D61", "RCX": "0x95999DA185898D91" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/PrimaryGroup/2_D3_01.asm b/unittests/ASM/PrimaryGroup/2_D3_01.asm index a7bd87f02b..ae10313c51 100644 --- a/unittests/ASM/PrimaryGroup/2_D3_01.asm +++ b/unittests/ASM/PrimaryGroup/2_D3_01.asm @@ -4,9 +4,6 @@ "RAX": "0x4142434491514748", "RBX": "0x51525354155595D6", "RCX": "0x195999DA185898D9" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/PrimaryGroup/2_D3_04.asm b/unittests/ASM/PrimaryGroup/2_D3_04.asm index 2ea8c9ab96..9622603190 100644 --- a/unittests/ASM/PrimaryGroup/2_D3_04.asm +++ b/unittests/ASM/PrimaryGroup/2_D3_04.asm @@ -4,9 +4,6 @@ "RAX": "0x4142434415184748", "RBX": "0x5152535455595D60", "RCX": "0x95999DA000000000" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/PrimaryGroup/2_D3_05.asm b/unittests/ASM/PrimaryGroup/2_D3_05.asm index 4184dfb3eb..1935fd5f58 100644 --- a/unittests/ASM/PrimaryGroup/2_D3_05.asm +++ b/unittests/ASM/PrimaryGroup/2_D3_05.asm @@ -4,9 +4,6 @@ "RAX": "0x4142434411514748", "RBX": "0x51525354155595D6", "RCX": "0x00000000185898D9" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/PrimaryGroup/2_D3_07.asm b/unittests/ASM/PrimaryGroup/2_D3_07.asm index c0860a096f..4e52984c38 100644 --- a/unittests/ASM/PrimaryGroup/2_D3_07.asm +++ b/unittests/ASM/PrimaryGroup/2_D3_07.asm @@ -4,9 +4,6 @@ "RAX": "0x4142434411514748", "RBX": "0x51525354155595D6", "RCX": "0x00000000185898D9" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/PrimaryGroup/2_D3_07_2.asm b/unittests/ASM/PrimaryGroup/2_D3_07_2.asm index 4018fbefca..7e5d83d578 100644 --- a/unittests/ASM/PrimaryGroup/2_D3_07_2.asm +++ b/unittests/ASM/PrimaryGroup/2_D3_07_2.asm @@ -16,9 +16,6 @@ "R13": "0x3434785C38310000", "R14": "0x6632785C34340000", "R15": "0x3162785C66320000" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/PrimaryGroup/3_F6_00.asm b/unittests/ASM/PrimaryGroup/3_F6_00.asm index 8b583082ad..6709b950f4 100644 --- a/unittests/ASM/PrimaryGroup/3_F6_00.asm +++ b/unittests/ASM/PrimaryGroup/3_F6_00.asm @@ -2,9 +2,6 @@ { "RegData": { "RAX": "0x0600" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/PrimaryGroup/3_F6_02.asm b/unittests/ASM/PrimaryGroup/3_F6_02.asm index 25bdc38da9..e6ad9ee368 100644 --- a/unittests/ASM/PrimaryGroup/3_F6_02.asm +++ b/unittests/ASM/PrimaryGroup/3_F6_02.asm @@ -2,9 +2,6 @@ { "RegData": { "RAX": "0x414243444546B848" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/PrimaryGroup/3_F6_02_2.asm b/unittests/ASM/PrimaryGroup/3_F6_02_2.asm index 4db24f0089..25d273d238 100644 --- a/unittests/ASM/PrimaryGroup/3_F6_02_2.asm +++ b/unittests/ASM/PrimaryGroup/3_F6_02_2.asm @@ -2,9 +2,6 @@ { "RegData": { "RAX": "0x414243444546B848" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/PrimaryGroup/3_F6_03.asm b/unittests/ASM/PrimaryGroup/3_F6_03.asm index 08f6f71523..142d8d5f9c 100644 --- a/unittests/ASM/PrimaryGroup/3_F6_03.asm +++ b/unittests/ASM/PrimaryGroup/3_F6_03.asm @@ -2,9 +2,6 @@ { "RegData": { "RAX": "0x414243444546B948" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/PrimaryGroup/3_F6_04.asm b/unittests/ASM/PrimaryGroup/3_F6_04.asm index 528f4376e9..83659a25fb 100644 --- a/unittests/ASM/PrimaryGroup/3_F6_04.asm +++ b/unittests/ASM/PrimaryGroup/3_F6_04.asm @@ -3,9 +3,6 @@ "RegData": { "RAX": "0x414243444546008E", "RBX": "0xFFFFFFFFFFFF0004" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/PrimaryGroup/3_F6_05.asm b/unittests/ASM/PrimaryGroup/3_F6_05.asm index a77320f85c..8624239573 100644 --- a/unittests/ASM/PrimaryGroup/3_F6_05.asm +++ b/unittests/ASM/PrimaryGroup/3_F6_05.asm @@ -3,9 +3,6 @@ "RegData": { "RAX": "0x414243444546FF72", "RBX": "0xFFFFFFFFFFFF0001" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/PrimaryGroup/3_F6_06.asm b/unittests/ASM/PrimaryGroup/3_F6_06.asm index 3e2dc23a6d..dc86fdb0d0 100644 --- a/unittests/ASM/PrimaryGroup/3_F6_06.asm +++ b/unittests/ASM/PrimaryGroup/3_F6_06.asm @@ -2,9 +2,6 @@ { "RegData": { "RAX": "0x4142434445460202" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/PrimaryGroup/3_F6_07.asm b/unittests/ASM/PrimaryGroup/3_F6_07.asm index 79a18fc4aa..92044d6e89 100644 --- a/unittests/ASM/PrimaryGroup/3_F6_07.asm +++ b/unittests/ASM/PrimaryGroup/3_F6_07.asm @@ -4,9 +4,6 @@ "RAX": "0x4142434445fe00DD", "RBX": "0x515253545556D8FF", "RCX": "0x6162636465660010" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/PrimaryGroup/3_F6_07_2.asm b/unittests/ASM/PrimaryGroup/3_F6_07_2.asm index b21ddf90e9..7ea78b10c2 100644 --- a/unittests/ASM/PrimaryGroup/3_F6_07_2.asm +++ b/unittests/ASM/PrimaryGroup/3_F6_07_2.asm @@ -2,9 +2,6 @@ { "RegData": { "RAX": "0x0021" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/PrimaryGroup/3_F7_00.asm b/unittests/ASM/PrimaryGroup/3_F7_00.asm index ab9856178e..ab2dc22e89 100644 --- a/unittests/ASM/PrimaryGroup/3_F7_00.asm +++ b/unittests/ASM/PrimaryGroup/3_F7_00.asm @@ -4,9 +4,6 @@ "RAX": "0x0200", "RBX": "0x0600", "RCX": "0x0600" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/PrimaryGroup/3_F7_00_2.asm b/unittests/ASM/PrimaryGroup/3_F7_00_2.asm index 3b26f15421..81bb8530e9 100644 --- a/unittests/ASM/PrimaryGroup/3_F7_00_2.asm +++ b/unittests/ASM/PrimaryGroup/3_F7_00_2.asm @@ -2,9 +2,6 @@ { "RegData": { "RAX": "0x8600" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/PrimaryGroup/3_F7_02.asm b/unittests/ASM/PrimaryGroup/3_F7_02.asm index a05e966db9..8f2500121e 100644 --- a/unittests/ASM/PrimaryGroup/3_F7_02.asm +++ b/unittests/ASM/PrimaryGroup/3_F7_02.asm @@ -4,9 +4,6 @@ "RAX": "0x414243444546B8B7", "RBX": "0x51525354AAA9A8A7", "RCX": "0x9E9D9C9B9A999897" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/PrimaryGroup/3_F7_02_2.asm b/unittests/ASM/PrimaryGroup/3_F7_02_2.asm index faef07b7bd..12052e7b11 100644 --- a/unittests/ASM/PrimaryGroup/3_F7_02_2.asm +++ b/unittests/ASM/PrimaryGroup/3_F7_02_2.asm @@ -4,9 +4,6 @@ "RAX": "0x414243444546B8B7", "RBX": "0x51525354AAA9A8A7", "RCX": "0x9E9D9C9B9A999897" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/PrimaryGroup/3_F7_03.asm b/unittests/ASM/PrimaryGroup/3_F7_03.asm index 8b3a544ae1..1ab3e101f8 100644 --- a/unittests/ASM/PrimaryGroup/3_F7_03.asm +++ b/unittests/ASM/PrimaryGroup/3_F7_03.asm @@ -4,9 +4,6 @@ "RAX": "0x414243444546B8B8", "RBX": "0x51525354AAA9A8A8", "RCX": "0x9E9D9C9B9A999898" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/PrimaryGroup/3_F7_04.asm b/unittests/ASM/PrimaryGroup/3_F7_04.asm index 4b910c1946..b47729cd7d 100644 --- a/unittests/ASM/PrimaryGroup/3_F7_04.asm +++ b/unittests/ASM/PrimaryGroup/3_F7_04.asm @@ -7,9 +7,6 @@ "RDX": "0x0000000000000004", "RSI": "0xFC1B5FC85401D0C0", "RSP": "0x2B27F79B13618682" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/PrimaryGroup/3_F7_05.asm b/unittests/ASM/PrimaryGroup/3_F7_05.asm index d4576b421f..4a3214e591 100644 --- a/unittests/ASM/PrimaryGroup/3_F7_05.asm +++ b/unittests/ASM/PrimaryGroup/3_F7_05.asm @@ -7,9 +7,6 @@ "RDX": "0x0000000000000002", "RSI": "0x4ECE4DCD4CCC4C00", "RSP": "0xFFFFFFFFFFFFFFCF" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/PrimaryGroup/3_F7_05_2.asm b/unittests/ASM/PrimaryGroup/3_F7_05_2.asm index 1d94277409..b85457211d 100644 --- a/unittests/ASM/PrimaryGroup/3_F7_05_2.asm +++ b/unittests/ASM/PrimaryGroup/3_F7_05_2.asm @@ -2,9 +2,6 @@ { "RegData": { "R15": "0" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/PrimaryGroup/3_F7_06.asm b/unittests/ASM/PrimaryGroup/3_F7_06.asm index 4ea7c9c816..cf7de45662 100644 --- a/unittests/ASM/PrimaryGroup/3_F7_06.asm +++ b/unittests/ASM/PrimaryGroup/3_F7_06.asm @@ -6,9 +6,6 @@ "RSI": "0x0000000000000001", "RSP": "0x1010101010101010", "R11": "0x8000000000000000" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/PrimaryGroup/3_F7_07.asm b/unittests/ASM/PrimaryGroup/3_F7_07.asm index d300d1360a..8d480327cc 100644 --- a/unittests/ASM/PrimaryGroup/3_F7_07.asm +++ b/unittests/ASM/PrimaryGroup/3_F7_07.asm @@ -15,9 +15,6 @@ "R11": "0x0000000000000000", "R12": "0x4000000000000000", "R13": "0x0000000000000000" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/PrimaryGroup/4_FE_00.asm b/unittests/ASM/PrimaryGroup/4_FE_00.asm index fdb685ba05..b228c8a9db 100644 --- a/unittests/ASM/PrimaryGroup/4_FE_00.asm +++ b/unittests/ASM/PrimaryGroup/4_FE_00.asm @@ -2,9 +2,6 @@ { "RegData": { "RAX": "0x4142434445464749" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/PrimaryGroup/4_FE_01.asm b/unittests/ASM/PrimaryGroup/4_FE_01.asm index 3eafd8666a..d8998dd26e 100644 --- a/unittests/ASM/PrimaryGroup/4_FE_01.asm +++ b/unittests/ASM/PrimaryGroup/4_FE_01.asm @@ -2,9 +2,6 @@ { "RegData": { "RAX": "0x4142434445464747" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/PrimaryGroup/5_FF_00.asm b/unittests/ASM/PrimaryGroup/5_FF_00.asm index 0fea62cc58..a213312d2a 100644 --- a/unittests/ASM/PrimaryGroup/5_FF_00.asm +++ b/unittests/ASM/PrimaryGroup/5_FF_00.asm @@ -4,9 +4,6 @@ "RAX": "0x4142434445464749", "RBX": "0x5152535455565759", "RCX": "0x6162636465666769" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/PrimaryGroup/5_FF_01.asm b/unittests/ASM/PrimaryGroup/5_FF_01.asm index f5948b2107..a068d52728 100644 --- a/unittests/ASM/PrimaryGroup/5_FF_01.asm +++ b/unittests/ASM/PrimaryGroup/5_FF_01.asm @@ -4,9 +4,6 @@ "RAX": "0x4142434445464747", "RBX": "0x5152535455565757", "RCX": "0x6162636465666767" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/PrimaryGroup/5_FF_02.asm b/unittests/ASM/PrimaryGroup/5_FF_02.asm index 5654eeedc3..f6a06485c6 100644 --- a/unittests/ASM/PrimaryGroup/5_FF_02.asm +++ b/unittests/ASM/PrimaryGroup/5_FF_02.asm @@ -2,9 +2,6 @@ { "RegData": { "RAX": "0x4142434445464748" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/PrimaryGroup/5_FF_04.asm b/unittests/ASM/PrimaryGroup/5_FF_04.asm index 43e2392026..c780ad96f0 100644 --- a/unittests/ASM/PrimaryGroup/5_FF_04.asm +++ b/unittests/ASM/PrimaryGroup/5_FF_04.asm @@ -2,9 +2,6 @@ { "RegData": { "RAX": "0x4142434445464748" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/PrimaryGroup/5_FF_06.asm b/unittests/ASM/PrimaryGroup/5_FF_06.asm index d8a7f5d520..030384580a 100644 --- a/unittests/ASM/PrimaryGroup/5_FF_06.asm +++ b/unittests/ASM/PrimaryGroup/5_FF_06.asm @@ -4,9 +4,6 @@ "RAX": "0x4142434445464748", "RBX": "0x5758000000006768", "RCX": "0xE0000016" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/PrimaryGroup/6_C6_00.asm b/unittests/ASM/PrimaryGroup/6_C6_00.asm index 0615d2d25f..6501cff9df 100644 --- a/unittests/ASM/PrimaryGroup/6_C6_00.asm +++ b/unittests/ASM/PrimaryGroup/6_C6_00.asm @@ -2,9 +2,6 @@ { "RegData": { "RAX": "0x4142434445464761" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/PrimaryGroup/6_C7_00.asm b/unittests/ASM/PrimaryGroup/6_C7_00.asm index 312c9f1fd0..743fd795a5 100644 --- a/unittests/ASM/PrimaryGroup/6_C7_00.asm +++ b/unittests/ASM/PrimaryGroup/6_C7_00.asm @@ -5,9 +5,6 @@ "RBX": "0x5152535461626364", "RCX": "0x0000000061626364", "RDX": "0xFFFFFFFFFFFFFF80" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/REP/F3_10.asm b/unittests/ASM/REP/F3_10.asm index cac6bc993f..620e9ceb26 100644 --- a/unittests/ASM/REP/F3_10.asm +++ b/unittests/ASM/REP/F3_10.asm @@ -3,9 +3,6 @@ "RegData": { "XMM0": ["0x4142434465666768", "0x5152535455565758"], "XMM1": ["0x0000000065666768", "0x0"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/REP/F3_11.asm b/unittests/ASM/REP/F3_11.asm index 2a075145e6..0fcf826839 100644 --- a/unittests/ASM/REP/F3_11.asm +++ b/unittests/ASM/REP/F3_11.asm @@ -2,9 +2,6 @@ { "RegData": { "XMM0": ["0x0000000045464748", "0x0"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/REP/F3_12.asm b/unittests/ASM/REP/F3_12.asm index 63e385eeec..f70a41a330 100644 --- a/unittests/ASM/REP/F3_12.asm +++ b/unittests/ASM/REP/F3_12.asm @@ -3,9 +3,6 @@ "RegData": { "XMM0": ["0x4546474845464748", "0x5556575855565758"], "XMM1": ["0x4546474845464748", "0x5556575855565758"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/REP/F3_16.asm b/unittests/ASM/REP/F3_16.asm index 0d76a4da9d..95b6c6c058 100644 --- a/unittests/ASM/REP/F3_16.asm +++ b/unittests/ASM/REP/F3_16.asm @@ -3,9 +3,6 @@ "RegData": { "XMM0": ["0x4142434441424344", "0x5152535451525354"], "XMM1": ["0x4142434441424344", "0x5152535451525354"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/REP/F3_2A.asm b/unittests/ASM/REP/F3_2A.asm index f3b8425973..dede21167e 100644 --- a/unittests/ASM/REP/F3_2A.asm +++ b/unittests/ASM/REP/F3_2A.asm @@ -7,9 +7,6 @@ "XMM3": ["0x4142434440800000", "0x5152535455565758"], "XMM4": ["0x41424344C0800000", "0x5152535455565758"], "XMM5": ["0x41424344C0800000", "0x5152535455565758"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/REP/F3_2C.asm b/unittests/ASM/REP/F3_2C.asm index 965fa8aa26..2fde72a2d5 100644 --- a/unittests/ASM/REP/F3_2C.asm +++ b/unittests/ASM/REP/F3_2C.asm @@ -7,9 +7,6 @@ "RDX": "0x4", "RBP": "0xFFFFFFFE", "RSI": "0xFFFFFFFFFFFFFFFC" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/REP/F3_2D.asm b/unittests/ASM/REP/F3_2D.asm index 222277c0be..763cf200ea 100644 --- a/unittests/ASM/REP/F3_2D.asm +++ b/unittests/ASM/REP/F3_2D.asm @@ -5,9 +5,6 @@ "RBX": "0xFFFFFFFFFFFFFFFF", "RCX": "0xFFFFFFFE", "RDX": "0xFFFFFFFFFFFFFFFC" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/REP/F3_51.asm b/unittests/ASM/REP/F3_51.asm index da9344eb52..c2c905ae09 100644 --- a/unittests/ASM/REP/F3_51.asm +++ b/unittests/ASM/REP/F3_51.asm @@ -9,9 +9,6 @@ "XMM5": ["0x4142434440000000", "0x5152535455565758"], "XMM6": ["0x4142434440400000", "0x5152535455565758"], "XMM7": ["0x4142434440800000", "0x5152535455565758"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/REP/F3_52.asm b/unittests/ASM/REP/F3_52.asm index 7ba0e905fc..34049452f5 100644 --- a/unittests/ASM/REP/F3_52.asm +++ b/unittests/ASM/REP/F3_52.asm @@ -9,9 +9,6 @@ "XMM5": ["0x414243443f000000", "0x5152535455565758"], "XMM6": ["0x414243443eaaaaab", "0x5152535455565758"], "XMM7": ["0x414243443e800000", "0x5152535455565758"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/REP/F3_53.asm b/unittests/ASM/REP/F3_53.asm index ee21277db0..79aab3db86 100644 --- a/unittests/ASM/REP/F3_53.asm +++ b/unittests/ASM/REP/F3_53.asm @@ -3,9 +3,6 @@ "RegData": { "XMM0": ["0x3f8000003f800000", "0x3f8000003f800000"], "XMM1": ["0x408000003e800000", "0x4080000040800000"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/REP/F3_58.asm b/unittests/ASM/REP/F3_58.asm index 2149b3ffb8..ce81a481f6 100644 --- a/unittests/ASM/REP/F3_58.asm +++ b/unittests/ASM/REP/F3_58.asm @@ -7,9 +7,6 @@ "XMM3": ["0x4142434441800000", "0x5152535455565758"], "XMM4": ["0x4142434441d00000", "0x5152535455565758"], "XMM5": ["0x4142434441e80000", "0x5152535455565758"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/REP/F3_59.asm b/unittests/ASM/REP/F3_59.asm index bf4f32b815..03ef9156ca 100644 --- a/unittests/ASM/REP/F3_59.asm +++ b/unittests/ASM/REP/F3_59.asm @@ -7,9 +7,6 @@ "XMM3": ["0x4142434441800000", "0x5152535455565758"], "XMM4": ["0x4142434441c80000", "0x5152535455565758"], "XMM5": ["0x4142434442c80000", "0x5152535455565758"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/REP/F3_5A.asm b/unittests/ASM/REP/F3_5A.asm index 7fb18a980d..5544f4705b 100644 --- a/unittests/ASM/REP/F3_5A.asm +++ b/unittests/ASM/REP/F3_5A.asm @@ -7,9 +7,6 @@ "XMM3": ["0x4142434441800000", "0x5152535455565758"], "XMM4": ["0x3FF0000000000000", "0x5152535455565758"], "XMM5": ["0x4010000000000000", "0x5152535455565758"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/REP/F3_5B.asm b/unittests/ASM/REP/F3_5B.asm index ed84768eaa..3fdd1b06cd 100644 --- a/unittests/ASM/REP/F3_5B.asm +++ b/unittests/ASM/REP/F3_5B.asm @@ -3,9 +3,6 @@ "RegData": { "XMM0": ["0x0000000100000001", "0x0000000200000002"], "XMM1": ["0x0000000400000004", "0x0000000800000008"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/REP/F3_5C.asm b/unittests/ASM/REP/F3_5C.asm index c244e6d884..0cd7fa8691 100644 --- a/unittests/ASM/REP/F3_5C.asm +++ b/unittests/ASM/REP/F3_5C.asm @@ -7,9 +7,6 @@ "XMM3": ["0x4142434441800000", "0x5152535455565758"], "XMM4": ["0x4142434441c00000", "0x5152535455565758"], "XMM5": ["0x4142434441a80000", "0x5152535455565758"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/REP/F3_5D.asm b/unittests/ASM/REP/F3_5D.asm index f5a7988756..219775fbbc 100644 --- a/unittests/ASM/REP/F3_5D.asm +++ b/unittests/ASM/REP/F3_5D.asm @@ -7,9 +7,6 @@ "XMM3": ["0x5152535441800000", "0x5152535455565758"], "XMM4": ["0x515253543f800000", "0x5152535455565758"], "XMM5": ["0x5152535440800000", "0x5152535455565758"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/REP/F3_5E.asm b/unittests/ASM/REP/F3_5E.asm index b3bc78a5d1..b904fc4853 100644 --- a/unittests/ASM/REP/F3_5E.asm +++ b/unittests/ASM/REP/F3_5E.asm @@ -7,9 +7,6 @@ "XMM3": ["0x4142434441800000", "0x5152535455565758"], "XMM4": ["0x4142434441c80000", "0x5152535455565758"], "XMM5": ["0x4142434440c80000", "0x5152535455565758"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/REP/F3_5F.asm b/unittests/ASM/REP/F3_5F.asm index f94abc1500..bee291f77e 100644 --- a/unittests/ASM/REP/F3_5F.asm +++ b/unittests/ASM/REP/F3_5F.asm @@ -7,9 +7,6 @@ "XMM3": ["0x5152535441800000", "0x5152535455565758"], "XMM4": ["0x5152535441c80000", "0x5152535455565758"], "XMM5": ["0x5152535441c80000", "0x5152535455565758"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/REP/F3_6F.asm b/unittests/ASM/REP/F3_6F.asm index 5db59d6ec3..9d796645e6 100644 --- a/unittests/ASM/REP/F3_6F.asm +++ b/unittests/ASM/REP/F3_6F.asm @@ -3,9 +3,6 @@ "RegData": { "XMM0": ["0x4142434445464748", "0x5152535455565758"], "XMM1": ["0x5152535455565758", "0x6162636465666768"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/REP/F3_70.asm b/unittests/ASM/REP/F3_70.asm index bb29129822..d4f769ad7e 100644 --- a/unittests/ASM/REP/F3_70.asm +++ b/unittests/ASM/REP/F3_70.asm @@ -5,9 +5,6 @@ "XMM1": ["0x4142434445464748", "0x5758575857585758"], "XMM2": ["0x6162636465666768", "0x7172717271727172"], "XMM3": ["0x4142434445464748", "0x5556555657585758"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/REP/F3_7E.asm b/unittests/ASM/REP/F3_7E.asm index 72b345731f..2be6eff0c7 100644 --- a/unittests/ASM/REP/F3_7E.asm +++ b/unittests/ASM/REP/F3_7E.asm @@ -3,9 +3,6 @@ "RegData": { "XMM0": ["0x6162636465666768", "0x0"], "XMM1": ["0x4142434445464748", "0x0"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/REP/F3_7F.asm b/unittests/ASM/REP/F3_7F.asm index 6eae3fe7c6..e5fb58f207 100644 --- a/unittests/ASM/REP/F3_7F.asm +++ b/unittests/ASM/REP/F3_7F.asm @@ -6,9 +6,6 @@ "XMM2": ["0x4142434445464748", "0x5152535455565758"], "XMM3": ["0x0", "0x0"], "XMM4": ["0x5152535455565758", "0x6162636465666768"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/REP/F3_B8.asm b/unittests/ASM/REP/F3_B8.asm index a34045cda6..06e4b9c287 100644 --- a/unittests/ASM/REP/F3_B8.asm +++ b/unittests/ASM/REP/F3_B8.asm @@ -8,9 +8,6 @@ "RSI": "0x20", "R14": "0x10", "R13": "0x40" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/REP/F3_C2.asm b/unittests/ASM/REP/F3_C2.asm index 7cccabd81e..036f6e20dc 100644 --- a/unittests/ASM/REP/F3_C2.asm +++ b/unittests/ASM/REP/F3_C2.asm @@ -9,9 +9,6 @@ "XMM5": ["0x51525354FFFFFFFF", "0x5152535440000000"], "XMM6": ["0x5152535400000000", "0x5152535440000000"], "XMM7": ["0x00000000FFFFFFFF", "0x7FC000007FC00000"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/REP/F3_D6.asm b/unittests/ASM/REP/F3_D6.asm index a36e6977ca..198e5073b3 100644 --- a/unittests/ASM/REP/F3_D6.asm +++ b/unittests/ASM/REP/F3_D6.asm @@ -3,9 +3,6 @@ "RegData": { "MM0": "0x4142434445464748", "XMM0": ["0x4142434445464748", "0x0"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/REP/F3_E6.asm b/unittests/ASM/REP/F3_E6.asm index 9e0c4a2b7b..064f4152b6 100644 --- a/unittests/ASM/REP/F3_E6.asm +++ b/unittests/ASM/REP/F3_E6.asm @@ -3,9 +3,6 @@ "RegData": { "XMM0": ["0x3ff0000000000000", "0x4000000000000000"], "XMM1": ["0x4008000000000000", "0x4010000000000000"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/REPNE/F2_10.asm b/unittests/ASM/REPNE/F2_10.asm index f552a27476..37b4addbd2 100644 --- a/unittests/ASM/REPNE/F2_10.asm +++ b/unittests/ASM/REPNE/F2_10.asm @@ -3,9 +3,6 @@ "RegData": { "XMM0": ["0x6162636465666768", "0x5152535455565758"], "XMM1": ["0x6162636465666768", "0x0"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/REPNE/F2_11.asm b/unittests/ASM/REPNE/F2_11.asm index 652461fd26..603c42b4cd 100644 --- a/unittests/ASM/REPNE/F2_11.asm +++ b/unittests/ASM/REPNE/F2_11.asm @@ -2,9 +2,6 @@ { "RegData": { "XMM0": ["0x4142434445464748", "0x0"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/REPNE/F2_12.asm b/unittests/ASM/REPNE/F2_12.asm index 8bece302d6..2bbb31ccab 100644 --- a/unittests/ASM/REPNE/F2_12.asm +++ b/unittests/ASM/REPNE/F2_12.asm @@ -3,9 +3,6 @@ "RegData": { "XMM0": ["0x6162636465666768", "0x6162636465666768"], "XMM1": ["0x6162636465666768", "0x6162636465666768"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/REPNE/F2_2A.asm b/unittests/ASM/REPNE/F2_2A.asm index 378226dfeb..f909ec6532 100644 --- a/unittests/ASM/REPNE/F2_2A.asm +++ b/unittests/ASM/REPNE/F2_2A.asm @@ -5,9 +5,6 @@ "XMM1": ["0x4000000000000000", "0x5152535455565758"], "XMM2": ["0x4008000000000000", "0x5152535455565758"], "XMM3": ["0x4010000000000000", "0x5152535455565758"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/REPNE/F2_2C.asm b/unittests/ASM/REPNE/F2_2C.asm index dde86e000d..b4a5094514 100644 --- a/unittests/ASM/REPNE/F2_2C.asm +++ b/unittests/ASM/REPNE/F2_2C.asm @@ -5,9 +5,6 @@ "RBX": "0x2", "RCX": "0x3", "RDX": "0x4" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/REPNE/F2_2D.asm b/unittests/ASM/REPNE/F2_2D.asm index a40ffb2141..38d7806d13 100644 --- a/unittests/ASM/REPNE/F2_2D.asm +++ b/unittests/ASM/REPNE/F2_2D.asm @@ -5,9 +5,6 @@ "RBX": "0x2", "RCX": "0x3", "RDX": "0x4" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/REPNE/F2_51.asm b/unittests/ASM/REPNE/F2_51.asm index de6ccc7819..5af4c1920e 100644 --- a/unittests/ASM/REPNE/F2_51.asm +++ b/unittests/ASM/REPNE/F2_51.asm @@ -9,9 +9,6 @@ "XMM5": ["0x4000000000000000", "0x5152535455565758"], "XMM6": ["0x4008000000000000", "0x5152535455565758"], "XMM7": ["0x4010000000000000", "0x5152535455565758"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/REPNE/F2_58.asm b/unittests/ASM/REPNE/F2_58.asm index e9a68ff16d..3aa7fca459 100644 --- a/unittests/ASM/REPNE/F2_58.asm +++ b/unittests/ASM/REPNE/F2_58.asm @@ -7,9 +7,6 @@ "XMM3": ["0x4030000000000000", "0x5152535455565758"], "XMM4": ["0x403a000000000000", "0x5152535455565758"], "XMM5": ["0x403d000000000000", "0x5152535455565758"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/REPNE/F2_59.asm b/unittests/ASM/REPNE/F2_59.asm index 8b2a198b08..1003b539a3 100644 --- a/unittests/ASM/REPNE/F2_59.asm +++ b/unittests/ASM/REPNE/F2_59.asm @@ -7,9 +7,6 @@ "XMM3": ["0x4030000000000000", "0x5152535455565758"], "XMM4": ["0x4039000000000000", "0x5152535455565758"], "XMM5": ["0x4059000000000000", "0x5152535455565758"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/REPNE/F2_5A.asm b/unittests/ASM/REPNE/F2_5A.asm index b4c4d079b6..5201a098b4 100644 --- a/unittests/ASM/REPNE/F2_5A.asm +++ b/unittests/ASM/REPNE/F2_5A.asm @@ -7,9 +7,6 @@ "XMM3": ["0x4030000000000000", "0x5152535455565758"], "XMM4": ["0x403900003f800000", "0x5152535455565758"], "XMM5": ["0x4039000040800000", "0x5152535455565758"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/REPNE/F2_5C.asm b/unittests/ASM/REPNE/F2_5C.asm index 96062cac32..2198930604 100644 --- a/unittests/ASM/REPNE/F2_5C.asm +++ b/unittests/ASM/REPNE/F2_5C.asm @@ -7,9 +7,6 @@ "XMM3": ["0x4030000000000000", "0x5152535455565758"], "XMM4": ["0x4038000000000000", "0x5152535455565758"], "XMM5": ["0x4035000000000000", "0x5152535455565758"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/REPNE/F2_5D.asm b/unittests/ASM/REPNE/F2_5D.asm index 3f4469c4dd..655e8e106e 100644 --- a/unittests/ASM/REPNE/F2_5D.asm +++ b/unittests/ASM/REPNE/F2_5D.asm @@ -7,9 +7,6 @@ "XMM3": ["0x4030000000000000", "0x5152535455565758"], "XMM4": ["0x3FF0000000000000", "0x5152535455565758"], "XMM5": ["0x4010000000000000", "0x5152535455565758"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/REPNE/F2_5E.asm b/unittests/ASM/REPNE/F2_5E.asm index c0a5b0776e..be4becdbdf 100644 --- a/unittests/ASM/REPNE/F2_5E.asm +++ b/unittests/ASM/REPNE/F2_5E.asm @@ -7,9 +7,6 @@ "XMM3": ["0x4030000000000000", "0x5152535455565758"], "XMM4": ["0x4039000000000000", "0x5152535455565758"], "XMM5": ["0x4019000000000000", "0x5152535455565758"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/REPNE/F2_5F.asm b/unittests/ASM/REPNE/F2_5F.asm index 296103639f..d6295ed906 100644 --- a/unittests/ASM/REPNE/F2_5F.asm +++ b/unittests/ASM/REPNE/F2_5F.asm @@ -7,9 +7,6 @@ "XMM3": ["0x4030000000000000", "0x5152535455565758"], "XMM4": ["0x4039000000000000", "0x5152535455565758"], "XMM5": ["0x4039000000000000", "0x5152535455565758"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/REPNE/F2_70.asm b/unittests/ASM/REPNE/F2_70.asm index ddb2f10344..ac2271067d 100644 --- a/unittests/ASM/REPNE/F2_70.asm +++ b/unittests/ASM/REPNE/F2_70.asm @@ -6,9 +6,6 @@ "XMM2": ["0x4748474847484748", "0x5152535455565758"], "XMM3": ["0x6162616261626162", "0x7172737475767778"], "XMM4": ["0x4546454647484748", "0x5152535455565758"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/REPNE/F2_7C.asm b/unittests/ASM/REPNE/F2_7C.asm index 8e016333c0..d69c207ccb 100644 --- a/unittests/ASM/REPNE/F2_7C.asm +++ b/unittests/ASM/REPNE/F2_7C.asm @@ -2,9 +2,6 @@ { "RegData": { "XMM0": ["0x4140000040400000", "0x4340000042400000"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/REPNE/F2_7D.asm b/unittests/ASM/REPNE/F2_7D.asm index ca5b8f6b33..6b4a536b16 100644 --- a/unittests/ASM/REPNE/F2_7D.asm +++ b/unittests/ASM/REPNE/F2_7D.asm @@ -2,9 +2,6 @@ { "RegData": { "XMM0": ["0xc0800000bf800000", "0xc2800000c1800000"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/REPNE/F2_C2.asm b/unittests/ASM/REPNE/F2_C2.asm index 88cff2189c..f3c870f8c3 100644 --- a/unittests/ASM/REPNE/F2_C2.asm +++ b/unittests/ASM/REPNE/F2_C2.asm @@ -11,9 +11,6 @@ "XMM7": ["0x0000000000000000", "0x7FF8000000000000"], "XMM8": ["0x0000000000000000", "0x0000000000000000"], "XMM9": ["0xFFFFFFFFFFFFFFFF", "0x7FF8000000000000"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/REPNE/F2_D0.asm b/unittests/ASM/REPNE/F2_D0.asm index 4841fa85a7..7ff78a097d 100644 --- a/unittests/ASM/REPNE/F2_D0.asm +++ b/unittests/ASM/REPNE/F2_D0.asm @@ -3,9 +3,6 @@ "RegData": { "XMM0": ["0x41200000c0000000", "0x41200000c0c00000"], "XMM1": ["0x41200000c0000000", "0x41200000c0c00000"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/REPNE/F2_D6.asm b/unittests/ASM/REPNE/F2_D6.asm index c4424301e8..87f48a7f00 100644 --- a/unittests/ASM/REPNE/F2_D6.asm +++ b/unittests/ASM/REPNE/F2_D6.asm @@ -3,9 +3,6 @@ "RegData": { "MM0": "0x4142434445464748", "XMM0": ["0x4142434445464748", "0x5152535455565758"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/REPNE/F2_E6.asm b/unittests/ASM/REPNE/F2_E6.asm index bc637887ad..da41da0557 100644 --- a/unittests/ASM/REPNE/F2_E6.asm +++ b/unittests/ASM/REPNE/F2_E6.asm @@ -3,9 +3,6 @@ "RegData": { "XMM0": ["0x0000000200000001", "0x0"], "XMM1": ["0xFFFFFFFEFFFFFFFF", "0x0"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/REPNE/F2_F0.asm b/unittests/ASM/REPNE/F2_F0.asm index a0ebf7ef00..a5d0da2887 100644 --- a/unittests/ASM/REPNE/F2_F0.asm +++ b/unittests/ASM/REPNE/F2_F0.asm @@ -3,9 +3,6 @@ "RegData": { "XMM0": ["0x4142434445464748", "0x5152535455565758"], "XMM1": ["0x5152535455565758", "0x6162636465666768"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/Secondary/08_66_04.asm b/unittests/ASM/Secondary/08_66_04.asm index 8f74441766..161f3d144c 100644 --- a/unittests/ASM/Secondary/08_66_04.asm +++ b/unittests/ASM/Secondary/08_66_04.asm @@ -2,9 +2,6 @@ { "RegData": { "R15": "0x3" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/Secondary/08_66_04_2.asm b/unittests/ASM/Secondary/08_66_04_2.asm index 92b93780cb..d9c978b8e0 100644 --- a/unittests/ASM/Secondary/08_66_04_2.asm +++ b/unittests/ASM/Secondary/08_66_04_2.asm @@ -2,9 +2,6 @@ { "RegData": { "R15": "0x4" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/Secondary/08_F2_04.asm b/unittests/ASM/Secondary/08_F2_04.asm index 7e6f5a727e..10483257ff 100644 --- a/unittests/ASM/Secondary/08_F2_04.asm +++ b/unittests/ASM/Secondary/08_F2_04.asm @@ -2,9 +2,6 @@ { "RegData": { "R15": "0x3" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/Secondary/08_F2_04_2.asm b/unittests/ASM/Secondary/08_F2_04_2.asm index 63ed0b8364..10f4f87b25 100644 --- a/unittests/ASM/Secondary/08_F2_04_2.asm +++ b/unittests/ASM/Secondary/08_F2_04_2.asm @@ -2,9 +2,6 @@ { "RegData": { "R15": "0x4" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/Secondary/08_F2_07.asm b/unittests/ASM/Secondary/08_F2_07.asm index befb85b42c..0a496e5c54 100644 --- a/unittests/ASM/Secondary/08_F2_07.asm +++ b/unittests/ASM/Secondary/08_F2_07.asm @@ -2,9 +2,6 @@ { "RegData": { "R15": "0x0" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/Secondary/08_F3_04.asm b/unittests/ASM/Secondary/08_F3_04.asm index effda205ce..43174e21bb 100644 --- a/unittests/ASM/Secondary/08_F3_04.asm +++ b/unittests/ASM/Secondary/08_F3_04.asm @@ -2,9 +2,6 @@ { "RegData": { "R15": "0x3" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/Secondary/08_F3_04_2.asm b/unittests/ASM/Secondary/08_F3_04_2.asm index bdf4ca8890..61640ed3b0 100644 --- a/unittests/ASM/Secondary/08_F3_04_2.asm +++ b/unittests/ASM/Secondary/08_F3_04_2.asm @@ -2,9 +2,6 @@ { "RegData": { "R15": "0x4" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/Secondary/08_XX_04.asm b/unittests/ASM/Secondary/08_XX_04.asm index e8b0bbef55..4ef4c7478f 100644 --- a/unittests/ASM/Secondary/08_XX_04.asm +++ b/unittests/ASM/Secondary/08_XX_04.asm @@ -2,9 +2,6 @@ { "RegData": { "R15": "0x3" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/Secondary/08_XX_04_2.asm b/unittests/ASM/Secondary/08_XX_04_2.asm index 448d2d9578..7de03948d1 100644 --- a/unittests/ASM/Secondary/08_XX_04_2.asm +++ b/unittests/ASM/Secondary/08_XX_04_2.asm @@ -2,9 +2,6 @@ { "RegData": { "R15": "0x4" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/Secondary/08_XX_04_3.asm b/unittests/ASM/Secondary/08_XX_04_3.asm index 8e18d79dc9..172459f1cd 100644 --- a/unittests/ASM/Secondary/08_XX_04_3.asm +++ b/unittests/ASM/Secondary/08_XX_04_3.asm @@ -2,9 +2,6 @@ { "RegData": { "R15": "0x1" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/Secondary/08_XX_05.asm b/unittests/ASM/Secondary/08_XX_05.asm index 91988fbae5..daf8e698fa 100644 --- a/unittests/ASM/Secondary/08_XX_05.asm +++ b/unittests/ASM/Secondary/08_XX_05.asm @@ -2,9 +2,6 @@ { "RegData": { "R15": "0x1F" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/Secondary/08_XX_05_2.asm b/unittests/ASM/Secondary/08_XX_05_2.asm index 8b02416e26..ae0430dc04 100644 --- a/unittests/ASM/Secondary/08_XX_05_2.asm +++ b/unittests/ASM/Secondary/08_XX_05_2.asm @@ -2,9 +2,6 @@ { "RegData": { "R15": "0x35" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/Secondary/08_XX_05_3.asm b/unittests/ASM/Secondary/08_XX_05_3.asm index a32b2a6aa4..1e416b9196 100644 --- a/unittests/ASM/Secondary/08_XX_05_3.asm +++ b/unittests/ASM/Secondary/08_XX_05_3.asm @@ -2,9 +2,6 @@ { "RegData": { "R15": "0x3" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/Secondary/08_XX_05_3_Atomic.asm b/unittests/ASM/Secondary/08_XX_05_3_Atomic.asm index 52664734b6..5ce866793c 100644 --- a/unittests/ASM/Secondary/08_XX_05_3_Atomic.asm +++ b/unittests/ASM/Secondary/08_XX_05_3_Atomic.asm @@ -2,9 +2,6 @@ { "RegData": { "R15": "0x3" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/Secondary/08_XX_05_Atomic.asm b/unittests/ASM/Secondary/08_XX_05_Atomic.asm index cde11e94dd..54eeeb85c4 100644 --- a/unittests/ASM/Secondary/08_XX_05_Atomic.asm +++ b/unittests/ASM/Secondary/08_XX_05_Atomic.asm @@ -2,9 +2,6 @@ { "RegData": { "R15": "0x1F" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/Secondary/08_XX_06.asm b/unittests/ASM/Secondary/08_XX_06.asm index 7b2acfb361..5f8aec95ab 100644 --- a/unittests/ASM/Secondary/08_XX_06.asm +++ b/unittests/ASM/Secondary/08_XX_06.asm @@ -2,9 +2,6 @@ { "RegData": { "R15": "0xA" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/Secondary/08_XX_06_2.asm b/unittests/ASM/Secondary/08_XX_06_2.asm index 677b321180..19efc9cc15 100644 --- a/unittests/ASM/Secondary/08_XX_06_2.asm +++ b/unittests/ASM/Secondary/08_XX_06_2.asm @@ -2,9 +2,6 @@ { "RegData": { "R15": "0x20" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/Secondary/08_XX_06_3.asm b/unittests/ASM/Secondary/08_XX_06_3.asm index 7585dd7e5f..52a3d74a1f 100644 --- a/unittests/ASM/Secondary/08_XX_06_3.asm +++ b/unittests/ASM/Secondary/08_XX_06_3.asm @@ -2,9 +2,6 @@ { "RegData": { "R15": "0x2" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/Secondary/08_XX_06_3_Atomic.asm b/unittests/ASM/Secondary/08_XX_06_3_Atomic.asm index 4719df8bad..8a88809fe7 100644 --- a/unittests/ASM/Secondary/08_XX_06_3_Atomic.asm +++ b/unittests/ASM/Secondary/08_XX_06_3_Atomic.asm @@ -2,9 +2,6 @@ { "RegData": { "R15": "0x2" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/Secondary/08_XX_06_Atomic.asm b/unittests/ASM/Secondary/08_XX_06_Atomic.asm index 306ced39ff..e24b465a7c 100644 --- a/unittests/ASM/Secondary/08_XX_06_Atomic.asm +++ b/unittests/ASM/Secondary/08_XX_06_Atomic.asm @@ -2,9 +2,6 @@ { "RegData": { "R15": "0xA" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/Secondary/08_XX_07.asm b/unittests/ASM/Secondary/08_XX_07.asm index 6fa43a7964..5250a552c7 100644 --- a/unittests/ASM/Secondary/08_XX_07.asm +++ b/unittests/ASM/Secondary/08_XX_07.asm @@ -2,9 +2,6 @@ { "RegData": { "R15": "0x1A" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/Secondary/08_XX_07_2.asm b/unittests/ASM/Secondary/08_XX_07_2.asm index 312483c7b3..d16957ba25 100644 --- a/unittests/ASM/Secondary/08_XX_07_2.asm +++ b/unittests/ASM/Secondary/08_XX_07_2.asm @@ -2,9 +2,6 @@ { "RegData": { "R15": "0x25" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/Secondary/08_XX_07_3.asm b/unittests/ASM/Secondary/08_XX_07_3.asm index 59ef224d9e..e3d0fab7b2 100644 --- a/unittests/ASM/Secondary/08_XX_07_3.asm +++ b/unittests/ASM/Secondary/08_XX_07_3.asm @@ -2,9 +2,6 @@ { "RegData": { "R15": "0x2" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/Secondary/08_XX_07_3_Atomic.asm b/unittests/ASM/Secondary/08_XX_07_3_Atomic.asm index 22c45da993..4b43cf1ecb 100644 --- a/unittests/ASM/Secondary/08_XX_07_3_Atomic.asm +++ b/unittests/ASM/Secondary/08_XX_07_3_Atomic.asm @@ -2,9 +2,6 @@ { "RegData": { "R15": "0x2" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/Secondary/08_XX_07_Atomic.asm b/unittests/ASM/Secondary/08_XX_07_Atomic.asm index d74cb7d898..b92ff4619b 100644 --- a/unittests/ASM/Secondary/08_XX_07_Atomic.asm +++ b/unittests/ASM/Secondary/08_XX_07_Atomic.asm @@ -2,9 +2,6 @@ { "RegData": { "R15": "0x1A" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/Secondary/09_XX_01.asm b/unittests/ASM/Secondary/09_XX_01.asm index 44af58d15a..9e0b22fe7e 100644 --- a/unittests/ASM/Secondary/09_XX_01.asm +++ b/unittests/ASM/Secondary/09_XX_01.asm @@ -7,9 +7,6 @@ "RCX": "0x51525354", "R13": "0x5152535441424344", "R14": "0x1" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/Secondary/09_XX_01_10.asm b/unittests/ASM/Secondary/09_XX_01_10.asm index 0c27215309..8e20777253 100644 --- a/unittests/ASM/Secondary/09_XX_01_10.asm +++ b/unittests/ASM/Secondary/09_XX_01_10.asm @@ -7,9 +7,6 @@ "RCX": "0x00000000ffffffff", "R13": "0xffffffff80000000", "R14": "0x0" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/Secondary/09_XX_01_14.asm b/unittests/ASM/Secondary/09_XX_01_14.asm index 9ba65f0e36..7d01137659 100644 --- a/unittests/ASM/Secondary/09_XX_01_14.asm +++ b/unittests/ASM/Secondary/09_XX_01_14.asm @@ -8,9 +8,6 @@ "R12": "0x4142434445464748", "R13": "0x5152535455565758", "R14": "0x0" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/Secondary/09_XX_01_16.asm b/unittests/ASM/Secondary/09_XX_01_16.asm index 15cb1bb9b3..c9591620d3 100644 --- a/unittests/ASM/Secondary/09_XX_01_16.asm +++ b/unittests/ASM/Secondary/09_XX_01_16.asm @@ -8,9 +8,6 @@ "R12": "0x4142434445464748", "R13": "0x5152535455565758", "R14": "0x0" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/Secondary/09_XX_01_17.asm b/unittests/ASM/Secondary/09_XX_01_17.asm index 903f7c4122..b7d88d86d3 100644 --- a/unittests/ASM/Secondary/09_XX_01_17.asm +++ b/unittests/ASM/Secondary/09_XX_01_17.asm @@ -8,9 +8,6 @@ "R12": "0x4142434445464748", "R13": "0x5152535455565758", "R14": "0x0" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/Secondary/09_XX_01_2.asm b/unittests/ASM/Secondary/09_XX_01_2.asm index 0e9fc95a2f..1c49b1ee31 100644 --- a/unittests/ASM/Secondary/09_XX_01_2.asm +++ b/unittests/ASM/Secondary/09_XX_01_2.asm @@ -7,9 +7,6 @@ "RCX": "0x51525354", "R13": "0xFFFFFFFF80000000", "R14": "0x0" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/Secondary/09_XX_01_3.asm b/unittests/ASM/Secondary/09_XX_01_3.asm index f88f9fb9a1..3be324b47d 100644 --- a/unittests/ASM/Secondary/09_XX_01_3.asm +++ b/unittests/ASM/Secondary/09_XX_01_3.asm @@ -8,9 +8,6 @@ "R12": "0x6162636465666768", "R13": "0x7172737475767778", "R14": "0x1" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/Secondary/09_XX_01_4.asm b/unittests/ASM/Secondary/09_XX_01_4.asm index 6e2b8a1e30..6892a9ac28 100644 --- a/unittests/ASM/Secondary/09_XX_01_4.asm +++ b/unittests/ASM/Secondary/09_XX_01_4.asm @@ -8,9 +8,6 @@ "R12": "0x4142434445464748", "R13": "0x5152535455565758", "R14": "0x0" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/Secondary/09_XX_01_5.asm b/unittests/ASM/Secondary/09_XX_01_5.asm index 73961d4939..d90e681d44 100644 --- a/unittests/ASM/Secondary/09_XX_01_5.asm +++ b/unittests/ASM/Secondary/09_XX_01_5.asm @@ -7,9 +7,6 @@ "RCX": "0xFFFFFFFF51525354", "R13": "0xFFFFFFFF80000000", "R14": "0x0" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/Secondary/09_XX_01_6.asm b/unittests/ASM/Secondary/09_XX_01_6.asm index 4daf2a5ce5..556f2fcb9d 100644 --- a/unittests/ASM/Secondary/09_XX_01_6.asm +++ b/unittests/ASM/Secondary/09_XX_01_6.asm @@ -7,9 +7,6 @@ "RCX": "0xFFFFFFFF51525354", "R13": "0x5152535441424344", "R14": "0x1" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/Secondary/12_66_02.asm b/unittests/ASM/Secondary/12_66_02.asm index 95aca0babc..a8da8cfdb4 100644 --- a/unittests/ASM/Secondary/12_66_02.asm +++ b/unittests/ASM/Secondary/12_66_02.asm @@ -5,9 +5,6 @@ "XMM1": ["0x0000000000000000", "0x0000000000000000"], "XMM2": ["0x0041004300450047", "0x0051005300550057"], "XMM3": ["0x30B131B232B333B4", "0x38B939BA3ABB3BBC"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/Secondary/12_66_04.asm b/unittests/ASM/Secondary/12_66_04.asm index fbd109aa19..455fcf0c69 100644 --- a/unittests/ASM/Secondary/12_66_04.asm +++ b/unittests/ASM/Secondary/12_66_04.asm @@ -6,9 +6,6 @@ "XMM2": ["0x0041004300450047", "0x0051005300550057"], "XMM3": ["0x30B131B232B333B4", "0x38B939BA3ABB3BBC"], "XMM4": ["0xFFFFFFFFFFFFFFFF", "0x0000000000000000"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/Secondary/12_66_06.asm b/unittests/ASM/Secondary/12_66_06.asm index 2584a5432f..e01423bfff 100644 --- a/unittests/ASM/Secondary/12_66_06.asm +++ b/unittests/ASM/Secondary/12_66_06.asm @@ -5,9 +5,6 @@ "XMM1": ["0x0000000000000000", "0x0000000000000000"], "XMM2": ["0x4200440046004800", "0x5200540056005800"], "XMM3": ["0xC2C4C6C8CACCCED0", "0xE2E4E6E8EAECEEF0"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/Secondary/13_66_02.asm b/unittests/ASM/Secondary/13_66_02.asm index 50a8df8317..a7660ff13a 100644 --- a/unittests/ASM/Secondary/13_66_02.asm +++ b/unittests/ASM/Secondary/13_66_02.asm @@ -5,9 +5,6 @@ "XMM1": ["0x0000616200006566", "0x0000717200007576"], "XMM2": ["0x0041424300454647", "0x0051525300555657"], "XMM3": ["0x30B131B232B333B4", "0x38B939BA3ABB3BBC"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/Secondary/13_66_04.asm b/unittests/ASM/Secondary/13_66_04.asm index 44b3c08baa..40f9fe5ca3 100644 --- a/unittests/ASM/Secondary/13_66_04.asm +++ b/unittests/ASM/Secondary/13_66_04.asm @@ -6,9 +6,6 @@ "XMM2": ["0x0041424300454647", "0x0051525300555657"], "XMM3": ["0x30B131B232B333B4", "0x38B939BA3ABB3BBC"], "XMM4": ["0xFFFFFFFFFFFFFFFF", "0x0000000000000000"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/Secondary/13_66_06.asm b/unittests/ASM/Secondary/13_66_06.asm index 12ebae0a24..e12e75063f 100644 --- a/unittests/ASM/Secondary/13_66_06.asm +++ b/unittests/ASM/Secondary/13_66_06.asm @@ -5,9 +5,6 @@ "XMM1": ["0x6364000067680000", "0x7374000077780000"], "XMM2": ["0x4243440046474800", "0x5253540056575800"], "XMM3": ["0xC2C4C6C8CACCCED0", "0xE2E4E6E8EAECEEF0"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/Secondary/14_66_02.asm b/unittests/ASM/Secondary/14_66_02.asm index 37d0472e12..4195576610 100644 --- a/unittests/ASM/Secondary/14_66_02.asm +++ b/unittests/ASM/Secondary/14_66_02.asm @@ -5,9 +5,6 @@ "XMM1": ["0x0000616263646566", "0x0000717273747576"], "XMM2": ["0x0041424344454647", "0x0051525354555657"], "XMM3": ["0x30B131B232B333B4", "0x38B939BA3ABB3BBC"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/Secondary/14_66_06.asm b/unittests/ASM/Secondary/14_66_06.asm index fc1908fcae..36ae4a1100 100644 --- a/unittests/ASM/Secondary/14_66_06.asm +++ b/unittests/ASM/Secondary/14_66_06.asm @@ -5,9 +5,6 @@ "XMM1": ["0x6364656667680000", "0x7374757677780000"], "XMM2": ["0x4243444546474800", "0x5253545556575800"], "XMM3": ["0xC2C4C6C8CACCCED0", "0xE2E4E6E8EAECEEF0"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/Secondary/14_66_07.asm b/unittests/ASM/Secondary/14_66_07.asm index 0357b067ed..6b6cff6b3b 100644 --- a/unittests/ASM/Secondary/14_66_07.asm +++ b/unittests/ASM/Secondary/14_66_07.asm @@ -5,9 +5,6 @@ "XMM1": ["0x0000000000000000", "0x6162636465666768"], "XMM2": ["0x4546474800000000", "0x5556575841424344"], "XMM3": ["0x6263646566676800", "0x7273747576777861"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/Secondary/14_XX_02.asm b/unittests/ASM/Secondary/14_XX_02.asm index c3a68c9c7d..9e532a0b9b 100644 --- a/unittests/ASM/Secondary/14_XX_02.asm +++ b/unittests/ASM/Secondary/14_XX_02.asm @@ -5,9 +5,6 @@ "MM1": ["0x0000515253545556"], "MM2": ["0x0061626364656667"], "MM3": ["0x38B939BA3ABB3BBC"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/Secondary/15_F3_00.asm b/unittests/ASM/Secondary/15_F3_00.asm index 45dfecd114..f9ab612609 100644 --- a/unittests/ASM/Secondary/15_F3_00.asm +++ b/unittests/ASM/Secondary/15_F3_00.asm @@ -4,9 +4,6 @@ "RAX": "0x0000434445464748", "RBX": "0x0000000045464748", "RCX": "0x0000434445464748" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/Secondary/15_F3_01.asm b/unittests/ASM/Secondary/15_F3_01.asm index 2c9a976222..ebf0b20b3a 100644 --- a/unittests/ASM/Secondary/15_F3_01.asm +++ b/unittests/ASM/Secondary/15_F3_01.asm @@ -4,9 +4,6 @@ "RAX": "0x0000434445464748", "RBX": "0x0000000045464748", "RCX": "0x0000434445464748" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/Secondary/15_F3_02.asm b/unittests/ASM/Secondary/15_F3_02.asm index d1e5145aa8..93fdd6cb19 100644 --- a/unittests/ASM/Secondary/15_F3_02.asm +++ b/unittests/ASM/Secondary/15_F3_02.asm @@ -2,9 +2,6 @@ { "RegData": { "RAX": "0x4142434445464748" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/Secondary/15_F3_03.asm b/unittests/ASM/Secondary/15_F3_03.asm index 0e110979d6..596de084c2 100644 --- a/unittests/ASM/Secondary/15_F3_03.asm +++ b/unittests/ASM/Secondary/15_F3_03.asm @@ -2,9 +2,6 @@ { "RegData": { "RAX": "0x4142434445464748" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/TwoByte/0F_02.asm b/unittests/ASM/TwoByte/0F_02.asm index cfe83dda36..80d7132ce9 100644 --- a/unittests/ASM/TwoByte/0F_02.asm +++ b/unittests/ASM/TwoByte/0F_02.asm @@ -2,9 +2,6 @@ { "RegData": { "RAX": "0x1" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/TwoByte/0F_0E.asm b/unittests/ASM/TwoByte/0F_0E.asm index c4019c400c..66914cdf31 100644 --- a/unittests/ASM/TwoByte/0F_0E.asm +++ b/unittests/ASM/TwoByte/0F_0E.asm @@ -2,9 +2,6 @@ { "RegData": { }, - "MemoryRegions": { - "0x100000000": "4096" - }, "HostFeatures": ["3DNOW"] } %endif diff --git a/unittests/ASM/TwoByte/0F_10.asm b/unittests/ASM/TwoByte/0F_10.asm index 3e7610c0b9..1b328c14dc 100644 --- a/unittests/ASM/TwoByte/0F_10.asm +++ b/unittests/ASM/TwoByte/0F_10.asm @@ -2,9 +2,6 @@ { "RegData": { "XMM0": ["0x4142434445464748", "0x5152535455565758"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/TwoByte/0F_11.asm b/unittests/ASM/TwoByte/0F_11.asm index 0b9bfd3de4..86c5644f1b 100644 --- a/unittests/ASM/TwoByte/0F_11.asm +++ b/unittests/ASM/TwoByte/0F_11.asm @@ -3,9 +3,6 @@ "RegData": { "XMM0": ["0x4142434445464748", "0x5152535455565758"], "XMM1": ["0x4142434445464748", "0x5152535455565758"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/TwoByte/0F_13.asm b/unittests/ASM/TwoByte/0F_13.asm index ea7e3e12ed..1406200885 100644 --- a/unittests/ASM/TwoByte/0F_13.asm +++ b/unittests/ASM/TwoByte/0F_13.asm @@ -2,9 +2,6 @@ { "RegData": { "XMM0": ["0x4142434445464748", "0x7172737475767778"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/TwoByte/0F_13_2.asm b/unittests/ASM/TwoByte/0F_13_2.asm index a4530398bd..bec6ee6300 100644 --- a/unittests/ASM/TwoByte/0F_13_2.asm +++ b/unittests/ASM/TwoByte/0F_13_2.asm @@ -2,9 +2,6 @@ { "RegData": { "XMM0": ["0x6162636465666768", "0x5152535455565758"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/TwoByte/0F_14.asm b/unittests/ASM/TwoByte/0F_14.asm index 5d2a0d15dd..5c1056125f 100644 --- a/unittests/ASM/TwoByte/0F_14.asm +++ b/unittests/ASM/TwoByte/0F_14.asm @@ -2,9 +2,6 @@ { "RegData": { "XMM0": ["0x6566676845464748", "0x6162636441424344"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/TwoByte/0F_15.asm b/unittests/ASM/TwoByte/0F_15.asm index d8e53b7e3c..f3f7d082d0 100644 --- a/unittests/ASM/TwoByte/0F_15.asm +++ b/unittests/ASM/TwoByte/0F_15.asm @@ -2,9 +2,6 @@ { "RegData": { "XMM0": ["0x7576777855565758", "0x7172737451525354"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/TwoByte/0F_19.asm b/unittests/ASM/TwoByte/0F_19.asm index 2d80552028..b905e64dad 100644 --- a/unittests/ASM/TwoByte/0F_19.asm +++ b/unittests/ASM/TwoByte/0F_19.asm @@ -2,9 +2,6 @@ { "RegData": { "XMM0": ["0x4142434445464748", "0x5152535455565758"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/TwoByte/0F_28.asm b/unittests/ASM/TwoByte/0F_28.asm index 2e66424d91..8e4e11f135 100644 --- a/unittests/ASM/TwoByte/0F_28.asm +++ b/unittests/ASM/TwoByte/0F_28.asm @@ -2,9 +2,6 @@ { "RegData": { "XMM0": ["0x4142434445464748", "0x5152535455565758"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/TwoByte/0F_29.asm b/unittests/ASM/TwoByte/0F_29.asm index 4e47132f09..ee2e9c3433 100644 --- a/unittests/ASM/TwoByte/0F_29.asm +++ b/unittests/ASM/TwoByte/0F_29.asm @@ -3,9 +3,6 @@ "RegData": { "XMM0": ["0x4142434445464748", "0x5152535455565758"], "XMM1": ["0x4142434445464748", "0x5152535455565758"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/TwoByte/0F_2A.asm b/unittests/ASM/TwoByte/0F_2A.asm index 3d43511a0a..27be290675 100644 --- a/unittests/ASM/TwoByte/0F_2A.asm +++ b/unittests/ASM/TwoByte/0F_2A.asm @@ -3,9 +3,6 @@ "RegData": { "MM0": "0x0000000100000002", "XMM0": ["0x3f80000040000000", "0x7172737475767778"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/TwoByte/0F_2B.asm b/unittests/ASM/TwoByte/0F_2B.asm index 510764a695..f2b0ce9b40 100644 --- a/unittests/ASM/TwoByte/0F_2B.asm +++ b/unittests/ASM/TwoByte/0F_2B.asm @@ -3,9 +3,6 @@ "RegData": { "XMM0": ["0x4142434445464748", "0x5152535455565758"], "XMM1": ["0x4142434445464748", "0x5152535455565758"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/TwoByte/0F_2C.asm b/unittests/ASM/TwoByte/0F_2C.asm index dfd0f76485..71c7045c7b 100644 --- a/unittests/ASM/TwoByte/0F_2C.asm +++ b/unittests/ASM/TwoByte/0F_2C.asm @@ -3,9 +3,6 @@ "RegData": { "MM0": "0x0000000100000002", "XMM0": ["0x3f80000040000000", "0x5152535455565758"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/TwoByte/0F_2D.asm b/unittests/ASM/TwoByte/0F_2D.asm index 1de22de586..dc893286ac 100644 --- a/unittests/ASM/TwoByte/0F_2D.asm +++ b/unittests/ASM/TwoByte/0F_2D.asm @@ -3,9 +3,6 @@ "RegData": { "MM0": "0x0000000100000002", "XMM0": ["0x3f80000040000000", "0x5152535455565758"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/TwoByte/0F_2E.asm b/unittests/ASM/TwoByte/0F_2E.asm index d2d4047b8f..ff38abe9c7 100644 --- a/unittests/ASM/TwoByte/0F_2E.asm +++ b/unittests/ASM/TwoByte/0F_2E.asm @@ -3,9 +3,6 @@ "RegData": { "RAX": "0x4700", "RBX": "0x0300" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/TwoByte/0F_2F.asm b/unittests/ASM/TwoByte/0F_2F.asm index 9a62109918..a7ed740f1d 100644 --- a/unittests/ASM/TwoByte/0F_2F.asm +++ b/unittests/ASM/TwoByte/0F_2F.asm @@ -3,9 +3,6 @@ "RegData": { "RAX": "0x4700", "RBX": "0x0300" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/TwoByte/0F_31.asm b/unittests/ASM/TwoByte/0F_31.asm index 0112c5cabc..28a79d3fc3 100644 --- a/unittests/ASM/TwoByte/0F_31.asm +++ b/unittests/ASM/TwoByte/0F_31.asm @@ -2,9 +2,6 @@ { "RegData": { "RAX": "0x1" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/TwoByte/0F_40.asm b/unittests/ASM/TwoByte/0F_40.asm index 96a7418e9e..b359ed17eb 100644 --- a/unittests/ASM/TwoByte/0F_40.asm +++ b/unittests/ASM/TwoByte/0F_40.asm @@ -3,9 +3,6 @@ "RegData": { "RAX": "0x1", "RBX": "0xFFFFFFFFFFFFFFFF" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/TwoByte/0F_41.asm b/unittests/ASM/TwoByte/0F_41.asm index 963b321db9..8b2393ab79 100644 --- a/unittests/ASM/TwoByte/0F_41.asm +++ b/unittests/ASM/TwoByte/0F_41.asm @@ -4,9 +4,6 @@ "RegData": { "RAX": "0x1", "RBX": "0xFFFFFFFFFFFFFFFF" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/TwoByte/0F_42.asm b/unittests/ASM/TwoByte/0F_42.asm index 2bdf30ca6d..ea8d7e8d0f 100644 --- a/unittests/ASM/TwoByte/0F_42.asm +++ b/unittests/ASM/TwoByte/0F_42.asm @@ -3,9 +3,6 @@ "RegData": { "RAX": "0x1", "RBX": "0xFFFFFFFFFFFFFFFF" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/TwoByte/0F_43.asm b/unittests/ASM/TwoByte/0F_43.asm index b2f00ce723..8e612ad1a0 100644 --- a/unittests/ASM/TwoByte/0F_43.asm +++ b/unittests/ASM/TwoByte/0F_43.asm @@ -3,9 +3,6 @@ "RegData": { "RAX": "0x1", "RBX": "0xFFFFFFFFFFFFFFFF" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/TwoByte/0F_44.asm b/unittests/ASM/TwoByte/0F_44.asm index b6bbe38e56..7c6e2ac524 100644 --- a/unittests/ASM/TwoByte/0F_44.asm +++ b/unittests/ASM/TwoByte/0F_44.asm @@ -3,9 +3,6 @@ "RegData": { "RAX": "0x1", "RBX": "0xFFFFFFFFFFFFFFFF" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/TwoByte/0F_45.asm b/unittests/ASM/TwoByte/0F_45.asm index 1775124bcc..c246c85c89 100644 --- a/unittests/ASM/TwoByte/0F_45.asm +++ b/unittests/ASM/TwoByte/0F_45.asm @@ -3,9 +3,6 @@ "RegData": { "RAX": "0x1", "RBX": "0xFFFFFFFFFFFFFFFF" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/TwoByte/0F_46.asm b/unittests/ASM/TwoByte/0F_46.asm index 0a1f6f5b63..8cb7c9d237 100644 --- a/unittests/ASM/TwoByte/0F_46.asm +++ b/unittests/ASM/TwoByte/0F_46.asm @@ -3,9 +3,6 @@ "RegData": { "RAX": "0x1", "RBX": "0xFFFFFFFFFFFFFFFF" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/TwoByte/0F_47.asm b/unittests/ASM/TwoByte/0F_47.asm index 607ad28e26..e2a006446c 100644 --- a/unittests/ASM/TwoByte/0F_47.asm +++ b/unittests/ASM/TwoByte/0F_47.asm @@ -3,9 +3,6 @@ "RegData": { "RAX": "0x1", "RBX": "0xFFFFFFFFFFFFFFFF" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/TwoByte/0F_48.asm b/unittests/ASM/TwoByte/0F_48.asm index d5176493b9..04ff354a43 100644 --- a/unittests/ASM/TwoByte/0F_48.asm +++ b/unittests/ASM/TwoByte/0F_48.asm @@ -3,9 +3,6 @@ "RegData": { "RAX": "0x1", "RBX": "0xFFFFFFFFFFFFFFFF" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/TwoByte/0F_49.asm b/unittests/ASM/TwoByte/0F_49.asm index 61cf40b0de..4f6b7fbe34 100644 --- a/unittests/ASM/TwoByte/0F_49.asm +++ b/unittests/ASM/TwoByte/0F_49.asm @@ -3,9 +3,6 @@ "RegData": { "RAX": "0x1", "RBX": "0xFFFFFFFFFFFFFFFF" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/TwoByte/0F_4A.asm b/unittests/ASM/TwoByte/0F_4A.asm index 527989672e..16ca639aba 100644 --- a/unittests/ASM/TwoByte/0F_4A.asm +++ b/unittests/ASM/TwoByte/0F_4A.asm @@ -3,9 +3,6 @@ "RegData": { "RAX": "0x1", "RBX": "0xFFFFFFFFFFFFFFFF" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/TwoByte/0F_4B.asm b/unittests/ASM/TwoByte/0F_4B.asm index 925387413f..ba7ad15e4b 100644 --- a/unittests/ASM/TwoByte/0F_4B.asm +++ b/unittests/ASM/TwoByte/0F_4B.asm @@ -3,9 +3,6 @@ "RegData": { "RAX": "0x1", "RBX": "0xFFFFFFFFFFFFFFFF" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/TwoByte/0F_4C.asm b/unittests/ASM/TwoByte/0F_4C.asm index 9341efd658..14371a0876 100644 --- a/unittests/ASM/TwoByte/0F_4C.asm +++ b/unittests/ASM/TwoByte/0F_4C.asm @@ -3,9 +3,6 @@ "RegData": { "RAX": "0x1", "RBX": "0xFFFFFFFFFFFFFFFF" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/TwoByte/0F_4D.asm b/unittests/ASM/TwoByte/0F_4D.asm index 81b65bdeb5..9fdf21db00 100644 --- a/unittests/ASM/TwoByte/0F_4D.asm +++ b/unittests/ASM/TwoByte/0F_4D.asm @@ -3,9 +3,6 @@ "RegData": { "RAX": "0x1", "RBX": "0xFFFFFFFFFFFFFFFF" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/TwoByte/0F_4E.asm b/unittests/ASM/TwoByte/0F_4E.asm index 2f2a7f426e..962672ac6a 100644 --- a/unittests/ASM/TwoByte/0F_4E.asm +++ b/unittests/ASM/TwoByte/0F_4E.asm @@ -3,9 +3,6 @@ "RegData": { "RAX": "0x1", "RBX": "0xFFFFFFFFFFFFFFFF" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/TwoByte/0F_4F.asm b/unittests/ASM/TwoByte/0F_4F.asm index 248dde9e30..e1006ac87f 100644 --- a/unittests/ASM/TwoByte/0F_4F.asm +++ b/unittests/ASM/TwoByte/0F_4F.asm @@ -3,9 +3,6 @@ "RegData": { "RAX": "0x1", "RBX": "0xFFFFFFFFFFFFFFFF" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/TwoByte/0F_50.asm b/unittests/ASM/TwoByte/0F_50.asm index 4d017803dc..610e441c66 100644 --- a/unittests/ASM/TwoByte/0F_50.asm +++ b/unittests/ASM/TwoByte/0F_50.asm @@ -3,9 +3,6 @@ "RegData": { "RAX": "0x0", "RBX": "0x3" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/TwoByte/0F_51.asm b/unittests/ASM/TwoByte/0F_51.asm index d5ffacad9f..04a87128af 100644 --- a/unittests/ASM/TwoByte/0F_51.asm +++ b/unittests/ASM/TwoByte/0F_51.asm @@ -9,9 +9,6 @@ "XMM5": ["0x4000000040000000", "0x4000000040000000"], "XMM6": ["0x4040000040400000", "0x4040000040400000"], "XMM7": ["0x4080000040800000", "0x4080000040800000"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/TwoByte/0F_52.asm b/unittests/ASM/TwoByte/0F_52.asm index c34989e99e..ba26a18a5d 100644 --- a/unittests/ASM/TwoByte/0F_52.asm +++ b/unittests/ASM/TwoByte/0F_52.asm @@ -9,9 +9,6 @@ "XMM5": ["0x3f0000003f000000", "0x3f0000003f000000"], "XMM6": ["0x3eaaaaab3eaaaaab", "0x3eaaaaab3eaaaaab"], "XMM7": ["0x3e8000003e800000", "0x3e8000003e800000"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/TwoByte/0F_53.asm b/unittests/ASM/TwoByte/0F_53.asm index 168ca896c9..8f9609598c 100644 --- a/unittests/ASM/TwoByte/0F_53.asm +++ b/unittests/ASM/TwoByte/0F_53.asm @@ -3,9 +3,6 @@ "RegData": { "XMM0": ["0x3f8000003f800000", "0x3f8000003f800000"], "XMM1": ["0x3e8000003e800000", "0x3e8000003e800000"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/TwoByte/0F_54.asm b/unittests/ASM/TwoByte/0F_54.asm index 969c5dfe9b..5c69e302a3 100644 --- a/unittests/ASM/TwoByte/0F_54.asm +++ b/unittests/ASM/TwoByte/0F_54.asm @@ -4,9 +4,6 @@ "XMM0": ["0x1010101010101010", "0x0"], "XMM1": ["0x1010101010101010", "0x0"], "XMM2": ["0x1010101010101010", "0xFFFFFFFFFFFFFFFF"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/TwoByte/0F_55.asm b/unittests/ASM/TwoByte/0F_55.asm index e51396bf9f..3c74d573da 100644 --- a/unittests/ASM/TwoByte/0F_55.asm +++ b/unittests/ASM/TwoByte/0F_55.asm @@ -4,9 +4,6 @@ "XMM0": ["0x0", "0xFFFFFFFFFFFFFFFF"], "XMM1": ["0x0", "0xFFFFFFFFFFFFFFFF"], "XMM2": ["0x1010101010101010", "0xFFFFFFFFFFFFFFFF"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/TwoByte/0F_56.asm b/unittests/ASM/TwoByte/0F_56.asm index f50f05bb73..19c1697279 100644 --- a/unittests/ASM/TwoByte/0F_56.asm +++ b/unittests/ASM/TwoByte/0F_56.asm @@ -4,9 +4,6 @@ "XMM0": ["0x1111111111111111", "0x2222222222222222"], "XMM1": ["0x1111111111111111", "0x2222222222222222"], "XMM2": ["0x0101010101010101", "0x0202020202020202"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/TwoByte/0F_57.asm b/unittests/ASM/TwoByte/0F_57.asm index 4c80b55130..67789fc400 100644 --- a/unittests/ASM/TwoByte/0F_57.asm +++ b/unittests/ASM/TwoByte/0F_57.asm @@ -4,9 +4,6 @@ "XMM0": ["0x2424242424242424", "0x2424242424242424"], "XMM1": ["0x2424242424242424", "0x2424242424242424"], "XMM2": ["0x1818181818181818", "0x1818181818181818"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/TwoByte/0F_58.asm b/unittests/ASM/TwoByte/0F_58.asm index 5a8502d92f..ff1b9afedd 100644 --- a/unittests/ASM/TwoByte/0F_58.asm +++ b/unittests/ASM/TwoByte/0F_58.asm @@ -4,9 +4,6 @@ "XMM0": ["0x4100000040c00000", "0x4140000041200000"], "XMM1": ["0x4100000040c00000", "0x4140000041200000"], "XMM2": ["0x40c0000040a00000", "0x4100000040e00000"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/TwoByte/0F_59.asm b/unittests/ASM/TwoByte/0F_59.asm index 6f72a29c6b..eebdcd377e 100644 --- a/unittests/ASM/TwoByte/0F_59.asm +++ b/unittests/ASM/TwoByte/0F_59.asm @@ -4,9 +4,6 @@ "XMM0": ["0x4140000040a00000", "0x4200000041a80000"], "XMM1": ["0x4140000040a00000", "0x4200000041a80000"], "XMM2": ["0x40c0000040a00000", "0x4100000040e00000"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/TwoByte/0F_5A.asm b/unittests/ASM/TwoByte/0F_5A.asm index b2a17ef6fe..b4fd2f252e 100644 --- a/unittests/ASM/TwoByte/0F_5A.asm +++ b/unittests/ASM/TwoByte/0F_5A.asm @@ -4,9 +4,6 @@ "XMM0": ["0x4014000000000000", "0x4018000000000000"], "XMM1": ["0x4014000000000000", "0x4018000000000000"], "XMM2": ["0x40c0000040a00000", "0x4100000040e00000"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/TwoByte/0F_5B.asm b/unittests/ASM/TwoByte/0F_5B.asm index 73b4842985..a6ac736655 100644 --- a/unittests/ASM/TwoByte/0F_5B.asm +++ b/unittests/ASM/TwoByte/0F_5B.asm @@ -4,9 +4,6 @@ "XMM0": ["0xbf8000003f800000", "0x437f000000000000"], "XMM1": ["0xbf8000003f800000", "0x437f000000000000"], "XMM2": ["0xFFFFFFFF00000001", "0x000000FF00000000"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/TwoByte/0F_5C.asm b/unittests/ASM/TwoByte/0F_5C.asm index 0fb9a089fe..8d1a428e0d 100644 --- a/unittests/ASM/TwoByte/0F_5C.asm +++ b/unittests/ASM/TwoByte/0F_5C.asm @@ -4,9 +4,6 @@ "XMM0": ["0xc0800000c0800000", "0xc0800000c0800000"], "XMM1": ["0xc0800000c0800000", "0xc0800000c0800000"], "XMM2": ["0x40c0000040a00000", "0x4100000040e00000"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/TwoByte/0F_5D.asm b/unittests/ASM/TwoByte/0F_5D.asm index 41bc26491f..db699c6ecf 100644 --- a/unittests/ASM/TwoByte/0F_5D.asm +++ b/unittests/ASM/TwoByte/0F_5D.asm @@ -4,9 +4,6 @@ "XMM0": ["0x400000003f800000", "0x4080000040400000"], "XMM1": ["0x400000003f800000", "0x4080000040400000"], "XMM2": ["0x40c0000040a00000", "0x4100000040e00000"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/TwoByte/0F_5E.asm b/unittests/ASM/TwoByte/0F_5E.asm index 419af16ea3..73f2ac0741 100644 --- a/unittests/ASM/TwoByte/0F_5E.asm +++ b/unittests/ASM/TwoByte/0F_5E.asm @@ -4,9 +4,6 @@ "XMM0": ["0x3eaaaaab3e4ccccd", "0x3f0000003edb6db7"], "XMM1": ["0x3eaaaaab3e4ccccd", "0x3f0000003edb6db7"], "XMM2": ["0x40c0000040a00000", "0x4100000040e00000"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/TwoByte/0F_5F.asm b/unittests/ASM/TwoByte/0F_5F.asm index e9f8892f49..3f4e46a8df 100644 --- a/unittests/ASM/TwoByte/0F_5F.asm +++ b/unittests/ASM/TwoByte/0F_5F.asm @@ -4,9 +4,6 @@ "XMM0": ["0x40c0000040a00000", "0x4100000040e00000"], "XMM1": ["0x40c0000040a00000", "0x4100000040e00000"], "XMM2": ["0x40c0000040a00000", "0x4100000040e00000"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/TwoByte/0F_60.asm b/unittests/ASM/TwoByte/0F_60.asm index 1fce2b5b8c..1f986952a7 100644 --- a/unittests/ASM/TwoByte/0F_60.asm +++ b/unittests/ASM/TwoByte/0F_60.asm @@ -4,9 +4,6 @@ "MM0": "0x6545664667476848", "MM1": "0x6545664667476848", "MM2": "0x6162636465666768" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/TwoByte/0F_61.asm b/unittests/ASM/TwoByte/0F_61.asm index 54ddee3381..823874d8d3 100644 --- a/unittests/ASM/TwoByte/0F_61.asm +++ b/unittests/ASM/TwoByte/0F_61.asm @@ -4,9 +4,6 @@ "MM0": "0x6566454667684748", "MM1": "0x6566454667684748", "MM2": "0x6162636465666768" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/TwoByte/0F_62.asm b/unittests/ASM/TwoByte/0F_62.asm index 95a51a47bd..e4b5a573ac 100644 --- a/unittests/ASM/TwoByte/0F_62.asm +++ b/unittests/ASM/TwoByte/0F_62.asm @@ -4,9 +4,6 @@ "MM0": "0x6566676845464748", "MM1": "0x6566676845464748", "MM2": "0x6162636465666768" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/TwoByte/0F_63.asm b/unittests/ASM/TwoByte/0F_63.asm index bb656600a0..50c53d84cc 100644 --- a/unittests/ASM/TwoByte/0F_63.asm +++ b/unittests/ASM/TwoByte/0F_63.asm @@ -4,9 +4,6 @@ "MM0": "0x00FF7F4100807F41", "MM1": "0x00FF7F4100807F41", "MM2": "0x0000FFFF007F0041" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/TwoByte/0F_64.asm b/unittests/ASM/TwoByte/0F_64.asm index d648165d36..a8d45e78fe 100644 --- a/unittests/ASM/TwoByte/0F_64.asm +++ b/unittests/ASM/TwoByte/0F_64.asm @@ -4,9 +4,6 @@ "MM0": "0xFFFFFFFFFFFFFFFF", "MM1": "0xFFFFFFFFFFFFFFFF", "MM2": "0x6162636465666768" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/TwoByte/0F_65.asm b/unittests/ASM/TwoByte/0F_65.asm index 8c525f3a36..5c6d140260 100644 --- a/unittests/ASM/TwoByte/0F_65.asm +++ b/unittests/ASM/TwoByte/0F_65.asm @@ -4,9 +4,6 @@ "MM0": "0xFFFFFFFFFFFFFFFF", "MM1": "0xFFFFFFFFFFFFFFFF", "MM2": "0x6162636465666768" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/TwoByte/0F_66.asm b/unittests/ASM/TwoByte/0F_66.asm index 43e41f8163..51e82c499e 100644 --- a/unittests/ASM/TwoByte/0F_66.asm +++ b/unittests/ASM/TwoByte/0F_66.asm @@ -4,9 +4,6 @@ "MM0": "0xFFFFFFFFFFFFFFFF", "MM1": "0xFFFFFFFFFFFFFFFF", "MM2": "0x6162636465666768" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/TwoByte/0F_67.asm b/unittests/ASM/TwoByte/0F_67.asm index 50b12dc795..58a528ccac 100644 --- a/unittests/ASM/TwoByte/0F_67.asm +++ b/unittests/ASM/TwoByte/0F_67.asm @@ -4,9 +4,6 @@ "MM0": "0x00007F4100007F41", "MM1": "0x00007F4100007F41", "MM2": "0x0000FFFF007F0041" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/TwoByte/0F_68.asm b/unittests/ASM/TwoByte/0F_68.asm index 9d33eb561a..1215287caf 100644 --- a/unittests/ASM/TwoByte/0F_68.asm +++ b/unittests/ASM/TwoByte/0F_68.asm @@ -4,9 +4,6 @@ "MM0": "0x6141624263436444", "MM1": "0x6141624263436444", "MM2": "0x6162636465666768" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/TwoByte/0F_69.asm b/unittests/ASM/TwoByte/0F_69.asm index 3425c70339..b2e3d9c6e9 100644 --- a/unittests/ASM/TwoByte/0F_69.asm +++ b/unittests/ASM/TwoByte/0F_69.asm @@ -4,9 +4,6 @@ "MM0": "0x6162414263644344", "MM1": "0x6162414263644344", "MM2": "0x6162636465666768" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/TwoByte/0F_6A.asm b/unittests/ASM/TwoByte/0F_6A.asm index e1d657aa27..6a4fbadd70 100644 --- a/unittests/ASM/TwoByte/0F_6A.asm +++ b/unittests/ASM/TwoByte/0F_6A.asm @@ -4,9 +4,6 @@ "MM0": "0x6162636441424344", "MM1": "0x6162636441424344", "MM2": "0x6162636465666768" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/TwoByte/0F_6B.asm b/unittests/ASM/TwoByte/0F_6B.asm index bc2270807f..76e7f1ab5b 100644 --- a/unittests/ASM/TwoByte/0F_6B.asm +++ b/unittests/ASM/TwoByte/0F_6B.asm @@ -4,9 +4,6 @@ "MM0": "0xFFFF8000FFFF8000", "MM1": "0xFFFF8000FFFF8000", "MM2": "0xFFFFFFFF80000000" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/TwoByte/0F_6E.asm b/unittests/ASM/TwoByte/0F_6E.asm index ea441a29a9..85d6931a3c 100644 --- a/unittests/ASM/TwoByte/0F_6E.asm +++ b/unittests/ASM/TwoByte/0F_6E.asm @@ -5,9 +5,6 @@ "MM1": "0x5152535455565758", "MM2": "0x0000000045464748", "MM3": "0x5152535455565758" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/TwoByte/0F_6F.asm b/unittests/ASM/TwoByte/0F_6F.asm index f5eece89f4..b74c588eaa 100644 --- a/unittests/ASM/TwoByte/0F_6F.asm +++ b/unittests/ASM/TwoByte/0F_6F.asm @@ -3,9 +3,6 @@ "RegData": { "MM0": "0x4142434445464748", "MM1": "0x4142434445464748" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/TwoByte/0F_70.asm b/unittests/ASM/TwoByte/0F_70.asm index c5c90de072..ecaabf9d2f 100644 --- a/unittests/ASM/TwoByte/0F_70.asm +++ b/unittests/ASM/TwoByte/0F_70.asm @@ -5,9 +5,6 @@ "MM1": "0x6162636465666768", "MM2": "0x4748474847484748", "MM3": "0x6162616261626162" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/TwoByte/0F_74.asm b/unittests/ASM/TwoByte/0F_74.asm index 7cc4b45b83..bfa4c8aacc 100644 --- a/unittests/ASM/TwoByte/0F_74.asm +++ b/unittests/ASM/TwoByte/0F_74.asm @@ -4,9 +4,6 @@ "MM0": "0x00000000000000FF", "MM1": "0x00000000000000FF", "MM2": "0x6162636465666778" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/TwoByte/0F_75.asm b/unittests/ASM/TwoByte/0F_75.asm index 53921a350c..e4f53fd550 100644 --- a/unittests/ASM/TwoByte/0F_75.asm +++ b/unittests/ASM/TwoByte/0F_75.asm @@ -4,9 +4,6 @@ "MM0": "0x000000000000FFFF", "MM1": "0x000000000000FFFF", "MM2": "0x6162636465667778" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/TwoByte/0F_76.asm b/unittests/ASM/TwoByte/0F_76.asm index 5012bc345d..e87e97d2e8 100644 --- a/unittests/ASM/TwoByte/0F_76.asm +++ b/unittests/ASM/TwoByte/0F_76.asm @@ -4,9 +4,6 @@ "MM0": "0x00000000FFFFFFFF", "MM1": "0x00000000FFFFFFFF", "MM2": "0x61626364FFFFFFFF" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/TwoByte/0F_77.asm b/unittests/ASM/TwoByte/0F_77.asm index 3bddffe98e..f03d555771 100644 --- a/unittests/ASM/TwoByte/0F_77.asm +++ b/unittests/ASM/TwoByte/0F_77.asm @@ -1,9 +1,6 @@ %ifdef CONFIG { "RegData": { - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/TwoByte/0F_7E.asm b/unittests/ASM/TwoByte/0F_7E.asm index bf699f1a4a..1f05cdcf02 100644 --- a/unittests/ASM/TwoByte/0F_7E.asm +++ b/unittests/ASM/TwoByte/0F_7E.asm @@ -3,9 +3,6 @@ "RegData": { "RAX": "0x0000000045464748", "RBX": "0x5152535455565758" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/TwoByte/0F_7F.asm b/unittests/ASM/TwoByte/0F_7F.asm index 783af2bc7b..6093a37b0e 100644 --- a/unittests/ASM/TwoByte/0F_7F.asm +++ b/unittests/ASM/TwoByte/0F_7F.asm @@ -3,9 +3,6 @@ "RegData": { "MM0": "0x4142434445464748", "MM1": "0x4142434445464748" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/TwoByte/0F_80.asm b/unittests/ASM/TwoByte/0F_80.asm index 92e5a6254e..83e7f5b417 100644 --- a/unittests/ASM/TwoByte/0F_80.asm +++ b/unittests/ASM/TwoByte/0F_80.asm @@ -3,9 +3,6 @@ "RegData": { "RAX": "0x1", "RBX": "0x0" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/TwoByte/0F_81.asm b/unittests/ASM/TwoByte/0F_81.asm index f0d988707f..4cd4651869 100644 --- a/unittests/ASM/TwoByte/0F_81.asm +++ b/unittests/ASM/TwoByte/0F_81.asm @@ -3,9 +3,6 @@ "RegData": { "RAX": "0x1", "RBX": "0x0" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/TwoByte/0F_82.asm b/unittests/ASM/TwoByte/0F_82.asm index a517deb432..41676f507b 100644 --- a/unittests/ASM/TwoByte/0F_82.asm +++ b/unittests/ASM/TwoByte/0F_82.asm @@ -3,9 +3,6 @@ "RegData": { "RAX": "0x1", "RBX": "0x0" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/TwoByte/0F_83.asm b/unittests/ASM/TwoByte/0F_83.asm index 4d1eb93941..21190678e2 100644 --- a/unittests/ASM/TwoByte/0F_83.asm +++ b/unittests/ASM/TwoByte/0F_83.asm @@ -3,9 +3,6 @@ "RegData": { "RAX": "0x1", "RBX": "0x0" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/TwoByte/0F_84.asm b/unittests/ASM/TwoByte/0F_84.asm index d31d844332..74b9079d8e 100644 --- a/unittests/ASM/TwoByte/0F_84.asm +++ b/unittests/ASM/TwoByte/0F_84.asm @@ -3,9 +3,6 @@ "RegData": { "RAX": "0x1", "RBX": "0x0" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/TwoByte/0F_85.asm b/unittests/ASM/TwoByte/0F_85.asm index e42b9b6fbc..d08a032e7e 100644 --- a/unittests/ASM/TwoByte/0F_85.asm +++ b/unittests/ASM/TwoByte/0F_85.asm @@ -3,9 +3,6 @@ "RegData": { "RAX": "0x1", "RBX": "0x0" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/TwoByte/0F_86.asm b/unittests/ASM/TwoByte/0F_86.asm index 78884ad808..eb3719a0ef 100644 --- a/unittests/ASM/TwoByte/0F_86.asm +++ b/unittests/ASM/TwoByte/0F_86.asm @@ -3,9 +3,6 @@ "RegData": { "RAX": "0x1", "RBX": "0x0" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/TwoByte/0F_87.asm b/unittests/ASM/TwoByte/0F_87.asm index b8cb0f3fc4..a2af73b91a 100644 --- a/unittests/ASM/TwoByte/0F_87.asm +++ b/unittests/ASM/TwoByte/0F_87.asm @@ -3,9 +3,6 @@ "RegData": { "RAX": "0x1", "RBX": "0x0" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/TwoByte/0F_88.asm b/unittests/ASM/TwoByte/0F_88.asm index 87126bcf17..d96fc9fd1b 100644 --- a/unittests/ASM/TwoByte/0F_88.asm +++ b/unittests/ASM/TwoByte/0F_88.asm @@ -3,9 +3,6 @@ "RegData": { "RAX": "0x1", "RBX": "0x0" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/TwoByte/0F_89.asm b/unittests/ASM/TwoByte/0F_89.asm index a298bc7134..9535d64d82 100644 --- a/unittests/ASM/TwoByte/0F_89.asm +++ b/unittests/ASM/TwoByte/0F_89.asm @@ -3,9 +3,6 @@ "RegData": { "RAX": "0x1", "RBX": "0x0" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/TwoByte/0F_8A.asm b/unittests/ASM/TwoByte/0F_8A.asm index 268f28b522..b00095b3c8 100644 --- a/unittests/ASM/TwoByte/0F_8A.asm +++ b/unittests/ASM/TwoByte/0F_8A.asm @@ -3,9 +3,6 @@ "RegData": { "RAX": "0x1", "RBX": "0x0" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/TwoByte/0F_8B.asm b/unittests/ASM/TwoByte/0F_8B.asm index 3df7c15a5d..1206813f97 100644 --- a/unittests/ASM/TwoByte/0F_8B.asm +++ b/unittests/ASM/TwoByte/0F_8B.asm @@ -3,9 +3,6 @@ "RegData": { "RAX": "0x1", "RBX": "0x0" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/TwoByte/0F_8C.asm b/unittests/ASM/TwoByte/0F_8C.asm index bc942b89db..0b1fdd08da 100644 --- a/unittests/ASM/TwoByte/0F_8C.asm +++ b/unittests/ASM/TwoByte/0F_8C.asm @@ -3,9 +3,6 @@ "RegData": { "RAX": "0x1", "RBX": "0x0" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/TwoByte/0F_8D.asm b/unittests/ASM/TwoByte/0F_8D.asm index 9b6d340917..c89b202e8c 100644 --- a/unittests/ASM/TwoByte/0F_8D.asm +++ b/unittests/ASM/TwoByte/0F_8D.asm @@ -3,9 +3,6 @@ "RegData": { "RAX": "0x1", "RBX": "0x0" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/TwoByte/0F_8E.asm b/unittests/ASM/TwoByte/0F_8E.asm index bbc3907d51..40235192ab 100644 --- a/unittests/ASM/TwoByte/0F_8E.asm +++ b/unittests/ASM/TwoByte/0F_8E.asm @@ -3,9 +3,6 @@ "RegData": { "RAX": "0x1", "RBX": "0x0" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/TwoByte/0F_8F.asm b/unittests/ASM/TwoByte/0F_8F.asm index ec1f0d6e50..4fe30e8681 100644 --- a/unittests/ASM/TwoByte/0F_8F.asm +++ b/unittests/ASM/TwoByte/0F_8F.asm @@ -3,9 +3,6 @@ "RegData": { "RAX": "0x1", "RBX": "0x0" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/TwoByte/0F_90.asm b/unittests/ASM/TwoByte/0F_90.asm index 37df04cdf0..0d84ceb385 100644 --- a/unittests/ASM/TwoByte/0F_90.asm +++ b/unittests/ASM/TwoByte/0F_90.asm @@ -3,9 +3,6 @@ "RegData": { "RAX": "0x1", "RBX": "0x0" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/TwoByte/0F_91.asm b/unittests/ASM/TwoByte/0F_91.asm index e5f1fee9d4..7ea0462d34 100644 --- a/unittests/ASM/TwoByte/0F_91.asm +++ b/unittests/ASM/TwoByte/0F_91.asm @@ -3,9 +3,6 @@ "RegData": { "RAX": "0x1", "RBX": "0x0" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/TwoByte/0F_92.asm b/unittests/ASM/TwoByte/0F_92.asm index 107f1b5372..ab6e99d54a 100644 --- a/unittests/ASM/TwoByte/0F_92.asm +++ b/unittests/ASM/TwoByte/0F_92.asm @@ -3,9 +3,6 @@ "RegData": { "RAX": "0x1", "RBX": "0x0" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/TwoByte/0F_93.asm b/unittests/ASM/TwoByte/0F_93.asm index b693781858..aa287fc09b 100644 --- a/unittests/ASM/TwoByte/0F_93.asm +++ b/unittests/ASM/TwoByte/0F_93.asm @@ -3,9 +3,6 @@ "RegData": { "RAX": "0x1", "RBX": "0x0" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/TwoByte/0F_94.asm b/unittests/ASM/TwoByte/0F_94.asm index 9a206820b2..39fa2b3f37 100644 --- a/unittests/ASM/TwoByte/0F_94.asm +++ b/unittests/ASM/TwoByte/0F_94.asm @@ -3,9 +3,6 @@ "RegData": { "RAX": "0x1", "RBX": "0x0" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/TwoByte/0F_95.asm b/unittests/ASM/TwoByte/0F_95.asm index a79da9d1a0..b62c2e0c33 100644 --- a/unittests/ASM/TwoByte/0F_95.asm +++ b/unittests/ASM/TwoByte/0F_95.asm @@ -3,9 +3,6 @@ "RegData": { "RAX": "0x1", "RBX": "0x0" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/TwoByte/0F_96.asm b/unittests/ASM/TwoByte/0F_96.asm index 2ee8547097..d0c33e5e5b 100644 --- a/unittests/ASM/TwoByte/0F_96.asm +++ b/unittests/ASM/TwoByte/0F_96.asm @@ -3,9 +3,6 @@ "RegData": { "RAX": "0x1", "RBX": "0x0" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/TwoByte/0F_97.asm b/unittests/ASM/TwoByte/0F_97.asm index 0e9ede5905..2844588d0e 100644 --- a/unittests/ASM/TwoByte/0F_97.asm +++ b/unittests/ASM/TwoByte/0F_97.asm @@ -3,9 +3,6 @@ "RegData": { "RAX": "0x1", "RBX": "0x0" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/TwoByte/0F_98.asm b/unittests/ASM/TwoByte/0F_98.asm index 2d4b78d4ec..483021e3c4 100644 --- a/unittests/ASM/TwoByte/0F_98.asm +++ b/unittests/ASM/TwoByte/0F_98.asm @@ -3,9 +3,6 @@ "RegData": { "RAX": "0x1", "RBX": "0x0" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/TwoByte/0F_99.asm b/unittests/ASM/TwoByte/0F_99.asm index 2d81745e78..b4240a2396 100644 --- a/unittests/ASM/TwoByte/0F_99.asm +++ b/unittests/ASM/TwoByte/0F_99.asm @@ -3,9 +3,6 @@ "RegData": { "RAX": "0x1", "RBX": "0x0" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/TwoByte/0F_9A.asm b/unittests/ASM/TwoByte/0F_9A.asm index d8b65296ca..917c65de46 100644 --- a/unittests/ASM/TwoByte/0F_9A.asm +++ b/unittests/ASM/TwoByte/0F_9A.asm @@ -3,9 +3,6 @@ "RegData": { "RAX": "0x1", "RBX": "0x0" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/TwoByte/0F_9B.asm b/unittests/ASM/TwoByte/0F_9B.asm index 3c6f820726..931c7b39db 100644 --- a/unittests/ASM/TwoByte/0F_9B.asm +++ b/unittests/ASM/TwoByte/0F_9B.asm @@ -3,9 +3,6 @@ "RegData": { "RAX": "0x1", "RBX": "0x0" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/TwoByte/0F_9C.asm b/unittests/ASM/TwoByte/0F_9C.asm index 9fd01447b0..cbbe44ccf6 100644 --- a/unittests/ASM/TwoByte/0F_9C.asm +++ b/unittests/ASM/TwoByte/0F_9C.asm @@ -3,9 +3,6 @@ "RegData": { "RAX": "0x1", "RBX": "0x0" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/TwoByte/0F_9D.asm b/unittests/ASM/TwoByte/0F_9D.asm index dbbd37ad63..3fdcd9fdf0 100644 --- a/unittests/ASM/TwoByte/0F_9D.asm +++ b/unittests/ASM/TwoByte/0F_9D.asm @@ -3,9 +3,6 @@ "RegData": { "RAX": "0x1", "RBX": "0x0" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/TwoByte/0F_9E.asm b/unittests/ASM/TwoByte/0F_9E.asm index a10b3a963a..dda3da99e7 100644 --- a/unittests/ASM/TwoByte/0F_9E.asm +++ b/unittests/ASM/TwoByte/0F_9E.asm @@ -3,9 +3,6 @@ "RegData": { "RAX": "0x1", "RBX": "0x0" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/TwoByte/0F_9F.asm b/unittests/ASM/TwoByte/0F_9F.asm index 16145956fa..189c183473 100644 --- a/unittests/ASM/TwoByte/0F_9F.asm +++ b/unittests/ASM/TwoByte/0F_9F.asm @@ -3,9 +3,6 @@ "RegData": { "RAX": "0x1", "RBX": "0x0" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/TwoByte/0F_A2.asm b/unittests/ASM/TwoByte/0F_A2.asm index 5e4bc32872..3b7f15166f 100644 --- a/unittests/ASM/TwoByte/0F_A2.asm +++ b/unittests/ASM/TwoByte/0F_A2.asm @@ -2,9 +2,6 @@ { "RegData": { "RAX": "0x1" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/TwoByte/0F_A3.asm b/unittests/ASM/TwoByte/0F_A3.asm index 5e891cbe4b..3b6dbaaa0a 100644 --- a/unittests/ASM/TwoByte/0F_A3.asm +++ b/unittests/ASM/TwoByte/0F_A3.asm @@ -2,9 +2,6 @@ { "RegData": { "R15": "0x3" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/TwoByte/0F_A4.asm b/unittests/ASM/TwoByte/0F_A4.asm index 31d75d0670..6ed2e053d1 100644 --- a/unittests/ASM/TwoByte/0F_A4.asm +++ b/unittests/ASM/TwoByte/0F_A4.asm @@ -6,9 +6,6 @@ "RCX": "0x8788919291929394", "RDX": "0xA7A8919293949596", "RSI": "0xB1B2B3B4B5B6B7B8" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/TwoByte/0F_A5.asm b/unittests/ASM/TwoByte/0F_A5.asm index 9de223c5e9..7e20092e3c 100644 --- a/unittests/ASM/TwoByte/0F_A5.asm +++ b/unittests/ASM/TwoByte/0F_A5.asm @@ -6,9 +6,6 @@ "RCX": "0x8788919291929394", "RDX": "0xA7A8919293949596", "RSI": "0xB1B2B3B4B5B6B7B8" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/TwoByte/0F_AB.asm b/unittests/ASM/TwoByte/0F_AB.asm index f9e571ddec..e824d95808 100644 --- a/unittests/ASM/TwoByte/0F_AB.asm +++ b/unittests/ASM/TwoByte/0F_AB.asm @@ -2,9 +2,6 @@ { "RegData": { "R15": "0x1F" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/TwoByte/0F_AB_Atomic.asm b/unittests/ASM/TwoByte/0F_AB_Atomic.asm index c45945061c..1a44d834c1 100644 --- a/unittests/ASM/TwoByte/0F_AB_Atomic.asm +++ b/unittests/ASM/TwoByte/0F_AB_Atomic.asm @@ -2,9 +2,6 @@ { "RegData": { "R15": "0x1F" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/TwoByte/0F_AC.asm b/unittests/ASM/TwoByte/0F_AC.asm index 137131f85a..a1fecefdf2 100644 --- a/unittests/ASM/TwoByte/0F_AC.asm +++ b/unittests/ASM/TwoByte/0F_AC.asm @@ -6,9 +6,6 @@ "RCX": "0x9596979897988182", "RDX": "0x939495969798A1A2", "RSI": "0xB1B2B3B4B5B6B7B8" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/TwoByte/0F_AD.asm b/unittests/ASM/TwoByte/0F_AD.asm index 431b4a0f1c..a7da9819f6 100644 --- a/unittests/ASM/TwoByte/0F_AD.asm +++ b/unittests/ASM/TwoByte/0F_AD.asm @@ -6,9 +6,6 @@ "RCX": "0x9596979897988182", "RDX": "0x939495969798A1A2", "RSI": "0xB1B2B3B4B5B6B7B8" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/TwoByte/0F_AF.asm b/unittests/ASM/TwoByte/0F_AF.asm index eeaf15c6c7..63ee29b5cc 100644 --- a/unittests/ASM/TwoByte/0F_AF.asm +++ b/unittests/ASM/TwoByte/0F_AF.asm @@ -4,9 +4,6 @@ "RAX": "0x5C00", "RBX": "0x54D45400", "RSI": "0x4ECE4DCD4CCC4C00" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/TwoByte/0F_B0.asm b/unittests/ASM/TwoByte/0F_B0.asm index a7915689e3..85f9b5f51e 100644 --- a/unittests/ASM/TwoByte/0F_B0.asm +++ b/unittests/ASM/TwoByte/0F_B0.asm @@ -10,9 +10,6 @@ "RDI": "0x6162636465666768", "RSP": "0x7172737475767778", "R8": "0x7172737475767778" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/TwoByte/0F_B0_10.asm b/unittests/ASM/TwoByte/0F_B0_10.asm index 4101db9142..e756b68713 100644 --- a/unittests/ASM/TwoByte/0F_B0_10.asm +++ b/unittests/ASM/TwoByte/0F_B0_10.asm @@ -9,9 +9,6 @@ "R10": "0xffffffff45464648", "R9": "0x4142434445468648", "R8": "0x4142434445464648" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/TwoByte/0F_B0_3.asm b/unittests/ASM/TwoByte/0F_B0_3.asm index cd34776287..2c307e41da 100644 --- a/unittests/ASM/TwoByte/0F_B0_3.asm +++ b/unittests/ASM/TwoByte/0F_B0_3.asm @@ -10,9 +10,6 @@ "RDI": "0x6162636465666768", "RSP": "0x7172737475767778", "R8": "0x7172737475767778" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/TwoByte/0F_B0_4.asm b/unittests/ASM/TwoByte/0F_B0_4.asm index e71c878e06..f5e435fb98 100644 --- a/unittests/ASM/TwoByte/0F_B0_4.asm +++ b/unittests/ASM/TwoByte/0F_B0_4.asm @@ -10,9 +10,6 @@ "RDI": "0x6162636465666768", "RSP": "0x7172737475767778", "R8": "0x7172737475767778" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/TwoByte/0F_B0_8.asm b/unittests/ASM/TwoByte/0F_B0_8.asm index e715061af8..0088d09f2c 100644 --- a/unittests/ASM/TwoByte/0F_B0_8.asm +++ b/unittests/ASM/TwoByte/0F_B0_8.asm @@ -9,9 +9,6 @@ "R10": "0x4142434400004600", "R9": "0x4142434445468748", "R8": "0x0000000000004600" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/TwoByte/0F_B0_9.asm b/unittests/ASM/TwoByte/0F_B0_9.asm index 4e586f675f..4d5ab31726 100644 --- a/unittests/ASM/TwoByte/0F_B0_9.asm +++ b/unittests/ASM/TwoByte/0F_B0_9.asm @@ -9,9 +9,6 @@ "R10": "0xffffffff45464648", "R9": "0x4142434445468648", "R8": "0x4142434445464648" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/TwoByte/0F_B3.asm b/unittests/ASM/TwoByte/0F_B3.asm index 5ad2679bec..82ceb4759c 100644 --- a/unittests/ASM/TwoByte/0F_B3.asm +++ b/unittests/ASM/TwoByte/0F_B3.asm @@ -2,9 +2,6 @@ { "RegData": { "R15": "0xA" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/TwoByte/0F_B3_Atomic.asm b/unittests/ASM/TwoByte/0F_B3_Atomic.asm index 231ec42ccb..8f5d75eb9b 100644 --- a/unittests/ASM/TwoByte/0F_B3_Atomic.asm +++ b/unittests/ASM/TwoByte/0F_B3_Atomic.asm @@ -2,9 +2,6 @@ { "RegData": { "R15": "0xA" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/TwoByte/0F_B6.asm b/unittests/ASM/TwoByte/0F_B6.asm index 5991fd0f6a..dae1fdaa1b 100644 --- a/unittests/ASM/TwoByte/0F_B6.asm +++ b/unittests/ASM/TwoByte/0F_B6.asm @@ -7,9 +7,6 @@ "R12": "0x41424344454600FF", "R11": "0x00000000000000FF", "R10": "0x00000000000000FF" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/TwoByte/0F_B7.asm b/unittests/ASM/TwoByte/0F_B7.asm index abcf0b5deb..7a8730285b 100644 --- a/unittests/ASM/TwoByte/0F_B7.asm +++ b/unittests/ASM/TwoByte/0F_B7.asm @@ -5,9 +5,6 @@ "R13": "0x000000000000FFFF", "R12": "0x000000000000FFFF", "R11": "0x000000000000FFFF" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/TwoByte/0F_BB.asm b/unittests/ASM/TwoByte/0F_BB.asm index 4723ba1b28..5006b8698b 100644 --- a/unittests/ASM/TwoByte/0F_BB.asm +++ b/unittests/ASM/TwoByte/0F_BB.asm @@ -2,9 +2,6 @@ { "RegData": { "R15": "0x1A" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/TwoByte/0F_BB_Atomic.asm b/unittests/ASM/TwoByte/0F_BB_Atomic.asm index a9a5f2f25d..54d2b88198 100644 --- a/unittests/ASM/TwoByte/0F_BB_Atomic.asm +++ b/unittests/ASM/TwoByte/0F_BB_Atomic.asm @@ -2,9 +2,6 @@ { "RegData": { "R15": "0x1A" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/TwoByte/0F_BC.asm b/unittests/ASM/TwoByte/0F_BC.asm index 7976959def..32760f6aa8 100644 --- a/unittests/ASM/TwoByte/0F_BC.asm +++ b/unittests/ASM/TwoByte/0F_BC.asm @@ -10,9 +10,6 @@ "R9": "0xFFFFFFFFFFFFFFFF", "R8": "0xFFFFFFFFFFFFFFFF", "RSI": "0xFFFFFFFFFFFFFFFF" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/TwoByte/0F_BD.asm b/unittests/ASM/TwoByte/0F_BD.asm index 7a07bffab1..0e8b1d5011 100644 --- a/unittests/ASM/TwoByte/0F_BD.asm +++ b/unittests/ASM/TwoByte/0F_BD.asm @@ -10,9 +10,6 @@ "R9": "0xFFFFFFFFFFFFFFFF", "R8": "0xFFFFFFFFFFFFFFFF", "RSI": "0xFFFFFFFFFFFFFFFF" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/TwoByte/0F_BE.asm b/unittests/ASM/TwoByte/0F_BE.asm index 197b7a93a2..cea79356c3 100644 --- a/unittests/ASM/TwoByte/0F_BE.asm +++ b/unittests/ASM/TwoByte/0F_BE.asm @@ -7,9 +7,6 @@ "R12": "0x414243444546FFFF", "R11": "0x00000000FFFFFFFF", "R10": "0xFFFFFFFFFFFFFFFF" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/TwoByte/0F_BF.asm b/unittests/ASM/TwoByte/0F_BF.asm index d15e6519b1..7309ef6427 100644 --- a/unittests/ASM/TwoByte/0F_BF.asm +++ b/unittests/ASM/TwoByte/0F_BF.asm @@ -5,9 +5,6 @@ "R13": "0xFFFFFFFFFFFFFFFF", "R12": "0x00000000FFFFFFFF", "R11": "0xFFFFFFFFFFFFFFFF" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/TwoByte/0F_C0.asm b/unittests/ASM/TwoByte/0F_C0.asm index 315cc64acf..e2a2863794 100644 --- a/unittests/ASM/TwoByte/0F_C0.asm +++ b/unittests/ASM/TwoByte/0F_C0.asm @@ -9,9 +9,6 @@ "R14": "0x5759", "R13": "0x65666769", "R12": "0x7172737475767779" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/TwoByte/0F_C2.asm b/unittests/ASM/TwoByte/0F_C2.asm index 381492b3cd..77b7305705 100644 --- a/unittests/ASM/TwoByte/0F_C2.asm +++ b/unittests/ASM/TwoByte/0F_C2.asm @@ -9,9 +9,6 @@ "XMM5": ["0xFFFFFFFFFFFFFFFF", "0x00000000FFFFFFFF"], "XMM6": ["0x0000000000000000", "0x00000000FFFFFFFF"], "XMM7": ["0x00000000FFFFFFFF", "0x0000000000000000"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/TwoByte/0F_C3.asm b/unittests/ASM/TwoByte/0F_C3.asm index 92a8c1e8e9..3d3f3851e7 100644 --- a/unittests/ASM/TwoByte/0F_C3.asm +++ b/unittests/ASM/TwoByte/0F_C3.asm @@ -4,9 +4,6 @@ "RAX": "0x4142434445464748", "RBX": "0x4142434445464748", "RCX": "0x0000000045464748" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/TwoByte/0F_C4.asm b/unittests/ASM/TwoByte/0F_C4.asm index 8dc564daab..931be1ab19 100644 --- a/unittests/ASM/TwoByte/0F_C4.asm +++ b/unittests/ASM/TwoByte/0F_C4.asm @@ -9,9 +9,6 @@ "MM5": "0x4142434477784748", "MM6": "0x4142777845464748", "MM7": "0x7778434445464748" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/TwoByte/0F_C4_2.asm b/unittests/ASM/TwoByte/0F_C4_2.asm index a490d9d7e2..ee10e8b677 100644 --- a/unittests/ASM/TwoByte/0F_C4_2.asm +++ b/unittests/ASM/TwoByte/0F_C4_2.asm @@ -9,9 +9,6 @@ "MM5": "0x4142434477784748", "MM6": "0x4142777845464748", "MM7": "0x7778434445464748" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/TwoByte/0F_C5.asm b/unittests/ASM/TwoByte/0F_C5.asm index 16d796c215..d968b3a876 100644 --- a/unittests/ASM/TwoByte/0F_C5.asm +++ b/unittests/ASM/TwoByte/0F_C5.asm @@ -5,9 +5,6 @@ "RBX": "0x4546", "RCX": "0x4344", "RDX": "0x4142" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/TwoByte/0F_C5_2.asm b/unittests/ASM/TwoByte/0F_C5_2.asm index 2ecf02104f..88205f4f2b 100644 --- a/unittests/ASM/TwoByte/0F_C5_2.asm +++ b/unittests/ASM/TwoByte/0F_C5_2.asm @@ -9,9 +9,6 @@ "RDI": "0x4546", "RBP": "0x4344", "RSP": "0x4142" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/TwoByte/0F_C6.asm b/unittests/ASM/TwoByte/0F_C6.asm index 23fbb84b87..a9f5501058 100644 --- a/unittests/ASM/TwoByte/0F_C6.asm +++ b/unittests/ASM/TwoByte/0F_C6.asm @@ -17,9 +17,6 @@ "RCX": "0x3837363534333231", "RBX": "0x2827262524232221", "RAX": "0x1817161514131211" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/TwoByte/0F_D1.asm b/unittests/ASM/TwoByte/0F_D1.asm index 8cd20d95dd..0a4879bb6a 100644 --- a/unittests/ASM/TwoByte/0F_D1.asm +++ b/unittests/ASM/TwoByte/0F_D1.asm @@ -6,9 +6,6 @@ "MM2": "0x0", "MM3": "0x0", "MM4": "0x0" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/TwoByte/0F_D2.asm b/unittests/ASM/TwoByte/0F_D2.asm index a481483ce7..a432c72eb0 100644 --- a/unittests/ASM/TwoByte/0F_D2.asm +++ b/unittests/ASM/TwoByte/0F_D2.asm @@ -6,9 +6,6 @@ "MM2": "0x0000414200004546", "MM3": "0x0", "MM4": "0x0" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/TwoByte/0F_D3.asm b/unittests/ASM/TwoByte/0F_D3.asm index b7c8ce8923..66a9e48371 100644 --- a/unittests/ASM/TwoByte/0F_D3.asm +++ b/unittests/ASM/TwoByte/0F_D3.asm @@ -6,9 +6,6 @@ "MM2": "0x0000414243444546", "MM3": "0x0000000041424344", "MM4": "0x0" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/TwoByte/0F_D5.asm b/unittests/ASM/TwoByte/0F_D5.asm index ab87bce264..6b467955a8 100644 --- a/unittests/ASM/TwoByte/0F_D5.asm +++ b/unittests/ASM/TwoByte/0F_D5.asm @@ -3,9 +3,6 @@ "RegData": { "MM0": "0xFD44929037E4ED40", "MM1": "0xFD44929037E4ED40" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/TwoByte/0F_D8.asm b/unittests/ASM/TwoByte/0F_D8.asm index 3fc94458e1..436c946bb3 100644 --- a/unittests/ASM/TwoByte/0F_D8.asm +++ b/unittests/ASM/TwoByte/0F_D8.asm @@ -3,9 +3,6 @@ "RegData": { "MM0": "0x2020202000000000", "MM1": "0x2020202000000000" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/TwoByte/0F_D9.asm b/unittests/ASM/TwoByte/0F_D9.asm index 277b848b17..46c726e54d 100644 --- a/unittests/ASM/TwoByte/0F_D9.asm +++ b/unittests/ASM/TwoByte/0F_D9.asm @@ -3,9 +3,6 @@ "RegData": { "MM0": "0x2020202000000000", "MM1": "0x2020202000000000" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/TwoByte/0F_DA.asm b/unittests/ASM/TwoByte/0F_DA.asm index f8d89fe655..9acf419010 100644 --- a/unittests/ASM/TwoByte/0F_DA.asm +++ b/unittests/ASM/TwoByte/0F_DA.asm @@ -3,9 +3,6 @@ "RegData": { "MM0": "0x4142434445464748", "MM1": "0x4142434445464748" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/TwoByte/0F_DB.asm b/unittests/ASM/TwoByte/0F_DB.asm index 80f3df7627..130d11f661 100644 --- a/unittests/ASM/TwoByte/0F_DB.asm +++ b/unittests/ASM/TwoByte/0F_DB.asm @@ -4,9 +4,6 @@ "MM0": "0x1010101010101010", "MM1": "0x1010101010101010", "MM2": "0x1010101010101010" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/TwoByte/0F_DC.asm b/unittests/ASM/TwoByte/0F_DC.asm index be14b95b96..717339ba79 100644 --- a/unittests/ASM/TwoByte/0F_DC.asm +++ b/unittests/ASM/TwoByte/0F_DC.asm @@ -3,9 +3,6 @@ "RegData": { "MM0": "0xA2A4A6A8AAACAEB0", "MM1": "0xA2A4A6A8AAACAEB0" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/TwoByte/0F_DD.asm b/unittests/ASM/TwoByte/0F_DD.asm index 47967ce83e..c99fc6158f 100644 --- a/unittests/ASM/TwoByte/0F_DD.asm +++ b/unittests/ASM/TwoByte/0F_DD.asm @@ -3,9 +3,6 @@ "RegData": { "MM0": "0xA2A4A6A8AAACAEB0", "MM1": "0xA2A4A6A8AAACAEB0" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/TwoByte/0F_DE.asm b/unittests/ASM/TwoByte/0F_DE.asm index 89f2a8bb07..5e52fe5486 100644 --- a/unittests/ASM/TwoByte/0F_DE.asm +++ b/unittests/ASM/TwoByte/0F_DE.asm @@ -3,9 +3,6 @@ "RegData": { "MM0": "0x5152535455565758", "MM1": "0x5152535455565758" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/TwoByte/0F_DF.asm b/unittests/ASM/TwoByte/0F_DF.asm index c6425c344b..ca2dbd8d8b 100644 --- a/unittests/ASM/TwoByte/0F_DF.asm +++ b/unittests/ASM/TwoByte/0F_DF.asm @@ -4,9 +4,6 @@ "MM0": "0x0", "MM1": "0x0", "MM2": "0x1010101010101010" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/TwoByte/0F_E0.asm b/unittests/ASM/TwoByte/0F_E0.asm index 4f6c4b2f5d..96a93267fa 100644 --- a/unittests/ASM/TwoByte/0F_E0.asm +++ b/unittests/ASM/TwoByte/0F_E0.asm @@ -7,9 +7,6 @@ "MM3": "0x2179b0697d5378c4", "MM4": "0x1ed68638699d35ca", "MM5": "0x165c42291f28194c" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/TwoByte/0F_E1.asm b/unittests/ASM/TwoByte/0F_E1.asm index 15bcbf7fd9..2ddfcbbcc2 100644 --- a/unittests/ASM/TwoByte/0F_E1.asm +++ b/unittests/ASM/TwoByte/0F_E1.asm @@ -7,9 +7,6 @@ "MM3": "0x4142434445464748", "MM4": "0x0041004300450047", "MM5": "0x0" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/TwoByte/0F_E2.asm b/unittests/ASM/TwoByte/0F_E2.asm index 1d4a389e20..626deb1f43 100644 --- a/unittests/ASM/TwoByte/0F_E2.asm +++ b/unittests/ASM/TwoByte/0F_E2.asm @@ -7,9 +7,6 @@ "MM3": "0x4142434445464748", "MM4": "0x0000414200004546", "MM5": "0x0" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/TwoByte/0F_E3.asm b/unittests/ASM/TwoByte/0F_E3.asm index 5dcdf80694..48cb06ccdf 100644 --- a/unittests/ASM/TwoByte/0F_E3.asm +++ b/unittests/ASM/TwoByte/0F_E3.asm @@ -7,9 +7,6 @@ "MM3": "0x20f9b0697cd37844", "MM4": "0x1ed685b8691d35ca", "MM5": "0x15dc41a91ea818cc" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/TwoByte/0F_E4.asm b/unittests/ASM/TwoByte/0F_E4.asm index 4e46b7eea9..413c79d867 100644 --- a/unittests/ASM/TwoByte/0F_E4.asm +++ b/unittests/ASM/TwoByte/0F_E4.asm @@ -2,9 +2,6 @@ { "RegData": { "MM0": "0x14BA15E517171851" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/TwoByte/0F_E5.asm b/unittests/ASM/TwoByte/0F_E5.asm index b541693961..aec2a2d4a5 100644 --- a/unittests/ASM/TwoByte/0F_E5.asm +++ b/unittests/ASM/TwoByte/0F_E5.asm @@ -2,9 +2,6 @@ { "RegData": { "MM0": "0xD7D1D77A17171851" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/TwoByte/0F_E7.asm b/unittests/ASM/TwoByte/0F_E7.asm index 8d569ab90c..12cb600f14 100644 --- a/unittests/ASM/TwoByte/0F_E7.asm +++ b/unittests/ASM/TwoByte/0F_E7.asm @@ -3,9 +3,6 @@ "RegData": { "MM0": "0x4142434445464748", "MM1": "0x4142434445464748" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/TwoByte/0F_E8.asm b/unittests/ASM/TwoByte/0F_E8.asm index 8a17bcf358..ec0e2f6a9c 100644 --- a/unittests/ASM/TwoByte/0F_E8.asm +++ b/unittests/ASM/TwoByte/0F_E8.asm @@ -3,9 +3,6 @@ "RegData": { "MM0": "0xE0E0E0E0E0E0E0E0", "MM1": "0xE0E0E0E0E0E0E0E0" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/TwoByte/0F_E9.asm b/unittests/ASM/TwoByte/0F_E9.asm index b6a155b7cf..4b55730f80 100644 --- a/unittests/ASM/TwoByte/0F_E9.asm +++ b/unittests/ASM/TwoByte/0F_E9.asm @@ -3,9 +3,6 @@ "RegData": { "MM0": "0xDFE0DFE0DFE0DFE0", "MM1": "0xDFE0DFE0DFE0DFE0" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/TwoByte/0F_EA.asm b/unittests/ASM/TwoByte/0F_EA.asm index 7cdd58b20e..d66f052152 100644 --- a/unittests/ASM/TwoByte/0F_EA.asm +++ b/unittests/ASM/TwoByte/0F_EA.asm @@ -3,9 +3,6 @@ "RegData": { "MM0": "0x4142434445464748", "MM1": "0x4142434445464748" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/TwoByte/0F_EB.asm b/unittests/ASM/TwoByte/0F_EB.asm index 972b04ba62..240458227e 100644 --- a/unittests/ASM/TwoByte/0F_EB.asm +++ b/unittests/ASM/TwoByte/0F_EB.asm @@ -4,9 +4,6 @@ "MM0": "0x1111111111111111", "MM1": "0x1111111111111111", "MM2": "0x0101010101010101" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/TwoByte/0F_EC.asm b/unittests/ASM/TwoByte/0F_EC.asm index 96f98d2b84..d23561ed35 100644 --- a/unittests/ASM/TwoByte/0F_EC.asm +++ b/unittests/ASM/TwoByte/0F_EC.asm @@ -3,9 +3,6 @@ "RegData": { "MM0": "0x7F7F7F7F7F7F7F7F", "MM1": "0x7F7F7F7F7F7F7F7F" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/TwoByte/0F_ED.asm b/unittests/ASM/TwoByte/0F_ED.asm index 2d8bea67e1..38b8afd11b 100644 --- a/unittests/ASM/TwoByte/0F_ED.asm +++ b/unittests/ASM/TwoByte/0F_ED.asm @@ -3,9 +3,6 @@ "RegData": { "MM0": "0x7FFF7FFF7FFF7FFF", "MM1": "0x7FFF7FFF7FFF7FFF" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/TwoByte/0F_EE.asm b/unittests/ASM/TwoByte/0F_EE.asm index 50f75e7b33..59a31e4b98 100644 --- a/unittests/ASM/TwoByte/0F_EE.asm +++ b/unittests/ASM/TwoByte/0F_EE.asm @@ -3,9 +3,6 @@ "RegData": { "MM0": "0x6162636465666768", "MM1": "0x6162636465666768" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/TwoByte/0F_EF.asm b/unittests/ASM/TwoByte/0F_EF.asm index abe5508101..ba36bacbb6 100644 --- a/unittests/ASM/TwoByte/0F_EF.asm +++ b/unittests/ASM/TwoByte/0F_EF.asm @@ -4,9 +4,6 @@ "MM0": "0x2424242424242424", "MM1": "0x2424242424242424", "MM2": "0x1818181818181818" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/TwoByte/0F_F1.asm b/unittests/ASM/TwoByte/0F_F1.asm index 68808f7f5c..32e1956fbb 100644 --- a/unittests/ASM/TwoByte/0F_F1.asm +++ b/unittests/ASM/TwoByte/0F_F1.asm @@ -5,9 +5,6 @@ "MM1": "0x4200440046004800", "MM2": "0x0", "MM3": "0x0" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/TwoByte/0F_F2.asm b/unittests/ASM/TwoByte/0F_F2.asm index f15e05d0b5..5059318e2c 100644 --- a/unittests/ASM/TwoByte/0F_F2.asm +++ b/unittests/ASM/TwoByte/0F_F2.asm @@ -7,9 +7,6 @@ "MM3": "0x4142434445464748", "MM4": "0x4344000047480000", "MM5": "0x0" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/TwoByte/0F_F3.asm b/unittests/ASM/TwoByte/0F_F3.asm index 765313cc9e..4bc5d83314 100644 --- a/unittests/ASM/TwoByte/0F_F3.asm +++ b/unittests/ASM/TwoByte/0F_F3.asm @@ -7,9 +7,6 @@ "MM3": "0x4142434445464748", "MM4": "0x4546474800000000", "MM5": "0x0" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/TwoByte/0F_F4.asm b/unittests/ASM/TwoByte/0F_F4.asm index 4744a9f95f..d379958919 100644 --- a/unittests/ASM/TwoByte/0F_F4.asm +++ b/unittests/ASM/TwoByte/0F_F4.asm @@ -3,9 +3,6 @@ "RegData": { "MM0": "0x000000000003FFFC", "MM1": "0x000000000003FFFC" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/TwoByte/0F_F5.asm b/unittests/ASM/TwoByte/0F_F5.asm index a54a985d8f..0e2d1e49d2 100644 --- a/unittests/ASM/TwoByte/0F_F5.asm +++ b/unittests/ASM/TwoByte/0F_F5.asm @@ -2,9 +2,6 @@ { "RegData": { "MM0": "0x2A9FE7742F697C44" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/TwoByte/0F_F6.asm b/unittests/ASM/TwoByte/0F_F6.asm index 50612ad121..11a7f44e41 100644 --- a/unittests/ASM/TwoByte/0F_F6.asm +++ b/unittests/ASM/TwoByte/0F_F6.asm @@ -9,9 +9,6 @@ "MM5": "0x000000000000013F", "MM6": "0x000000000000008F", "MM7": "0x00000000000000D1" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/TwoByte/0F_F6_2.asm b/unittests/ASM/TwoByte/0F_F6_2.asm index a50d1648ea..0bf1b28120 100644 --- a/unittests/ASM/TwoByte/0F_F6_2.asm +++ b/unittests/ASM/TwoByte/0F_F6_2.asm @@ -2,9 +2,6 @@ { "RegData": { "MM0": "0x00000000000007F8" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/TwoByte/0F_F8.asm b/unittests/ASM/TwoByte/0F_F8.asm index 584353e03e..5c72762d34 100644 --- a/unittests/ASM/TwoByte/0F_F8.asm +++ b/unittests/ASM/TwoByte/0F_F8.asm @@ -3,9 +3,6 @@ "RegData": { "MM0": "0x2020202020202020", "MM1": "0x2020202020202020" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/TwoByte/0F_F9.asm b/unittests/ASM/TwoByte/0F_F9.asm index 2026f77f82..afe5941865 100644 --- a/unittests/ASM/TwoByte/0F_F9.asm +++ b/unittests/ASM/TwoByte/0F_F9.asm @@ -3,9 +3,6 @@ "RegData": { "MM0": "0x2020202020202020", "MM1": "0x2020202020202020" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/TwoByte/0F_FA.asm b/unittests/ASM/TwoByte/0F_FA.asm index 099691e019..73bbe1ce03 100644 --- a/unittests/ASM/TwoByte/0F_FA.asm +++ b/unittests/ASM/TwoByte/0F_FA.asm @@ -3,9 +3,6 @@ "RegData": { "MM0": "0x2020202020202020", "MM1": "0x2020202020202020" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/TwoByte/0F_FB.asm b/unittests/ASM/TwoByte/0F_FB.asm index a96cc064ef..a0205c8304 100644 --- a/unittests/ASM/TwoByte/0F_FB.asm +++ b/unittests/ASM/TwoByte/0F_FB.asm @@ -3,9 +3,6 @@ "RegData": { "MM0": "0x2020202020202020", "MM1": "0x2020202020202020" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/TwoByte/0F_FC.asm b/unittests/ASM/TwoByte/0F_FC.asm index 227a168b6b..34f14c9f35 100644 --- a/unittests/ASM/TwoByte/0F_FC.asm +++ b/unittests/ASM/TwoByte/0F_FC.asm @@ -3,9 +3,6 @@ "RegData": { "MM0": "0xA2A4A6A8AAACAEB0", "MM1": "0xA2A4A6A8AAACAEB0" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/TwoByte/0F_FD.asm b/unittests/ASM/TwoByte/0F_FD.asm index 2feb7eb829..f3670ea355 100644 --- a/unittests/ASM/TwoByte/0F_FD.asm +++ b/unittests/ASM/TwoByte/0F_FD.asm @@ -3,9 +3,6 @@ "RegData": { "MM0": "0xA2A4A6A8AAACAEB0", "MM1": "0xA2A4A6A8AAACAEB0" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/TwoByte/0F_FE.asm b/unittests/ASM/TwoByte/0F_FE.asm index f66fa6613f..c3dc41128e 100644 --- a/unittests/ASM/TwoByte/0F_FE.asm +++ b/unittests/ASM/TwoByte/0F_FE.asm @@ -3,9 +3,6 @@ "RegData": { "MM0": "0xA2A4A6A8AAACAEB0", "MM1": "0xA2A4A6A8AAACAEB0" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/VEX/vaddpd.asm b/unittests/ASM/VEX/vaddpd.asm index de15d0e0c1..20948adcb8 100644 --- a/unittests/ASM/VEX/vaddpd.asm +++ b/unittests/ASM/VEX/vaddpd.asm @@ -8,9 +8,6 @@ "XMM3": ["0x4018000000000000", "0x4020000000000000", "0x0000000000000000", "0x0000000000000000"], "XMM4": ["0x4018000000000000", "0x4020000000000000", "0x4024000000000000", "0x4028000000000000"], "XMM5": ["0x4018000000000000", "0x4020000000000000", "0x0000000000000000", "0x0000000000000000"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/VEX/vaddps.asm b/unittests/ASM/VEX/vaddps.asm index f2ec0033a1..14d2349441 100644 --- a/unittests/ASM/VEX/vaddps.asm +++ b/unittests/ASM/VEX/vaddps.asm @@ -8,9 +8,6 @@ "XMM3": ["0x4120000041000000", "0x4120000041000000", "0x0000000000000000", "0x0000000000000000"], "XMM4": ["0x4120000041000000", "0x4120000041000000", "0x4120000041000000", "0x4120000041000000"], "XMM5": ["0x4120000041000000", "0x4120000041000000", "0x0000000000000000", "0x0000000000000000"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/VEX/vaddsd.asm b/unittests/ASM/VEX/vaddsd.asm index 589f89cb9f..ec4b46c9cb 100644 --- a/unittests/ASM/VEX/vaddsd.asm +++ b/unittests/ASM/VEX/vaddsd.asm @@ -10,9 +10,6 @@ "XMM5": ["0x403D000000000000", "0x5152535455565758", "0x0000000000000000", "0x0000000000000000"], "XMM6": ["0x4039000000000000", "0x5152535455565758", "0x5152535455565758", "0x5152535455565758"], "XMM7": ["0x404B000000000000", "0x5152535455565758", "0x0000000000000000", "0x0000000000000000"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/VEX/vaddss.asm b/unittests/ASM/VEX/vaddss.asm index 2b30ae68d8..92043d7d67 100644 --- a/unittests/ASM/VEX/vaddss.asm +++ b/unittests/ASM/VEX/vaddss.asm @@ -10,9 +10,6 @@ "XMM5": ["0x4142434441800000", "0x5152535455565758", "0x5152535455565758", "0x5152535455565758"], "XMM6": ["0x4142434441C80000", "0x5152535455565758", "0x5152535455565758", "0x5152535455565758"], "XMM7": ["0x4142434442240000", "0x5152535455565758", "0x0000000000000000", "0x0000000000000000"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/VEX/vandnpd.asm b/unittests/ASM/VEX/vandnpd.asm index e6d41f671e..acd33e8807 100644 --- a/unittests/ASM/VEX/vandnpd.asm +++ b/unittests/ASM/VEX/vandnpd.asm @@ -8,9 +8,6 @@ "XMM3": ["0x8C8C8C8830303030", "0x2020202088898885", "0x0000000000000000", "0x0000000000000000"], "XMM4": ["0x8C8C8C8830303030", "0x2020202088898885", "0x8E8C8C8A10101010", "0x000000008A898887"], "XMM5": ["0x8C8C8C8830303030", "0x2020202088898885", "0x0000000000000000", "0x0000000000000000"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/VEX/vandnps.asm b/unittests/ASM/VEX/vandnps.asm index 35289649ed..55106d5c72 100644 --- a/unittests/ASM/VEX/vandnps.asm +++ b/unittests/ASM/VEX/vandnps.asm @@ -8,9 +8,6 @@ "XMM3": ["0x8C8C8C8830303030", "0x2020202088898885", "0x0000000000000000", "0x0000000000000000"], "XMM4": ["0x8C8C8C8830303030", "0x2020202088898885", "0x8E8C8C8A10101010", "0x000000008A898887"], "XMM5": ["0x8C8C8C8830303030", "0x2020202088898885", "0x0000000000000000", "0x0000000000000000"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/VEX/vandpd.asm b/unittests/ASM/VEX/vandpd.asm index 1a152a1b5b..efe96eb5f5 100644 --- a/unittests/ASM/VEX/vandpd.asm +++ b/unittests/ASM/VEX/vandpd.asm @@ -8,9 +8,6 @@ "XMM3": ["0x4040404445464748", "0x4142434455545558", "0x0000000000000000", "0x0000000000000000"], "XMM4": ["0x4040404445464748", "0x4142434455545558", "0x6062626445464748", "0x4142434475767778"], "XMM5": ["0x4040404445464748", "0x4142434455545558", "0x0000000000000000", "0x0000000000000000"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/VEX/vandps.asm b/unittests/ASM/VEX/vandps.asm index a44e1c5d63..aa86d2bcc4 100644 --- a/unittests/ASM/VEX/vandps.asm +++ b/unittests/ASM/VEX/vandps.asm @@ -8,9 +8,6 @@ "XMM3": ["0x4040404445464748", "0x4142434455545558", "0x0000000000000000", "0x0000000000000000"], "XMM4": ["0x4040404445464748", "0x4142434455545558", "0x6062626445464748", "0x4142434475767778"], "XMM5": ["0x4040404445464748", "0x4142434455545558", "0x0000000000000000", "0x0000000000000000"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/VEX/vblendpd.asm b/unittests/ASM/VEX/vblendpd.asm index af829bf95e..0ae3123aee 100644 --- a/unittests/ASM/VEX/vblendpd.asm +++ b/unittests/ASM/VEX/vblendpd.asm @@ -10,9 +10,6 @@ "XMM7": ["0x1111111111111111", "0xCCCCCCCCCCCCCCCC", "0x5555555555555555", "0x9999999999999999"], "XMM8": ["0xAAAAAAAAAAAAAAAA", "0x3333333333333333", "0x0000000000000000", "0x0000000000000000"], "XMM9": ["0x1111111111111111", "0xCCCCCCCCCCCCCCCC", "0x0000000000000000", "0x0000000000000000"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/VEX/vblendps.asm b/unittests/ASM/VEX/vblendps.asm index a4b14bc794..0c5d5988f6 100644 --- a/unittests/ASM/VEX/vblendps.asm +++ b/unittests/ASM/VEX/vblendps.asm @@ -11,9 +11,6 @@ "XMM8": ["0x11111111BBBBBBBB", "0x33333333DDDDDDDD", "0x0000000000000000", "0x0000000000000000"], "XMM9": ["0xAAAAAAAA22222222", "0xCCCCCCCC44444444", "0x0000000000000000", "0x0000000000000000"], "XMM10": ["0x1111111122222222", "0xccccccccdddddddd", "0xeeeeeeeeffffffff", "0x9999999988888888"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/VEX/vcmppd.asm b/unittests/ASM/VEX/vcmppd.asm index 05f2b8be67..052830c669 100644 --- a/unittests/ASM/VEX/vcmppd.asm +++ b/unittests/ASM/VEX/vcmppd.asm @@ -12,9 +12,6 @@ "XMM11": ["0x0000000000000000", "0x0000000000000000", "0x0000000000000000", "0x0000000000000000"], "XMM12": ["0x0000000000000000", "0xFFFFFFFFFFFFFFFF", "0x0000000000000000", "0x0000000000000000"], "XMM13": ["0xFFFFFFFFFFFFFFFF", "0x0000000000000000", "0x0000000000000000", "0x0000000000000000"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/VEX/vcmppd_256.asm b/unittests/ASM/VEX/vcmppd_256.asm index 52f40109be..4309f8cb81 100644 --- a/unittests/ASM/VEX/vcmppd_256.asm +++ b/unittests/ASM/VEX/vcmppd_256.asm @@ -12,9 +12,6 @@ "XMM11": ["0x0000000000000000", "0x0000000000000000", "0x0000000000000000", "0x0000000000000000"], "XMM12": ["0x0000000000000000", "0xFFFFFFFFFFFFFFFF", "0x0000000000000000", "0xFFFFFFFFFFFFFFFF"], "XMM13": ["0xFFFFFFFFFFFFFFFF", "0x0000000000000000", "0xFFFFFFFFFFFFFFFF", "0x0000000000000000"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/VEX/vcmpps.asm b/unittests/ASM/VEX/vcmpps.asm index a8d86032d0..895135b3fb 100644 --- a/unittests/ASM/VEX/vcmpps.asm +++ b/unittests/ASM/VEX/vcmpps.asm @@ -10,9 +10,6 @@ "XMM7": ["0x0000000000000000", "0x00000000FFFFFFFF", "0x0000000000000000", "0x0000000000000000"], "XMM10": ["0xFFFFFFFF00000000", "0xFFFFFFFFFFFFFFFF", "0x0000000000000000", "0x0000000000000000"], "XMM11": ["0x00000000FFFFFFFF", "0x0000000000000000", "0x0000000000000000", "0x0000000000000000"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/VEX/vcmpps_256.asm b/unittests/ASM/VEX/vcmpps_256.asm index ae1886979a..b95c6e41e8 100644 --- a/unittests/ASM/VEX/vcmpps_256.asm +++ b/unittests/ASM/VEX/vcmpps_256.asm @@ -10,9 +10,6 @@ "XMM7": ["0x0000000000000000", "0x00000000FFFFFFFF", "0x0000000000000000", "0x00000000FFFFFFFF"], "XMM10": ["0xFFFFFFFF00000000", "0xFFFFFFFFFFFFFFFF", "0xFFFFFFFF00000000", "0xFFFFFFFFFFFFFFFF"], "XMM11": ["0x00000000FFFFFFFF", "0x0000000000000000", "0x00000000FFFFFFFF", "0x0000000000000000"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/VEX/vcmpsd.asm b/unittests/ASM/VEX/vcmpsd.asm index 827f86614c..d9da3e15d3 100644 --- a/unittests/ASM/VEX/vcmpsd.asm +++ b/unittests/ASM/VEX/vcmpsd.asm @@ -12,9 +12,6 @@ "XMM11": ["0x0000000000000000", "0x7FF8000000000000", "0x0000000000000000", "0x0000000000000000"], "XMM12": ["0x0000000000000000", "0x0000000000000000", "0x0000000000000000", "0x0000000000000000"], "XMM13": ["0xFFFFFFFFFFFFFFFF", "0x7FF8000000000000", "0x0000000000000000", "0x0000000000000000"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/VEX/vcmpss.asm b/unittests/ASM/VEX/vcmpss.asm index 7bcecf7f1d..6d1aec5d10 100644 --- a/unittests/ASM/VEX/vcmpss.asm +++ b/unittests/ASM/VEX/vcmpss.asm @@ -10,9 +10,6 @@ "XMM7": ["0x5152535400000000", "0x5152535440000000", "0x0000000000000000", "0x0000000000000000"], "XMM10": ["0x0000000000000000", "0x7FC000007FC00000", "0x0000000000000000", "0x0000000000000000"], "XMM11": ["0x00000000FFFFFFFF", "0x7FC000007FC00000", "0x0000000000000000", "0x0000000000000000"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/VEX/vcomisd.asm b/unittests/ASM/VEX/vcomisd.asm index 605151ffdd..af3b1103f5 100644 --- a/unittests/ASM/VEX/vcomisd.asm +++ b/unittests/ASM/VEX/vcomisd.asm @@ -4,9 +4,6 @@ "RegData": { "RAX": "0x4700", "RBX": "0x0300" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/VEX/vcomiss.asm b/unittests/ASM/VEX/vcomiss.asm index b22457c2b3..517303894f 100644 --- a/unittests/ASM/VEX/vcomiss.asm +++ b/unittests/ASM/VEX/vcomiss.asm @@ -4,9 +4,6 @@ "RegData": { "RAX": "0x4700", "RBX": "0x0300" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/VEX/vcvtdq2pd.asm b/unittests/ASM/VEX/vcvtdq2pd.asm index 8f49ccfb50..22871afd7c 100644 --- a/unittests/ASM/VEX/vcvtdq2pd.asm +++ b/unittests/ASM/VEX/vcvtdq2pd.asm @@ -6,9 +6,6 @@ "XMM1": ["0x4008000000000000", "0x4010000000000000", "0x0000000000000000", "0x0000000000000000"], "XMM2": ["0x3FF0000000000000", "0x4000000000000000", "0x4008000000000000", "0x4010000000000000"], "XMM3": ["0x4008000000000000", "0x4010000000000000", "0x3FF0000000000000", "0x4000000000000000"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/VEX/vcvtdq2ps.asm b/unittests/ASM/VEX/vcvtdq2ps.asm index 06091e724e..32c4ec3b26 100644 --- a/unittests/ASM/VEX/vcvtdq2ps.asm +++ b/unittests/ASM/VEX/vcvtdq2ps.asm @@ -8,9 +8,6 @@ "XMM4": ["0xBF8000003F800000", "0x437F000000000000", "0xBF8000003F800000", "0x437F000000000000"], "XMM6": ["0x4E8000004E7E0000", "0x4E8100004E808000", "0x0000000000000000", "0x0000000000000000"], "XMM7": ["0x4E8000004E7E0000", "0x4E8100004E808000", "0x4E8000004E7E0000", "0x4E8100004E808000"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/VEX/vcvtpd2dq_inexact.asm b/unittests/ASM/VEX/vcvtpd2dq_inexact.asm index e5d4574a86..762d494811 100644 --- a/unittests/ASM/VEX/vcvtpd2dq_inexact.asm +++ b/unittests/ASM/VEX/vcvtpd2dq_inexact.asm @@ -6,9 +6,6 @@ "XMM1": ["0xFFFFFFFEFFFFFFFF", "0x0000000000000000", "0x0000000000000000", "0x0000000000000000"], "XMM3": ["0x0000000200000001", "0x0000000200000001", "0x0000000000000000", "0x0000000000000000"], "XMM4": ["0xFFFFFFFEFFFFFFFF", "0xFFFFFFFEFFFFFFFF", "0x0000000000000000", "0x0000000000000000"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/VEX/vcvtps2dq_inexact.asm b/unittests/ASM/VEX/vcvtps2dq_inexact.asm index 57c3f167e4..a11bdd1893 100644 --- a/unittests/ASM/VEX/vcvtps2dq_inexact.asm +++ b/unittests/ASM/VEX/vcvtps2dq_inexact.asm @@ -6,9 +6,6 @@ "XMM1": ["0x0000000400000004", "0x0000000800000008", "0x0000000000000000", "0x0000000000000000"], "XMM3": ["0x0000000100000001", "0x0000000200000002", "0x0000000100000001", "0x0000000200000002"], "XMM4": ["0x0000000400000004", "0x0000000800000008", "0x0000000400000004", "0x0000000800000008"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/VEX/vcvtsd2si.asm b/unittests/ASM/VEX/vcvtsd2si.asm index ef25ede382..25cb29ac3e 100644 --- a/unittests/ASM/VEX/vcvtsd2si.asm +++ b/unittests/ASM/VEX/vcvtsd2si.asm @@ -6,9 +6,6 @@ "RBX": "0x0000000000000002", "RCX": "0x0000000000000003", "RDX": "0x0000000000000004" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/VEX/vcvtss2si.asm b/unittests/ASM/VEX/vcvtss2si.asm index 766b0be315..e6c877f38f 100644 --- a/unittests/ASM/VEX/vcvtss2si.asm +++ b/unittests/ASM/VEX/vcvtss2si.asm @@ -6,9 +6,6 @@ "RBX": "0xFFFFFFFFFFFFFFFF", "RCX": "0x00000000FFFFFFFE", "RDX": "0xFFFFFFFFFFFFFFFC" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/VEX/vcvttsd2si.asm b/unittests/ASM/VEX/vcvttsd2si.asm index 0cda8bbbc7..79819f5907 100644 --- a/unittests/ASM/VEX/vcvttsd2si.asm +++ b/unittests/ASM/VEX/vcvttsd2si.asm @@ -6,9 +6,6 @@ "RBX": "0x0000000000000002", "RCX": "0x0000000000000003", "RDX": "0x0000000000000004" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/VEX/vcvttss2si.asm b/unittests/ASM/VEX/vcvttss2si.asm index 98d5d6c0b7..f0bf7b6fb0 100644 --- a/unittests/ASM/VEX/vcvttss2si.asm +++ b/unittests/ASM/VEX/vcvttss2si.asm @@ -8,9 +8,6 @@ "RDX": "0x0000000000000004", "RBP": "0x00000000FFFFFFFE", "RSI": "0xFFFFFFFFFFFFFFFC" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/VEX/vdivpd.asm b/unittests/ASM/VEX/vdivpd.asm index b70156047f..f13ed66bff 100644 --- a/unittests/ASM/VEX/vdivpd.asm +++ b/unittests/ASM/VEX/vdivpd.asm @@ -10,9 +10,6 @@ "XMM5": ["0x4000000000000000", "0x4000000000000000", "0x4000000000000000", "0x4000000000000000"], "XMM6": ["0x3FE0000000000000", "0x3FE0000000000000", "0x3FE0000000000000", "0x3FE0000000000000"], "XMM7": ["0x4000000000000000", "0x4000000000000000", "0x4000000000000000", "0x4000000000000000"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/VEX/vdivps.asm b/unittests/ASM/VEX/vdivps.asm index 3fa78eeda4..58bd3ed677 100644 --- a/unittests/ASM/VEX/vdivps.asm +++ b/unittests/ASM/VEX/vdivps.asm @@ -10,9 +10,6 @@ "XMM5": ["0x4040000040A00000", "0x4000000040155555", "0x4040000040A00000", "0x4000000040155555"], "XMM6": ["0x3EAAAAAB3E4CCCCD", "0x3F0000003EDB6DB7", "0x3EAAAAAB3E4CCCCD", "0x3F0000003EDB6DB7"], "XMM7": ["0x4040000040A00000", "0x4000000040155555", "0x4040000040A00000", "0x4000000040155555"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/VEX/vdivsd.asm b/unittests/ASM/VEX/vdivsd.asm index 317cc910d0..c33153678e 100644 --- a/unittests/ASM/VEX/vdivsd.asm +++ b/unittests/ASM/VEX/vdivsd.asm @@ -11,9 +11,6 @@ "XMM7": ["0x3FE47AE147AE147B", "0x5152535455565758", "0x0000000000000000", "0x0000000000000000"], "XMM8": ["0x4030000000000000", "0x5152535455565758", "0x5152535455565758", "0x5152535455565758"], "XMM9": ["0x4039000000000000", "0x5152535455565758", "0x5152535455565758", "0x5152535455565758"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/VEX/vdivss.asm b/unittests/ASM/VEX/vdivss.asm index 33f59d34ba..9714034cab 100644 --- a/unittests/ASM/VEX/vdivss.asm +++ b/unittests/ASM/VEX/vdivss.asm @@ -11,9 +11,6 @@ "XMM7": ["0x414243443F23D70A", "0x5152535455565758", "0x0000000000000000", "0x0000000000000000"], "XMM8": ["0x4142434441800000", "0x5152535455565758", "0x5152535455565758", "0x5152535455565758"], "XMM9": ["0x4142434441C80000", "0x5152535455565758", "0x5152535455565758", "0x5152535455565758"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/VEX/vextractf128.asm b/unittests/ASM/VEX/vextractf128.asm index 340fdcd37b..62b443ac11 100644 --- a/unittests/ASM/VEX/vextractf128.asm +++ b/unittests/ASM/VEX/vextractf128.asm @@ -6,9 +6,6 @@ "XMM3": ["0xEEEEEEEEFFFFFFFF", "0x9999999988888888", "0x0000000000000000", "0x0000000000000000"], "XMM14": ["0x1111111122222222", "0x3333333344444444", "0xAAAABBBBCCCCDDDD", "0xEEEEFFFF99998888"], "XMM15": ["0x5555555566666666", "0x7777777788888888", "0x4444333322221111", "0x8888777766665555"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/VEX/vextracti128.asm b/unittests/ASM/VEX/vextracti128.asm index 091747886b..c4cb41ebff 100644 --- a/unittests/ASM/VEX/vextracti128.asm +++ b/unittests/ASM/VEX/vextracti128.asm @@ -6,9 +6,6 @@ "XMM3": ["0xEEEEEEEEFFFFFFFF", "0x9999999988888888", "0x0000000000000000", "0x0000000000000000"], "XMM14": ["0x1111111122222222", "0x3333333344444444", "0xAAAABBBBCCCCDDDD", "0xEEEEFFFF99998888"], "XMM15": ["0x5555555566666666", "0x7777777788888888", "0x4444333322221111", "0x8888777766665555"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/VEX/vhaddpd.asm b/unittests/ASM/VEX/vhaddpd.asm index 0d297794eb..b9a21eb9e2 100644 --- a/unittests/ASM/VEX/vhaddpd.asm +++ b/unittests/ASM/VEX/vhaddpd.asm @@ -8,9 +8,6 @@ "XMM3": ["0x4008000000000000", "0x4028000000000000", "0x4008000000000000", "0x4028000000000000"], "XMM4": ["0x4008000000000000", "0x4028000000000000", "0x0000000000000000", "0x0000000000000000"], "XMM5": ["0x4008000000000000", "0x4028000000000000", "0x4008000000000000", "0x4028000000000000"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/VEX/vhaddps.asm b/unittests/ASM/VEX/vhaddps.asm index e9ea883ea9..bd3214ac7f 100644 --- a/unittests/ASM/VEX/vhaddps.asm +++ b/unittests/ASM/VEX/vhaddps.asm @@ -8,9 +8,6 @@ "XMM3": ["0x4140000040400000", "0x4340000042400000", "0x4140000040400000", "0x4340000042400000"], "XMM4": ["0x4140000040400000", "0x4340000042400000", "0x0000000000000000", "0x0000000000000000"], "XMM5": ["0x4140000040400000", "0x4340000042400000", "0x4140000040400000", "0x4340000042400000"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/VEX/vinsertf128.asm b/unittests/ASM/VEX/vinsertf128.asm index 1e6e543b23..c3f4f7ded0 100644 --- a/unittests/ASM/VEX/vinsertf128.asm +++ b/unittests/ASM/VEX/vinsertf128.asm @@ -12,9 +12,6 @@ "XMM7": ["0x3FF0000000000000", "0xEEEEEEEEEEEEEEEE", "0xBBBBBBBBBBBBBBBB", "0xDDDDDDDDDDDDDDDD"], "XMM8": ["0xBBBBBBBBBBBBBBBB", "0xDDDDDDDDDDDDDDDD", "0xFFFFFFFFFFFFFFFF", "0xAAAAAAAAAAAAAAAA"], "XMM9": ["0xBBBBBBBBBBBBBBBB", "0xDDDDDDDDDDDDDDDD", "0xFFFFFFFFFFFFFFFF", "0xAAAAAAAAAAAAAAAA"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/VEX/vinserti128.asm b/unittests/ASM/VEX/vinserti128.asm index 3cde801cc8..4ffbd0dd32 100644 --- a/unittests/ASM/VEX/vinserti128.asm +++ b/unittests/ASM/VEX/vinserti128.asm @@ -12,9 +12,6 @@ "XMM7": ["0x3FF0000000000000", "0xEEEEEEEEEEEEEEEE", "0xBBBBBBBBBBBBBBBB", "0xDDDDDDDDDDDDDDDD"], "XMM8": ["0xBBBBBBBBBBBBBBBB", "0xDDDDDDDDDDDDDDDD", "0xFFFFFFFFFFFFFFFF", "0xAAAAAAAAAAAAAAAA"], "XMM9": ["0xBBBBBBBBBBBBBBBB", "0xDDDDDDDDDDDDDDDD", "0xFFFFFFFFFFFFFFFF", "0xAAAAAAAAAAAAAAAA"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/VEX/vlddqu.asm b/unittests/ASM/VEX/vlddqu.asm index 6879685f38..0d8fe144ed 100644 --- a/unittests/ASM/VEX/vlddqu.asm +++ b/unittests/ASM/VEX/vlddqu.asm @@ -4,9 +4,6 @@ "RegData": { "XMM0": ["0x6162636465666768", "0x7172737475767778", "0x0000000000000000", "0x0000000000000000"], "XMM1": ["0x4142434445464748", "0x5152535455565758", "0x6162636465666768", "0x7172737475767778"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/VEX/vldmxcsr.asm b/unittests/ASM/VEX/vldmxcsr.asm index 0551c771f7..43e93ae969 100644 --- a/unittests/ASM/VEX/vldmxcsr.asm +++ b/unittests/ASM/VEX/vldmxcsr.asm @@ -3,9 +3,6 @@ "HostFeatures": ["AVX"], "RegData": { "RAX": "0xFFC0" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/VEX/vmaxpd.asm b/unittests/ASM/VEX/vmaxpd.asm index 408b5f020a..3348768518 100644 --- a/unittests/ASM/VEX/vmaxpd.asm +++ b/unittests/ASM/VEX/vmaxpd.asm @@ -8,9 +8,6 @@ "XMM3": ["0x4008000000000000", "0x4008000000000000", "0x0000000000000000", "0x0000000000000000"], "XMM4": ["0x4008000000000000", "0x4008000000000000", "0x4008000000000000", "0x4008000000000000"], "XMM5": ["0x4008000000000000", "0x4008000000000000", "0x4008000000000000", "0x4008000000000000"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/VEX/vmaxps.asm b/unittests/ASM/VEX/vmaxps.asm index 2aed4f9d35..fb7d7341b3 100644 --- a/unittests/ASM/VEX/vmaxps.asm +++ b/unittests/ASM/VEX/vmaxps.asm @@ -8,9 +8,6 @@ "XMM3": ["0x40C0000040A00000", "0x4100000040E00000", "0x0000000000000000", "0x0000000000000000"], "XMM4": ["0x40C0000040A00000", "0x4100000040E00000", "0x40C0000040A00000", "0x4100000040E00000"], "XMM5": ["0x40C0000040A00000", "0x4100000040E00000", "0x40C0000040A00000", "0x4100000040E00000"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/VEX/vmaxsd.asm b/unittests/ASM/VEX/vmaxsd.asm index e42ad2c466..34c5dae8a9 100644 --- a/unittests/ASM/VEX/vmaxsd.asm +++ b/unittests/ASM/VEX/vmaxsd.asm @@ -11,9 +11,6 @@ "XMM7": ["0x4039000000000000", "0x5152535455565758", "0x0000000000000000", "0x0000000000000000"], "XMM8": ["0x4030000000000000", "0x5152535455565758", "0x5152535455565758", "0x5152535455565758"], "XMM9": ["0x4039000000000000", "0x5152535455565758", "0x5152535455565758", "0x5152535455565758"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/VEX/vmaxss.asm b/unittests/ASM/VEX/vmaxss.asm index 96eeb9b036..ad913cc238 100644 --- a/unittests/ASM/VEX/vmaxss.asm +++ b/unittests/ASM/VEX/vmaxss.asm @@ -11,9 +11,6 @@ "XMM7": ["0x4142434441C80000", "0x5152535455565758", "0x0000000000000000", "0x0000000000000000"], "XMM8": ["0x4142434441800000", "0x5152535455565758", "0x5152535455565758", "0x5152535455565758"], "XMM9": ["0x4142434441C80000", "0x5152535455565758", "0x5152535455565758", "0x5152535455565758"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/VEX/vminpd.asm b/unittests/ASM/VEX/vminpd.asm index 64c7dca1cf..9920413ea5 100644 --- a/unittests/ASM/VEX/vminpd.asm +++ b/unittests/ASM/VEX/vminpd.asm @@ -8,9 +8,6 @@ "XMM3": ["0x3FF0000000000000", "0x4000000000000000", "0x0000000000000000", "0x0000000000000000"], "XMM4": ["0x3FF0000000000000", "0x4000000000000000", "0x3FF0000000000000", "0x4000000000000000"], "XMM5": ["0x3FF0000000000000", "0x4000000000000000", "0x3FF0000000000000", "0x4000000000000000"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/VEX/vminps.asm b/unittests/ASM/VEX/vminps.asm index 459dfe99d1..096d5a8c40 100644 --- a/unittests/ASM/VEX/vminps.asm +++ b/unittests/ASM/VEX/vminps.asm @@ -8,9 +8,6 @@ "XMM3": ["0x400000003F800000", "0x4080000040400000", "0x0000000000000000", "0x0000000000000000"], "XMM4": ["0x400000003F800000", "0x4080000040400000", "0x400000003F800000", "0x4080000040400000"], "XMM5": ["0x400000003F800000", "0x4080000040400000", "0x400000003F800000", "0x4080000040400000"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/VEX/vminsd.asm b/unittests/ASM/VEX/vminsd.asm index 68a6ac52ea..5be178f290 100644 --- a/unittests/ASM/VEX/vminsd.asm +++ b/unittests/ASM/VEX/vminsd.asm @@ -11,9 +11,6 @@ "XMM7": ["0x4030000000000000", "0x5152535455565758", "0x0000000000000000", "0x0000000000000000"], "XMM8": ["0x4030000000000000", "0x5152535455565758", "0x5152535455565758", "0x5152535455565758"], "XMM9": ["0x4039000000000000", "0x5152535455565758", "0x5152535455565758", "0x5152535455565758"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/VEX/vminss.asm b/unittests/ASM/VEX/vminss.asm index c16c0e206c..5ed967589b 100644 --- a/unittests/ASM/VEX/vminss.asm +++ b/unittests/ASM/VEX/vminss.asm @@ -11,9 +11,6 @@ "XMM7": ["0x4142434441800000", "0x5152535455565758", "0x0000000000000000", "0x0000000000000000"], "XMM8": ["0x4142434441800000", "0x5152535455565758", "0x5152535455565758", "0x5152535455565758"], "XMM9": ["0x4142434441C80000", "0x5152535455565758", "0x5152535455565758", "0x5152535455565758"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/VEX/vmovapd_mem.asm b/unittests/ASM/VEX/vmovapd_mem.asm index 55505abb38..cee2f7836d 100644 --- a/unittests/ASM/VEX/vmovapd_mem.asm +++ b/unittests/ASM/VEX/vmovapd_mem.asm @@ -7,9 +7,6 @@ "XMM0": ["0x4142434445464748", "0x5152535455565758", "0x6162636465666768", "0x7172737475767778"], "XMM1": ["0x4142434445464748", "0x5152535455565758", "0x6162636465666768", "0x7172737475767778"], "XMM2": ["0xCCCCCCCCCCCCCCCC", "0xDDDDDDDDDDDDDDDD", "0x0000000000000000", "0x0000000000000000"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/VEX/vmovaps_mem.asm b/unittests/ASM/VEX/vmovaps_mem.asm index ac0442a786..7962b118e5 100644 --- a/unittests/ASM/VEX/vmovaps_mem.asm +++ b/unittests/ASM/VEX/vmovaps_mem.asm @@ -7,9 +7,6 @@ "XMM0": ["0x4142434445464748", "0x5152535455565758", "0x6162636465666768", "0x7172737475767778"], "XMM1": ["0x4142434445464748", "0x5152535455565758", "0x6162636465666768", "0x7172737475767778"], "XMM2": ["0xCCCCCCCCCCCCCCCC", "0xDDDDDDDDDDDDDDDD", "0x0000000000000000", "0x0000000000000000"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/VEX/vmovmskpd.asm b/unittests/ASM/VEX/vmovmskpd.asm index af7676588f..ecbecf1b80 100644 --- a/unittests/ASM/VEX/vmovmskpd.asm +++ b/unittests/ASM/VEX/vmovmskpd.asm @@ -6,9 +6,6 @@ "RBX": "0xA", "RDI": "0x0", "RSI": "0x0" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/VEX/vmovmskps.asm b/unittests/ASM/VEX/vmovmskps.asm index 46630c037d..3ad917a2a1 100644 --- a/unittests/ASM/VEX/vmovmskps.asm +++ b/unittests/ASM/VEX/vmovmskps.asm @@ -6,9 +6,6 @@ "RBX": "0x03", "RDI": "0x00", "RSI": "0x33" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/VEX/vmovntdq.asm b/unittests/ASM/VEX/vmovntdq.asm index 158b458215..9e4547015d 100644 --- a/unittests/ASM/VEX/vmovntdq.asm +++ b/unittests/ASM/VEX/vmovntdq.asm @@ -4,9 +4,6 @@ "RegData": { "XMM0": ["0x6162636465666768", "0x7172737475767778", "0x0000000000000000", "0x0000000000000000"], "XMM3": ["0x4142434445464748", "0x5152535455565758", "0x6162636465666768", "0x7172737475767778"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/VEX/vmovntdqa.asm b/unittests/ASM/VEX/vmovntdqa.asm index 9f9d53e187..4faa7e6577 100644 --- a/unittests/ASM/VEX/vmovntdqa.asm +++ b/unittests/ASM/VEX/vmovntdqa.asm @@ -4,9 +4,6 @@ "RegData": { "XMM0": ["0x4142434445464748", "0x5152535455565758", "0x0000000000000000", "0x0000000000000000"], "XMM1": ["0x4142434445464748", "0x5152535455565758", "0x6162636465666768", "0x7172737475767778"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/VEX/vmovntpd.asm b/unittests/ASM/VEX/vmovntpd.asm index 38939da5dc..5b2de714db 100644 --- a/unittests/ASM/VEX/vmovntpd.asm +++ b/unittests/ASM/VEX/vmovntpd.asm @@ -8,9 +8,6 @@ "XMM5": ["0x428b029f42a63326", "0x4150f0e342241b6c", "0x41aff21340ab4706", "0x40aa5bea411ac802"], "XMM6": ["0x428b029f42a63326", "0x4150f0e342241b6c", "0x41aff21340ab4706", "0x40aa5bea411ac802"], "XMM7": ["0x428b029f42a63326", "0x4150f0e342241b6c", "0", "0"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/VEX/vmovntps.asm b/unittests/ASM/VEX/vmovntps.asm index 2721b16c11..c61b3307ad 100644 --- a/unittests/ASM/VEX/vmovntps.asm +++ b/unittests/ASM/VEX/vmovntps.asm @@ -4,9 +4,6 @@ "RegData": { "XMM0": ["0x6162636465666768", "0x7172737475767778", "0x0000000000000000", "0x0000000000000000"], "XMM3": ["0x4142434445464748", "0x5152535455565758", "0x6162636465666768", "0x7172737475767778"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/VEX/vmovq.asm b/unittests/ASM/VEX/vmovq.asm index afa5a27524..960e52463f 100644 --- a/unittests/ASM/VEX/vmovq.asm +++ b/unittests/ASM/VEX/vmovq.asm @@ -5,9 +5,6 @@ "XMM0": ["0x4142434445464748", "0x0000000000000000", "0x0000000000000000", "0x0000000000000000"], "XMM1": ["0x4142434445464748", "0x0000000000000000", "0x0000000000000000", "0x0000000000000000"], "XMM2": ["0x4142434445464748", "0x5152535455565758", "0x4142434445464748", "0x7172737475767778"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/VEX/vmovq_vmovd_reg.asm b/unittests/ASM/VEX/vmovq_vmovd_reg.asm index 1916abe10b..74eee66b2c 100644 --- a/unittests/ASM/VEX/vmovq_vmovd_reg.asm +++ b/unittests/ASM/VEX/vmovq_vmovd_reg.asm @@ -10,9 +10,6 @@ "XMM3": ["0x4142434445464748", "0x5152535455565758", "0x0000000000000000", "0x0000000000000000"], "XMM4": ["0x6162636465666768", "0x7172737475767778", "0x0000000000000000", "0x0000000000000000"], "XMM5": ["0x4142434465666768", "0x6162636465666768", "0x6162636465666768", "0x7172737475767778"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/VEX/vmovupd_mem.asm b/unittests/ASM/VEX/vmovupd_mem.asm index ae4310eed4..6b669052cd 100644 --- a/unittests/ASM/VEX/vmovupd_mem.asm +++ b/unittests/ASM/VEX/vmovupd_mem.asm @@ -7,9 +7,6 @@ "XMM0": ["0x4142434445464748", "0x5152535455565758", "0x6162636465666768", "0x7172737475767778"], "XMM1": ["0x4142434445464748", "0x5152535455565758", "0x6162636465666768", "0x7172737475767778"], "XMM2": ["0xCCCCCCCCCCCCCCCC", "0xDDDDDDDDDDDDDDDD", "0x0000000000000000", "0x0000000000000000"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/VEX/vmovups_mem.asm b/unittests/ASM/VEX/vmovups_mem.asm index 201ff40970..c1b0ffeccd 100644 --- a/unittests/ASM/VEX/vmovups_mem.asm +++ b/unittests/ASM/VEX/vmovups_mem.asm @@ -7,9 +7,6 @@ "XMM0": ["0x4142434445464748", "0x5152535455565758", "0x6162636465666768", "0x7172737475767778"], "XMM1": ["0x4142434445464748", "0x5152535455565758", "0x6162636465666768", "0x7172737475767778"], "XMM2": ["0xCCCCCCCCCCCCCCCC", "0xDDDDDDDDDDDDDDDD", "0x0000000000000000", "0x0000000000000000"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/VEX/vmulpd.asm b/unittests/ASM/VEX/vmulpd.asm index 14912de661..e2443d1e3a 100644 --- a/unittests/ASM/VEX/vmulpd.asm +++ b/unittests/ASM/VEX/vmulpd.asm @@ -8,9 +8,6 @@ "XMM3": ["0x4018000000000000", "0x4018000000000000", "0x0000000000000000", "0x0000000000000000"], "XMM4": ["0x4018000000000000", "0x4018000000000000", "0x4018000000000000", "0x4018000000000000"], "XMM5": ["0x4018000000000000", "0x4018000000000000", "0x4018000000000000", "0x4018000000000000"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/VEX/vmulps.asm b/unittests/ASM/VEX/vmulps.asm index 085e80d5bc..a604fb17cf 100644 --- a/unittests/ASM/VEX/vmulps.asm +++ b/unittests/ASM/VEX/vmulps.asm @@ -8,9 +8,6 @@ "XMM3": ["0x4140000040A00000", "0x4200000041A80000", "0x0000000000000000", "0x0000000000000000"], "XMM4": ["0x4140000040A00000", "0x4200000041A80000", "0x4140000040A00000", "0x4200000041A80000"], "XMM5": ["0x4140000040A00000", "0x4200000041A80000", "0x4140000040A00000", "0x4200000041A80000"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/VEX/vmulsd.asm b/unittests/ASM/VEX/vmulsd.asm index 72751f4459..4c70eb15f7 100644 --- a/unittests/ASM/VEX/vmulsd.asm +++ b/unittests/ASM/VEX/vmulsd.asm @@ -11,9 +11,6 @@ "XMM7": ["0x4079000000000000", "0x5152535455565758", "0x0000000000000000", "0x0000000000000000"], "XMM8": ["0x4030000000000000", "0x5152535455565758", "0x5152535455565758", "0x5152535455565758"], "XMM9": ["0x4039000000000000", "0x5152535455565758", "0x5152535455565758", "0x5152535455565758"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/VEX/vmulss.asm b/unittests/ASM/VEX/vmulss.asm index c7f7091e72..45d8be8982 100644 --- a/unittests/ASM/VEX/vmulss.asm +++ b/unittests/ASM/VEX/vmulss.asm @@ -11,9 +11,6 @@ "XMM7": ["0x4142434443C80000", "0x5152535455565758", "0x0000000000000000", "0x0000000000000000"], "XMM8": ["0x4142434441800000", "0x5152535455565758", "0x5152535455565758", "0x5152535455565758"], "XMM9": ["0x4142434441C80000", "0x5152535455565758", "0x5152535455565758", "0x5152535455565758"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/VEX/vorpd.asm b/unittests/ASM/VEX/vorpd.asm index 8ef1cf4f64..f4be845f74 100644 --- a/unittests/ASM/VEX/vorpd.asm +++ b/unittests/ASM/VEX/vorpd.asm @@ -8,9 +8,6 @@ "XMM3": ["0xCDCECFCC75767778", "0x71727374DDDFDFDD", "0x0000000000000000", "0x0000000000000000"], "XMM4": ["0xCDCECFCC75767778", "0x71727374DDDFDFDD", "0xEFEEEFEE75767778", "0x71727374FFFFFFFF"], "XMM5": ["0xCDCECFCC75767778", "0x71727374DDDFDFDD", "0x0000000000000000", "0x0000000000000000"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/VEX/vorps.asm b/unittests/ASM/VEX/vorps.asm index 5be63027a0..aa07b2f346 100644 --- a/unittests/ASM/VEX/vorps.asm +++ b/unittests/ASM/VEX/vorps.asm @@ -8,9 +8,6 @@ "XMM3": ["0xCDCECFCC75767778", "0x71727374DDDFDFDD", "0x0000000000000000", "0x0000000000000000"], "XMM4": ["0xCDCECFCC75767778", "0x71727374DDDFDFDD", "0xEFEEEFEE75767778", "0x71727374FFFFFFFF"], "XMM5": ["0xCDCECFCC75767778", "0x71727374DDDFDFDD", "0x0000000000000000", "0x0000000000000000"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/VEX/vpackssdw.asm b/unittests/ASM/VEX/vpackssdw.asm index eb562e4cb6..b477d1d40f 100644 --- a/unittests/ASM/VEX/vpackssdw.asm +++ b/unittests/ASM/VEX/vpackssdw.asm @@ -6,9 +6,6 @@ "XMM3": ["0x00000040FFFF8000", "0xFFFF800000000040", "0x0000000000000000", "0x0000000000000000"], "XMM4": ["0x00000040FFFF8000", "0xFFFF800000000040", "0x00000040FFFF8000", "0xFFFF800000000040"], "XMM5": ["0x00000040FFFF8000", "0xFFFF800000000040", "0x00000040FFFF8000", "0xFFFF800000000040"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/VEX/vpacksswb.asm b/unittests/ASM/VEX/vpacksswb.asm index c2f03ea248..1be94670b9 100644 --- a/unittests/ASM/VEX/vpacksswb.asm +++ b/unittests/ASM/VEX/vpacksswb.asm @@ -6,9 +6,6 @@ "XMM3": ["0x00807F4100807F41", "0x00FF7F4100FF7F41", "0x0000000000000000", "0x0000000000000000"], "XMM4": ["0x00807F4100807F41", "0x00FF7F4100FF7F41", "0x00807F4100807F41", "0x00FF7F4100FF7F41"], "XMM5": ["0x00807F4100807F41", "0x00FF7F4100FF7F41", "0x00807F4100807F41", "0x00FF7F4100FF7F41"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/VEX/vpackuswb.asm b/unittests/ASM/VEX/vpackuswb.asm index dfcba39b17..4e03f2610f 100644 --- a/unittests/ASM/VEX/vpackuswb.asm +++ b/unittests/ASM/VEX/vpackuswb.asm @@ -8,9 +8,6 @@ "XMM2": ["0x00007F4100007F41", "0x00007F4100007F41", "0x0000000000000000", "0x0000000000000000"], "XMM3": ["0x00007F4100007F41", "0x00007F4100007F41", "0x7F4100007F410000", "0x7F4100007F410000"], "XMM4": ["0x00007F4100007F41", "0x00007F4100007F41", "0x7F4100007F410000", "0x7F4100007F410000"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/VEX/vpaddb.asm b/unittests/ASM/VEX/vpaddb.asm index 0916085c03..aabe3e0fe3 100644 --- a/unittests/ASM/VEX/vpaddb.asm +++ b/unittests/ASM/VEX/vpaddb.asm @@ -8,9 +8,6 @@ "XMM3": ["0x0A0C0E1012141618", "0xDCFFEFBDCF141FA7", "0x0000000000000000", "0x0000000000000000"], "XMM4": ["0x0A0C0E1012141618", "0xDCFFEFBDCF141FA7", "0x282ACCDEF0021426", "0x40A3A5A7A9ABADAF"], "XMM5": ["0x0A0C0E1012141618", "0xDCFFEFBDCF141FA7", "0x0000000000000000", "0x0000000000000000"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/VEX/vpaddd.asm b/unittests/ASM/VEX/vpaddd.asm index 67861550df..b5af933d3c 100644 --- a/unittests/ASM/VEX/vpaddd.asm +++ b/unittests/ASM/VEX/vpaddd.asm @@ -8,9 +8,6 @@ "XMM3": ["0x090A0B0BFBFCFDFE", "0xDCFFEFBDD0141FA7", "0x0000000000000000", "0x0000000000000000"], "XMM4": ["0x090A0B0BFBFCFDFE", "0xDCFFEFBDD0141FA7", "0x282ACCDEF1031526", "0x40A3A5A7A9ABADAF"], "XMM5": ["0x090A0B0BFBFCFDFE", "0xDCFFEFBDD0141FA7", "0x0000000000000000", "0x0000000000000000"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/VEX/vpaddq.asm b/unittests/ASM/VEX/vpaddq.asm index cfa36dcd12..89584dc8d3 100644 --- a/unittests/ASM/VEX/vpaddq.asm +++ b/unittests/ASM/VEX/vpaddq.asm @@ -8,9 +8,6 @@ "XMM3": ["0x9999999977777776", "0x4CEEDDAABBFF098F", "0x0000000000000000", "0x0000000000000000"], "XMM4": ["0x9999999977777776", "0x4CEEDDAABBFF098F", "0x2021222324252626", "0x95969798999A9B9C"], "XMM5": ["0x9999999977777776", "0x4CEEDDAABBFF098F", "0x0000000000000000", "0x0000000000000000"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/VEX/vpaddsb.asm b/unittests/ASM/VEX/vpaddsb.asm index e514a93420..16ce7bd411 100644 --- a/unittests/ASM/VEX/vpaddsb.asm +++ b/unittests/ASM/VEX/vpaddsb.asm @@ -8,9 +8,6 @@ "XMM3": ["0x7F7F7F7F7F7F7F7F", "0x7F7F7F7F7F7F7F7F", "0x7F7F7F7F7F7F7F7F", "0x7F7F7F7F7F7F7F7F"], "XMM4": ["0x7F7F7F7F7F7F7F7F", "0x7F7F7F7F7F7F7F7F", "0x0000000000000000", "0x0000000000000000"], "XMM5": ["0x7F7F7F7F7F7F7F7F", "0x7F7F7F7F7F7F7F7F", "0x7F7F7F7F7F7F7F7F", "0x7F7F7F7F7F7F7F7F"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/VEX/vpaddsw.asm b/unittests/ASM/VEX/vpaddsw.asm index 66f12f065b..484d4442eb 100644 --- a/unittests/ASM/VEX/vpaddsw.asm +++ b/unittests/ASM/VEX/vpaddsw.asm @@ -8,9 +8,6 @@ "XMM3": ["0x7FFF7FFF7FFF7FFF", "0x7FFF7FFF7FFF7FFF", "0x7FFF7FFF7FFF7FFF", "0x7FFF7FFF7FFF7FFF"], "XMM4": ["0x7FFF7FFF7FFF7FFF", "0x7FFF7FFF7FFF7FFF", "0x0000000000000000", "0x0000000000000000"], "XMM5": ["0x7FFF7FFF7FFF7FFF", "0x7FFF7FFF7FFF7FFF", "0x7FFF7FFF7FFF7FFF", "0x7FFF7FFF7FFF7FFF"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/VEX/vpaddusb.asm b/unittests/ASM/VEX/vpaddusb.asm index e9547f6762..5e6cafc1ec 100644 --- a/unittests/ASM/VEX/vpaddusb.asm +++ b/unittests/ASM/VEX/vpaddusb.asm @@ -8,9 +8,6 @@ "XMM3": ["0xA2A4A6A8AAACAEB0", "0xC2C4C6C8CACCCED0", "0xA2A4A6A8AAACAEB0", "0xC2C4C6C8CACCCED0"], "XMM4": ["0xA2A4A6A8AAACAEB0", "0xC2C4C6C8CACCCED0", "0x0000000000000000", "0x0000000000000000"], "XMM5": ["0xA2A4A6A8AAACAEB0", "0xC2C4C6C8CACCCED0", "0xA2A4A6A8AAACAEB0", "0xC2C4C6C8CACCCED0"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/VEX/vpaddusw.asm b/unittests/ASM/VEX/vpaddusw.asm index cc85c4eb1b..d7b6ce1885 100644 --- a/unittests/ASM/VEX/vpaddusw.asm +++ b/unittests/ASM/VEX/vpaddusw.asm @@ -8,9 +8,6 @@ "XMM3": ["0xFFFFA6A8AAACAEB0", "0xC2C4C6C8CACCCED0", "0xFFFFA6A8AAACAEB0", "0xC2C4C6C8CACCCED0"], "XMM4": ["0xFFFFA6A8AAACAEB0", "0xC2C4C6C8CACCCED0", "0x0000000000000000", "0x0000000000000000"], "XMM5": ["0xFFFFA6A8AAACAEB0", "0xC2C4C6C8CACCCED0", "0xFFFFA6A8AAACAEB0", "0xC2C4C6C8CACCCED0"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/VEX/vpaddw.asm b/unittests/ASM/VEX/vpaddw.asm index 6382019d94..1c9935c501 100644 --- a/unittests/ASM/VEX/vpaddw.asm +++ b/unittests/ASM/VEX/vpaddw.asm @@ -8,9 +8,6 @@ "XMM3": ["0x0A0C0E1012141618", "0xDCFFEFBDD0141FA7", "0x0000000000000000", "0x0000000000000000"], "XMM4": ["0x0A0C0E1012141618", "0xDCFFEFBDD0141FA7", "0x282ACCDEF1021526", "0x40A3A5A7A9ABADAF"], "XMM5": ["0x0A0C0E1012141618", "0xDCFFEFBDD0141FA7", "0x0000000000000000", "0x0000000000000000"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/VEX/vpand.asm b/unittests/ASM/VEX/vpand.asm index 2c3fef2526..0a8de9518f 100644 --- a/unittests/ASM/VEX/vpand.asm +++ b/unittests/ASM/VEX/vpand.asm @@ -8,9 +8,6 @@ "XMM3": ["0x4040404445464748", "0x4142434455545558", "0x0000000000000000", "0x0000000000000000"], "XMM4": ["0x4040404445464748", "0x4142434455545558", "0x6062626445464748", "0x4142434475767778"], "XMM5": ["0x4040404445464748", "0x4142434455545558", "0x0000000000000000", "0x0000000000000000"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/VEX/vpandn.asm b/unittests/ASM/VEX/vpandn.asm index 1a5d4e62eb..bd6a32490a 100644 --- a/unittests/ASM/VEX/vpandn.asm +++ b/unittests/ASM/VEX/vpandn.asm @@ -8,9 +8,6 @@ "XMM3": ["0x8C8C8C8830303030", "0x2020202088898885", "0x0000000000000000", "0x0000000000000000"], "XMM4": ["0x8C8C8C8830303030", "0x2020202088898885", "0x8E8C8C8A10101010", "0x000000008A898887"], "XMM5": ["0x8C8C8C8830303030", "0x2020202088898885", "0x0000000000000000", "0x0000000000000000"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/VEX/vpavgb.asm b/unittests/ASM/VEX/vpavgb.asm index f53496ee12..72312c5e08 100644 --- a/unittests/ASM/VEX/vpavgb.asm +++ b/unittests/ASM/VEX/vpavgb.asm @@ -14,9 +14,6 @@ "XMM13": ["0x2179B0697D5378C4", "0x3B8E6EAE8C165248", "0x2179B0697D5378C4", "0x3B8E6EAE8C165248"], "XMM14": ["0x1ED68638699D35CA", "0x5E2E7560AB7B5262", "0x1ED68638699D35CA", "0x5E2E7560AB7B5262"], "XMM15": ["0x165C42291F28194C", "0x0923643C32130145", "0x165C42291F28194C", "0x0923643C32130145"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/VEX/vpavgw.asm b/unittests/ASM/VEX/vpavgw.asm index b908a3f91a..2a3da8f6ff 100644 --- a/unittests/ASM/VEX/vpavgw.asm +++ b/unittests/ASM/VEX/vpavgw.asm @@ -14,9 +14,6 @@ "XMM13": ["0x20F9B0697CD37844", "0x3B8E6EAE8C165248", "0x20F9B0697CD37844", "0x3B8E6EAE8C165248"], "XMM14": ["0x1ED685B8691D35CA", "0x5DAE74E0AB7B51E2", "0x1ED685B8691D35CA", "0x5DAE74E0AB7B51E2"], "XMM15": ["0x15DC41A91EA818CC", "0x092363BC321300C5", "0x15DC41A91EA818CC", "0x092363BC321300C5"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/VEX/vpblendd.asm b/unittests/ASM/VEX/vpblendd.asm index e2bc504081..85a1032614 100644 --- a/unittests/ASM/VEX/vpblendd.asm +++ b/unittests/ASM/VEX/vpblendd.asm @@ -10,9 +10,6 @@ "XMM7": ["0xAAAAAAAA22222222", "0xCCCCCCCC44444444", "0xEEEEEEEE66666666", "0x9999999988888888"], "XMM8": ["0x11111111BBBBBBBB", "0x33333333DDDDDDDD", "0x0000000000000000", "0x0000000000000000"], "XMM9": ["0xAAAAAAAA22222222", "0xCCCCCCCC44444444", "0x0000000000000000", "0x0000000000000000"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/VEX/vpblendw.asm b/unittests/ASM/VEX/vpblendw.asm index 8905f373aa..b52df0b1b6 100644 --- a/unittests/ASM/VEX/vpblendw.asm +++ b/unittests/ASM/VEX/vpblendw.asm @@ -10,9 +10,6 @@ "XMM7": ["0xAAAA2222CCCC4444", "0xEEEE666699998888", "0x7777AAAA5555CCCC", "0x2222EEEE00001111"], "XMM8": ["0x1111BBBB3333DDDD", "0x5555FFFF77778888", "0x0000000000000000", "0x0000000000000000"], "XMM9": ["0xAAAA2222CCCC4444", "0xEEEE666699998888", "0x0000000000000000", "0x0000000000000000"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/VEX/vpcmpeqb.asm b/unittests/ASM/VEX/vpcmpeqb.asm index 0f5ca534c9..f07a49199b 100644 --- a/unittests/ASM/VEX/vpcmpeqb.asm +++ b/unittests/ASM/VEX/vpcmpeqb.asm @@ -8,9 +8,6 @@ "XMM3": ["0x00000000000000FF", "0x00000000000000FF", "0x0000000000000000", "0x0000000000000000"], "XMM4": ["0x00000000000000FF", "0x00000000000000FF", "0x00000000000000FF", "0x00000000000000FF"], "XMM5": ["0x00000000000000FF", "0x00000000000000FF", "0x0000000000000000", "0x0000000000000000"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/VEX/vpcmpeqd.asm b/unittests/ASM/VEX/vpcmpeqd.asm index 7e877f8094..b595bbd972 100644 --- a/unittests/ASM/VEX/vpcmpeqd.asm +++ b/unittests/ASM/VEX/vpcmpeqd.asm @@ -8,9 +8,6 @@ "XMM3": ["0x00000000FFFFFFFF", "0x00000000FFFFFFFF", "0x0000000000000000", "0x0000000000000000"], "XMM4": ["0x00000000FFFFFFFF", "0x00000000FFFFFFFF", "0x00000000FFFFFFFF", "0x00000000FFFFFFFF"], "XMM5": ["0x00000000FFFFFFFF", "0x00000000FFFFFFFF", "0x0000000000000000", "0x0000000000000000"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/VEX/vpcmpeqq.asm b/unittests/ASM/VEX/vpcmpeqq.asm index c2d45395f9..7780c1581e 100644 --- a/unittests/ASM/VEX/vpcmpeqq.asm +++ b/unittests/ASM/VEX/vpcmpeqq.asm @@ -8,9 +8,6 @@ "XMM3": ["0xFFFFFFFFFFFFFFFF", "0x0000000000000000", "0x0000000000000000", "0x0000000000000000"], "XMM4": ["0xFFFFFFFFFFFFFFFF", "0x0000000000000000", "0x0000000000000000", "0xFFFFFFFFFFFFFFFF"], "XMM5": ["0xFFFFFFFFFFFFFFFF", "0x0000000000000000", "0x0000000000000000", "0x0000000000000000"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/VEX/vpcmpeqw.asm b/unittests/ASM/VEX/vpcmpeqw.asm index 1ee05e4513..f00ea48d99 100644 --- a/unittests/ASM/VEX/vpcmpeqw.asm +++ b/unittests/ASM/VEX/vpcmpeqw.asm @@ -8,9 +8,6 @@ "XMM3": ["0x000000000000FFFF", "0x000000000000FFFF", "0x0000000000000000", "0x0000000000000000"], "XMM4": ["0x000000000000FFFF", "0x000000000000FFFF", "0x000000000000FFFF", "0x000000000000FFFF"], "XMM5": ["0x000000000000FFFF", "0x000000000000FFFF", "0x0000000000000000", "0x0000000000000000"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/VEX/vpcmpgtb.asm b/unittests/ASM/VEX/vpcmpgtb.asm index 2889e709c3..d83be58c79 100644 --- a/unittests/ASM/VEX/vpcmpgtb.asm +++ b/unittests/ASM/VEX/vpcmpgtb.asm @@ -8,9 +8,6 @@ "XMM3": ["0xFFFFFFFFFFFFFFFF", "0x0000000000000000", "0x0000000000000000", "0x0000000000000000"], "XMM4": ["0xFFFFFFFFFFFFFFFF", "0x0000000000000000", "0xFFFFFFFFFFFFFFFF", "0x0000000000000000"], "XMM5": ["0xFFFFFFFFFFFFFFFF", "0x0000000000000000", "0x0000000000000000", "0x0000000000000000"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/VEX/vpcmpgtd.asm b/unittests/ASM/VEX/vpcmpgtd.asm index b22e63082d..6cf1e6fd28 100644 --- a/unittests/ASM/VEX/vpcmpgtd.asm +++ b/unittests/ASM/VEX/vpcmpgtd.asm @@ -8,9 +8,6 @@ "XMM3": ["0xFFFFFFFFFFFFFFFF", "0x0000000000000000", "0x0000000000000000", "0x0000000000000000"], "XMM4": ["0xFFFFFFFFFFFFFFFF", "0x0000000000000000", "0xFFFFFFFFFFFFFFFF", "0x0000000000000000"], "XMM5": ["0xFFFFFFFFFFFFFFFF", "0x0000000000000000", "0x0000000000000000", "0x0000000000000000"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/VEX/vpcmpgtw.asm b/unittests/ASM/VEX/vpcmpgtw.asm index d0a6656ff2..26872e3424 100644 --- a/unittests/ASM/VEX/vpcmpgtw.asm +++ b/unittests/ASM/VEX/vpcmpgtw.asm @@ -8,9 +8,6 @@ "XMM3": ["0xFFFFFFFFFFFFFFFF", "0x0000000000000000", "0x0000000000000000", "0x0000000000000000"], "XMM4": ["0xFFFFFFFFFFFFFFFF", "0x0000000000000000", "0xFFFFFFFFFFFFFFFF", "0x0000000000000000"], "XMM5": ["0xFFFFFFFFFFFFFFFF", "0x0000000000000000", "0x0000000000000000", "0x0000000000000000"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/VEX/vperm2f128.asm b/unittests/ASM/VEX/vperm2f128.asm index 12d7be5b70..457838f60e 100644 --- a/unittests/ASM/VEX/vperm2f128.asm +++ b/unittests/ASM/VEX/vperm2f128.asm @@ -9,9 +9,6 @@ "XMM4": ["0xFFFFFFFFFFFFFFFF", "0xAAAAAAAAAAAAAAAA", "0xCCCCCCCCCCCCCCCC", "0x9999999999999999"], "XMM5": ["0xFFFFFFFFFFFFFFFF", "0xAAAAAAAAAAAAAAAA", "0xCCCCCCCCCCCCCCCC", "0x9999999999999999"], "XMM6": ["0x0000000000000000", "0x0000000000000000", "0x0000000000000000", "0x0000000000000000"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/VEX/vperm2i128.asm b/unittests/ASM/VEX/vperm2i128.asm index 6943357f2d..a8ecd045da 100644 --- a/unittests/ASM/VEX/vperm2i128.asm +++ b/unittests/ASM/VEX/vperm2i128.asm @@ -9,9 +9,6 @@ "XMM4": ["0xFFFFFFFFFFFFFFFF", "0xAAAAAAAAAAAAAAAA", "0xCCCCCCCCCCCCCCCC", "0x9999999999999999"], "XMM5": ["0xFFFFFFFFFFFFFFFF", "0xAAAAAAAAAAAAAAAA", "0xCCCCCCCCCCCCCCCC", "0x9999999999999999"], "XMM6": ["0x0000000000000000", "0x0000000000000000", "0x0000000000000000", "0x0000000000000000"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/VEX/vpermpd.asm b/unittests/ASM/VEX/vpermpd.asm index 2e673882c5..387d97135b 100644 --- a/unittests/ASM/VEX/vpermpd.asm +++ b/unittests/ASM/VEX/vpermpd.asm @@ -14,9 +14,6 @@ "XMM9": ["0xFFFFFFFFFFFFFFFF", "0xFFFFFFFFFFFFFFFF", "0xFFFFFFFFFFFFFFFF", "0xFFFFFFFFFFFFFFFF"], "XMM10": ["0xAAAAAAAAAAAAAAAA", "0xAAAAAAAAAAAAAAAA", "0xAAAAAAAAAAAAAAAA", "0xAAAAAAAAAAAAAAAA"], "XMM11": ["0xAAAAAAAAAAAAAAAA", "0xAAAAAAAAAAAAAAAA", "0xAAAAAAAAAAAAAAAA", "0xAAAAAAAAAAAAAAAA"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/VEX/vpermq.asm b/unittests/ASM/VEX/vpermq.asm index ff26398c62..aeaed46e75 100644 --- a/unittests/ASM/VEX/vpermq.asm +++ b/unittests/ASM/VEX/vpermq.asm @@ -14,9 +14,6 @@ "XMM9": ["0xFFFFFFFFFFFFFFFF", "0xFFFFFFFFFFFFFFFF", "0xFFFFFFFFFFFFFFFF", "0xFFFFFFFFFFFFFFFF"], "XMM10": ["0xAAAAAAAAAAAAAAAA", "0xAAAAAAAAAAAAAAAA", "0xAAAAAAAAAAAAAAAA", "0xAAAAAAAAAAAAAAAA"], "XMM11": ["0xAAAAAAAAAAAAAAAA", "0xAAAAAAAAAAAAAAAA", "0xAAAAAAAAAAAAAAAA", "0xAAAAAAAAAAAAAAAA"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/VEX/vphminposuw.asm b/unittests/ASM/VEX/vphminposuw.asm index 4ec05b6484..bb677150bd 100644 --- a/unittests/ASM/VEX/vphminposuw.asm +++ b/unittests/ASM/VEX/vphminposuw.asm @@ -6,9 +6,6 @@ "XMM1": ["0x0000000000030001", "0x0000000000000000", "0x0000000000000000", "0x0000000000000000"], "XMM2": ["0x0000000000070001", "0x0000000000000000", "0x0000000000000000", "0x0000000000000000"], "XMM3": ["0x0000000000010001", "0x0000000000000000", "0x0000000000000000", "0x0000000000000000"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/VEX/vpmaxsb.asm b/unittests/ASM/VEX/vpmaxsb.asm index 0c9b76d0f2..e4b4edcb80 100644 --- a/unittests/ASM/VEX/vpmaxsb.asm +++ b/unittests/ASM/VEX/vpmaxsb.asm @@ -10,9 +10,6 @@ "XMM5": ["0x4162636465666768", "0x7172737475767778", "0x6162636465666768", "0x7172737475767778"], "XMM6": ["0x4162636465666768", "0x7172737475767778", "0x6162636465666768", "0x7172737475767778"], "XMM7": ["0x4162636465666768", "0x7172737475767778", "0x6162636465666768", "0x7172737475767778"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/VEX/vpmaxsd.asm b/unittests/ASM/VEX/vpmaxsd.asm index 4e629fad32..d0d65866a9 100644 --- a/unittests/ASM/VEX/vpmaxsd.asm +++ b/unittests/ASM/VEX/vpmaxsd.asm @@ -10,9 +10,6 @@ "XMM5": ["0x4142434465666768", "0x7172737475767778", "0x6162636465666768", "0x7172737475767778"], "XMM6": ["0x4142434465666768", "0x7172737475767778", "0x6162636465666768", "0x7172737475767778"], "XMM7": ["0x4142434465666768", "0x7172737475767778", "0x6162636465666768", "0x7172737475767778"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/VEX/vpmaxsw.asm b/unittests/ASM/VEX/vpmaxsw.asm index 00f02a46de..7e0f1a1b50 100644 --- a/unittests/ASM/VEX/vpmaxsw.asm +++ b/unittests/ASM/VEX/vpmaxsw.asm @@ -10,9 +10,6 @@ "XMM5": ["0x4142636465666768", "0x7172737475767778", "0x6162636465666768", "0x7172737475767778"], "XMM6": ["0x4142636465666768", "0x7172737475767778", "0x6162636465666768", "0x7172737475767778"], "XMM7": ["0x4142636465666768", "0x7172737475767778", "0x6162636465666768", "0x7172737475767778"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/VEX/vpmaxub.asm b/unittests/ASM/VEX/vpmaxub.asm index 388df5eaeb..ea0b2d3240 100644 --- a/unittests/ASM/VEX/vpmaxub.asm +++ b/unittests/ASM/VEX/vpmaxub.asm @@ -10,9 +10,6 @@ "XMM5": ["0x6162636465666768", "0x7172737475767778", "0x6162636465666768", "0x8182838485868788"], "XMM6": ["0x6162636465666768", "0x7172737475767778", "0x6162636465666768", "0x8182838485868788"], "XMM7": ["0x6162636465666768", "0x7172737475767778", "0x6162636465666768", "0x8182838485868788"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/VEX/vpmaxud.asm b/unittests/ASM/VEX/vpmaxud.asm index fa7daa725d..df02b885bd 100644 --- a/unittests/ASM/VEX/vpmaxud.asm +++ b/unittests/ASM/VEX/vpmaxud.asm @@ -10,9 +10,6 @@ "XMM5": ["0x6162636465666768", "0x7172737475767778", "0x6162636465666768", "0x8172737485767778"], "XMM6": ["0x6162636465666768", "0x7172737475767778", "0x6162636465666768", "0x8172737485767778"], "XMM7": ["0x6162636465666768", "0x7172737475767778", "0x6162636465666768", "0x8172737485767778"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/VEX/vpmaxuw.asm b/unittests/ASM/VEX/vpmaxuw.asm index faa69cd98a..bfe570234d 100644 --- a/unittests/ASM/VEX/vpmaxuw.asm +++ b/unittests/ASM/VEX/vpmaxuw.asm @@ -10,9 +10,6 @@ "XMM5": ["0x6162636465666768", "0x7172737475767778", "0x6162636465666768", "0x8172837485768778"], "XMM6": ["0x6162636465666768", "0x7172737475767778", "0x6162636465666768", "0x8172837485768778"], "XMM7": ["0x6162636465666768", "0x7172737475767778", "0x6162636465666768", "0x8172837485768778"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/VEX/vpminsb.asm b/unittests/ASM/VEX/vpminsb.asm index 2ba05b9b41..21714cb73f 100644 --- a/unittests/ASM/VEX/vpminsb.asm +++ b/unittests/ASM/VEX/vpminsb.asm @@ -10,9 +10,6 @@ "XMM5": ["0x8042434445464748", "0x5152535455565758", "0x4142434445464748", "0x5152535455565758"], "XMM6": ["0x8042434445464748", "0x5152535455565758", "0x4142434445464748", "0x5152535455565758"], "XMM7": ["0x8042434445464748", "0x5152535455565758", "0x4142434445464748", "0x5152535455565758"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/VEX/vpminsd.asm b/unittests/ASM/VEX/vpminsd.asm index 9dac86663d..90472e2d7b 100644 --- a/unittests/ASM/VEX/vpminsd.asm +++ b/unittests/ASM/VEX/vpminsd.asm @@ -10,9 +10,6 @@ "XMM5": ["0x8000000045464748", "0x5152535455565758", "0x4142434445464748", "0x5152535455565758"], "XMM6": ["0x8000000045464748", "0x5152535455565758", "0x4142434445464748", "0x5152535455565758"], "XMM7": ["0x8000000045464748", "0x5152535455565758", "0x4142434445464748", "0x5152535455565758"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/VEX/vpminsw.asm b/unittests/ASM/VEX/vpminsw.asm index 81935b60f8..5c8b916d94 100644 --- a/unittests/ASM/VEX/vpminsw.asm +++ b/unittests/ASM/VEX/vpminsw.asm @@ -10,9 +10,6 @@ "XMM5": ["0x8000434445464748", "0x5152535455565758", "0x4142434445464748", "0x5152535455565758"], "XMM6": ["0x8000434445464748", "0x5152535455565758", "0x4142434445464748", "0x5152535455565758"], "XMM7": ["0x8000434445464748", "0x5152535455565758", "0x4142434445464748", "0x5152535455565758"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/VEX/vpminub.asm b/unittests/ASM/VEX/vpminub.asm index af142219b9..8104a44e52 100644 --- a/unittests/ASM/VEX/vpminub.asm +++ b/unittests/ASM/VEX/vpminub.asm @@ -10,9 +10,6 @@ "XMM5": ["0x4142434445464748", "0x5152535455565758", "0x4142434445464748", "0x5152535455565758"], "XMM6": ["0x4142434445464748", "0x5152535455565758", "0x4142434445464748", "0x5152535455565758"], "XMM7": ["0x4142434445464748", "0x5152535455565758", "0x4142434445464748", "0x5152535455565758"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/VEX/vpminud.asm b/unittests/ASM/VEX/vpminud.asm index e4bfb108d6..97e73dc8ec 100644 --- a/unittests/ASM/VEX/vpminud.asm +++ b/unittests/ASM/VEX/vpminud.asm @@ -10,9 +10,6 @@ "XMM5": ["0x4142434445464748", "0x5152535455565758", "0x4142434445464748", "0x5152535455565758"], "XMM6": ["0x4142434445464748", "0x5152535455565758", "0x4142434445464748", "0x5152535455565758"], "XMM7": ["0x4142434445464748", "0x5152535455565758", "0x4142434445464748", "0x5152535455565758"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/VEX/vpminuw.asm b/unittests/ASM/VEX/vpminuw.asm index 29b5a698df..7971b114ed 100644 --- a/unittests/ASM/VEX/vpminuw.asm +++ b/unittests/ASM/VEX/vpminuw.asm @@ -10,9 +10,6 @@ "XMM5": ["0x4142434445464748", "0x5152535455565758", "0x4142434445464748", "0x5152535455565758"], "XMM6": ["0x4142434445464748", "0x5152535455565758", "0x4142434445464748", "0x5152535455565758"], "XMM7": ["0x4142434445464748", "0x5152535455565758", "0x4142434445464748", "0x5152535455565758"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/VEX/vpmulhuw.asm b/unittests/ASM/VEX/vpmulhuw.asm index ad83083c8d..18ab873f6b 100644 --- a/unittests/ASM/VEX/vpmulhuw.asm +++ b/unittests/ASM/VEX/vpmulhuw.asm @@ -6,9 +6,6 @@ "XMM3": ["0x18D21A1D1B701CCA", "0x24092594272728C2", "0x0000000000000000", "0x0000000000000000"], "XMM4": ["0x18D21A1D1B701CCA", "0x24092594272728C2", "0x18D21A1D1B701CCA", "0x24092594272728C2"], "XMM5": ["0x18D21A1D1B701CCA", "0x24092594272728C2", "0x18D21A1D1B701CCA", "0x24092594272728C2"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/VEX/vpmulhw.asm b/unittests/ASM/VEX/vpmulhw.asm index c04f04f48b..41e7f23440 100644 --- a/unittests/ASM/VEX/vpmulhw.asm +++ b/unittests/ASM/VEX/vpmulhw.asm @@ -6,9 +6,6 @@ "XMM3": ["0x18D21A1D1B70CF3C", "0x24092594272728C2", "0x0000000000000000", "0x0000000000000000"], "XMM4": ["0x18D21A1D1B70CF3C", "0x24092594272728C2", "0x18D21A1D1B70CF3C", "0x24092594272728C2"], "XMM5": ["0x18D21A1D1B70CF3C", "0x24092594272728C2", "0x18D21A1D1B70CF3C", "0x24092594272728C2"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/VEX/vpmullw.asm b/unittests/ASM/VEX/vpmullw.asm index 4cabd315c8..e56ac0e4bf 100644 --- a/unittests/ASM/VEX/vpmullw.asm +++ b/unittests/ASM/VEX/vpmullw.asm @@ -6,9 +6,6 @@ "XMM3": ["0xFD44929037E4ED40", "0x68847E10A3A4D940", "0x0000000000000000", "0x0000000000000000"], "XMM4": ["0xFD44929037E4ED40", "0x68847E10A3A4D940", "0xFD44929037E4ED40", "0x68847E10A3A4D940"], "XMM5": ["0xFD44929037E4ED40", "0x68847E10A3A4D940", "0xFD44929037E4ED40", "0x68847E10A3A4D940"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/VEX/vpmuludq.asm b/unittests/ASM/VEX/vpmuludq.asm index 96bb710ec6..a727ab410f 100644 --- a/unittests/ASM/VEX/vpmuludq.asm +++ b/unittests/ASM/VEX/vpmuludq.asm @@ -6,9 +6,6 @@ "XMM3": ["0x000000000003FFFC", "0x000000000000FFFE", "0x000000000003FFFC", "0x000000000000FFFE"], "XMM4": ["0x000000000003FFFC", "0x000000000000FFFE", "0x0000000000000000", "0x0000000000000000"], "XMM5": ["0x000000000003FFFC", "0x000000000000FFFE", "0x000000000003FFFC", "0x000000000000FFFE"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/VEX/vpor.asm b/unittests/ASM/VEX/vpor.asm index dd6c508488..7478768294 100644 --- a/unittests/ASM/VEX/vpor.asm +++ b/unittests/ASM/VEX/vpor.asm @@ -8,9 +8,6 @@ "XMM3": ["0xCDCECFCC75767778", "0x71727374DDDFDFDD", "0x0000000000000000", "0x0000000000000000"], "XMM4": ["0xCDCECFCC75767778", "0x71727374DDDFDFDD", "0xEFEEEFEE75767778", "0x71727374FFFFFFFF"], "XMM5": ["0xCDCECFCC75767778", "0x71727374DDDFDFDD", "0x0000000000000000", "0x0000000000000000"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/VEX/vpslld.asm b/unittests/ASM/VEX/vpslld.asm index 9264e1596c..35f098730c 100644 --- a/unittests/ASM/VEX/vpslld.asm +++ b/unittests/ASM/VEX/vpslld.asm @@ -14,9 +14,6 @@ "XMM13": ["0x4142434445464748", "0x7172737475767778", "0x4142434445464748", "0x7172737475767778"], "XMM14": ["0x4344000047480000", "0x7374000077780000", "0x4344000047480000", "0x7374000077780000"], "XMM15": ["0x0000000000000000", "0x0000000000000000", "0x0000000000000000", "0x0000000000000000"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/VEX/vpslld_imm.asm b/unittests/ASM/VEX/vpslld_imm.asm index f4eab7c3b3..6d131d5e74 100644 --- a/unittests/ASM/VEX/vpslld_imm.asm +++ b/unittests/ASM/VEX/vpslld_imm.asm @@ -11,9 +11,6 @@ "XMM8": ["0x4243440046474800", "0x5253540056575800", "0x4243440046474800", "0x5253540056575800"], "XMM9": ["0xC2C4C6C8CACCCED0", "0xE2E4E6E8EAECEEF0", "0xC2C4C6C8CACCCED0", "0xE2E4E6E8EAECEEF0"], "XMM10": ["0x848688008c8e9000", "0xa4a6a800acaeb000", "0xc4c6c800ccced000", "0xe4e6e800eceef000"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/VEX/vpslldq.asm b/unittests/ASM/VEX/vpslldq.asm index b3e0ae774c..5493950e2f 100644 --- a/unittests/ASM/VEX/vpslldq.asm +++ b/unittests/ASM/VEX/vpslldq.asm @@ -10,9 +10,6 @@ "XMM7": ["0x0000000000000000", "0x6162636465666768", "0x0000000000000000", "0x6162636465666768"], "XMM8": ["0x4546474800000000", "0x5556575841424344", "0x4546474800000000", "0x5556575841424344"], "XMM9": ["0x6263646566676800", "0x7273747576777861", "0x6263646566676800", "0x7273747576777861"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/VEX/vpsllq.asm b/unittests/ASM/VEX/vpsllq.asm index 081b6055ce..c051846cbc 100644 --- a/unittests/ASM/VEX/vpsllq.asm +++ b/unittests/ASM/VEX/vpsllq.asm @@ -14,9 +14,6 @@ "XMM13": ["0x4142434445464748", "0x7172737475767778", "0x4142434445464748", "0x7172737475767778"], "XMM14": ["0x4546474800000000", "0x7576777800000000", "0x4546474800000000", "0x7576777800000000"], "XMM15": ["0x0000000000000000", "0x0000000000000000", "0x0000000000000000", "0x0000000000000000"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/VEX/vpsllq_imm.asm b/unittests/ASM/VEX/vpsllq_imm.asm index d87959ec16..feef7905c6 100644 --- a/unittests/ASM/VEX/vpsllq_imm.asm +++ b/unittests/ASM/VEX/vpsllq_imm.asm @@ -11,9 +11,6 @@ "XMM8": ["0x4243444546474800", "0x5253545556575800", "0x4243444546474800", "0x5253545556575800"], "XMM9": ["0xC2C4C6C8CACCCED0", "0xE2E4E6E8EAECEEF0", "0xC2C4C6C8CACCCED0", "0xE2E4E6E8EAECEEF0"], "XMM10": ["0x8486888a8c8e9000", "0xa4a6a8aaacaeb000", "0xc4c6c8caccced000", "0xe4e6e8eaeceef000"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/VEX/vpsllw.asm b/unittests/ASM/VEX/vpsllw.asm index a07215fba1..bad9928dd9 100644 --- a/unittests/ASM/VEX/vpsllw.asm +++ b/unittests/ASM/VEX/vpsllw.asm @@ -10,9 +10,6 @@ "XMM6": ["0x4200440046004800", "0x7200740076007800", "0x4200440046004800", "0x7200740076007800"], "XMM7": ["0x0000000000000000", "0x0000000000000000", "0x0000000000000000", "0x0000000000000000"], "XMM8": ["0x0000000000000000", "0x0000000000000000", "0x0000000000000000", "0x0000000000000000"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/VEX/vpsllw_imm.asm b/unittests/ASM/VEX/vpsllw_imm.asm index f0ca253859..d67eade3f5 100644 --- a/unittests/ASM/VEX/vpsllw_imm.asm +++ b/unittests/ASM/VEX/vpsllw_imm.asm @@ -11,9 +11,6 @@ "XMM8": ["0x4200440046004800", "0x5200540056005800", "0x4200440046004800", "0x5200540056005800"], "XMM9": ["0xC2C4C6C8CACCCED0", "0xE2E4E6E8EAECEEF0", "0xC2C4C6C8CACCCED0", "0xE2E4E6E8EAECEEF0"], "XMM10": ["0x840088008c009000", "0xa400a800ac00b000", "0xc400c800cc00d000", "0xe400e800ec00f000"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/VEX/vpsrad.asm b/unittests/ASM/VEX/vpsrad.asm index 770b26d080..e22f69ea83 100644 --- a/unittests/ASM/VEX/vpsrad.asm +++ b/unittests/ASM/VEX/vpsrad.asm @@ -14,9 +14,6 @@ "XMM13": ["0x8042434445464748", "0x7172737475767778", "0x4142434445464748", "0x7172737475767778"], "XMM14": ["0xFFFF804200004546", "0x0000717200007576", "0x0000414200004546", "0x0000717200007576"], "XMM15": ["0xFFFFFFFF00000000", "0x0000000000000000", "0x0000000000000000", "0x0000000000000000"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/VEX/vpsrad_imm.asm b/unittests/ASM/VEX/vpsrad_imm.asm index 5028380f95..b02c6cf962 100644 --- a/unittests/ASM/VEX/vpsrad_imm.asm +++ b/unittests/ASM/VEX/vpsrad_imm.asm @@ -13,9 +13,6 @@ "XMM11": ["0x30B131B232B333B4", "0x38B939BA3ABB3BBC", "0x30B131B232B333B4", "0x38B939BA3ABB3BBC"], "XMM12": ["0xFFFFFFFFFFFFFFFF", "0x0000000000000000", "0xFFFFFFFFFFFFFFFF", "0x0000000000000000"], "XMM13": ["0x0020a1210022a323", "0x0028a929002aab2b", "0x0030b1310032b333", "0x0038b939003abb3b"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/VEX/vpsravd.asm b/unittests/ASM/VEX/vpsravd.asm index 357a581a1e..5442c217e7 100644 --- a/unittests/ASM/VEX/vpsravd.asm +++ b/unittests/ASM/VEX/vpsravd.asm @@ -6,9 +6,6 @@ "XMM3": ["0xFF80000000007FFF", "0x00000000FFFFFFFF", "0x0400000000555555", "0xFFFFFFFF00000000"], "XMM4": ["0xFF80000000007FFF", "0x00000000FFFFFFFF", "0x0000000000000000", "0x0000000000000000"], "XMM5": ["0xFF80000000007FFF", "0x00000000FFFFFFFF", "0x0000000000000000", "0x0000000000000000"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/VEX/vpsraw.asm b/unittests/ASM/VEX/vpsraw.asm index cb94cfc070..82f33cba2f 100644 --- a/unittests/ASM/VEX/vpsraw.asm +++ b/unittests/ASM/VEX/vpsraw.asm @@ -14,9 +14,6 @@ "XMM13": ["0x8042434445464748", "0x7172737475767778", "0x4142434445464748", "0x7172737475767778"], "XMM14": ["0xFF80004300450047", "0x0071007300750077", "0x0041004300450047", "0x0071007300750077"], "XMM15": ["0xFFFF000000000000", "0x0000000000000000", "0x0000000000000000", "0x0000000000000000"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/VEX/vpsraw_imm.asm b/unittests/ASM/VEX/vpsraw_imm.asm index f1f24b297b..4e99ab3ac6 100644 --- a/unittests/ASM/VEX/vpsraw_imm.asm +++ b/unittests/ASM/VEX/vpsraw_imm.asm @@ -13,9 +13,6 @@ "XMM11": ["0x30B131B232B333B4", "0x38B939BA3ABB3BBC", "0x30B131B232B333B4", "0x38B939BA3ABB3BBC"], "XMM12": ["0xFFFFFFFFFFFFFFFF", "0x0000000000000000", "0xFFFFFFFFFFFFFFFF", "0x0000000000000000"], "XMM13": ["0x0020002100220023", "0x00280029002a002b", "0x0030003100320033", "0x00380039003a003b"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/VEX/vpsrld.asm b/unittests/ASM/VEX/vpsrld.asm index 6d375c90e6..2c7737f0f8 100644 --- a/unittests/ASM/VEX/vpsrld.asm +++ b/unittests/ASM/VEX/vpsrld.asm @@ -14,9 +14,6 @@ "XMM10": ["0x0000000000000000", "0x0000000000000000", "0x0000000000000000", "0x0000000000000000"], "XMM12": ["0x20A121A222A323A4", "0x28A929AA2AAB2BAC", "0x0000000000000000", "0x0000000000000000"], "XMM13": ["0x20A121A222A323A4", "0x28A929AA2AAB2BAC", "0x20A121A222A323A4", "0x28A929AA2AAB2BAC"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/VEX/vpsrld_imm.asm b/unittests/ASM/VEX/vpsrld_imm.asm index 1761b58ce9..7f66ca8657 100644 --- a/unittests/ASM/VEX/vpsrld_imm.asm +++ b/unittests/ASM/VEX/vpsrld_imm.asm @@ -11,9 +11,6 @@ "XMM8": ["0x0041424300454647", "0x0051525300555657", "0x0041424300454647", "0x0051525300555657"], "XMM9": ["0x30B131B232B333B4", "0x38B939BA3ABB3BBC", "0x30B131B232B333B4", "0x38B939BA3ABB3BBC"], "XMM10": ["0x0020a1210022a323", "0x0028a929002aab2b", "0x0030b1310032b333", "0x0038b939003abb3b"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/VEX/vpsrlq.asm b/unittests/ASM/VEX/vpsrlq.asm index ee0e644fe8..af9f91c6dd 100644 --- a/unittests/ASM/VEX/vpsrlq.asm +++ b/unittests/ASM/VEX/vpsrlq.asm @@ -14,9 +14,6 @@ "XMM10": ["0x0000000000000000", "0x0000000000000000", "0x0000000000000000", "0x0000000000000000"], "XMM12": ["0x20A121A222A323A4", "0x28A929AA2AAB2BAC", "0x0000000000000000", "0x0000000000000000"], "XMM13": ["0x20A121A222A323A4", "0x28A929AA2AAB2BAC", "0x20A121A222A323A4", "0x28A929AA2AAB2BAC"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/VEX/vpsrlq_imm.asm b/unittests/ASM/VEX/vpsrlq_imm.asm index a77c05bcb4..ea4c9420fb 100644 --- a/unittests/ASM/VEX/vpsrlq_imm.asm +++ b/unittests/ASM/VEX/vpsrlq_imm.asm @@ -13,9 +13,6 @@ "XMM10": ["0x0041424344454647", "0x0051525354555657", "0x0041424344454647", "0x0051525354555657"], "XMM11": ["0x30B131B232B333B4", "0x38B939BA3ABB3BBC", "0x30B131B232B333B4", "0x38B939BA3ABB3BBC"], "XMM12": ["0x0020a121a222a323", "0x0028a929aa2aab2b", "0x0030b131b232b333", "0x0038b939ba3abb3b"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/VEX/vpsrlw.asm b/unittests/ASM/VEX/vpsrlw.asm index f6222ed255..21568df86c 100644 --- a/unittests/ASM/VEX/vpsrlw.asm +++ b/unittests/ASM/VEX/vpsrlw.asm @@ -14,9 +14,6 @@ "XMM10": ["0x0000000000000000", "0x0000000000000000", "0x0000000000000000", "0x0000000000000000"], "XMM12": ["0x20A121A222A323A4", "0x28A929AA2AAB2BAC", "0x0000000000000000", "0x0000000000000000"], "XMM13": ["0x20A121A222A323A4", "0x28A929AA2AAB2BAC", "0x20A121A222A323A4", "0x28A929AA2AAB2BAC"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/VEX/vpsrlw_imm.asm b/unittests/ASM/VEX/vpsrlw_imm.asm index f5ca984ba0..c95f795cd9 100644 --- a/unittests/ASM/VEX/vpsrlw_imm.asm +++ b/unittests/ASM/VEX/vpsrlw_imm.asm @@ -11,9 +11,6 @@ "XMM8": ["0x0041004300450047", "0x0051005300550057", "0x0041004300450047", "0x0051005300550057"], "XMM9": ["0x30B131B232B333B4", "0x38B939BA3ABB3BBC", "0x30B131B232B333B4", "0x38B939BA3ABB3BBC"], "XMM10": ["0x0020002100220023", "0x00280029002a002b", "0x0030003100320033", "0x00380039003a003b"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/VEX/vpsubb.asm b/unittests/ASM/VEX/vpsubb.asm index feff537bb4..ef1ca1eb37 100644 --- a/unittests/ASM/VEX/vpsubb.asm +++ b/unittests/ASM/VEX/vpsubb.asm @@ -8,9 +8,6 @@ "XMM3": ["0x2020202020202020", "0x2020202020202020", "0x2020202020202020", "0x2020202020202020"], "XMM4": ["0x2020202020202020", "0x2020202020202020", "0x0000000000000000", "0x0000000000000000"], "XMM5": ["0x2020202020202020", "0x2020202020202020", "0x2020202020202020", "0x2020202020202020"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/VEX/vpsubd.asm b/unittests/ASM/VEX/vpsubd.asm index 87309e73d2..f5073a17e4 100644 --- a/unittests/ASM/VEX/vpsubd.asm +++ b/unittests/ASM/VEX/vpsubd.asm @@ -8,9 +8,6 @@ "XMM3": ["0x2020202020202020", "0x2020202020202020", "0x0000000020202020", "0x2020202020202020"], "XMM4": ["0x2020202020202020", "0x2020202020202020", "0x0000000000000000", "0x0000000000000000"], "XMM5": ["0x2020202020202020", "0x2020202020202020", "0x0000000020202020", "0x2020202020202020"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/VEX/vpsubq.asm b/unittests/ASM/VEX/vpsubq.asm index e1d488c349..190b30bbd8 100644 --- a/unittests/ASM/VEX/vpsubq.asm +++ b/unittests/ASM/VEX/vpsubq.asm @@ -8,9 +8,6 @@ "XMM3": ["0x2020202020202020", "0x2020202020202020", "0x0000000000000000", "0x2020202020202020"], "XMM4": ["0x2020202020202020", "0x2020202020202020", "0x0000000000000000", "0x0000000000000000"], "XMM5": ["0x2020202020202020", "0x2020202020202020", "0x0000000000000000", "0x2020202020202020"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/VEX/vpsubsb.asm b/unittests/ASM/VEX/vpsubsb.asm index 9ada1e8e4c..e60ed93e6f 100644 --- a/unittests/ASM/VEX/vpsubsb.asm +++ b/unittests/ASM/VEX/vpsubsb.asm @@ -8,9 +8,6 @@ "XMM3": ["0x7FE0E0E0E0E0E0E0", "0xE0E0E0E0E0E0E0E0", "0xE0E0E0E0E0E0E0E0", "0xE0E0E0E0E0E0E0E0"], "XMM4": ["0x7FE0E0E0E0E0E0E0", "0xE0E0E0E0E0E0E0E0", "0x0000000000000000", "0x0000000000000000"], "XMM5": ["0x7FE0E0E0E0E0E0E0", "0xE0E0E0E0E0E0E0E0", "0xE0E0E0E0E0E0E0E0", "0xE0E0E0E0E0E0E0E0"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/VEX/vpsubsw.asm b/unittests/ASM/VEX/vpsubsw.asm index 0a56a3a2f8..6b8638b021 100644 --- a/unittests/ASM/VEX/vpsubsw.asm +++ b/unittests/ASM/VEX/vpsubsw.asm @@ -8,9 +8,6 @@ "XMM3": ["0x7FFFDFE0DFE0DFE0", "0xDFE0DFE0DFE0DFE0", "0xDFE0DFE0DFE0DFE0", "0xDFE0DFE0DFE0DFE0"], "XMM4": ["0x7FFFDFE0DFE0DFE0", "0xDFE0DFE0DFE0DFE0", "0x0000000000000000", "0x0000000000000000"], "XMM5": ["0x7FFFDFE0DFE0DFE0", "0xDFE0DFE0DFE0DFE0", "0xDFE0DFE0DFE0DFE0", "0xDFE0DFE0DFE0DFE0"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/VEX/vpsubusb.asm b/unittests/ASM/VEX/vpsubusb.asm index 5db62c333c..ecfe40a674 100644 --- a/unittests/ASM/VEX/vpsubusb.asm +++ b/unittests/ASM/VEX/vpsubusb.asm @@ -8,9 +8,6 @@ "XMM3": ["0x2020202000000000", "0x0000000000000000", "0x2020202000000000", "0x0000000000000000"], "XMM4": ["0x2020202000000000", "0x0000000000000000", "0x0000000000000000", "0x0000000000000000"], "XMM5": ["0x2020202000000000", "0x0000000000000000", "0x2020202000000000", "0x0000000000000000"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/VEX/vpsubusw.asm b/unittests/ASM/VEX/vpsubusw.asm index 9cdcae49c3..ee374ad053 100644 --- a/unittests/ASM/VEX/vpsubusw.asm +++ b/unittests/ASM/VEX/vpsubusw.asm @@ -8,9 +8,6 @@ "XMM3": ["0x2020202000000000", "0x0000000000000000", "0x2020202000000000", "0x0000000000000000"], "XMM4": ["0x2020202000000000", "0x0000000000000000", "0x0000000000000000", "0x0000000000000000"], "XMM5": ["0x2020202000000000", "0x0000000000000000", "0x2020202000000000", "0x0000000000000000"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/VEX/vpsubw.asm b/unittests/ASM/VEX/vpsubw.asm index b055a54036..84120170b9 100644 --- a/unittests/ASM/VEX/vpsubw.asm +++ b/unittests/ASM/VEX/vpsubw.asm @@ -8,9 +8,6 @@ "XMM3": ["0x2020202020202020", "0x2020202020202020", "0x0000202020202020", "0x2020202020202020"], "XMM4": ["0x2020202020202020", "0x2020202020202020", "0x0000000000000000", "0x0000000000000000"], "XMM5": ["0x2020202020202020", "0x2020202020202020", "0x0000202020202020", "0x2020202020202020"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/VEX/vpunpckhbw.asm b/unittests/ASM/VEX/vpunpckhbw.asm index 7f9fbf013f..8e3f3158e5 100644 --- a/unittests/ASM/VEX/vpunpckhbw.asm +++ b/unittests/ASM/VEX/vpunpckhbw.asm @@ -6,9 +6,6 @@ "XMM3": ["0x7555765677577858", "0x7151725273537454", "0x0000000000000000", "0x0000000000000000"], "XMM4": ["0x7555765677577858", "0x7151725273537454", "0x1199119900880088", "0x33BB33BB22AA22AA"], "XMM5": ["0x7555765677577858", "0x7151725273537454", "0x1199119900880088", "0x33BB33BB22AA22AA"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/VEX/vpunpckhdq.asm b/unittests/ASM/VEX/vpunpckhdq.asm index d9654c1bc0..5c2e5c2e97 100644 --- a/unittests/ASM/VEX/vpunpckhdq.asm +++ b/unittests/ASM/VEX/vpunpckhdq.asm @@ -6,9 +6,6 @@ "XMM3": ["0x7576777855565758", "0x7172737451525354", "0x0000000000000000", "0x0000000000000000"], "XMM4": ["0x7576777855565758", "0x7172737451525354", "0x88888888CCCCCCCC", "0x99999999DDDDDDDD"], "XMM5": ["0x7576777855565758", "0x7172737451525354", "0x88888888CCCCCCCC", "0x99999999DDDDDDDD"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/VEX/vpunpckhqdq.asm b/unittests/ASM/VEX/vpunpckhqdq.asm index 6637002eaa..4b62040f1e 100644 --- a/unittests/ASM/VEX/vpunpckhqdq.asm +++ b/unittests/ASM/VEX/vpunpckhqdq.asm @@ -6,9 +6,6 @@ "XMM3": ["0x5152535455565758", "0x7172737475767778", "0x0000000000000000", "0x0000000000000000"], "XMM4": ["0x5152535455565758", "0x7172737475767778", "0xEEEEEEEEEEEEEEEE", "0xCCCCCCCCCCCCCCCC"], "XMM5": ["0x5152535455565758", "0x7172737475767778", "0xEEEEEEEEEEEEEEEE", "0xCCCCCCCCCCCCCCCC"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/VEX/vpunpckhwd.asm b/unittests/ASM/VEX/vpunpckhwd.asm index f88f4f116d..2da2d2697f 100644 --- a/unittests/ASM/VEX/vpunpckhwd.asm +++ b/unittests/ASM/VEX/vpunpckhwd.asm @@ -6,9 +6,6 @@ "XMM3": ["0x7576555677785758", "0x7172515273745354", "0x0000000000000000", "0x0000000000000000"], "XMM4": ["0x7576555677785758", "0x7172515273745354", "0x1111999900008888", "0x3333BBBB2222AAAA"], "XMM5": ["0x7576555677785758", "0x7172515273745354", "0x1111999900008888", "0x3333BBBB2222AAAA"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/VEX/vpunpcklbw.asm b/unittests/ASM/VEX/vpunpcklbw.asm index 3acfab3630..8d1f04120c 100644 --- a/unittests/ASM/VEX/vpunpcklbw.asm +++ b/unittests/ASM/VEX/vpunpcklbw.asm @@ -6,9 +6,6 @@ "XMM3": ["0x6545664667476848", "0x6141624263436444", "0x0000000000000000", "0x0000000000000000"], "XMM4": ["0x6545664667476848", "0x6141624263436444", "0x55DD55DD44CC44CC", "0x77FF77FF66EE66EE"], "XMM5": ["0x6545664667476848", "0x6141624263436444", "0x55DD55DD44CC44CC", "0x77FF77FF66EE66EE"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/VEX/vpunpckldq.asm b/unittests/ASM/VEX/vpunpckldq.asm index a138a20ea7..04fa98aa50 100644 --- a/unittests/ASM/VEX/vpunpckldq.asm +++ b/unittests/ASM/VEX/vpunpckldq.asm @@ -6,9 +6,6 @@ "XMM3": ["0x6566676845464748", "0x6162636441424344", "0x0000000000000000", "0x0000000000000000"], "XMM4": ["0x6566676845464748", "0x6162636441424344", "0xAAAAAAAAEEEEEEEE", "0xBBBBBBBBFFFFFFFF"], "XMM5": ["0x6566676845464748", "0x6162636441424344", "0xAAAAAAAAEEEEEEEE", "0xBBBBBBBBFFFFFFFF"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/VEX/vpunpcklqdq.asm b/unittests/ASM/VEX/vpunpcklqdq.asm index 3f607cd644..ab53b61a04 100644 --- a/unittests/ASM/VEX/vpunpcklqdq.asm +++ b/unittests/ASM/VEX/vpunpcklqdq.asm @@ -6,9 +6,6 @@ "XMM3": ["0x4142434445464748", "0x6162636465666768", "0x0000000000000000", "0x0000000000000000"], "XMM4": ["0x4142434445464748", "0x6162636465666768", "0xFFFFFFFFFFFFFFFF", "0xBBBBBBBBBBBBBBBB"], "XMM5": ["0x4142434445464748", "0x6162636465666768", "0xFFFFFFFFFFFFFFFF", "0xBBBBBBBBBBBBBBBB"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/VEX/vpunpcklwd.asm b/unittests/ASM/VEX/vpunpcklwd.asm index 22bd6329bf..eeb046d594 100644 --- a/unittests/ASM/VEX/vpunpcklwd.asm +++ b/unittests/ASM/VEX/vpunpcklwd.asm @@ -6,9 +6,6 @@ "XMM3": ["0x6566454667684748", "0x6162414263644344", "0x0000000000000000", "0x0000000000000000"], "XMM4": ["0x6566454667684748", "0x6162414263644344", "0x5555DDDD4444CCCC", "0x7777FFFF6666EEEE"], "XMM5": ["0x6566454667684748", "0x6162414263644344", "0x5555DDDD4444CCCC", "0x7777FFFF6666EEEE"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/VEX/vpxor.asm b/unittests/ASM/VEX/vpxor.asm index 57d4c13364..b3f6b18f32 100644 --- a/unittests/ASM/VEX/vpxor.asm +++ b/unittests/ASM/VEX/vpxor.asm @@ -8,9 +8,6 @@ "XMM3": ["0x8D8E8F8830303030", "0x30303030888B8A85", "0x0000000000000000", "0x0000000000000000"], "XMM4": ["0x8D8E8F8830303030", "0x30303030888B8A85", "0x8F8C8D8A30303030", "0x303030308A898887"], "XMM5": ["0x8D8E8F8830303030", "0x30303030888B8A85", "0x0000000000000000", "0x0000000000000000"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/VEX/vrcpps.asm b/unittests/ASM/VEX/vrcpps.asm index 54837f851e..fa8860cb8e 100644 --- a/unittests/ASM/VEX/vrcpps.asm +++ b/unittests/ASM/VEX/vrcpps.asm @@ -8,9 +8,6 @@ "XMM3": ["0x3F8000003F800000", "0x3F8000003F800000", "0x0000000000000000", "0x0000000000000000"], "XMM4": ["0x3E8000003E800000", "0x3E8000003E800000", "0x3E8000003E800000", "0x3E8000003E800000"], "XMM5": ["0x3E8000003E800000", "0x3E8000003E800000", "0x0000000000000000", "0x0000000000000000"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/VEX/vrcpss.asm b/unittests/ASM/VEX/vrcpss.asm index ef4ce214cb..8be5880580 100644 --- a/unittests/ASM/VEX/vrcpss.asm +++ b/unittests/ASM/VEX/vrcpss.asm @@ -6,9 +6,6 @@ "XMM1": ["0x4080000040800000", "0x4080000040800000", "0x4080000040800000", "0x4080000040800000"], "XMM2": ["0x408000003F800000", "0x4080000040800000", "0x0000000000000000", "0x0000000000000000"], "XMM3": ["0x3F8000003E800000", "0x3F8000003F800000", "0x0000000000000000", "0x0000000000000000"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/VEX/vrsqrtps.asm b/unittests/ASM/VEX/vrsqrtps.asm index 00cef17211..e2361091b6 100644 --- a/unittests/ASM/VEX/vrsqrtps.asm +++ b/unittests/ASM/VEX/vrsqrtps.asm @@ -10,9 +10,6 @@ "XMM5": ["0x3F0000003F000000", "0x3F0000003F000000", "0x3F0000003F000000", "0x3F0000003F000000"], "XMM6": ["0x3EAAAAAB3EAAAAAB", "0x3EAAAAAB3EAAAAAB", "0x0000000000000000", "0x0000000000000000"], "XMM7": ["0x3E8000003E800000", "0x3E8000003E800000", "0x0000000000000000", "0x0000000000000000"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/VEX/vrsqrtss.asm b/unittests/ASM/VEX/vrsqrtss.asm index 611365cd57..98dd5d0ccd 100644 --- a/unittests/ASM/VEX/vrsqrtss.asm +++ b/unittests/ASM/VEX/vrsqrtss.asm @@ -14,9 +14,6 @@ "XMM9": ["0x414243443F000000", "0xCCCCCCCCCCCCCCCC", "0x0000000000000000", "0x0000000000000000"], "XMM10": ["0x414243443EAAAAAB", "0xBBBBBBBBBBBBBBBB", "0x0000000000000000", "0x0000000000000000"], "XMM11": ["0x414243443E800000", "0xAAAAAAAAAAAAAAAA", "0x0000000000000000", "0x0000000000000000"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/VEX/vsqrtpd.asm b/unittests/ASM/VEX/vsqrtpd.asm index 1dde600869..3e8676977e 100644 --- a/unittests/ASM/VEX/vsqrtpd.asm +++ b/unittests/ASM/VEX/vsqrtpd.asm @@ -18,9 +18,6 @@ "XMM13": ["0x4000000000000000", "0x4000000000000000", "0x4000000000000000", "0x4000000000000000"], "XMM14": ["0x4008000000000000", "0x4008000000000000", "0x4008000000000000", "0x4008000000000000"], "XMM15": ["0x4010000000000000", "0x4010000000000000", "0x4010000000000000", "0x4010000000000000"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/VEX/vsqrtps.asm b/unittests/ASM/VEX/vsqrtps.asm index b7ffff03d0..d33968f337 100644 --- a/unittests/ASM/VEX/vsqrtps.asm +++ b/unittests/ASM/VEX/vsqrtps.asm @@ -18,9 +18,6 @@ "XMM13": ["0x4000000040000000", "0x4000000040000000", "0x4000000040000000", "0x4000000040000000"], "XMM14": ["0x4040000040400000", "0x4040000040400000", "0x4040000040400000", "0x4040000040400000"], "XMM15": ["0x4080000040800000", "0x4080000040800000", "0x4080000040800000", "0x4080000040800000"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/VEX/vsqrtsd.asm b/unittests/ASM/VEX/vsqrtsd.asm index e297e58a44..e6fc7dfcd8 100644 --- a/unittests/ASM/VEX/vsqrtsd.asm +++ b/unittests/ASM/VEX/vsqrtsd.asm @@ -14,9 +14,6 @@ "XMM9": ["0x4000000000000000", "0x4039000000000000", "0x0000000000000000", "0x0000000000000000"], "XMM10": ["0x4008000000000000", "0x4010000000000000", "0x0000000000000000", "0x0000000000000000"], "XMM11": ["0x4010000000000000", "0x4022000000000000", "0x0000000000000000", "0x0000000000000000"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/VEX/vsqrtss.asm b/unittests/ASM/VEX/vsqrtss.asm index 130dab31a9..5a5dcd1f06 100644 --- a/unittests/ASM/VEX/vsqrtss.asm +++ b/unittests/ASM/VEX/vsqrtss.asm @@ -14,9 +14,6 @@ "XMM9": ["0x41C8000040000000", "0x41C8000041C80000", "0x0000000000000000", "0x0000000000000000"], "XMM10": ["0x4080000040400000", "0x4080000040800000", "0x0000000000000000", "0x0000000000000000"], "XMM11": ["0x4110000040800000", "0x4110000041100000", "0x0000000000000000", "0x0000000000000000"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/VEX/vsubpd.asm b/unittests/ASM/VEX/vsubpd.asm index d286535f74..87fa947d91 100644 --- a/unittests/ASM/VEX/vsubpd.asm +++ b/unittests/ASM/VEX/vsubpd.asm @@ -8,9 +8,6 @@ "XMM4": ["0x3FF0000000000000", "0x3FF0000000000000", "0x3FF0000000000000", "0x3FF0000000000000"], "XMM5": ["0x3FF0000000000000", "0x3FF0000000000000", "0x0000000000000000", "0x0000000000000000"], "XMM6": ["0x3FF0000000000000", "0x3FF0000000000000", "0x3FF0000000000000", "0x3FF0000000000000"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/VEX/vsubps.asm b/unittests/ASM/VEX/vsubps.asm index 70e21332ae..bfd54181ec 100644 --- a/unittests/ASM/VEX/vsubps.asm +++ b/unittests/ASM/VEX/vsubps.asm @@ -8,9 +8,6 @@ "XMM4": ["0xC0800000C0800000", "0xC0800000C0800000", "0xC0800000C0800000", "0xC0800000C0800000"], "XMM5": ["0xC0800000C0800000", "0xC0800000C0800000", "0x0000000000000000", "0x0000000000000000"], "XMM6": ["0xC0800000C0800000", "0xC0800000C0800000", "0xC0800000C0800000", "0xC0800000C0800000"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/VEX/vsubsd.asm b/unittests/ASM/VEX/vsubsd.asm index 990f349c7e..bf28b6e93a 100644 --- a/unittests/ASM/VEX/vsubsd.asm +++ b/unittests/ASM/VEX/vsubsd.asm @@ -11,9 +11,6 @@ "XMM7": ["0xC022000000000000", "0x5152535455565758", "0x0000000000000000", "0x0000000000000000"], "XMM8": ["0x4030000000000000", "0x5152535455565758", "0x5152535455565758", "0x5152535455565758"], "XMM9": ["0x4039000000000000", "0x5152535455565758", "0x5152535455565758", "0x5152535455565758"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/VEX/vsubss.asm b/unittests/ASM/VEX/vsubss.asm index b6bfcbad18..794225ccd8 100644 --- a/unittests/ASM/VEX/vsubss.asm +++ b/unittests/ASM/VEX/vsubss.asm @@ -11,9 +11,6 @@ "XMM7": ["0x41424344C1100000", "0x5152535455565758", "0x0000000000000000", "0x0000000000000000"], "XMM8": ["0x4142434441800000", "0x5152535455565758", "0x5152535455565758", "0x5152535455565758"], "XMM9": ["0x4142434441C80000", "0x5152535455565758", "0x5152535455565758", "0x5152535455565758"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/VEX/vucomisd.asm b/unittests/ASM/VEX/vucomisd.asm index 013190b1dd..a7c2e872fd 100644 --- a/unittests/ASM/VEX/vucomisd.asm +++ b/unittests/ASM/VEX/vucomisd.asm @@ -4,9 +4,6 @@ "RegData": { "RAX": "0x4700", "RBX": "0x0300" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/VEX/vucomiss.asm b/unittests/ASM/VEX/vucomiss.asm index 43acc43ab2..8b08765249 100644 --- a/unittests/ASM/VEX/vucomiss.asm +++ b/unittests/ASM/VEX/vucomiss.asm @@ -4,9 +4,6 @@ "RegData": { "RAX": "0x4700", "RBX": "0x0300" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/VEX/vunpckhpd.asm b/unittests/ASM/VEX/vunpckhpd.asm index 26321db6e4..3f9d5eea70 100644 --- a/unittests/ASM/VEX/vunpckhpd.asm +++ b/unittests/ASM/VEX/vunpckhpd.asm @@ -6,9 +6,6 @@ "XMM3": ["0x5152535455565758", "0x7172737475767778", "0x0000000000000000", "0x0000000000000000"], "XMM4": ["0x5152535455565758", "0x7172737475767778", "0xEEEEEEEEEEEEEEEE", "0xCCCCCCCCCCCCCCCC"], "XMM5": ["0x5152535455565758", "0x7172737475767778", "0xEEEEEEEEEEEEEEEE", "0xCCCCCCCCCCCCCCCC"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/VEX/vunpckhps.asm b/unittests/ASM/VEX/vunpckhps.asm index 7d9432b678..9188adace7 100644 --- a/unittests/ASM/VEX/vunpckhps.asm +++ b/unittests/ASM/VEX/vunpckhps.asm @@ -6,9 +6,6 @@ "XMM3": ["0x7576777855565758", "0x7172737451525354", "0x0000000000000000", "0x0000000000000000"], "XMM4": ["0x7576777855565758", "0x7172737451525354", "0x88888888CCCCCCCC", "0x99999999DDDDDDDD"], "XMM5": ["0x7576777855565758", "0x7172737451525354", "0x88888888CCCCCCCC", "0x99999999DDDDDDDD"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/VEX/vunpcklpd.asm b/unittests/ASM/VEX/vunpcklpd.asm index c7c71562a1..fdd6770f44 100644 --- a/unittests/ASM/VEX/vunpcklpd.asm +++ b/unittests/ASM/VEX/vunpcklpd.asm @@ -6,9 +6,6 @@ "XMM3": ["0x4142434445464748", "0x6162636465666768", "0x0000000000000000", "0x0000000000000000"], "XMM4": ["0x4142434445464748", "0x6162636465666768", "0xFFFFFFFFFFFFFFFF", "0xBBBBBBBBBBBBBBBB"], "XMM5": ["0x4142434445464748", "0x6162636465666768", "0xFFFFFFFFFFFFFFFF", "0xBBBBBBBBBBBBBBBB"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/VEX/vunpcklps.asm b/unittests/ASM/VEX/vunpcklps.asm index 62b9d3fb17..80c363f512 100644 --- a/unittests/ASM/VEX/vunpcklps.asm +++ b/unittests/ASM/VEX/vunpcklps.asm @@ -6,9 +6,6 @@ "XMM3": ["0x6566676845464748", "0x6162636441424344", "0x0000000000000000", "0x0000000000000000"], "XMM4": ["0x6566676845464748", "0x6162636441424344", "0xAAAAAAAAEEEEEEEE", "0xBBBBBBBBFFFFFFFF"], "XMM5": ["0x6566676845464748", "0x6162636441424344", "0xAAAAAAAAEEEEEEEE", "0xBBBBBBBBFFFFFFFF"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/VEX/vxorpd.asm b/unittests/ASM/VEX/vxorpd.asm index b87c41eba4..bc80acc0c9 100644 --- a/unittests/ASM/VEX/vxorpd.asm +++ b/unittests/ASM/VEX/vxorpd.asm @@ -8,9 +8,6 @@ "XMM3": ["0x8D8E8F8830303030", "0x30303030888B8A85", "0x0000000000000000", "0x0000000000000000"], "XMM4": ["0x8D8E8F8830303030", "0x30303030888B8A85", "0x8F8C8D8A30303030", "0x303030308A898887"], "XMM5": ["0x8D8E8F8830303030", "0x30303030888B8A85", "0x0000000000000000", "0x0000000000000000"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/VEX/vxorps.asm b/unittests/ASM/VEX/vxorps.asm index 2f2a0a755b..1967daf98f 100644 --- a/unittests/ASM/VEX/vxorps.asm +++ b/unittests/ASM/VEX/vxorps.asm @@ -8,9 +8,6 @@ "XMM3": ["0x8D8E8F8830303030", "0x30303030888B8A85", "0x0000000000000000", "0x0000000000000000"], "XMM4": ["0x8D8E8F8830303030", "0x30303030888B8A85", "0x8F8C8D8A30303030", "0x303030308A898887"], "XMM5": ["0x8D8E8F8830303030", "0x30303030888B8A85", "0x0000000000000000", "0x0000000000000000"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/VEX/vzeroall.asm b/unittests/ASM/VEX/vzeroall.asm index e6e6331a59..09bfd5d138 100644 --- a/unittests/ASM/VEX/vzeroall.asm +++ b/unittests/ASM/VEX/vzeroall.asm @@ -18,9 +18,6 @@ "XMM13": ["0", "0", "0", "0"], "XMM14": ["0", "0", "0", "0"], "XMM15": ["0", "0", "0", "0"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/VEX/vzeroupper.asm b/unittests/ASM/VEX/vzeroupper.asm index f5dfff5f18..e8cc83352a 100644 --- a/unittests/ASM/VEX/vzeroupper.asm +++ b/unittests/ASM/VEX/vzeroupper.asm @@ -18,9 +18,6 @@ "XMM13": ["0x4142434445464748", "0x5152535455565758", "0", "0"], "XMM14": ["0x4142434445464748", "0x5152535455565758", "0", "0"], "XMM15": ["0x4142434445464748", "0x5152535455565758", "0", "0"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/X87/D8_00.asm b/unittests/ASM/X87/D8_00.asm index 6275f11cbc..b74a90aca4 100644 --- a/unittests/ASM/X87/D8_00.asm +++ b/unittests/ASM/X87/D8_00.asm @@ -2,9 +2,6 @@ { "RegData": { "MM7": ["0xc000000000000000", "0x4000"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/X87/D8_01.asm b/unittests/ASM/X87/D8_01.asm index 3d0ef7779d..0cd3f0583a 100644 --- a/unittests/ASM/X87/D8_01.asm +++ b/unittests/ASM/X87/D8_01.asm @@ -2,9 +2,6 @@ { "RegData": { "MM7": ["0x8000000000000000", "0x4000"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/X87/D8_04.asm b/unittests/ASM/X87/D8_04.asm index a510b9940d..5215f7b1c9 100644 --- a/unittests/ASM/X87/D8_04.asm +++ b/unittests/ASM/X87/D8_04.asm @@ -2,9 +2,6 @@ { "RegData": { "MM7": ["0x8000000000000000", "0xBFFF"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/X87/D8_05.asm b/unittests/ASM/X87/D8_05.asm index 22a72d313c..c1c275e467 100644 --- a/unittests/ASM/X87/D8_05.asm +++ b/unittests/ASM/X87/D8_05.asm @@ -2,9 +2,6 @@ { "RegData": { "MM7": ["0x8000000000000000", "0x3FFF"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/X87/D8_06.asm b/unittests/ASM/X87/D8_06.asm index 3f86173729..d0bd0b3de3 100644 --- a/unittests/ASM/X87/D8_06.asm +++ b/unittests/ASM/X87/D8_06.asm @@ -2,9 +2,6 @@ { "RegData": { "MM7": ["0x8000000000000000", "0x3FFE"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/X87/D8_07.asm b/unittests/ASM/X87/D8_07.asm index fb75dcf535..16b13b566b 100644 --- a/unittests/ASM/X87/D8_07.asm +++ b/unittests/ASM/X87/D8_07.asm @@ -2,9 +2,6 @@ { "RegData": { "MM7": ["0x8000000000000000", "0x4000"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/X87/D8_C0.asm b/unittests/ASM/X87/D8_C0.asm index 57110fde9e..5071f0cb9c 100644 --- a/unittests/ASM/X87/D8_C0.asm +++ b/unittests/ASM/X87/D8_C0.asm @@ -3,9 +3,6 @@ "RegData": { "MM6": ["0xC000000000000000", "0x4000"], "MM7": ["0x8000000000000000", "0x3FFF"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/X87/D8_C8.asm b/unittests/ASM/X87/D8_C8.asm index a2dedb4fee..d411f124fa 100644 --- a/unittests/ASM/X87/D8_C8.asm +++ b/unittests/ASM/X87/D8_C8.asm @@ -2,9 +2,6 @@ { "RegData": { "MM7": ["0x8000000000000000", "0x4001"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/X87/D8_E0.asm b/unittests/ASM/X87/D8_E0.asm index 599f15f377..100e2ec5be 100644 --- a/unittests/ASM/X87/D8_E0.asm +++ b/unittests/ASM/X87/D8_E0.asm @@ -3,9 +3,6 @@ "RegData": { "MM6": ["0x8000000000000000", "0xBFFF"], "MM7": ["0x8000000000000000", "0x4000"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/X87/D8_E8.asm b/unittests/ASM/X87/D8_E8.asm index b93357f4ee..1b3f3948e5 100644 --- a/unittests/ASM/X87/D8_E8.asm +++ b/unittests/ASM/X87/D8_E8.asm @@ -3,9 +3,6 @@ "RegData": { "MM6": ["0x8000000000000000", "0x3FFF"], "MM7": ["0x8000000000000000", "0x4000"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/X87/D8_F0.asm b/unittests/ASM/X87/D8_F0.asm index a9224e5cc1..32b11069cb 100644 --- a/unittests/ASM/X87/D8_F0.asm +++ b/unittests/ASM/X87/D8_F0.asm @@ -2,9 +2,6 @@ { "RegData": { "MM7": ["0x8000000000000000", "0x3FFF"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/X87/D8_F8.asm b/unittests/ASM/X87/D8_F8.asm index 80e8249b00..bc8f042fe6 100644 --- a/unittests/ASM/X87/D8_F8.asm +++ b/unittests/ASM/X87/D8_F8.asm @@ -3,9 +3,6 @@ "RegData": { "MM6": ["0x8000000000000000", "0x3FFE"], "MM7": ["0x8000000000000000", "0x4000"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/X87/D9_00.asm b/unittests/ASM/X87/D9_00.asm index e51a7ab05e..a64c26b810 100644 --- a/unittests/ASM/X87/D9_00.asm +++ b/unittests/ASM/X87/D9_00.asm @@ -2,9 +2,6 @@ { "RegData": { "MM7": ["0x8000000000000000", "0x3fff"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/X87/D9_02.asm b/unittests/ASM/X87/D9_02.asm index 938463a19f..2e8f072fcf 100644 --- a/unittests/ASM/X87/D9_02.asm +++ b/unittests/ASM/X87/D9_02.asm @@ -3,9 +3,6 @@ "RegData": { "RAX": "0x3F800000", "MM7": ["0x8000000000000000", "0x3fff"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/X87/D9_03.asm b/unittests/ASM/X87/D9_03.asm index a7855f69be..fa0ffac155 100644 --- a/unittests/ASM/X87/D9_03.asm +++ b/unittests/ASM/X87/D9_03.asm @@ -3,9 +3,6 @@ "RegData": { "RAX": "0x3F800000", "MM7": ["0x8000000000000000", "0x4000"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/X87/D9_06.asm b/unittests/ASM/X87/D9_06.asm index 715bb8e1bf..364f2e62fe 100644 --- a/unittests/ASM/X87/D9_06.asm +++ b/unittests/ASM/X87/D9_06.asm @@ -3,9 +3,6 @@ "RegData": { "MM6": ["0x8000000000000000", "0x4000"], "MM7": ["0x8000000000000000", "0x3fff"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/X87/D9_06_2.asm b/unittests/ASM/X87/D9_06_2.asm index e35ae16255..a4493d59ec 100644 --- a/unittests/ASM/X87/D9_06_2.asm +++ b/unittests/ASM/X87/D9_06_2.asm @@ -3,9 +3,6 @@ "RegData": { "MM6": ["0x8000000000000000", "0x4000"], "MM7": ["0x8000000000000000", "0x3fff"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/X87/D9_07.asm b/unittests/ASM/X87/D9_07.asm index 0fbcd52e64..2a07b46b26 100644 --- a/unittests/ASM/X87/D9_07.asm +++ b/unittests/ASM/X87/D9_07.asm @@ -2,9 +2,6 @@ { "RegData": { "RAX": "0x37F" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/X87/D9_C0.asm b/unittests/ASM/X87/D9_C0.asm index 47cf421e2b..cbc6288e31 100644 --- a/unittests/ASM/X87/D9_C0.asm +++ b/unittests/ASM/X87/D9_C0.asm @@ -4,9 +4,6 @@ "MM5": ["0x8000000000000000", "0x4000"], "MM6": ["0x8000000000000000", "0x4000"], "MM7": ["0x8000000000000000", "0x3FFF"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/X87/D9_C8.asm b/unittests/ASM/X87/D9_C8.asm index 98e20d1fd7..23afdb41fd 100644 --- a/unittests/ASM/X87/D9_C8.asm +++ b/unittests/ASM/X87/D9_C8.asm @@ -3,9 +3,6 @@ "RegData": { "MM6": ["0x8000000000000000", "0x3FFF"], "MM7": ["0x8000000000000000", "0x4000"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/X87/D9_E0.asm b/unittests/ASM/X87/D9_E0.asm index deb7f2a7eb..4dcde8995d 100644 --- a/unittests/ASM/X87/D9_E0.asm +++ b/unittests/ASM/X87/D9_E0.asm @@ -3,9 +3,6 @@ "RegData": { "MM6": ["0x8000000000000000", "0x3FFF"], "MM7": ["0x8000000000000000", "0xC000"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/X87/D9_E1.asm b/unittests/ASM/X87/D9_E1.asm index 63955b03c5..31ed594c1c 100644 --- a/unittests/ASM/X87/D9_E1.asm +++ b/unittests/ASM/X87/D9_E1.asm @@ -3,9 +3,6 @@ "RegData": { "MM6": ["0x8000000000000000", "0x3FFF"], "MM7": ["0x8000000000000000", "0x4000"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/X87/D9_E4.asm b/unittests/ASM/X87/D9_E4.asm index fcefd8750e..9ba79a3323 100644 --- a/unittests/ASM/X87/D9_E4.asm +++ b/unittests/ASM/X87/D9_E4.asm @@ -4,9 +4,6 @@ "RAX": "0x100", "RBX": "0x0", "RCX": "0x4000" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/X87/D9_F0.asm b/unittests/ASM/X87/D9_F0.asm index de5df36512..f8ec4cfe9d 100644 --- a/unittests/ASM/X87/D9_F0.asm +++ b/unittests/ASM/X87/D9_F0.asm @@ -2,9 +2,6 @@ { "RegData": { "MM7": ["0x0000000000000000", "0x0000"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/X87/D9_F1.asm b/unittests/ASM/X87/D9_F1.asm index f75eaf29c3..1f7d69920f 100644 --- a/unittests/ASM/X87/D9_F1.asm +++ b/unittests/ASM/X87/D9_F1.asm @@ -3,9 +3,6 @@ "RegData": { "MM6": ["0x8000000000000000", "0x3FFF"], "MM7": ["0x8000000000000000", "0x4002"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/X87/D9_F2.asm b/unittests/ASM/X87/D9_F2.asm index 55c74e5f23..5cc48631f3 100644 --- a/unittests/ASM/X87/D9_F2.asm +++ b/unittests/ASM/X87/D9_F2.asm @@ -3,9 +3,6 @@ "RegData": { "MM6": ["0x8000000000000000", "0x3FFF"], "MM7": ["0xC75922E5F71D2DC6", "0x3FFF"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/X87/D9_F3.asm b/unittests/ASM/X87/D9_F3.asm index b701bb9bf1..385fbaef94 100644 --- a/unittests/ASM/X87/D9_F3.asm +++ b/unittests/ASM/X87/D9_F3.asm @@ -3,9 +3,6 @@ "RegData": { "MM6": ["0x8000000000000000", "0x3FFF"], "MM7": ["0xC90FDAA22168C235", "0x3FFF"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/X87/D9_F4.asm b/unittests/ASM/X87/D9_F4.asm index 3d8709138d..e41c8c1ef2 100644 --- a/unittests/ASM/X87/D9_F4.asm +++ b/unittests/ASM/X87/D9_F4.asm @@ -3,9 +3,6 @@ "RegData": { "MM6": ["0xF000000000000000", "0xBFFF"], "MM7": ["0xC000000000000000", "0x4000"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/X87/D9_F5.asm b/unittests/ASM/X87/D9_F5.asm index da8220e102..798786b10f 100644 --- a/unittests/ASM/X87/D9_F5.asm +++ b/unittests/ASM/X87/D9_F5.asm @@ -3,9 +3,6 @@ "RegData": { "MM6": ["0xE666666666666668", "0xBFFE"], "MM7": ["0xC000000000000000", "0x4000"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/X87/D9_F6.asm b/unittests/ASM/X87/D9_F6.asm index 3619719304..a5c63435a3 100644 --- a/unittests/ASM/X87/D9_F6.asm +++ b/unittests/ASM/X87/D9_F6.asm @@ -5,9 +5,6 @@ "MM5": ["0x0000000000000000", "0x0000"], "MM6": ["0x8000000000000000", "0x4000"], "MM7": ["0x8000000000000000", "0x3FFF"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/X87/D9_F7.asm b/unittests/ASM/X87/D9_F7.asm index 7994aeb44f..354a0e4feb 100644 --- a/unittests/ASM/X87/D9_F7.asm +++ b/unittests/ASM/X87/D9_F7.asm @@ -9,9 +9,6 @@ "MM5": ["0x8000000000000000", "0x4002"], "MM6": ["0x8000000000000000", "0x4000"], "MM7": ["0x8000000000000000", "0x3FFF"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/X87/D9_F8.asm b/unittests/ASM/X87/D9_F8.asm index df1cd0ca49..bf72c95f2d 100644 --- a/unittests/ASM/X87/D9_F8.asm +++ b/unittests/ASM/X87/D9_F8.asm @@ -3,9 +3,6 @@ "RegData": { "MM6": ["0x8666666666666666", "0x4000"], "MM7": ["0xC000000000000000", "0x4000"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/X87/D9_F9.asm b/unittests/ASM/X87/D9_F9.asm index ec37d50e87..a18621369a 100644 --- a/unittests/ASM/X87/D9_F9.asm +++ b/unittests/ASM/X87/D9_F9.asm @@ -3,9 +3,6 @@ "RegData": { "MM6": ["0x8000000000000000", "0x3FFF"], "MM7": ["0x8000000000000000", "0x4002"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/X87/D9_FA.asm b/unittests/ASM/X87/D9_FA.asm index bed623acbd..5a49ecfde3 100644 --- a/unittests/ASM/X87/D9_FA.asm +++ b/unittests/ASM/X87/D9_FA.asm @@ -2,9 +2,6 @@ { "RegData": { "MM7": ["0x8000000000000000", "0x4001"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/X87/D9_FB.asm b/unittests/ASM/X87/D9_FB.asm index 23c00ca45b..157578b14c 100644 --- a/unittests/ASM/X87/D9_FB.asm +++ b/unittests/ASM/X87/D9_FB.asm @@ -3,9 +3,6 @@ "RegData": { "MM6": ["0x8A51407DA8345C92", "0x3FFE"], "MM7": ["0xD76AA47848677021", "0x3FFE"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/X87/D9_FC.asm b/unittests/ASM/X87/D9_FC.asm index 3fff74db97..1669a73819 100644 --- a/unittests/ASM/X87/D9_FC.asm +++ b/unittests/ASM/X87/D9_FC.asm @@ -2,9 +2,6 @@ { "RegData": { "MM7": ["0x8000000000000000", "0x3fff"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/X87/D9_FD.asm b/unittests/ASM/X87/D9_FD.asm index 44e2d8361b..adf3c47f1b 100644 --- a/unittests/ASM/X87/D9_FD.asm +++ b/unittests/ASM/X87/D9_FD.asm @@ -3,9 +3,6 @@ "RegData": { "MM6": ["0x8000000000000000", "0x4006"], "MM7": ["0xB000000000000000", "0x4001"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/X87/D9_FD_2.asm b/unittests/ASM/X87/D9_FD_2.asm index f340c240f9..5c1aed1e6d 100644 --- a/unittests/ASM/X87/D9_FD_2.asm +++ b/unittests/ASM/X87/D9_FD_2.asm @@ -3,9 +3,6 @@ "RegData": { "MM6": ["0x8000000000000000", "0x3FFF"], "MM7": ["0xD000000000000000", "0xC001"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/X87/D9_FE.asm b/unittests/ASM/X87/D9_FE.asm index 8ecbd8b902..571ee576ce 100644 --- a/unittests/ASM/X87/D9_FE.asm +++ b/unittests/ASM/X87/D9_FE.asm @@ -2,9 +2,6 @@ { "RegData": { "MM7": ["0xD76AA47848677021", "0x3FFE"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/X87/D9_FF.asm b/unittests/ASM/X87/D9_FF.asm index f812b5b6de..7e2104302d 100644 --- a/unittests/ASM/X87/D9_FF.asm +++ b/unittests/ASM/X87/D9_FF.asm @@ -2,9 +2,6 @@ { "RegData": { "MM7": ["0xD51132BA9B902522", "0xBFFD"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/X87/DA_00.asm b/unittests/ASM/X87/DA_00.asm index 6090614f03..be076ba05a 100644 --- a/unittests/ASM/X87/DA_00.asm +++ b/unittests/ASM/X87/DA_00.asm @@ -3,9 +3,6 @@ "RegData": { "XMM0": ["0xc000000000000000", "0x4000"], "XMM1": ["0x8000000000000000", "0xbfff"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/X87/DA_01.asm b/unittests/ASM/X87/DA_01.asm index 091ec7e7f1..2d1d8d5492 100644 --- a/unittests/ASM/X87/DA_01.asm +++ b/unittests/ASM/X87/DA_01.asm @@ -3,9 +3,6 @@ "RegData": { "XMM0": ["0x8000000000000000", "0x4000"], "XMM1": ["0x8000000000000000", "0xC000"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/X87/DA_04.asm b/unittests/ASM/X87/DA_04.asm index 72c7e24068..7dca87a774 100644 --- a/unittests/ASM/X87/DA_04.asm +++ b/unittests/ASM/X87/DA_04.asm @@ -3,9 +3,6 @@ "RegData": { "XMM0": ["0x8000000000000000", "0xBFFF"], "XMM1": ["0xC000000000000000", "0x4000"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/X87/DA_05.asm b/unittests/ASM/X87/DA_05.asm index 0448795522..14877ecead 100644 --- a/unittests/ASM/X87/DA_05.asm +++ b/unittests/ASM/X87/DA_05.asm @@ -3,9 +3,6 @@ "RegData": { "XMM0": ["0x8000000000000000", "0x3FFF"], "XMM1": ["0xC000000000000000", "0xC000"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/X87/DA_06.asm b/unittests/ASM/X87/DA_06.asm index 5608f95684..2d121cbefd 100644 --- a/unittests/ASM/X87/DA_06.asm +++ b/unittests/ASM/X87/DA_06.asm @@ -3,9 +3,6 @@ "RegData": { "XMM0": ["0x8000000000000000", "0x3FFE"], "XMM1": ["0x8000000000000000", "0xBFFE"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/X87/DA_07.asm b/unittests/ASM/X87/DA_07.asm index 36487099d4..37726425a6 100644 --- a/unittests/ASM/X87/DA_07.asm +++ b/unittests/ASM/X87/DA_07.asm @@ -3,9 +3,6 @@ "RegData": { "XMM0": ["0x8000000000000000", "0x4000"], "XMM1": ["0x8000000000000000", "0xC000"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/X87/DA_C0.asm b/unittests/ASM/X87/DA_C0.asm index 26fb60e6f3..0c35a4b39f 100644 --- a/unittests/ASM/X87/DA_C0.asm +++ b/unittests/ASM/X87/DA_C0.asm @@ -4,9 +4,6 @@ "MM5": ["0x8000000000000000", "0x3FFF"], "MM6": ["0x0000000000000000", "0x0000"], "MM7": ["0x8000000000000000", "0x3FFF"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/X87/DA_C8.asm b/unittests/ASM/X87/DA_C8.asm index 8ab2058161..a4753badfb 100644 --- a/unittests/ASM/X87/DA_C8.asm +++ b/unittests/ASM/X87/DA_C8.asm @@ -4,9 +4,6 @@ "MM5": ["0x0000000000000000", "0x0000"], "MM6": ["0x8000000000000000", "0x3FFF"], "MM7": ["0x8000000000000000", "0x3FFF"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/X87/DA_D0.asm b/unittests/ASM/X87/DA_D0.asm index 97b1458475..f9b09eaf28 100644 --- a/unittests/ASM/X87/DA_D0.asm +++ b/unittests/ASM/X87/DA_D0.asm @@ -4,9 +4,6 @@ "MM5": ["0x0000000000000000", "0x0000"], "MM6": ["0x8000000000000000", "0x3FFF"], "MM7": ["0x8000000000000000", "0x3FFF"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/X87/DA_D8.asm b/unittests/ASM/X87/DA_D8.asm index 244291e7d0..8001b87910 100644 --- a/unittests/ASM/X87/DA_D8.asm +++ b/unittests/ASM/X87/DA_D8.asm @@ -4,9 +4,6 @@ "MM5": ["0x8000000000000000", "0x3FFF"], "MM6": ["0x0000000000000000", "0x0000"], "MM7": ["0x8000000000000000", "0x3FFF"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/X87/DB_00.asm b/unittests/ASM/X87/DB_00.asm index 12d85898d2..4b320b227d 100644 --- a/unittests/ASM/X87/DB_00.asm +++ b/unittests/ASM/X87/DB_00.asm @@ -2,9 +2,6 @@ { "RegData": { "MM7": ["0x8000000000000000", "0x4009"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/X87/DB_01.asm b/unittests/ASM/X87/DB_01.asm index a7db4644e0..d456652473 100644 --- a/unittests/ASM/X87/DB_01.asm +++ b/unittests/ASM/X87/DB_01.asm @@ -3,9 +3,6 @@ "RegData": { "RAX": "0x400", "MM7": ["0x8000000000000000", "0x3FFF"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/X87/DB_02.asm b/unittests/ASM/X87/DB_02.asm index f21cb95853..2a388eec57 100644 --- a/unittests/ASM/X87/DB_02.asm +++ b/unittests/ASM/X87/DB_02.asm @@ -4,9 +4,6 @@ "RAX": "0x400", "MM6": ["0x8000000000000000", "0x3FFF"], "MM7": ["0x8000000000000000", "0x4009"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/X87/DB_03.asm b/unittests/ASM/X87/DB_03.asm index 593c8d9ae7..b33e29197e 100644 --- a/unittests/ASM/X87/DB_03.asm +++ b/unittests/ASM/X87/DB_03.asm @@ -3,9 +3,6 @@ "RegData": { "RAX": "0x400", "MM7": ["0x8000000000000000", "0x3FFF"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/X87/DB_05.asm b/unittests/ASM/X87/DB_05.asm index 6bcd69194e..ea05a5225b 100644 --- a/unittests/ASM/X87/DB_05.asm +++ b/unittests/ASM/X87/DB_05.asm @@ -2,9 +2,6 @@ { "RegData": { "MM7": ["0x8000000000000000", "0x4000"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/X87/DB_07.asm b/unittests/ASM/X87/DB_07.asm index 4c378e1e87..f803fe6ddb 100644 --- a/unittests/ASM/X87/DB_07.asm +++ b/unittests/ASM/X87/DB_07.asm @@ -2,9 +2,6 @@ { "RegData": { "MM7": ["0x8000000000000000", "0x4000"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/X87/DB_C0.asm b/unittests/ASM/X87/DB_C0.asm index 64f48660d1..abd7a71511 100644 --- a/unittests/ASM/X87/DB_C0.asm +++ b/unittests/ASM/X87/DB_C0.asm @@ -4,9 +4,6 @@ "MM5": ["0x0000000000000000", "0x0000"], "MM6": ["0x8000000000000000", "0x3FFF"], "MM7": ["0x8000000000000000", "0x3FFF"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/X87/DB_C8.asm b/unittests/ASM/X87/DB_C8.asm index a00d32ee14..24c2ba8a40 100644 --- a/unittests/ASM/X87/DB_C8.asm +++ b/unittests/ASM/X87/DB_C8.asm @@ -4,9 +4,6 @@ "MM5": ["0x8000000000000000", "0x3FFF"], "MM6": ["0x0000000000000000", "0x0000"], "MM7": ["0x8000000000000000", "0x3FFF"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/X87/DB_D0.asm b/unittests/ASM/X87/DB_D0.asm index 29ebfca8e7..194a62be33 100644 --- a/unittests/ASM/X87/DB_D0.asm +++ b/unittests/ASM/X87/DB_D0.asm @@ -4,9 +4,6 @@ "MM5": ["0x8000000000000000", "0x3FFF"], "MM6": ["0x0000000000000000", "0x0000"], "MM7": ["0x8000000000000000", "0x3FFF"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/X87/DB_D8.asm b/unittests/ASM/X87/DB_D8.asm index 3db5556b5e..e66ac90ddc 100644 --- a/unittests/ASM/X87/DB_D8.asm +++ b/unittests/ASM/X87/DB_D8.asm @@ -4,9 +4,6 @@ "MM5": ["0x0000000000000000", "0x0000"], "MM6": ["0x8000000000000000", "0x3FFF"], "MM7": ["0x8000000000000000", "0x3FFF"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/X87/DC_00.asm b/unittests/ASM/X87/DC_00.asm index f41048a846..591720a237 100644 --- a/unittests/ASM/X87/DC_00.asm +++ b/unittests/ASM/X87/DC_00.asm @@ -2,9 +2,6 @@ { "RegData": { "MM7": ["0xC000000000000000", "0x4000"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/X87/DC_01.asm b/unittests/ASM/X87/DC_01.asm index 82be51ea67..9533aae49e 100644 --- a/unittests/ASM/X87/DC_01.asm +++ b/unittests/ASM/X87/DC_01.asm @@ -2,9 +2,6 @@ { "RegData": { "MM7": ["0x8000000000000000", "0x4000"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/X87/DC_04.asm b/unittests/ASM/X87/DC_04.asm index 14cd413914..12f9ec35c3 100644 --- a/unittests/ASM/X87/DC_04.asm +++ b/unittests/ASM/X87/DC_04.asm @@ -2,9 +2,6 @@ { "RegData": { "MM7": ["0x8000000000000000", "0xBFFF"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/X87/DC_05.asm b/unittests/ASM/X87/DC_05.asm index 683e303b9c..c30ad37d08 100644 --- a/unittests/ASM/X87/DC_05.asm +++ b/unittests/ASM/X87/DC_05.asm @@ -2,9 +2,6 @@ { "RegData": { "MM7": ["0x8000000000000000", "0x3FFF"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/X87/DC_06.asm b/unittests/ASM/X87/DC_06.asm index 8cdb855e6a..2a754543f5 100644 --- a/unittests/ASM/X87/DC_06.asm +++ b/unittests/ASM/X87/DC_06.asm @@ -2,9 +2,6 @@ { "RegData": { "MM7": ["0x8000000000000000", "0x3FFE"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/X87/DC_07.asm b/unittests/ASM/X87/DC_07.asm index eaa8a2ff7d..2688ac9fb2 100644 --- a/unittests/ASM/X87/DC_07.asm +++ b/unittests/ASM/X87/DC_07.asm @@ -2,9 +2,6 @@ { "RegData": { "MM7": ["0x8000000000000000", "0x4001"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/X87/DC_C0.asm b/unittests/ASM/X87/DC_C0.asm index f42e9bd770..4ac445dc2f 100644 --- a/unittests/ASM/X87/DC_C0.asm +++ b/unittests/ASM/X87/DC_C0.asm @@ -4,9 +4,6 @@ "MM5": ["0x8000000000000000", "0x4001"], "MM6": ["0x8000000000000000", "0x4000"], "MM7": ["0xA000000000000000", "0x4001"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/X87/DC_C8.asm b/unittests/ASM/X87/DC_C8.asm index e5029d4b20..8bc7cbf52e 100644 --- a/unittests/ASM/X87/DC_C8.asm +++ b/unittests/ASM/X87/DC_C8.asm @@ -3,9 +3,6 @@ "RegData": { "MM6": ["0x8000000000000000", "0x4001"], "MM7": ["0x8000000000000000", "0x4002"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/X87/DC_E0.asm b/unittests/ASM/X87/DC_E0.asm index f6a31b8a4f..5774672d9e 100644 --- a/unittests/ASM/X87/DC_E0.asm +++ b/unittests/ASM/X87/DC_E0.asm @@ -3,9 +3,6 @@ "RegData": { "MM6": ["0x8000000000000000", "0x4000"], "MM7": ["0x8000000000000000", "0x3FFF"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/X87/DC_E8.asm b/unittests/ASM/X87/DC_E8.asm index 159eeff59c..b371f8d5fb 100644 --- a/unittests/ASM/X87/DC_E8.asm +++ b/unittests/ASM/X87/DC_E8.asm @@ -3,9 +3,6 @@ "RegData": { "MM6": ["0x8000000000000000", "0x4000"], "MM7": ["0x8000000000000000", "0xBFFF"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/X87/DC_F0.asm b/unittests/ASM/X87/DC_F0.asm index 7d5741e018..583778361c 100644 --- a/unittests/ASM/X87/DC_F0.asm +++ b/unittests/ASM/X87/DC_F0.asm @@ -3,9 +3,6 @@ "RegData": { "MM6": ["0x8000000000000000", "0x3FFF"], "MM7": ["0x8000000000000000", "0x3FFE"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/X87/DC_F8.asm b/unittests/ASM/X87/DC_F8.asm index 7069383da7..8bb7c50d38 100644 --- a/unittests/ASM/X87/DC_F8.asm +++ b/unittests/ASM/X87/DC_F8.asm @@ -3,9 +3,6 @@ "RegData": { "MM6": ["0x8000000000000000", "0x4000"], "MM7": ["0x8000000000000000", "0x4001"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/X87/DD_00.asm b/unittests/ASM/X87/DD_00.asm index f2fe1a3ee5..fa76a8db8e 100644 --- a/unittests/ASM/X87/DD_00.asm +++ b/unittests/ASM/X87/DD_00.asm @@ -2,9 +2,6 @@ { "RegData": { "MM7": ["0x8000000000000000", "0x4000"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/X87/DD_01.asm b/unittests/ASM/X87/DD_01.asm index d410bc9cac..ac60c55351 100644 --- a/unittests/ASM/X87/DD_01.asm +++ b/unittests/ASM/X87/DD_01.asm @@ -3,9 +3,6 @@ "RegData": { "RAX": "0x2", "MM7": ["0x8000000000000000", "0x3FFF"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/X87/DD_02.asm b/unittests/ASM/X87/DD_02.asm index 5d4558a9b2..39fa3af6ac 100644 --- a/unittests/ASM/X87/DD_02.asm +++ b/unittests/ASM/X87/DD_02.asm @@ -4,9 +4,6 @@ "RAX": "0x4000000000000000", "MM6": ["0x8000000000000000", "0x3FFF"], "MM7": ["0x8000000000000000", "0x4000"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/X87/DD_03.asm b/unittests/ASM/X87/DD_03.asm index a184cc77a0..82590d638a 100644 --- a/unittests/ASM/X87/DD_03.asm +++ b/unittests/ASM/X87/DD_03.asm @@ -3,9 +3,6 @@ "RegData": { "RAX": "0x4000000000000000", "MM7": ["0x8000000000000000", "0x3FFF"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/X87/DD_04.asm b/unittests/ASM/X87/DD_04.asm index 365dc845ba..67857ad98c 100644 --- a/unittests/ASM/X87/DD_04.asm +++ b/unittests/ASM/X87/DD_04.asm @@ -17,9 +17,6 @@ "MM5": ["0x8000000000000000", "0x4001"], "MM6": ["0x8000000000000000", "0x4000"], "MM7": ["0x0000000000000000", "0x0000"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/X87/DD_04_2.asm b/unittests/ASM/X87/DD_04_2.asm index 3d79363ad4..83da912c17 100644 --- a/unittests/ASM/X87/DD_04_2.asm +++ b/unittests/ASM/X87/DD_04_2.asm @@ -17,9 +17,6 @@ "MM5": ["0x8000000000000000", "0x4001"], "MM6": ["0x8000000000000000", "0x4000"], "MM7": ["0x0000000000000000", "0x0000"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/X87/DD_07.asm b/unittests/ASM/X87/DD_07.asm index 8dc9aead76..25bd929e03 100644 --- a/unittests/ASM/X87/DD_07.asm +++ b/unittests/ASM/X87/DD_07.asm @@ -3,9 +3,6 @@ "RegData": { "RAX": "0xFFFFFFFFFFFF3800", "RBX": "0xFFFFFFFFFFFF0000" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/X87/DD_D0.asm b/unittests/ASM/X87/DD_D0.asm index 43041a1274..cbbdf289b6 100644 --- a/unittests/ASM/X87/DD_D0.asm +++ b/unittests/ASM/X87/DD_D0.asm @@ -3,9 +3,6 @@ "RegData": { "MM6": ["0x8000000000000000", "0x3FFF"], "MM7": ["0x8000000000000000", "0x3FFF"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/X87/DD_D0_2.asm b/unittests/ASM/X87/DD_D0_2.asm index 77d5b151f9..6529cad3e2 100644 --- a/unittests/ASM/X87/DD_D0_2.asm +++ b/unittests/ASM/X87/DD_D0_2.asm @@ -3,9 +3,6 @@ "RegData": { "RAX": "1", "MM0": ["0x8000000000000000", "0x4000"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/X87/DD_D8.asm b/unittests/ASM/X87/DD_D8.asm index 7fb4fb27f7..62240165d3 100644 --- a/unittests/ASM/X87/DD_D8.asm +++ b/unittests/ASM/X87/DD_D8.asm @@ -3,9 +3,6 @@ "RegData": { "MM6": ["0x8000000000000000", "0x4001"], "MM7": ["0x8000000000000000", "0x3FFF"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/X87/DE_00.asm b/unittests/ASM/X87/DE_00.asm index fb2b165014..036b26f78a 100644 --- a/unittests/ASM/X87/DE_00.asm +++ b/unittests/ASM/X87/DE_00.asm @@ -3,9 +3,6 @@ "RegData": { "XMM0": ["0xc000000000000000", "0x4000"], "XMM1": ["0x8000000000000000", "0xbfff"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/X87/DE_01.asm b/unittests/ASM/X87/DE_01.asm index 651de2b775..805d724055 100644 --- a/unittests/ASM/X87/DE_01.asm +++ b/unittests/ASM/X87/DE_01.asm @@ -3,9 +3,6 @@ "RegData": { "XMM0": ["0x8000000000000000", "0x4000"], "XMM1": ["0x8000000000000000", "0xC000"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/X87/DE_04.asm b/unittests/ASM/X87/DE_04.asm index a3b48231c9..e6478c2e24 100644 --- a/unittests/ASM/X87/DE_04.asm +++ b/unittests/ASM/X87/DE_04.asm @@ -3,9 +3,6 @@ "RegData": { "XMM0": ["0x8000000000000000", "0xBFFF"], "XMM1": ["0xC000000000000000", "0x4000"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/X87/DE_05.asm b/unittests/ASM/X87/DE_05.asm index 7619a98197..d86f997f43 100644 --- a/unittests/ASM/X87/DE_05.asm +++ b/unittests/ASM/X87/DE_05.asm @@ -3,9 +3,6 @@ "RegData": { "XMM0": ["0x8000000000000000", "0x3FFF"], "XMM1": ["0xC000000000000000", "0xC000"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/X87/DE_06.asm b/unittests/ASM/X87/DE_06.asm index 4d7d1d143a..b9d66c3e77 100644 --- a/unittests/ASM/X87/DE_06.asm +++ b/unittests/ASM/X87/DE_06.asm @@ -3,9 +3,6 @@ "RegData": { "XMM0": ["0x8000000000000000", "0x3FFE"], "XMM1": ["0x8000000000000000", "0xBFFE"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/X87/DE_07.asm b/unittests/ASM/X87/DE_07.asm index 3bacd68ba3..aaab04a17d 100644 --- a/unittests/ASM/X87/DE_07.asm +++ b/unittests/ASM/X87/DE_07.asm @@ -3,9 +3,6 @@ "RegData": { "XMM0": ["0x8000000000000000", "0x4000"], "XMM1": ["0x8000000000000000", "0xC000"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/X87/DE_C0.asm b/unittests/ASM/X87/DE_C0.asm index 37616df9b2..69219b5e01 100644 --- a/unittests/ASM/X87/DE_C0.asm +++ b/unittests/ASM/X87/DE_C0.asm @@ -3,9 +3,6 @@ "RegData": { "MM6": ["0x8000000000000000", "0x4001"], "MM7": ["0xC000000000000000", "0x4000"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/X87/DE_C8.asm b/unittests/ASM/X87/DE_C8.asm index 7bf3b9f8f7..1a5b02bd4f 100644 --- a/unittests/ASM/X87/DE_C8.asm +++ b/unittests/ASM/X87/DE_C8.asm @@ -3,9 +3,6 @@ "RegData": { "MM6": ["0x8000000000000000", "0x4001"], "MM7": ["0x8000000000000000", "0x4002"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/X87/DE_E0.asm b/unittests/ASM/X87/DE_E0.asm index 1c9fd44509..ced3ec0a22 100644 --- a/unittests/ASM/X87/DE_E0.asm +++ b/unittests/ASM/X87/DE_E0.asm @@ -3,9 +3,6 @@ "RegData": { "MM6": ["0x8000000000000000", "0x4001"], "MM7": ["0x8000000000000000", "0x4000"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/X87/DE_E8.asm b/unittests/ASM/X87/DE_E8.asm index 0ea6cc80e4..9929f4948f 100644 --- a/unittests/ASM/X87/DE_E8.asm +++ b/unittests/ASM/X87/DE_E8.asm @@ -3,9 +3,6 @@ "RegData": { "MM6": ["0x8000000000000000", "0x4001"], "MM7": ["0x8000000000000000", "0xC000"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/X87/DE_F0.asm b/unittests/ASM/X87/DE_F0.asm index fd55c48b0b..0657fe79fb 100644 --- a/unittests/ASM/X87/DE_F0.asm +++ b/unittests/ASM/X87/DE_F0.asm @@ -3,9 +3,6 @@ "RegData": { "MM6": ["0x8000000000000000", "0x4001"], "MM7": ["0x8000000000000000", "0x4000"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/X87/DE_F8.asm b/unittests/ASM/X87/DE_F8.asm index 22ca157a05..8e917fc2b7 100644 --- a/unittests/ASM/X87/DE_F8.asm +++ b/unittests/ASM/X87/DE_F8.asm @@ -3,9 +3,6 @@ "RegData": { "MM6": ["0x8000000000000000", "0x4001"], "MM7": ["0x8000000000000000", "0x3FFE"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/X87/DF_00.asm b/unittests/ASM/X87/DF_00.asm index d71dacf8e3..36ec447e09 100644 --- a/unittests/ASM/X87/DF_00.asm +++ b/unittests/ASM/X87/DF_00.asm @@ -2,9 +2,6 @@ { "RegData": { "MM7": ["0x8000000000000000", "0x4009"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/X87/DF_01.asm b/unittests/ASM/X87/DF_01.asm index 37213fd241..0a4093cc10 100644 --- a/unittests/ASM/X87/DF_01.asm +++ b/unittests/ASM/X87/DF_01.asm @@ -3,9 +3,6 @@ "RegData": { "RAX": "0x2", "MM7": ["0x8000000000000000", "0x3FFF"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/X87/DF_02.asm b/unittests/ASM/X87/DF_02.asm index 41c903a0b9..71f4fae29c 100644 --- a/unittests/ASM/X87/DF_02.asm +++ b/unittests/ASM/X87/DF_02.asm @@ -4,9 +4,6 @@ "RAX": "0x400", "MM6": ["0x8000000000000000", "0x3FFF"], "MM7": ["0x8000000000000000", "0x4009"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/X87/DF_03.asm b/unittests/ASM/X87/DF_03.asm index aa950c7e8e..7bbca67d67 100644 --- a/unittests/ASM/X87/DF_03.asm +++ b/unittests/ASM/X87/DF_03.asm @@ -3,9 +3,6 @@ "RegData": { "RAX": "0x400", "MM7": ["0x8000000000000000", "0x3FFF"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/X87/DF_05.asm b/unittests/ASM/X87/DF_05.asm index 1dd6b07ac6..be515a5929 100644 --- a/unittests/ASM/X87/DF_05.asm +++ b/unittests/ASM/X87/DF_05.asm @@ -2,9 +2,6 @@ { "RegData": { "MM7": ["0x8000000000000000", "0x4009"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/X87/DF_07.asm b/unittests/ASM/X87/DF_07.asm index 2ae3fca635..a326745bb6 100644 --- a/unittests/ASM/X87/DF_07.asm +++ b/unittests/ASM/X87/DF_07.asm @@ -3,9 +3,6 @@ "RegData": { "RAX": "0x400", "MM7": ["0x8000000000000000", "0x3FFF"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/X87/DF_C0.asm b/unittests/ASM/X87/DF_C0.asm index 38e570b675..1bdb889bed 100644 --- a/unittests/ASM/X87/DF_C0.asm +++ b/unittests/ASM/X87/DF_C0.asm @@ -3,9 +3,6 @@ "RegData": { "MM6": ["0x8000000000000000", "0x4001"], "MM7": ["0x8000000000000000", "0x3FFF"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/X87/DF_E0.asm b/unittests/ASM/X87/DF_E0.asm index cb38b67df8..b4f0050ed9 100644 --- a/unittests/ASM/X87/DF_E0.asm +++ b/unittests/ASM/X87/DF_E0.asm @@ -3,9 +3,6 @@ "RegData": { "RAX": "0xFFFFFFFFFFFF3800", "RBX": "0xFFFFFFFFFFFF0000" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/X87/Rounding.asm b/unittests/ASM/X87/Rounding.asm index 7b4e997697..bcc8e6eada 100644 --- a/unittests/ASM/X87/Rounding.asm +++ b/unittests/ASM/X87/Rounding.asm @@ -5,9 +5,6 @@ "RCX": "0xfffefffeffffffff", "RDX": "0xfffffffeffffffff", "RSI": "0xfffefffeffffffff" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/X87_F64/D9_E4_F64.asm b/unittests/ASM/X87_F64/D9_E4_F64.asm index ce56876221..0cfa439551 100644 --- a/unittests/ASM/X87_F64/D9_E4_F64.asm +++ b/unittests/ASM/X87_F64/D9_E4_F64.asm @@ -5,9 +5,6 @@ "RBX": "0x0", "RCX": "0x4000" }, - "MemoryRegions": { - "0x100000000": "4096" - }, "Env": { "FEX_X87REDUCEDPRECISION" : "1" } } %endif diff --git a/unittests/ASM/X87_F64/DB_02_F64.asm b/unittests/ASM/X87_F64/DB_02_F64.asm index 0b60973c93..ada8f82d99 100644 --- a/unittests/ASM/X87_F64/DB_02_F64.asm +++ b/unittests/ASM/X87_F64/DB_02_F64.asm @@ -4,9 +4,6 @@ "RAX": "0x400", "RBX": "0x3ff0000000000000", "RCX": "0x4090000000000000" - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/X87_F64/DB_03_F64.asm b/unittests/ASM/X87_F64/DB_03_F64.asm index 8b11074543..8031259b80 100644 --- a/unittests/ASM/X87_F64/DB_03_F64.asm +++ b/unittests/ASM/X87_F64/DB_03_F64.asm @@ -3,9 +3,6 @@ "RegData": { "RAX": "0x400", "RBX": ["0x3ff0000000000000"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif diff --git a/unittests/ASM/X87_F64/DD_D0_2_F64.asm b/unittests/ASM/X87_F64/DD_D0_2_F64.asm index ac1dbb1b3c..91ee29a515 100644 --- a/unittests/ASM/X87_F64/DD_D0_2_F64.asm +++ b/unittests/ASM/X87_F64/DD_D0_2_F64.asm @@ -4,9 +4,6 @@ "RAX": "1", "RBX": "0x4000000000000000" }, - "MemoryRegions": { - "0x100000000": "4096" - }, "Env": { "FEX_X87REDUCEDPRECISION" : "1" } } %endif diff --git a/unittests/ASM/X87_F64/Rounding_F64.asm b/unittests/ASM/X87_F64/Rounding_F64.asm index f0c1daea2e..a8454c6356 100644 --- a/unittests/ASM/X87_F64/Rounding_F64.asm +++ b/unittests/ASM/X87_F64/Rounding_F64.asm @@ -6,9 +6,6 @@ "RDX": "0xfffffffeffffffff", "RSI": "0xfffefffeffffffff" }, - "MemoryRegions": { - "0x100000000": "4096" - }, "Env": { "FEX_X87REDUCEDPRECISION" : "1" } } %endif diff --git a/unittests/ASM/movups.asm b/unittests/ASM/movups.asm index 1741ce459e..5fbadd6acd 100644 --- a/unittests/ASM/movups.asm +++ b/unittests/ASM/movups.asm @@ -10,9 +10,6 @@ "XMM4": ["0xDEADBEEFBFD0DAD1", "0x4141414142424242"], "XMM5": ["0xDEADBEEFBAD0DAD1", "0"], "XMM6": ["0xDEADBEEFBFD0DAD1", "0"] - }, - "MemoryRegions": { - "0x100000000": "4096" } } %endif