VirtualBox

source: vbox/trunk/src/VBox/VMM/VMMAll/IEMAllInstructions.cpp.h

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @40244   13 years vboxsync IEM: Implemented FPU instructions 0xd9 0xf3 thru 0xd9 0xff, completing …
(edit) @40243   13 years vboxsync typos.
(edit) @40242   13 years vboxsync f2xm1, fyl2x, fptan. fpu stack push bugfix.
(edit) @40239   13 years vboxsync IEM: Implemented 0xd9 0xe0 thru 0xd9 0xee (fpu stuff).
(edit) @40224   13 years vboxsync IEM: Implemented fxch.
(edit) @40223   13 years vboxsync IEM: fnop, fld stN and a bunch of FPU related fixes.
(edit) @40222   13 years vboxsync IEM: Implemented fldcw, fldenv fnstcw and fnstenv.
(edit) @40210   13 years vboxsync IEM: fst/fstp m64r/m32r.
(edit) @40209   13 years vboxsync IEM: Implemented missing FPU instructions starting with 0xd8 and …
(edit) @40199   13 years vboxsync fstp st0
(edit) @40175   13 years vboxsync Some cleaning up.
(edit) @40174   13 years vboxsync checked out some todos.
(edit) @40169   13 years vboxsync IEM: fnclex.
(edit) @40165   13 years vboxsync Implemented fistp (needs testcase).
(edit) @40164   13 years vboxsync IEM: A bunch of r80 by r80 instructions, needed fsubrp stN,st0.
(edit) @40163   13 years vboxsync IEM: More r80 by m64r instructions.
(edit) @40162   13 years vboxsync fmul st0,m64r
(edit) @40154   13 years vboxsync IEM: fdiv implemented but untested.
(edit) @40143   13 years vboxsync fdiv - almost there…
(edit) @40141   13 years vboxsync fdiv implementation in progress (-> laptop).
(edit) @40093   13 years vboxsync IEM: fld m64i
(edit) @40092   13 years vboxsync build fix
(edit) @40089   13 years vboxsync 0xdf 11/1 seems to behave like fxch st(i), while 0xdf 11/2 and 11/3 …
(edit) @40088   13 years vboxsync IEM: 0xde 11/2 seems to behave like fcomp.
(edit) @40087   13 years vboxsync IEM: 0xdd 11/1 seems to behave like fxch.
(edit) @40086   13 years vboxsync More FPU instruction stubs and attempts at figuring out what the …
(edit) @40083   13 years vboxsync More FPU instruction stubs.
(edit) @40082   13 years vboxsync More FPU instruction stubs.
(edit) @40077   13 years vboxsync Implemented fld, currently sans #D exceptions.
(edit) @40072   13 years vboxsync hacking in progress…
(edit) @40042   13 years vboxsync a bit more…
(edit) @40024   13 years vboxsync IEM: Some more FPU work underways.
(edit) @40022   13 years vboxsync IEM: fxsave & fxrstor.
(edit) @40017   13 years vboxsync fxsave + fxrstor is underways => laptop.
(edit) @40001   13 years vboxsync IEM: Filled in some NOPs and PREFETCHes.
(edit) @40000   13 years vboxsync IEM: Group 15 stubs.
(edit) @39994   13 years vboxsync IEM: Try to fix build error
(edit) @39993   13 years vboxsync tstX86-1: Some fxsave and fxrstor tests.
(edit) @39990   13 years vboxsync oops. commited a bit too much.
(edit) @39989   13 years vboxsync txtX86-1: some prefix decoding checks for the groups and rex.
(edit) @39974   13 years vboxsync IEM: Implemented rdmsr.
(edit) @39971   13 years vboxsync IEM: VERR_NOT_IMPLEMENTED -> VERR_IEM_INSTR_NOT_IMPLEMENTED or …
(edit) @39970   13 years vboxsync IEM: Implemented bswap. Fixed verification of INS.
(edit) @39958   13 years vboxsync IEM: String fixes; invlpg.
(edit) @39931   13 years vboxsync iemOp_Grp8: ditto
(edit) @39930   13 years vboxsync iemOpCommonBit_Ev_Gv: Fixed lock-prefixed bts and friends.
(edit) @39497   13 years vboxsync IEM: todo
(edit) @39127   13 years vboxsync IEM: Adding GET_NEXT_U16_ZX_U32/64 and GET_NEXT_U32_ZX_U64.
(edit) @39125   13 years vboxsync IEM: Fixed some details in the AAM, SAHF and LAHF instruction emulation.
(edit) @39078   13 years vboxsync VMM: -Wunused-parameter
(edit) @38084   13 years vboxsync IEM: Implemented immediate far call.
(edit) @38079   13 years vboxsync IEM: Implemented AAM, fixed AAD.
(edit) @38077   13 years vboxsync IEM: Implemented LAHF/SAHF.
(edit) @38074   13 years vboxsync IEM: Implemented CMC.
(edit) @38073   13 years vboxsync IEM: Implemented CBW and friends.
(edit) @37934   13 years vboxsync IEM: two mnemonic typos.
(edit) @37918   13 years vboxsync IEM: Implemented AAD (used by the bios build by watcomc) and fixed a …
(edit) @37084   14 years vboxsync IEM: xadd
(edit) @37056   14 years vboxsync IEMAllAImpl.asm: BEGINCODE
(edit) @37008   14 years vboxsync IEM: More checks and another build fix attempt.
(edit) @37007   14 years vboxsync IEM: check more, try fix build.
(edit) @37004   14 years vboxsync IEM: More cleanup and checks.
(edit) @37003   14 years vboxsync IEM: More cleanup and checks.
(edit) @37002   14 years vboxsync IEM: Cleaning up and 'microcode' testcase - work in progress…
(edit) @36860   14 years vboxsync IEM: rdtsc, mov DRx, ltr, lldt. cmovnle fix.
(edit) @36857   14 years vboxsync IEM: bsf, bsr, bt, btc, bts, btr and leave. Some cleaning up.
(edit) @36851   14 years vboxsync IEM: SHLD, SHRD.
(edit) @36849   14 years vboxsync IEM: Some more bits.
(edit) @36844   14 years vboxsync IEM: started drilling down to FINIT, but have to change location.
(edit) @36841   14 years vboxsync IEM: CMOVcc, JMPF Ep.
(edit) @36840   14 years vboxsync IEM: cpuid, clts, fixes.
(edit) @36838   14 years vboxsync IEM: SMSW and LMSW.
(edit) @36835   14 years vboxsync IEM: pop Ev; fixed the setting of accessed bit.
(edit) @36833   14 years vboxsync IEM: Fixed missing RIP advancing when rCX was 0. 'LSS GReg, r/m' …
(edit) @36829   14 years vboxsync IEM: Some more instructions and tweaks.
(edit) @36828   14 years vboxsync IEM: implemented XLAT, extended the output when hitting a stub.
(edit) @36821   14 years vboxsync IEM: imul, fixes & optimization hack.
(edit) @36815   14 years vboxsync IEM: XCHG mem,reg and CALLN r/m
(edit) @36812   14 years vboxsync IEM: hlt
(edit) @36795   14 years vboxsync IEM: Verify memory writes, fixed bugs found doing so.
(edit) @36794   14 years vboxsync IEM: Verify I/O port read and writes as well as MMIO accesses. …
(edit) @36780   14 years vboxsync IEM: Some more bits.
(edit) @36775   14 years vboxsync gcc build fixes.
(edit) @36774   14 years vboxsync build fix.
(edit) @36769   14 years vboxsync build fixes.
(add) @36768   14 years vboxsync IEM: Initial commit, work in progress.
Note: See TracRevisionLog for help on using the revision log.

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