summaryrefslogtreecommitdiff
path: root/src/VBox/VMM/VMMAll/IEMAllAImpl.asm
Commit message (Expand)AuthorAgeFilesLines
* VMM: scm cleanupsvboxsync2017-10-241-0/+1
* (C) yearvboxsync2017-10-171-1/+1
* IEM: cmpxchg16v implementation (disabled).vboxsync2017-01-291-0/+70
* IEM: Fixed FYL2X implementation.vboxsync2017-01-081-1/+1
* (C) 2016vboxsync2016-07-221-1/+1
* VMM: Updated (C) year.vboxsync2015-06-091-1/+1
* IEM: Started on 64-bit ops on 32-bit hosts.vboxsync2013-08-281-72/+16
* IEM: Bunch of fixes, mostly DOS related.vboxsync2013-08-061-4/+4
* IEM: pmovmskb.vboxsync2013-07-251-0/+36
* IEM: Added pcmpeqb/w/d and corrected alignment exception handling a little.vboxsync2013-07-251-0/+3
* IEM: Packed Shuffle Stuff.vboxsync2013-07-251-0/+63
* IEM: More SSE/MMX stuff.vboxsync2013-07-251-0/+150
* IEM: More 64-bit fixes.vboxsync2013-07-221-2/+2
* IEM: Implemented mfence, lfence, sfence.vboxsync2013-07-221-0/+30
* IEM: started on iemRaiseXcptOrIntInLongMode but isn't there quite yet.vboxsync2013-07-151-33/+49
* IEM: idiv and div missing bits and fixes.vboxsync2013-07-141-5/+122
* build fixvboxsync2013-07-051-6/+7
* 8-bit idiv overflow checks.vboxsync2013-07-051-28/+33
* build fixvboxsync2013-07-041-30/+29
* check for DIV overflow, fixing DIV/0 checks. IDIV overflow/underflow is still...vboxsync2013-07-041-10/+63
* IEM: Fixed BSF and BSR bug where they would set the destination register when...vboxsync2012-08-091-0/+6
* IEMAllAImpl.asm: Fixed the wrong 'RET X' stuff in 32-bit mode once and for all.vboxsync2012-08-081-102/+134
* IEM: Implemented CMPXCHG.vboxsync2012-08-071-0/+98
* build fixesvboxsync2012-08-071-4/+4
* IEM: Implemented CMPXCHG8B. Fixed PGMPhysIemGCPhys2Ptr so that it doesn't ret...vboxsync2012-08-061-1/+96
* Fixes argument counting messup in various fist and fst assembly implementations.vboxsync2012-03-181-27/+27
* Implemented fpu instruction stubs starting with 0xdd (fiadd m32i ++).vboxsync2012-02-251-0/+70
* fcomi, fcomip, fucomi and fucomip.vboxsync2012-02-241-0/+37
* IEM: fstp/fld m80r.vboxsync2012-02-241-0/+50
* IEM: fst[p], fist[p] and fisttp implementations and fixes.vboxsync2012-02-241-13/+204
* IEM: Completed FPU instruction starting with 0xdb. Fixed build break from pre...vboxsync2012-02-241-1/+100
* IEM: Implemented FPU instructions 0xd9 0xf3 thru 0xd9 0xff, completing the 0x...vboxsync2012-02-241-13/+62
* f2xm1, fyl2x, fptan. fpu stack push bugfix.vboxsync2012-02-231-0/+42
* IEM: Implemented 0xd9 0xe0 thru 0xd9 0xee (fpu stuff).vboxsync2012-02-231-0/+102
* IEM: Implemented missing FPU instructions starting with 0xd8 and adjusted fld...vboxsync2012-02-221-32/+226
* Implemented fistp (needs testcase).vboxsync2012-02-171-0/+25
* IEM: A bunch of r80 by r80 instructions, needed fsubrp stN,st0.vboxsync2012-02-171-2/+42
* IEM: More r80 by m64r instructions.vboxsync2012-02-161-29/+15
* fmul st0,m64rvboxsync2012-02-161-1/+27
* IEM: Debugged fdiv, hacked my way around shortcuts in the recompiler FPU impl...vboxsync2012-02-161-6/+23
* fdiv - almost there...vboxsync2012-02-161-1/+38
* IEM: fdiv work. Added x86extra.mac for non-automatic x86.h bits.vboxsync2012-02-151-44/+0
* IEM: fld m64ivboxsync2012-02-131-0/+22
* Implemented fld, currently sans #D exceptions.vboxsync2012-02-111-0/+84
* IEM: Implemented bswap. Fixed verification of INS.vboxsync2012-02-021-0/+43
* IEMAllAImpl.asm: Build fix.vboxsync2011-07-181-16/+23
* IEMAllAImpl.asm: Fixed fastcall bug.vboxsync2011-07-181-159/+131
* IEM: typovboxsync2011-07-181-1/+1
* IEM: Made it link on 32-bit windows.vboxsync2011-07-181-67/+103
* Moved VBox/x86.h/mac to iprt/x86.h/mac.vboxsync2011-07-141-1/+1