aboutsummaryrefslogtreecommitdiff
path: root/test/long_mode
AgeCommit message (Expand)Author
12 hourspextr*/extractpsiximeow
12 hoursinvept precisioniximeow
12 hoursmore precision for vinsert/vextract/vblendv{ps,pd}iximeow
12 hoursactually support avx/f16c in per-uarch decodingiximeow
12 hoursvmaskmovdqu, vmovq were also incorrect in some ways...iximeow
13 hoursmore general avx improvementsiximeow
13 hourscleanup pass on vex-encoded instructions is going to be excitingiximeow
13 hoursmaskmov{q,dqu} memory access sizeiximeow
13 hoursmore precise about 0f0d prefetch/nopiximeow
13 hoursfix table management instructions' ({l,s}{g,i,l}dt) mem_sizeiximeow
13 hoursmore accurate mov seg-to-gpr operand sizeiximeow
13 hourspush/pop for segment registers has implicit memory accessiximeow
13 hourspushf, popf, enter, leave, xlat all have implicit memory accessiximeow
2026-02-22correct push-immediate memory access sizeiximeow
2025-09-29annotation description test requires `fmt`iximeow
2025-06-013dnow was still supported on K8, K10. 32-bit mode should learn about uarch tw...iximeow
2025-06-01expand isa feature selection to more bitsiximeow
2024-06-24rename most operand variants, make them structy rather than tupleyiximeow
2024-06-23add additional `call` test casesiximeow
2024-06-23InstructionTextBuffer is only present with alloc (new crate flag)iximeow
2024-06-22NoColorsSink has a decent name nowiximeow
2024-06-22extract reusable display bits into yaxpeax-arch, add a visitor fn to Operandiximeow
2024-06-21things compile again, add a few more caution signs around InstructionTextBufferiximeow
2024-06-20starting to get new DisplaySink stuff ready to extract...iximeow
2024-06-19better testing for alternate sinks, fix hex formatting bug....iximeow
2024-06-18enough infratructure to avoid bounds checks, at incredible user costiximeow
2024-06-16commit unshippable wildly unsafe asm-filled printing codeiximeow
2024-04-02display opt: mem size labels and minor segment reporting changesiximeow
2023-12-16fix hreset being disassembled as having second operand of "Nothing"iximeow
2023-12-16fix incorrect register selection for `vpbroadcastm{b2q,w2d}` with `rex.b` setiximeow
2023-12-16fix incorrect register selection for `vpmov*2m` with `rex.r` setiximeow
2023-12-16fix incorrect register selection for `vpmovm2*` with `rex.b` setiximeow
2023-12-16abnormal memory sizes for keylocker instructions are not bugsiximeow
2023-12-16fix opportunity for unhandled register synonymsiximeow
2023-12-15more RegSpec constructor validation, fix bug in x86_64 1b reg specsiximeow
2023-07-24fix handling of lar/lsl source registeriximeow
2023-07-23fix inconsistently-poreted memory access size of vcvt{,t}{sd,si}iximeow
2023-07-23fix + better test cvttsd2si+cvtsd2si (misdecode under 64-bit)iximeow
2023-07-08annotation ordering changed a bit in refactoring, for the better???iximeow
2023-07-08fix v(p)gather situations, get vex tests passing againiximeow
2023-07-05fix operand handling for the psl/psr family of xmm shifts/rotatesiximeow
2023-07-04two more test casesiximeow
2023-07-04fix some dancing between bank size and RegisterBank enum valuesiximeow
2023-03-05add `Opcode::is_jcc`, `Opcode::is_setcc`, and `Opcode::is_cmovcc` helpersiximeow
2022-05-30pshufb annotations use incorrect register banks (for now?)iximeow
2022-05-07more annotation fixes?iximeow
2022-05-01add testing setup for field descriptionsiximeow
2022-04-24fix a few issues preventing no-std builds from ... buildingiximeow
2022-01-12fuzz DisplayStyle::C and fix corresponding issues1.1.4iximeow
2021-12-19fix incorrect memory size for f30f1e-style nopiximeow