VirtualBox

source: vbox/trunk/src/VBox/VMM/testcase/tstIEMCheckMc.cpp

修定紀錄模式:


圖例:

新增
修改
複製或更名
差異 修訂 年份 作者 更動紀錄訊息
(edit) @62478   8 年 vboxsync (C) 2016
(edit) @62091   8 年 vboxsync IEM: Converted IEMOP_HLP_NO_LOCK_PREFIX to …
(edit) @62015   8 年 vboxsync IEM: Switched from using IEMCPU directly to using with via VMCPU. This …
(edit) @61886   8 年 vboxsync IEM: build fix
(edit) @61652   8 年 vboxsync IEM: quick movsd Wsd,Vsd impl for tindermac6.
(edit) @61651   8 年 vboxsync IEM: quick movsd Wsd,Vsd impl for tindermac6.
(edit) @61064   9 年 vboxsync IEM: FPU & SSE ring-0/raw-mode usage preps.
(edit) @60992   9 年 vboxsync IEM: Implemented movntps/d and movaps/d. (lacks proper testcase)
(edit) @60961   9 年 vboxsync IEM: tstIEMCheckMc vs clang fixes.
(edit) @60415   9 年 vboxsync IEM: Implemented main characteristics of 8086, 80186 and 80286.
(edit) @60384   9 年 vboxsync IEM: Marked instructions introduced by the 186, 286, 386 and 486 to …
(edit) @57432   9 年 vboxsync iprt/cdefs.h,*: Split RT_NO_THROW into prototype and definition macros …
(edit) @57358   9 年 vboxsync *: scm cleanup run.
(edit) @56287   9 年 vboxsync VMM: Updated (C) year.
(edit) @55289   10 年 vboxsync IEM,CPUM: Implemented XSETBV and XGETBV.
(edit) @55229   10 年 vboxsync CPUM,IEM: Expose GuestFeatures and HostFeatures (exploded CPUID), …
(edit) @53183   10 年 vboxsync IEMAll: Added IEM_MC_FETCH_MEM_I64 and tweaked the VT-x verification …
(edit) @47744   11 年 vboxsync PUSH SREG intel update.
(edit) @47568   11 年 vboxsync IEM: LAR,LSL,ARPL, and some tracing (RTTraceBuf*).
(edit) @47413   11 年 vboxsync IEM: Started introducing some disassembler details in the decoder that …
(edit) @47411   11 年 vboxsync IEM: pmovmskb.
(edit) @47407   11 年 vboxsync IEM: Added pcmpeqb/w/d and corrected alignment exception handling a little.
(edit) @47400   11 年 vboxsync More call argument validations.
(edit) @47399   11 年 vboxsync IEM: Packed Shuffle Stuff.
(edit) @47395   11 年 vboxsync u128Zero fix.
(edit) @47394   11 年 vboxsync IEM: movd/movq overhaul and both directions.
(edit) @47389   11 年 vboxsync IEM: More SSE and MMX.
(edit) @47385   11 年 vboxsync IEM: More SSE/MMX stuff.
(edit) @47382   11 年 vboxsync IEM: MOVD XM,GREG (sse2,mmx); REX prefix decoding fixes (must be last …
(edit) @47327   11 年 vboxsync IEM: Implemented swapgs
(edit) @47326   11 年 vboxsync IEM: Implemented the mwait & monitor instructions. (Still work to be …
(edit) @47307   11 年 vboxsync IEM: Implemented mfence, lfence, sfence.
(edit) @47284   11 年 vboxsync Fixed jmp far [indirect] and call far [indirect] to no cause #UD. …
(edit) @47138   11 年 vboxsync IEM: idiv and div missing bits and fixes.
(edit) @46953   11 年 vboxsync rip addressing fix for instructions with immediates.
(edit) @44529   12 年 vboxsync header (C) fixes
(edit) @44528   12 年 vboxsync header (C) fixes
(edit) @42676   12 年 vboxsync IEM: IRET to V8086 (had to try). Set CPUM_CHANGED_FPU_REM. Added …
(edit) @42670   12 年 vboxsync Fixed fnstcw. Implemented fnsave and frstor.
(edit) @42621   12 年 vboxsync IEM: Implemented SIDT, SGDT, SLDT and STR. Fixed LLDT and LTR mode …
(edit) @42610   12 年 vboxsync IEM: Implemented SGDT and SIDT.
(edit) @42487   12 年 vboxsync IEM: imul fixes.
(edit) @42437   12 年 vboxsync IEM: Stats and more gentle stubs for unimplemented instructions.
(edit) @40266   13 年 vboxsync Added stubs for most instructions.
(edit) @40256   13 年 vboxsync IEM: fnstsw m16, ffree and ffreep, reimplemented fincstp and fdecstp.
(edit) @40255   13 年 vboxsync Implemented fpu instruction stubs starting with 0xdd (fiadd m32i ++).
(edit) @40248   13 年 vboxsync IEM: fst[p], fist[p] and fisttp implementations and fixes.
(edit) @40247   13 年 vboxsync IEM: Completed FPU instruction starting with 0xdb. Fixed build break …
(edit) @40246   13 年 vboxsync IEM: Conditional FPU move instructions (FCMOV*).
(edit) @40244   13 年 vboxsync IEM: Implemented FPU instructions 0xd9 0xf3 thru 0xd9 0xff, completing …
(edit) @40243   13 年 vboxsync typos.
(edit) @40242   13 年 vboxsync f2xm1, fyl2x, fptan. fpu stack push bugfix.
(edit) @40239   13 年 vboxsync IEM: Implemented 0xd9 0xe0 thru 0xd9 0xee (fpu stuff).
(edit) @40224   13 年 vboxsync IEM: Implemented fxch.
(edit) @40223   13 年 vboxsync IEM: fnop, fld stN and a bunch of FPU related fixes.
(edit) @40209   13 年 vboxsync IEM: Implemented missing FPU instructions starting with 0xd8 and …
(edit) @40199   13 年 vboxsync fstp st0
(edit) @40182   13 年 vboxsync protected mode far call and far return.
(edit) @40176   13 年 vboxsync Build fix
(edit) @40174   13 年 vboxsync checked out some todos.
(edit) @40169   13 年 vboxsync IEM: fnclex.
(edit) @40165   13 年 vboxsync Implemented fistp (needs testcase).
(edit) @40164   13 年 vboxsync IEM: A bunch of r80 by r80 instructions, needed fsubrp stN,st0.
(edit) @40163   13 年 vboxsync IEM: More r80 by m64r instructions.
(edit) @40154   13 年 vboxsync IEM: fdiv implemented but untested.
(edit) @40143   13 年 vboxsync fdiv - almost there…
(edit) @40141   13 年 vboxsync fdiv implementation in progress (-> laptop).
(edit) @40093   13 年 vboxsync IEM: fld m64i
(edit) @40072   13 年 vboxsync hacking in progress…
(edit) @40001   13 年 vboxsync IEM: Filled in some NOPs and PREFETCHes.
(edit) @39970   13 年 vboxsync IEM: Implemented bswap. Fixed verification of INS.
(edit) @39402   13 年 vboxsync VMM: don't use generic IPE status codes, use specific ones. Part 1.
(edit) @39127   13 年 vboxsync IEM: Adding GET_NEXT_U16_ZX_U32/64 and GET_NEXT_U32_ZX_U64.
(edit) @39125   13 年 vboxsync IEM: Fixed some details in the AAM, SAHF and LAHF instruction emulation.
(edit) @39070   13 年 vboxsync VMM,IPRT: -Wunused-function.
(edit) @38077   13 年 vboxsync IEM: Implemented LAHF/SAHF.
(edit) @38074   13 年 vboxsync IEM: Implemented CMC.
(edit) @38073   13 年 vboxsync IEM: Implemented CBW and friends.
(edit) @37008   14 年 vboxsync IEM: More checks and another build fix attempt.
(edit) @37006   14 年 vboxsync IEM: check more, try fix build.
(edit) @37005   14 年 vboxsync build fix
(edit) @37004   14 年 vboxsync IEM: More cleanup and checks.
(edit) @37003   14 年 vboxsync IEM: More cleanup and checks.
(add) @37002   14 年 vboxsync IEM: Cleaning up and 'microcode' testcase - work in progress…
注意: 瀏覽 TracRevisionLog 來幫助您使用修訂紀錄功能

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