summaryrefslogtreecommitdiff
path: root/src/VBox/VMM/VMMAll/IEMAllInstructionsOneByte.cpp.h
Commit message (Expand)AuthorAgeFilesLines
* VMM/IEM: Backed the iemOpHlpCalcRmEffAddrEx functionality into the regular fu...vboxsync2023-05-081-3/+3
* VMM/IEM: Fixed regression from r156691, where a IEM_MC_CLEAR_HIGH_GREG_U64_BY...vboxsync2023-05-031-0/+1
* VMM/IEM: More work on processing MC blocks, mainly related to reducing number...vboxsync2023-04-061-4/+4
* VMM/IEM: More work on processing MC blocks, mainly related to reworking commo...vboxsync2023-04-061-291/+401
* VMM/IEM: More work on processing MC blocks and generating threaded functions ...vboxsync2023-04-051-31/+28
* VMM/IEM: Some corrections to ease parsing. bugref:10369vboxsync2023-04-041-1/+2
* Disassember,*: Start separating the disassembler into a architecture specific...vboxsync2023-03-301-1/+1
* Disassember,*: Start separating the disassembler into a architecture specific...vboxsync2023-03-301-13/+13
* VMM/IEM: More work on processing MC blocks, mainly related to reworking commo...vboxsync2023-03-151-58/+113
* VMM/IEM: More work on processing MC blocks, mainly related to reworking commo...vboxsync2023-03-151-1/+1
* VMM/IEM: More work on processing MC blocks, mainly related to reworking commo...vboxsync2023-03-121-390/+844
* VMM/IEM: More work on processing MC blocks, mainly related to reworking commo...vboxsync2023-03-121-52/+518
* VMM/IEM: More work on processing MC blocks. bugref:10369vboxsync2023-03-091-212/+212
* VMM/IEM: Started extending IEMAllInstructionsPython.py to pick up IEM_MC_BEGI...vboxsync2023-03-081-17/+17
* VMM/IEM: Fixed unreachable code issues in IEMAllInstructionsOneByte.cpp.h. bu...vboxsync2023-03-011-48/+44
* Copyright year updates by scm.vboxsync2023-01-171-1/+1
* VMM/IEM: Corrected the default operand size for retf; Correected ESP handling...vboxsync2022-11-211-2/+0
* VMM/IEM: Corrected opsize behaviour for near returns for intel cpus in 64-bit...vboxsync2022-11-161-2/+2
* VMM/IEM: Micro optimization of retn and retn imm16 by having separate C worke...vboxsync2022-11-111-2/+20
* VMM/IEM: Fixed indirect far calls in 64-bit mode where we would get the base ...vboxsync2022-11-111-1/+1
* VMM/IEM: Fixed 64-bit indirect far call/jmp again (intel). bugref:9898vboxsync2022-11-111-5/+4
* VMM/IEM: iemOpHlp_Grp5_far_Ep cleanup. bugref:9898vboxsync2022-11-111-13/+13
* VMM/IEM: Fixed 64-bit indirect far call/jmp. bugref:9898vboxsync2022-11-111-20/+21
* VMM/IEM: Single stepping indirect calls and corrected o16 prefix behaviour on...vboxsync2022-11-091-1/+1
* VMM/IEM: Single stepping relative calls and corrected o16 prefix behaviour on...vboxsync2022-11-091-1/+1
* VMM/IEM: Single stepping indirect jumps and corrected o16 prefix behaviour on...vboxsync2022-11-081-1/+1
* VMM/IEM: Single stepping for short and near jumps (relative) and corrected o1...vboxsync2022-11-081-18/+18
* VMM/IEM: iemRegAddToRipAndClearRF -> iemRegUpdateRipAndFinishClearingRF and m...vboxsync2022-11-021-1/+1
* VMM/IEM: Removed a lot of now unnecessary return statements, while keeping un...vboxsync2022-11-011-229/+116
* VMM/IEM: IEM_MC_REL_JMP_S* -> IEM_MC_REL_JMP_S*_AND_FINISH and IEM_MC_SET_RIP...vboxsync2022-10-311-37/+37
* VMM/IEM: IEM_MC_ADVANCE_RIP -> IEM_MC_ADVANCE_RIP_AND_FINISH in prep for TF a...vboxsync2022-10-311-274/+274
* IEM: Renamed iemOpHlpFpuNoStore_st0_stN_pop_pop to iemOpHlpFpuNoStore_st0_st1...vboxsync2022-10-181-6/+6
* IEM: Make unsupported (not recommended to be used) forms of MOVSXD visibly fail.vboxsync2022-10-131-25/+31
* Improved comments.vboxsync2022-09-291-2/+2
* IEM: The CMP instruction must not zero out the high half of 64-bit GPRs.vboxsync2022-09-261-2/+4
* VMM/IEM: fnsave modifies the FPU state, so actualize it for change rather tha...vboxsync2022-09-141-1/+1
* scm copyright and license note updatevboxsync2022-08-221-8/+18
* VMM/IEM: Use the IEM_GET_MODRM_* and IEM_IS_MODRM_* macros to make the code m...vboxsync2022-07-051-234/+234
* VMM/IEM: fld, fbld and fstp are 8 byte aligned as far as #AC is concerned on ...vboxsync2022-06-291-2/+2
* VMM/*.cpp.h: Doxygen fixes.vboxsync2022-04-151-14/+23
* VMM/IEM: Implemented f2xm1. bugref:9898vboxsync2022-04-101-1/+8
* VMM/IEM: fxam does not raise any exceptions and has special classification re...vboxsync2022-04-011-16/+21
* VMM/IEM,tstIEMAImpl: Integer and decimal load/store tests. bugref:9898vboxsync2022-03-241-3/+3
* VMM/IEM: Implemented fbld (not tested). bugref:9898vboxsync2022-03-241-1/+30
* iprt/types.h,VMM,ValKit,IPRT: Dropped the bit counts in member prefixes in th...vboxsync2022-03-161-2/+2
* VMM/IEM: Try deal with basic Intel/AMD EFLAGS difference for shifts (intel si...vboxsync2022-03-111-42/+42
* VMM/IEM: Try deal with basic Intel/AMD EFLAGS difference for binary and div/m...vboxsync2022-03-101-20/+32
* IEM: Implemented fbstp instruction (used by OLE and indirectly MS Word 6.0 an...vboxsync2022-02-241-1/+33
* scm --update-copyright-yearvboxsync2022-01-011-1/+1
* IEM/ICPBP: Added some more info to the 8086-80286 todo.vboxsync2021-12-031-1/+4