VirtualBox

source: vbox/trunk/include/VBox/dis.h

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @58110   9 years vboxsync include,misc: Doxygen grouping adjustments, collecting all the VMM …
(edit) @56291   9 years vboxsync include: Updated (C) year.
(edit) @55033   10 years vboxsync Disassembler: typo & nit.
(edit) @53172   10 years vboxsync DIS: #6249: Complex instructions support (like gather) and some fixes. …
(edit) @53094   10 years vboxsync DIS: #6251: AVX / VEX instructions support (two byte instructions …
(edit) @47412   11 years vboxsync PMOVSKB -> PMOVMSKB; DISOPTYPE_SSE/MMX/FPU.
(edit) @46993   11 years vboxsync DISPREFIX_REX_FLAGS is 0, so don't use it.
(edit) @42186   12 years vboxsync SELM,DIS,CPUM,EM: Hidden selector register cleanups.
(edit) @41886   12 years vboxsync DIS: Api name typo (missing r).
(edit) @41798   12 years vboxsync doc update.
(edit) @41793   12 years vboxsync Encourage tail optimizations and keeping things in the same registers …
(edit) @41792   12 years vboxsync Some more DISSTATE adjustments.
(edit) @41791   12 years vboxsync DIS,CSAM: Drop pvUser2.
(edit) @41790   12 years vboxsync DISCPUSTATE -> DISSTATE (slow change).
(edit) @41789   12 years vboxsync DIS: pCpu -> pDis.
(edit) @41788   12 years vboxsync DIS: Set cbPrefix
(edit) @41786   12 years vboxsync DIS: Forgotten FNDISPARSE change in previous commit + …
(edit) @41760   12 years vboxsync DIS: Chagned FNDISREADBYTES to permit reading more bytes that the …
(edit) @41747   12 years vboxsync Removed some unused strings.
(edit) @41746   12 years vboxsync dis.h: docs.
(edit) @41745   12 years vboxsync typo.
(edit) @41744   12 years vboxsync DISOPPARAM: s/base.reg_*/Base.idx*Reg/ + docs
(edit) @41743   12 years vboxsync DISOPPARAM: s/index.reg_gen/Index.idxGenReg/ + doc
(edit) @41742   12 years vboxsync DISOPPARAM: s/scale/uScale/ + doc
(edit) @41741   12 years vboxsync DISOPPARAM: s/parval/uValue/ + doc
(edit) @41740   12 years vboxsync DISOPPARAM: s/param/fParam/ to match the related DISOPCODE members.
(edit) @41739   12 years vboxsync DISCPUSTATE: s/param/Param/
(edit) @41738   12 years vboxsync DISOPCODE: s/optype/fOpType/ s/param/fParam/ docs
(edit) @41737   12 years vboxsync DISOPCODE: s/opcode/uOpcode/
(edit) @41736   12 years vboxsync DISCPUMODE: s/mode/uCpuMode/ - found and removed a bunch of uncessary …
(edit) @41735   12 years vboxsync DISCPUCORE: s/addrmode/uAddrMode/ s/opmode/uOpMode/
(edit) @41734   12 years vboxsync DISCPUSTATE: s/prefix/fPrefix/ and a couple of forgotten opcode uses.
(edit) @41733   12 years vboxsync DISCPUSTATE: s/prefix_rex/fRexPrefix/ s/lastprefix/bLastPrefix/ …
(edit) @41732   12 years vboxsync DISCPUSTATE::opsize -> cbInstr.
(edit) @41731   12 years vboxsync DIS: Split up apvUserData, dropping the 3rd entry. 2nd entry (now …
(edit) @41730   12 years vboxsync DIS: Some nits.
(edit) @41729   12 years vboxsync DISQueryParamVal: renamed related types and constants and reduced the …
(edit) @41728   12 years vboxsync DIS: register macro name adjustments - part two.
(edit) @41727   12 years vboxsync DIS: register macro name adjustments.
(edit) @41706   12 years vboxsync dis.h: Drop the pragma pack(4) around DISOPCODE, it has no effect and …
(edit) @41692   12 years vboxsync DIS: Reducing the DISCPUMODE even more (200 bytes now) and making it …
(edit) @41690   12 years vboxsync DIS: More cleanups.
(edit) @41678   12 years vboxsync OP_PARAMETER::flags -> fUse.
(edit) @41676   12 years vboxsync DIS: More scoping work.
(edit) @41675   12 years vboxsync DIS: The start of the scoping exercise... Fixed PREFIX_ADDRSIZE that I …
(edit) @41674   12 years vboxsync DISCoreOne* -> DISCore*.
(edit) @41671   12 years vboxsync DISInstr* -> DISInstrToStr + cbOutput argument.
(edit) @41669   12 years vboxsync DISInstr -> DISInstrToStr.
(edit) @41668   12 years vboxsync DIS,DIS-users: Drop the operand/parameter formatting during …
(edit) @41663   12 years vboxsync DIS,EM,PGM,PATM: Changed the size and scale members of OP_PARAMETER …
(edit) @41662   12 years vboxsync DIS,CSAM: Combine the displacement members of OP_PARAMETER into a …
(edit) @41658   12 years vboxsync DIS,VMM,REM,IPRT: Disassembler API adjustments.
(edit) @41501   13 years vboxsync DISFormatYasmIsOddEncoding: From tstDisasm-2.
(edit) @37702   13 years vboxsync REM/VMM: Don't flush the TLB if you don't hold the EM/REM lock, some …
(edit) @33540   14 years vboxsync *: spelling fixes, thanks Timeless!
(edit) @28800   15 years vboxsync Automated rebranding to Oracle copyright/license strings via filemuncher
(edit) @21187   15 years vboxsync Deal with operand size and mod default values for certain instructions …
(edit) @20537   15 years vboxsync dis.h: DISCPUSTATE_PADDING_SIZE correction for 32-bit windows.
(edit) @20530   15 years vboxsync VMM: remove DISCPUSTATE from the stack.
(edit) @20374   15 years vboxsync *: s/RT_\(BEGIN|END\)_DECLS/RT_C_DECLS_\1/g
(edit) @20363   15 years vboxsync VBox/*: BEGIN_DECLS -> RT_BEGIN_DECLS; END_DECLS -> RT_END_DECLS.
(edit) @10273   16 years vboxsync USE_IMMEDIATE64_SX8 added
(edit) @10107   16 years vboxsync Added CR8 write (alias for APIC TPR write).
(edit) @10016   16 years vboxsync Corrected parameter types (const). Use SELMToFlatEx instead of …
(edit) @9924   16 years vboxsync More corrections
(edit) @9921   16 years vboxsync Corrections
(edit) @9919   16 years vboxsync Deal with DIL, SIL, BPL & SPL register accesses. (64 bits mode only)
(edit) @9761   16 years vboxsync 64 bits disassembly changes (32 bits displacement sign extended to 64 bits)
(edit) @9675   16 years vboxsync General cleanup of SELMToFlat.
(edit) @9272   17 years vboxsync Fixed symbol lookup - pCpu was missing.
(edit) @9271   17 years vboxsync Implemented symbol lookup, strict / relaxed assembly, and relative …
(edit) @9266   17 years vboxsync DISFormatYasm(Ex).
(edit) @9216   17 years vboxsync Compile issues (32 bits host/64 bits guest)
(edit) @9131   17 years vboxsync Dropped the USE_EFFICIENT_ADDRESS flag. This breaks assumptions in …
(edit) @9097   17 years vboxsync ParseEscFP: Why copy fpop->param[12] to pCpu->param[12].parval? …
(edit) @8999   17 years vboxsync Disassembler updates for 64 bits code
(edit) @8357   17 years vboxsync More disassmbler updates
(edit) @8352   17 years vboxsync More 64 bits disasm updates
(edit) @8336   17 years vboxsync More disassembler updates
(edit) @8333   17 years vboxsync Disassembler updates for 64 bits support
(edit) @8299   17 years vboxsync Updates for disassembling 64 bits instructions
(edit) @8234   17 years vboxsync MMIO: Cleanup up (removed duplicate code) Disassembler: simplified …
(edit) @8228   17 years vboxsync Previous change incorrect. Just index values
(edit) @8155   17 years vboxsync The Big Sun Rebranding Header Change
(edit) @8149   17 years vboxsync More 64 bits disassembler updates
(edit) @8142   17 years vboxsync Some updates for 64 bits disassembly
(edit) @7285   17 years vboxsync added DISQueryParamRegPtr to return a pointer to a register which is …
(edit) @7134   17 years vboxsync Eliminate cpum.h dependency (shuts up a bunch of .c warnings). Fixed …
(edit) @7015   17 years vboxsync Cleaned up
(edit) @7000   17 years vboxsync Started with changes for disassembling 64 bits instructions
(edit) @5999   17 years vboxsync The Giant CDDL Dual-License Header Change.
(edit) @5605   17 years vboxsync BIT => RT_BIT, BIT64 => RT_BIT_64. BIT() is defined in Linux 2.6.24
(edit) @4953   17 years vboxsync Cleaned up disassembler
(edit) @4071   17 years vboxsync Biggest check-in ever. New source code headers for all (C) innotek files.
(edit) @3783   17 years vboxsync Only L4 then
(edit) @3782   17 years vboxsync Attempt to fix build errors
(edit) @3632   17 years vboxsync VBox_hdr_h -> _VBox_hdr_h
(edit) @3205   17 years vboxsync Added OPTYPE_PORTIO_READ & OPTYPE_PORTIO_WRITE
(edit) @2981   18 years vboxsync InnoTek -> innotek: all the headers and comments.
(edit) @2333   18 years vboxsync gcc-4.2 warnings
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