aboutsummaryrefslogtreecommitdiff
path: root/test/long_mode/operand.rs
AgeCommit message (Expand)Author
14 hoursvmaskmovdqu, vmovq were also incorrect in some ways...iximeow
14 hoursmaskmov{q,dqu} memory access sizeiximeow
14 hoursfix table management instructions' ({l,s}{g,i,l}dt) mem_sizeiximeow
14 hourspush/pop for segment registers has implicit memory accessiximeow
14 hourspushf, popf, enter, leave, xlat all have implicit memory accessiximeow
2026-02-22correct push-immediate memory access sizeiximeow
2024-06-24rename most operand variants, make them structy rather than tupleyiximeow
2021-08-21clarify inaccurate 32/16-bit `call/jmp [mem]` mem_sizeiximeow
2021-08-21report memory sizes for push, pop, call, retiximeow
2021-07-03factor out MemoryAccessSizeiximeow
2021-07-03add tests for MemoryAccessSize, consistentify style on docsiximeow
2021-07-01reallocate OperandCode, convert disparate registers to arrayiximeow
2020-05-23add SHA, BMI1, and BMI2, complete XSAVE extension supportiximeow
2020-05-21add sha, lzcnt, tsx, f16c, svm, movbe, adx, and prefetchw extensionsiximeow
2020-05-03add width() to ask width of an x86 operandiximeow