VirtualBox

Changeset 97214 in vbox


Ignore:
Timestamp:
Oct 18, 2022 3:53:50 PM (2 years ago)
Author:
vboxsync
Message:

IEM: Renamed iemOpHlpFpuNoStore_st0_stN_pop_pop to iemOpHlpFpuNoStore_st0_st1_pop_pop in order to reflect what it actually does; dropped st0,stN from fcompp and fucompp mnemonics to match typical naming. No functional change.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMAll/IEMAllInstructionsOneByte.cpp.h

    r97138 r97214  
    83728372
    83738373/**
    8374  * Common worker for FPU instructions working on ST0 and STn, only affecting
     8374 * Common worker for FPU instructions working on ST0 and ST1, only affecting
    83758375 * flags, and popping twice when done.
    83768376 *
    83778377 * @param   pfnAImpl    Pointer to the instruction implementation (assembly).
    83788378 */
    8379 FNIEMOP_DEF_1(iemOpHlpFpuNoStore_st0_stN_pop_pop, PFNIEMAIMPLFPUR80FSW, pfnAImpl)
     8379FNIEMOP_DEF_1(iemOpHlpFpuNoStore_st0_st1_pop_pop, PFNIEMAIMPLFPUR80FSW, pfnAImpl)
    83808380{
    83818381    IEMOP_HLP_DONE_DECODING_NO_LOCK_PREFIX();
     
    84078407FNIEMOP_DEF(iemOp_fucompp)
    84088408{
    8409     IEMOP_MNEMONIC(fucompp_st0_stN, "fucompp st0,stN");
    8410     return FNIEMOP_CALL_1(iemOpHlpFpuNoStore_st0_stN_pop_pop, iemAImpl_fucom_r80_by_r80);
     8409    IEMOP_MNEMONIC(fucompp, "fucompp");
     8410    return FNIEMOP_CALL_1(iemOpHlpFpuNoStore_st0_st1_pop_pop, iemAImpl_fucom_r80_by_r80);
    84118411}
    84128412
     
    96879687FNIEMOP_DEF(iemOp_fcompp)
    96889688{
    9689     IEMOP_MNEMONIC(fcompp_st0_stN, "fcompp st0,stN");
    9690     return FNIEMOP_CALL_1(iemOpHlpFpuNoStore_st0_stN_pop_pop, iemAImpl_fcom_r80_by_r80);
     9689    IEMOP_MNEMONIC(fcompp, "fcompp");
     9690    return FNIEMOP_CALL_1(iemOpHlpFpuNoStore_st0_st1_pop_pop, iemAImpl_fcom_r80_by_r80);
    96919691}
    96929692
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette