summaryrefslogtreecommitdiff
path: root/src/VBox/VMM/VMMAll/IEMAllInstructionsThree0f3a.cpp.h
Commit message (Expand)AuthorAgeFilesLines
* VMM/IEM: IEM_MC_MAYBE_RAISE_PCLMUL_RELATED_XCPT -> IEM_MC_MAYBE_RAISE_SSE_REL...vboxsync2023-04-071-2/+2
* VMM/IEM: IEM_MC_MAYBE_RAISE_AESNI_RELATED_XCPT -> IEM_MC_MAYBE_RAISE_SSE_RELA...vboxsync2023-04-071-2/+2
* VMM/IEM: IEM_MC_MAYBE_RAISE_SHA_RELATED_XCPT -> IEM_MC_MAYBE_RAISE_SSE_RELATE...vboxsync2023-04-071-2/+2
* VMM/IEM: IEM_MC_MAYBE_RAISE_SSE42_RELATED_XCPT -> IEM_MC_MAYBE_RAISE_SSE_RELA...vboxsync2023-04-071-12/+12
* VMM/IEM: IEM_MC_MAYBE_RAISE_SSE41_RELATED_XCPT -> IEM_MC_MAYBE_RAISE_SSE_RELA...vboxsync2023-04-071-26/+26
* VMM/IEM: IEM_MC_MAYBE_RAISE_SSSE3_RELATED_XCPT -> IEM_MC_MAYBE_RAISE_SSE_RELA...vboxsync2023-04-071-2/+2
* VMM/IEM: Use IEMOP_HLP_DONE_DECODING_*EX() rather than IEM_MC_MAYBE_RAISE_PCL...vboxsync2023-04-071-2/+2
* VMM/IEM: Use IEMOP_HLP_DONE_DECODING_*EX*() rather than IEM_MC_MAYBE_RAISE_SS...vboxsync2023-04-071-4/+4
* VMM/IEM: Use IEMOP_HLP_DONE_VEX_DECODING_*() rather than IEM_MC_MAYBE_RAISE_S...vboxsync2023-04-061-2/+2
* VMM/IEM: Use IEMOP_HLP_DONE_VEX_DECODING_*() rather than IEM_MC_MAYBE_RAISE_S...vboxsync2023-04-061-42/+42
* VMM/IEM: IEM_MC_AND_LOCAL_U8 is not allowed on variables not declared using I...vboxsync2023-04-051-32/+16
* VMM/IEM: Some corrections to ease parsing. bugref:10369vboxsync2023-04-041-1/+1
* Disassember,*: Start separating the disassembler into a architecture specific...vboxsync2023-03-301-28/+28
* VMM/IEM: Started implementing the dpps/dppd instructions, bugref:9898vboxsync2023-03-121-2/+14
* VMM/IEM: Implement mpsadbw instruction emulation ,bugref:9898vboxsync2023-03-091-1/+10
* VMM/IEM: Completely untested emulations for pcmp{i,e}str{i,m}, bugref:9898vboxsync2023-03-011-8/+8
* VMM/IEM: Fix the pcmp{e,i}str{i,m} instructions, completely got the explicit ...vboxsync2023-02-281-108/+251
* VMM/IEM: Started on implementing pcmpistri/pcmpestri/pcmpistrm/pcmpestrm to g...vboxsync2023-02-241-7/+198
* VMM/{CPUM,IEM}: Implement SHA instruction set extension emulation in IEM and ...vboxsync2023-02-231-1/+59
* Copyright year updates by scm.vboxsync2023-01-171-1/+1
* IEM: Implemented SSE instructions RSQRTPS, RSQRTSS, ROUNDPS, ROUNDPD, ROUNDSS...vboxsync2022-12-121-8/+272
* IEM: PCMPISTRI does not enforce 128-bit alignment of memory operands.vboxsync2022-11-241-1/+1
* IEM: Added SSE 4.1 PINSRB, PEXTRB, PEXTRB, PEXTRW, EXTRACTPS.vboxsync2022-11-181-8/+182
* IEM: Added MRI instruction form for ValKit to handle r/m, reg, imm instructio...vboxsync2022-11-151-7/+7
* IEM: Hack for ValKit build break.vboxsync2022-11-151-7/+7
* IEM: Modified microcode XMM accessors to fetch specified qword/dword etc.; ad...vboxsync2022-11-151-2/+104
* IEM: Reworked [V]MOVxDUP to be done directly in microcode. Added MOVBE instru...vboxsync2022-11-141-2/+105
* IEM: Fixed many instances of potentially broken EA calculation where we didn'...vboxsync2022-11-091-6/+6
* IEM: Minor cleanups and corrections, fixed CMPSD (was working with 32 bits in...vboxsync2022-11-081-2/+2
* VMM/IEM: Removed a lot of now unnecessary return statements, while keeping un...vboxsync2022-11-011-6/+0
* VMM/IEM: IEM_MC_ADVANCE_RIP -> IEM_MC_ADVANCE_RIP_AND_FINISH in prep for TF a...vboxsync2022-10-311-12/+12
* IEM: Added AES-NI instructions.vboxsync2022-10-141-1/+69
* Added a todo.vboxsync2022-10-121-0/+2
* VMM/IEM: Implement [v]pclmulqdq instruction, ​bugref:9898vboxsync2022-09-081-1/+61
* VMM/IEM: Current state of the pcmpistri isntruction (missing the C only imple...vboxsync2022-09-071-4/+4
* VMM/IEM: Current state of the pcmpistri isntruction (missing the C only imple...vboxsync2022-09-071-1/+65
* VMM/IEM: Corrected table entry for iemOp_aeskeygen_Vdq_Wdq_Ib. bugref:9898vboxsync2022-09-041-1/+1
* VMM/IEM: Implement [v]pblendw/[v]blendps/[v]blendpd instructions, bugref:9898vboxsync2022-08-271-6/+86
* VMM/IEM: Implement [v]palignr instructions, bugref:9898vboxsync2022-08-271-2/+128
* scm copyright and license note updatevboxsync2022-08-221-8/+18
* scm --update-copyright-yearvboxsync2022-01-011-1/+1
* Copyright year updates by scm.vboxsync2020-02-041-1/+1
* scm --update-copyright-yearvboxsync2019-01-011-1/+1
* IEM: Stubbed VEX opcode map 2 and 3.vboxsync2017-04-071-15/+10
* IEM: Stubbed the three byte opcode tables.vboxsync2017-04-071-0/+507