File tree Expand file tree Collapse file tree 2 files changed +18
-0
lines changed
Expand file tree Collapse file tree 2 files changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -27,6 +27,13 @@ TEST_INPUTS(TEST_INPUTS_MMX_QWORD)
2727 fld QWORD PTR [ rsp ]
2828TEST_END_64
2929
30+ TEST_BEGIN_64(FLDm80 , 1 )
31+ TEST_INPUTS( 0x0123456789ABCDEF )
32+ mov QWORD PTR [ rsp ], ARG1_64
33+ mov WORD PTR [ rsp + 8 ], 0x1337
34+ fld TBYTE PTR [ rsp ]
35+ TEST_END_64
36+
3037TEST_BEGIN_64(FLDst0 , 1 )
3138TEST_INPUTS(TEST_INPUTS_MMX_QWORD)
3239 push ARG1_64
Original file line number Diff line number Diff line change @@ -49,6 +49,17 @@ FST_INPUTS
4949 fst QWORD PTR [ rsp ]
5050TEST_END_64
5151
52+ TEST_BEGIN_64(FSTm80 , 1 )
53+ TEST_INPUTS( 0x0123456789ABCDEF )
54+ mov QWORD PTR [ rsp ], ARG1_64
55+ mov WORD PTR [ rsp + 8 ], 0x1337
56+ fld TBYTE PTR [ rsp ]
57+ mov WORD PTR [ rsp + 8 ], 0x0
58+ fst TBYTE PTR [ rsp ]
59+ mov rax , QWORD PTR [ rsp ]
60+ movzx rbx , WORD PTR [ rsp + 8 ]
61+ TEST_END_64
62+
5263TEST_BEGIN_64(FSTst , 1 )
5364FST_INPUTS
5465
You can’t perform that action at this time.
0 commit comments