Closed GoogleCodeExporter closed 9 years ago
Intel Vol 2B 4-532 actually shows that the mnemonic would be XSAVE64 in 64-bit
mode with the REX.W prefix.
Original comment by spa...@rotateright.com
on 9 Feb 2012 at 6:37
Updated FXRSTOR64, FXSAVE64 and XSAVE64. And added XSAVEOPT/64.
Original comment by distorm@gmail.com
on 4 Mar 2012 at 11:49
Nice!
$ ./a.out 0f ae 20
1: ( 0) 0fae20 XSAVE [RAX]
$ ./a.out 48 0f ae 20
1: ( 0) 480fae20 XSAVE64 [RAX]
$ ./a.out 0f ae 30
1: ( 0) 0fae30 XSAVEOPT [RAX]
$ ./a.out 48 0f ae 30
1: ( 0) 480fae30 XSAVEOPT64 [RAX]
$ ./a.out 0f ae 00
1: ( 0) 0fae00 FXSAVE [RAX]
$ ./a.out 48 0f ae 00
1: ( 0) 480fae00 FXSAVE64 [RAX]
Original comment by spa...@rotateright.com
on 6 Mar 2012 at 5:20
Original issue reported on code.google.com by
spa...@rotateright.com
on 9 Feb 2012 at 6:35