From 0601a863f92484b049772b2e8ba10fcc802998ae Mon Sep 17 00:00:00 2001 From: offtkp Date: Mon, 10 Mar 2025 18:33:54 +0200 Subject: [PATCH] Don't use brackets for GPRs in x87 tests --- unittests/ASM/X87/DA_02.asm | 2 +- unittests/ASM/X87/DE_02.asm | 2 +- unittests/ASM/X87_F64/D8_00_F64.asm | 2 +- unittests/ASM/X87_F64/D8_01_F64.asm | 2 +- unittests/ASM/X87_F64/D8_04_F64.asm | 2 +- unittests/ASM/X87_F64/D8_05_F64.asm | 2 +- unittests/ASM/X87_F64/D8_06_F64.asm | 2 +- unittests/ASM/X87_F64/D8_C8_F64.asm | 2 +- unittests/ASM/X87_F64/D8_D9_F64.asm | 4 ++-- unittests/ASM/X87_F64/D9_C8_F64.asm | 4 ++-- unittests/ASM/X87_F64/D9_E0_F64.asm | 4 ++-- unittests/ASM/X87_F64/D9_E1_F64.asm | 4 ++-- unittests/ASM/X87_F64/D9_E8_F64.asm | 2 +- unittests/ASM/X87_F64/D9_E9_F64.asm | 2 +- unittests/ASM/X87_F64/D9_EA_F64.asm | 2 +- unittests/ASM/X87_F64/D9_EB_F64.asm | 2 +- unittests/ASM/X87_F64/D9_EC_F64.asm | 2 +- unittests/ASM/X87_F64/D9_ED_F64.asm | 2 +- unittests/ASM/X87_F64/D9_F0_F64.asm | 2 +- unittests/ASM/X87_F64/D9_F1_F64.asm | 4 ++-- unittests/ASM/X87_F64/D9_F2_F64.asm | 2 +- unittests/ASM/X87_F64/D9_F3_F64.asm | 4 ++-- unittests/ASM/X87_F64/D9_F4_F64.asm | 4 ++-- unittests/ASM/X87_F64/D9_F5_F64.asm | 4 ++-- unittests/ASM/X87_F64/D9_FA_F64.asm | 2 +- unittests/ASM/X87_F64/D9_FB_F64.asm | 4 ++-- unittests/ASM/X87_F64/D9_FC_F64.asm | 2 +- unittests/ASM/X87_F64/D9_FD_F64.asm | 4 ++-- unittests/ASM/X87_F64/D9_FE_F64.asm | 2 +- unittests/ASM/X87_F64/D9_FF_F64.asm | 2 +- unittests/ASM/X87_F64/DA_01_F64.asm | 4 ++-- unittests/ASM/X87_F64/DA_02_F64.asm | 2 +- unittests/ASM/X87_F64/DA_04_F64.asm | 4 ++-- unittests/ASM/X87_F64/DA_05_F64.asm | 4 ++-- unittests/ASM/X87_F64/DA_06_F64.asm | 4 ++-- unittests/ASM/X87_F64/DA_07_F64.asm | 4 ++-- unittests/ASM/X87_F64/DA_D9_F64.asm | 4 ++-- unittests/ASM/X87_F64/DC_07_F64.asm | 2 +- unittests/ASM/X87_F64/DE_00_F64.asm | 4 ++-- unittests/ASM/X87_F64/DE_01_F64.asm | 4 ++-- unittests/ASM/X87_F64/DE_02_F64.asm | 2 +- unittests/ASM/X87_F64/DE_04_F64.asm | 4 ++-- unittests/ASM/X87_F64/DE_05_F64.asm | 4 ++-- unittests/ASM/X87_F64/DE_06_F64.asm | 4 ++-- unittests/ASM/X87_F64/DE_07_F64.asm | 4 ++-- unittests/ASM/X87_F64/DE_C0_F64.asm | 4 ++-- unittests/ASM/X87_F64/DE_C8_F64.asm | 4 ++-- unittests/ASM/X87_F64/DE_E0_F64.asm | 4 ++-- unittests/ASM/X87_F64/DE_E8_F64.asm | 4 ++-- unittests/ASM/X87_F64/DE_F0_F64.asm | 4 ++-- unittests/ASM/X87_F64/DE_F8_F64.asm | 4 ++-- unittests/ASM/X87_F64/FCOM_F64.asm | 2 +- 52 files changed, 80 insertions(+), 80 deletions(-) diff --git a/unittests/ASM/X87/DA_02.asm b/unittests/ASM/X87/DA_02.asm index 9d5672f041..d6d91e02c8 100644 --- a/unittests/ASM/X87/DA_02.asm +++ b/unittests/ASM/X87/DA_02.asm @@ -1,7 +1,7 @@ %ifdef CONFIG { "RegData": { - "RSI": ["0x18"] + "RSI": "0x18" } } %endif diff --git a/unittests/ASM/X87/DE_02.asm b/unittests/ASM/X87/DE_02.asm index fdc0d0e1b9..3cf0cbc82c 100644 --- a/unittests/ASM/X87/DE_02.asm +++ b/unittests/ASM/X87/DE_02.asm @@ -1,7 +1,7 @@ %ifdef CONFIG { "RegData": { - "RSI": ["0x18"] + "RSI": "0x18" } } %endif diff --git a/unittests/ASM/X87_F64/D8_00_F64.asm b/unittests/ASM/X87_F64/D8_00_F64.asm index cc517169c6..dca4dec679 100644 --- a/unittests/ASM/X87_F64/D8_00_F64.asm +++ b/unittests/ASM/X87_F64/D8_00_F64.asm @@ -1,7 +1,7 @@ %ifdef CONFIG { "RegData": { - "RAX": ["0x4008000000000000"] + "RAX": "0x4008000000000000" }, "Env": { "FEX_X87REDUCEDPRECISION" : "1" } } diff --git a/unittests/ASM/X87_F64/D8_01_F64.asm b/unittests/ASM/X87_F64/D8_01_F64.asm index 3faef67317..594d0aefdc 100644 --- a/unittests/ASM/X87_F64/D8_01_F64.asm +++ b/unittests/ASM/X87_F64/D8_01_F64.asm @@ -1,7 +1,7 @@ %ifdef CONFIG { "RegData": { - "RAX": ["0x4000000000000000"] + "RAX": "0x4000000000000000" }, "Env": { "FEX_X87REDUCEDPRECISION" : "1" } } diff --git a/unittests/ASM/X87_F64/D8_04_F64.asm b/unittests/ASM/X87_F64/D8_04_F64.asm index 94c27783b3..932e4f7679 100644 --- a/unittests/ASM/X87_F64/D8_04_F64.asm +++ b/unittests/ASM/X87_F64/D8_04_F64.asm @@ -1,7 +1,7 @@ %ifdef CONFIG { "RegData": { - "RAX": ["0xbff0000000000000"] + "RAX": "0xbff0000000000000" }, "Env": { "FEX_X87REDUCEDPRECISION" : "1" } } diff --git a/unittests/ASM/X87_F64/D8_05_F64.asm b/unittests/ASM/X87_F64/D8_05_F64.asm index 7ec49aab91..a6e2554afe 100644 --- a/unittests/ASM/X87_F64/D8_05_F64.asm +++ b/unittests/ASM/X87_F64/D8_05_F64.asm @@ -1,7 +1,7 @@ %ifdef CONFIG { "RegData": { - "RAX": ["0x3ff0000000000000"] + "RAX": "0x3ff0000000000000" }, "Env": { "FEX_X87REDUCEDPRECISION" : "1" } } diff --git a/unittests/ASM/X87_F64/D8_06_F64.asm b/unittests/ASM/X87_F64/D8_06_F64.asm index 0d135733ab..2625732c32 100644 --- a/unittests/ASM/X87_F64/D8_06_F64.asm +++ b/unittests/ASM/X87_F64/D8_06_F64.asm @@ -1,7 +1,7 @@ %ifdef CONFIG { "RegData": { - "RAX": ["0x3fe0000000000000"] + "RAX": "0x3fe0000000000000" }, "Env": { "FEX_X87REDUCEDPRECISION" : "1" } } diff --git a/unittests/ASM/X87_F64/D8_C8_F64.asm b/unittests/ASM/X87_F64/D8_C8_F64.asm index 5daef23428..88ee9bbfcb 100644 --- a/unittests/ASM/X87_F64/D8_C8_F64.asm +++ b/unittests/ASM/X87_F64/D8_C8_F64.asm @@ -1,7 +1,7 @@ %ifdef CONFIG { "RegData": { - "RAX": ["0x4010000000000000"] + "RAX": "0x4010000000000000" }, "Env": { "FEX_X87REDUCEDPRECISION" : "1" } } diff --git a/unittests/ASM/X87_F64/D8_D9_F64.asm b/unittests/ASM/X87_F64/D8_D9_F64.asm index 23414cbaee..5de716e8e7 100644 --- a/unittests/ASM/X87_F64/D8_D9_F64.asm +++ b/unittests/ASM/X87_F64/D8_D9_F64.asm @@ -1,8 +1,8 @@ %ifdef CONFIG { "RegData": { - "RAX": ["0x3ff0000000000000"], - "RBX": ["0x3ff0000000000000"] + "RAX": "0x3ff0000000000000", + "RBX": "0x3ff0000000000000" }, "Env": { "FEX_X87REDUCEDPRECISION" : "1" } } diff --git a/unittests/ASM/X87_F64/D9_C8_F64.asm b/unittests/ASM/X87_F64/D9_C8_F64.asm index 4613766f40..b421694c39 100644 --- a/unittests/ASM/X87_F64/D9_C8_F64.asm +++ b/unittests/ASM/X87_F64/D9_C8_F64.asm @@ -1,8 +1,8 @@ %ifdef CONFIG { "RegData": { - "RAX": ["0x3ff0000000000000"], - "RBX": ["0x4000000000000000"] + "RAX": "0x3ff0000000000000", + "RBX": "0x4000000000000000" }, "Env": { "FEX_X87REDUCEDPRECISION" : "1" } } diff --git a/unittests/ASM/X87_F64/D9_E0_F64.asm b/unittests/ASM/X87_F64/D9_E0_F64.asm index ef2286c713..2c5ebaed61 100644 --- a/unittests/ASM/X87_F64/D9_E0_F64.asm +++ b/unittests/ASM/X87_F64/D9_E0_F64.asm @@ -1,8 +1,8 @@ %ifdef CONFIG { "RegData": { - "RAX": ["0x3ff0000000000000"], - "RBX": ["0xc000000000000000"] + "RAX": "0x3ff0000000000000", + "RBX": "0xc000000000000000" }, "Env": { "FEX_X87REDUCEDPRECISION" : "1" } } diff --git a/unittests/ASM/X87_F64/D9_E1_F64.asm b/unittests/ASM/X87_F64/D9_E1_F64.asm index 2f8b0906be..d9e083a46b 100644 --- a/unittests/ASM/X87_F64/D9_E1_F64.asm +++ b/unittests/ASM/X87_F64/D9_E1_F64.asm @@ -1,8 +1,8 @@ %ifdef CONFIG { "RegData": { - "RAX": ["0x3ff0000000000000"], - "RBX": ["0x4000000000000000"] + "RAX": "0x3ff0000000000000", + "RBX": "0x4000000000000000" }, "Env": { "FEX_X87REDUCEDPRECISION" : "1" } } diff --git a/unittests/ASM/X87_F64/D9_E8_F64.asm b/unittests/ASM/X87_F64/D9_E8_F64.asm index a27149a4ef..004099fff3 100644 --- a/unittests/ASM/X87_F64/D9_E8_F64.asm +++ b/unittests/ASM/X87_F64/D9_E8_F64.asm @@ -1,7 +1,7 @@ %ifdef CONFIG { "RegData": { - "RAX": ["0x3ff0000000000000"] + "RAX": "0x3ff0000000000000" }, "Env": { "FEX_X87REDUCEDPRECISION" : "1" } } diff --git a/unittests/ASM/X87_F64/D9_E9_F64.asm b/unittests/ASM/X87_F64/D9_E9_F64.asm index 11a1ff3d44..3ba8414677 100644 --- a/unittests/ASM/X87_F64/D9_E9_F64.asm +++ b/unittests/ASM/X87_F64/D9_E9_F64.asm @@ -1,7 +1,7 @@ %ifdef CONFIG { "RegData": { - "RAX": ["0x40549a78"] + "RAX": "0x40549a78" }, "Env": { "FEX_X87REDUCEDPRECISION" : "1" } } diff --git a/unittests/ASM/X87_F64/D9_EA_F64.asm b/unittests/ASM/X87_F64/D9_EA_F64.asm index 52c4c28f63..3f20e7a303 100644 --- a/unittests/ASM/X87_F64/D9_EA_F64.asm +++ b/unittests/ASM/X87_F64/D9_EA_F64.asm @@ -1,7 +1,7 @@ %ifdef CONFIG { "RegData": { - "RAX": ["0x3fb8aa3b"] + "RAX": "0x3fb8aa3b" }, "Env": { "FEX_X87REDUCEDPRECISION" : "1" } } diff --git a/unittests/ASM/X87_F64/D9_EB_F64.asm b/unittests/ASM/X87_F64/D9_EB_F64.asm index a667fa4d28..0475d6f6b4 100644 --- a/unittests/ASM/X87_F64/D9_EB_F64.asm +++ b/unittests/ASM/X87_F64/D9_EB_F64.asm @@ -1,7 +1,7 @@ %ifdef CONFIG { "RegData": { - "RAX": ["0x40490fdb"] + "RAX": "0x40490fdb" }, "Env": { "FEX_X87REDUCEDPRECISION" : "1" } } diff --git a/unittests/ASM/X87_F64/D9_EC_F64.asm b/unittests/ASM/X87_F64/D9_EC_F64.asm index 69aca1a97a..c11e17d1ae 100644 --- a/unittests/ASM/X87_F64/D9_EC_F64.asm +++ b/unittests/ASM/X87_F64/D9_EC_F64.asm @@ -1,7 +1,7 @@ %ifdef CONFIG { "RegData": { - "RAX": ["0x3e9a209b"] + "RAX": "0x3e9a209b" }, "Env": { "FEX_X87REDUCEDPRECISION" : "1" } } diff --git a/unittests/ASM/X87_F64/D9_ED_F64.asm b/unittests/ASM/X87_F64/D9_ED_F64.asm index 13e3dba2c4..4b4fca0dc7 100644 --- a/unittests/ASM/X87_F64/D9_ED_F64.asm +++ b/unittests/ASM/X87_F64/D9_ED_F64.asm @@ -1,7 +1,7 @@ %ifdef CONFIG { "RegData": { - "RAX": ["0x3f317218"] + "RAX": "0x3f317218" }, "Env": { "FEX_X87REDUCEDPRECISION" : "1" } } diff --git a/unittests/ASM/X87_F64/D9_F0_F64.asm b/unittests/ASM/X87_F64/D9_F0_F64.asm index 7170e398b8..f150e77fa7 100644 --- a/unittests/ASM/X87_F64/D9_F0_F64.asm +++ b/unittests/ASM/X87_F64/D9_F0_F64.asm @@ -1,7 +1,7 @@ %ifdef CONFIG { "RegData": { - "RAX": ["0x0"] + "RAX": "0x0" }, "Env": { "FEX_X87REDUCEDPRECISION" : "1" } } diff --git a/unittests/ASM/X87_F64/D9_F1_F64.asm b/unittests/ASM/X87_F64/D9_F1_F64.asm index aa22954ed5..800f506a57 100644 --- a/unittests/ASM/X87_F64/D9_F1_F64.asm +++ b/unittests/ASM/X87_F64/D9_F1_F64.asm @@ -1,8 +1,8 @@ %ifdef CONFIG { "RegData": { - "RAX": ["0x3ff0000000000000"], - "RBX": ["0x4020000000000000"] + "RAX": "0x3ff0000000000000", + "RBX": "0x4020000000000000" }, "Env": { "FEX_X87REDUCEDPRECISION" : "1" } } diff --git a/unittests/ASM/X87_F64/D9_F2_F64.asm b/unittests/ASM/X87_F64/D9_F2_F64.asm index 6df87b5225..4d15febd7f 100644 --- a/unittests/ASM/X87_F64/D9_F2_F64.asm +++ b/unittests/ASM/X87_F64/D9_F2_F64.asm @@ -1,7 +1,7 @@ %ifdef CONFIG { "RegData": { - "RAX": ["0x3ff0000000000000"] + "RAX": "0x3ff0000000000000" }, "Env": { "FEX_X87REDUCEDPRECISION" : "1" } } diff --git a/unittests/ASM/X87_F64/D9_F3_F64.asm b/unittests/ASM/X87_F64/D9_F3_F64.asm index f5a9763031..7fa61a4885 100644 --- a/unittests/ASM/X87_F64/D9_F3_F64.asm +++ b/unittests/ASM/X87_F64/D9_F3_F64.asm @@ -1,8 +1,8 @@ %ifdef CONFIG { "RegData": { - "RAX": ["0x3ff0000000000000"], - "RBX": ["0x3ff921fb54442d18"] + "RAX": "0x3ff0000000000000", + "RBX": "0x3ff921fb54442d18" }, "Env": { "FEX_X87REDUCEDPRECISION" : "1" } } diff --git a/unittests/ASM/X87_F64/D9_F4_F64.asm b/unittests/ASM/X87_F64/D9_F4_F64.asm index eb7a11810d..47da9e56de 100644 --- a/unittests/ASM/X87_F64/D9_F4_F64.asm +++ b/unittests/ASM/X87_F64/D9_F4_F64.asm @@ -1,8 +1,8 @@ %ifdef CONFIG { "RegData": { - "RAX": ["0xbffe000000000000"], - "RBX": ["0x4008000000000000"] + "RAX": "0xbffe000000000000", + "RBX": "0x4008000000000000" }, "Env": { "FEX_X87REDUCEDPRECISION" : "1" } } diff --git a/unittests/ASM/X87_F64/D9_F5_F64.asm b/unittests/ASM/X87_F64/D9_F5_F64.asm index f1dab30b3c..3c18b80ae8 100644 --- a/unittests/ASM/X87_F64/D9_F5_F64.asm +++ b/unittests/ASM/X87_F64/D9_F5_F64.asm @@ -1,8 +1,8 @@ %ifdef CONFIG { "RegData": { - "RAX": ["0xbf666666"], - "RBX": ["0x40400000"] + "RAX": "0xbf666666", + "RBX": "0x40400000" }, "Env": { "FEX_X87REDUCEDPRECISION" : "1" } } diff --git a/unittests/ASM/X87_F64/D9_FA_F64.asm b/unittests/ASM/X87_F64/D9_FA_F64.asm index f91ead03d8..06db5cd1d8 100644 --- a/unittests/ASM/X87_F64/D9_FA_F64.asm +++ b/unittests/ASM/X87_F64/D9_FA_F64.asm @@ -1,7 +1,7 @@ %ifdef CONFIG { "RegData": { - "RAX": ["0x4010000000000000"] + "RAX": "0x4010000000000000" }, "Env": { "FEX_X87REDUCEDPRECISION" : "1" } } diff --git a/unittests/ASM/X87_F64/D9_FB_F64.asm b/unittests/ASM/X87_F64/D9_FB_F64.asm index 8fb3c51045..7db263d127 100644 --- a/unittests/ASM/X87_F64/D9_FB_F64.asm +++ b/unittests/ASM/X87_F64/D9_FB_F64.asm @@ -1,8 +1,8 @@ %ifdef CONFIG { "RegData": { - "RAX": ["0x3fe14a280fb5068c"], - "RBX": ["0x3feaed548f090cee"] + "RAX": "0x3fe14a280fb5068c", + "RBX": "0x3feaed548f090cee" }, "Env": { "FEX_X87REDUCEDPRECISION" : "1" } } diff --git a/unittests/ASM/X87_F64/D9_FC_F64.asm b/unittests/ASM/X87_F64/D9_FC_F64.asm index 827211bcc6..d44fb45870 100644 --- a/unittests/ASM/X87_F64/D9_FC_F64.asm +++ b/unittests/ASM/X87_F64/D9_FC_F64.asm @@ -1,7 +1,7 @@ %ifdef CONFIG { "RegData": { - "RAX": ["0x3ff0000000000000"] + "RAX": "0x3ff0000000000000" }, "Env": { "FEX_X87REDUCEDPRECISION" : "1" } } diff --git a/unittests/ASM/X87_F64/D9_FD_F64.asm b/unittests/ASM/X87_F64/D9_FD_F64.asm index 46f4bebf2b..05e6763db8 100644 --- a/unittests/ASM/X87_F64/D9_FD_F64.asm +++ b/unittests/ASM/X87_F64/D9_FD_F64.asm @@ -1,8 +1,8 @@ %ifdef CONFIG { "RegData": { - "RAX": ["0x43000000"], - "RBX": ["0x40b00000"] + "RAX": "0x43000000", + "RBX": "0x40b00000" }, "Env": { "FEX_X87REDUCEDPRECISION" : "1" } } diff --git a/unittests/ASM/X87_F64/D9_FE_F64.asm b/unittests/ASM/X87_F64/D9_FE_F64.asm index 09478acd78..4b1aca8919 100644 --- a/unittests/ASM/X87_F64/D9_FE_F64.asm +++ b/unittests/ASM/X87_F64/D9_FE_F64.asm @@ -1,7 +1,7 @@ %ifdef CONFIG { "RegData": { - "RAX": ["0x3feaed548f090cee"] + "RAX": "0x3feaed548f090cee" }, "Env": { "FEX_X87REDUCEDPRECISION" : "1" } } diff --git a/unittests/ASM/X87_F64/D9_FF_F64.asm b/unittests/ASM/X87_F64/D9_FF_F64.asm index b95d66f20f..143d166425 100644 --- a/unittests/ASM/X87_F64/D9_FF_F64.asm +++ b/unittests/ASM/X87_F64/D9_FF_F64.asm @@ -1,7 +1,7 @@ %ifdef CONFIG { "RegData": { - "RAX": ["0xbfdaa22657537205"] + "RAX": "0xbfdaa22657537205" }, "Env": { "FEX_X87REDUCEDPRECISION" : "1" } } diff --git a/unittests/ASM/X87_F64/DA_01_F64.asm b/unittests/ASM/X87_F64/DA_01_F64.asm index 8cf8beeff0..5fa44835d1 100644 --- a/unittests/ASM/X87_F64/DA_01_F64.asm +++ b/unittests/ASM/X87_F64/DA_01_F64.asm @@ -1,8 +1,8 @@ %ifdef CONFIG { "RegData": { - "RCX": ["0x4000000000000000"], - "RSI": ["0xC000000000000000"] + "RCX": "0x4000000000000000", + "RSI": "0xC000000000000000" }, "Env": { "FEX_X87REDUCEDPRECISION" : "1" } } diff --git a/unittests/ASM/X87_F64/DA_02_F64.asm b/unittests/ASM/X87_F64/DA_02_F64.asm index 7134462849..8fbdcfa3ec 100644 --- a/unittests/ASM/X87_F64/DA_02_F64.asm +++ b/unittests/ASM/X87_F64/DA_02_F64.asm @@ -1,7 +1,7 @@ %ifdef CONFIG { "RegData": { - "RSI": ["0x18"] + "RSI": "0x18" }, "Env": { "FEX_X87REDUCEDPRECISION" : "1" } } diff --git a/unittests/ASM/X87_F64/DA_04_F64.asm b/unittests/ASM/X87_F64/DA_04_F64.asm index b34e1dbe0a..be63d7d049 100644 --- a/unittests/ASM/X87_F64/DA_04_F64.asm +++ b/unittests/ASM/X87_F64/DA_04_F64.asm @@ -1,8 +1,8 @@ %ifdef CONFIG { "RegData": { - "RCX": ["0xbff0000000000000"], - "RSI": ["0x4008000000000000"] + "RCX": "0xbff0000000000000", + "RSI": "0x4008000000000000" }, "Env": { "FEX_X87REDUCEDPRECISION" : "1" } } diff --git a/unittests/ASM/X87_F64/DA_05_F64.asm b/unittests/ASM/X87_F64/DA_05_F64.asm index 678673dfe3..e091890e1e 100644 --- a/unittests/ASM/X87_F64/DA_05_F64.asm +++ b/unittests/ASM/X87_F64/DA_05_F64.asm @@ -1,8 +1,8 @@ %ifdef CONFIG { "RegData": { - "RCX": ["0x3ff0000000000000"], - "RSI": ["0xc008000000000000"] + "RCX": "0x3ff0000000000000", + "RSI": "0xc008000000000000" }, "Env": { "FEX_X87REDUCEDPRECISION" : "1" } } diff --git a/unittests/ASM/X87_F64/DA_06_F64.asm b/unittests/ASM/X87_F64/DA_06_F64.asm index 42602f6dfa..8c9c7cbe06 100644 --- a/unittests/ASM/X87_F64/DA_06_F64.asm +++ b/unittests/ASM/X87_F64/DA_06_F64.asm @@ -1,8 +1,8 @@ %ifdef CONFIG { "RegData": { - "RCX": ["0x3fe0000000000000"], - "RSI": ["0xbfe0000000000000"] + "RCX": "0x3fe0000000000000", + "RSI": "0xbfe0000000000000" }, "Env": { "FEX_X87REDUCEDPRECISION" : "1" } } diff --git a/unittests/ASM/X87_F64/DA_07_F64.asm b/unittests/ASM/X87_F64/DA_07_F64.asm index 1ccdd976cd..3ebb158c6d 100644 --- a/unittests/ASM/X87_F64/DA_07_F64.asm +++ b/unittests/ASM/X87_F64/DA_07_F64.asm @@ -1,8 +1,8 @@ %ifdef CONFIG { "RegData": { - "RCX": ["0x4000000000000000"], - "RSI": ["0xc000000000000000"] + "RCX": "0x4000000000000000", + "RSI": "0xc000000000000000" }, "Env": { "FEX_X87REDUCEDPRECISION" : "1" } } diff --git a/unittests/ASM/X87_F64/DA_D9_F64.asm b/unittests/ASM/X87_F64/DA_D9_F64.asm index bdd4bcb1fc..2705e4d9db 100644 --- a/unittests/ASM/X87_F64/DA_D9_F64.asm +++ b/unittests/ASM/X87_F64/DA_D9_F64.asm @@ -1,8 +1,8 @@ %ifdef CONFIG { "RegData": { - "RAX": ["0x3ff0000000000000"], - "RBX": ["0x3ff0000000000000"] + "RAX": "0x3ff0000000000000", + "RBX": "0x3ff0000000000000" }, "Env": { "FEX_X87REDUCEDPRECISION" : "1" } } diff --git a/unittests/ASM/X87_F64/DC_07_F64.asm b/unittests/ASM/X87_F64/DC_07_F64.asm index 941f7583dd..d40131f90a 100644 --- a/unittests/ASM/X87_F64/DC_07_F64.asm +++ b/unittests/ASM/X87_F64/DC_07_F64.asm @@ -1,7 +1,7 @@ %ifdef CONFIG { "RegData": { - "RAX": ["0x4010000000000000"] + "RAX": "0x4010000000000000" }, "Env": { "FEX_X87REDUCEDPRECISION" : "1" } } diff --git a/unittests/ASM/X87_F64/DE_00_F64.asm b/unittests/ASM/X87_F64/DE_00_F64.asm index 120fe80fee..7b6514c920 100644 --- a/unittests/ASM/X87_F64/DE_00_F64.asm +++ b/unittests/ASM/X87_F64/DE_00_F64.asm @@ -1,8 +1,8 @@ %ifdef CONFIG { "RegData": { - "RCX": ["0x4008000000000000"], - "RSI": ["0xbff0000000000000"] + "RCX": "0x4008000000000000", + "RSI": "0xbff0000000000000" }, "Env": { "FEX_X87REDUCEDPRECISION" : "1" } } diff --git a/unittests/ASM/X87_F64/DE_01_F64.asm b/unittests/ASM/X87_F64/DE_01_F64.asm index 20f85962da..b8caf7c195 100644 --- a/unittests/ASM/X87_F64/DE_01_F64.asm +++ b/unittests/ASM/X87_F64/DE_01_F64.asm @@ -1,8 +1,8 @@ %ifdef CONFIG { "RegData": { - "RCX": ["0x4000000000000000"], - "RSI": ["0xC000000000000000"] + "RCX": "0x4000000000000000", + "RSI": "0xC000000000000000" }, "Env": { "FEX_X87REDUCEDPRECISION" : "1" } } diff --git a/unittests/ASM/X87_F64/DE_02_F64.asm b/unittests/ASM/X87_F64/DE_02_F64.asm index 1fcbcca391..8d3d97445d 100644 --- a/unittests/ASM/X87_F64/DE_02_F64.asm +++ b/unittests/ASM/X87_F64/DE_02_F64.asm @@ -1,7 +1,7 @@ %ifdef CONFIG { "RegData": { - "RSI": ["0x18"] + "RSI": "0x18" }, "Env": { "FEX_X87REDUCEDPRECISION" : "1" } } diff --git a/unittests/ASM/X87_F64/DE_04_F64.asm b/unittests/ASM/X87_F64/DE_04_F64.asm index ab58c64813..7dc4dd2727 100644 --- a/unittests/ASM/X87_F64/DE_04_F64.asm +++ b/unittests/ASM/X87_F64/DE_04_F64.asm @@ -1,8 +1,8 @@ %ifdef CONFIG { "RegData": { - "RCX": ["0xbff0000000000000"], - "RSI": ["0x4008000000000000"] + "RCX": "0xbff0000000000000", + "RSI": "0x4008000000000000" }, "Env": { "FEX_X87REDUCEDPRECISION" : "1" } } diff --git a/unittests/ASM/X87_F64/DE_05_F64.asm b/unittests/ASM/X87_F64/DE_05_F64.asm index 1dd38c686f..1f5c94960a 100644 --- a/unittests/ASM/X87_F64/DE_05_F64.asm +++ b/unittests/ASM/X87_F64/DE_05_F64.asm @@ -1,8 +1,8 @@ %ifdef CONFIG { "RegData": { - "RCX": ["0x3ff0000000000000"], - "RSI": ["0xc008000000000000"] + "RCX": "0x3ff0000000000000", + "RSI": "0xc008000000000000" }, "Env": { "FEX_X87REDUCEDPRECISION" : "1" } } diff --git a/unittests/ASM/X87_F64/DE_06_F64.asm b/unittests/ASM/X87_F64/DE_06_F64.asm index 748abd1114..c92d60370c 100644 --- a/unittests/ASM/X87_F64/DE_06_F64.asm +++ b/unittests/ASM/X87_F64/DE_06_F64.asm @@ -1,8 +1,8 @@ %ifdef CONFIG { "RegData": { - "RCX": ["0x3fe0000000000000"], - "RSI": ["0xbfe0000000000000"] + "RCX": "0x3fe0000000000000", + "RSI": "0xbfe0000000000000" }, "Env": { "FEX_X87REDUCEDPRECISION" : "1" } } diff --git a/unittests/ASM/X87_F64/DE_07_F64.asm b/unittests/ASM/X87_F64/DE_07_F64.asm index 257f5ecc8e..dc08f38d71 100644 --- a/unittests/ASM/X87_F64/DE_07_F64.asm +++ b/unittests/ASM/X87_F64/DE_07_F64.asm @@ -1,8 +1,8 @@ %ifdef CONFIG { "RegData": { - "RCX": ["0x4000000000000000"], - "RSI": ["0xc000000000000000"] + "RCX": "0x4000000000000000", + "RSI": "0xc000000000000000" }, "Env": { "FEX_X87REDUCEDPRECISION" : "1" } } diff --git a/unittests/ASM/X87_F64/DE_C0_F64.asm b/unittests/ASM/X87_F64/DE_C0_F64.asm index 01b747566d..fd2d9f5542 100644 --- a/unittests/ASM/X87_F64/DE_C0_F64.asm +++ b/unittests/ASM/X87_F64/DE_C0_F64.asm @@ -1,8 +1,8 @@ %ifdef CONFIG { "RegData": { - "RAX": ["0x4010000000000000"], - "RBX": ["0x4008000000000000"] + "RAX": "0x4010000000000000", + "RBX": "0x4008000000000000" }, "Env": { "FEX_X87REDUCEDPRECISION" : "1" } } diff --git a/unittests/ASM/X87_F64/DE_C8_F64.asm b/unittests/ASM/X87_F64/DE_C8_F64.asm index 976917419e..bf501bc699 100644 --- a/unittests/ASM/X87_F64/DE_C8_F64.asm +++ b/unittests/ASM/X87_F64/DE_C8_F64.asm @@ -1,8 +1,8 @@ %ifdef CONFIG { "RegData": { - "RAX": ["0x4010000000000000"], - "RBX": ["0x4020000000000000"] + "RAX": "0x4010000000000000", + "RBX": "0x4020000000000000" }, "Env": { "FEX_X87REDUCEDPRECISION" : "1" } } diff --git a/unittests/ASM/X87_F64/DE_E0_F64.asm b/unittests/ASM/X87_F64/DE_E0_F64.asm index 3885fd8829..df3687a3ea 100644 --- a/unittests/ASM/X87_F64/DE_E0_F64.asm +++ b/unittests/ASM/X87_F64/DE_E0_F64.asm @@ -1,8 +1,8 @@ %ifdef CONFIG { "RegData": { - "RAX": ["0x4010000000000000"], - "RBX": ["0x4000000000000000"] + "RAX": "0x4010000000000000", + "RBX": "0x4000000000000000" }, "Env": { "FEX_X87REDUCEDPRECISION" : "1" } } diff --git a/unittests/ASM/X87_F64/DE_E8_F64.asm b/unittests/ASM/X87_F64/DE_E8_F64.asm index 24791689ad..faeec08e48 100644 --- a/unittests/ASM/X87_F64/DE_E8_F64.asm +++ b/unittests/ASM/X87_F64/DE_E8_F64.asm @@ -1,8 +1,8 @@ %ifdef CONFIG { "RegData": { - "RAX": ["0x4010000000000000"], - "RBX": ["0xc000000000000000"] + "RAX": "0x4010000000000000", + "RBX": "0xc000000000000000" }, "Env": { "FEX_X87REDUCEDPRECISION" : "1" } } diff --git a/unittests/ASM/X87_F64/DE_F0_F64.asm b/unittests/ASM/X87_F64/DE_F0_F64.asm index c7c62e3947..75feb713e2 100644 --- a/unittests/ASM/X87_F64/DE_F0_F64.asm +++ b/unittests/ASM/X87_F64/DE_F0_F64.asm @@ -1,8 +1,8 @@ %ifdef CONFIG { "RegData": { - "RAX": ["0x4010000000000000"], - "RBX": ["0x4000000000000000"] + "RAX": "0x4010000000000000", + "RBX": "0x4000000000000000" }, "Env": { "FEX_X87REDUCEDPRECISION" : "1" } } diff --git a/unittests/ASM/X87_F64/DE_F8_F64.asm b/unittests/ASM/X87_F64/DE_F8_F64.asm index eac062a3f8..67cd9e47b8 100644 --- a/unittests/ASM/X87_F64/DE_F8_F64.asm +++ b/unittests/ASM/X87_F64/DE_F8_F64.asm @@ -1,8 +1,8 @@ %ifdef CONFIG { "RegData": { - "RAX": ["0x4010000000000000"], - "RBX": ["0x3fe0000000000000"] + "RAX": "0x4010000000000000", + "RBX": "0x3fe0000000000000" }, "Env": { "FEX_X87REDUCEDPRECISION" : "1" } } diff --git a/unittests/ASM/X87_F64/FCOM_F64.asm b/unittests/ASM/X87_F64/FCOM_F64.asm index e0c230a7b1..64a96390b7 100644 --- a/unittests/ASM/X87_F64/FCOM_F64.asm +++ b/unittests/ASM/X87_F64/FCOM_F64.asm @@ -1,7 +1,7 @@ %ifdef CONFIG { "RegData": { - "RAX": ["0x0"] + "RAX": "0x0" }, "Env": { "FEX_X87REDUCEDPRECISION" : "1" } }