1
0
Fork 0

Fixed copy AVX register:32-bit app can use AVX

This commit is contained in:
torusrxxx 2017-09-06 12:30:30 +08:00
parent 7db12dcd6e
commit 1f2dd7a816
1 changed files with 2 additions and 0 deletions

View File

@ -2969,6 +2969,7 @@ void RegistersView::onCopyAllAction()
appendRegister(text, REGISTER_NAME::XMM13, "XMM13 : ", "XMM13 : ");
appendRegister(text, REGISTER_NAME::XMM14, "XMM14 : ", "XMM14 : ");
appendRegister(text, REGISTER_NAME::XMM15, "XMM15 : ", "XMM15 : ");
#endif
appendRegister(text, REGISTER_NAME::YMM0, "YMM0 : ", "YMM0 : ");
appendRegister(text, REGISTER_NAME::YMM1, "YMM1 : ", "YMM1 : ");
appendRegister(text, REGISTER_NAME::YMM2, "YMM2 : ", "YMM2 : ");
@ -2977,6 +2978,7 @@ void RegistersView::onCopyAllAction()
appendRegister(text, REGISTER_NAME::YMM5, "YMM5 : ", "YMM5 : ");
appendRegister(text, REGISTER_NAME::YMM6, "YMM6 : ", "YMM6 : ");
appendRegister(text, REGISTER_NAME::YMM7, "YMM7 : ", "YMM7 : ");
#ifdef _WIN64
appendRegister(text, REGISTER_NAME::YMM8, "YMM8 : ", "YMM8 : ");
appendRegister(text, REGISTER_NAME::YMM9, "YMM9 : ", "YMM9 : ");
appendRegister(text, REGISTER_NAME::YMM10, "YMM10 : ", "YMM10 : ");