summaryrefslogtreecommitdiff
path: root/src/VBox/ValidationKit/bootsectors/bs3-cpu-instr-2-template.c
Commit message (Expand)AuthorAgeFilesLines
* ValidationKit/bs3-cpu-instr-2: Add adcx/adox testcase, bugref:9898vboxsync2023-03-031-0/+209
* Copyright year updates by scm.vboxsync2023-01-171-1/+1
* scm copyright and license note updatevboxsync2022-08-221-10/+20
* ValKit/bs3-cpu-instr-2: Simple crc32 instruction test. bugref:9898vboxsync2022-07-011-0/+267
* ValKit/bs3-cpu-instr-2: Added simple POPCNT test. bugref:9898vboxsync2022-06-231-0/+165
* ValKit/bs3-cpu-instr-2: Added simple MULX test. bugref:9898vboxsync2022-06-221-0/+168
* ValKit/bs3-cpu-instr-2: Added simple BZHI, PDEP and PEXT tests. bugref:9898vboxsync2022-06-221-7/+146
* ValKit/bs3-cpu-instr-2: Added simple BLSR, BLSMSK and BLSI tests. bugref:9898vboxsync2022-06-221-2/+258
* ValKit/bs3-cpu-instr-2: Added simple BSF/TZCNT and BSR/LZCNT tests. bugref:9898vboxsync2022-06-191-0/+543
* ValKit/bs3-cpu-instr-2: Added simple BEXTR, SHLX, SARX, and SHRX tests. bugre...vboxsync2022-06-191-0/+454
* ValKit/s3-cpu-instr-2: Extended the RORX test to cover one memory encoding in...vboxsync2022-06-171-35/+73
* ValKit/bs3-cpu-instr-2: Simple RORX test to establing whether V<>0 triggers #...vboxsync2022-06-151-3/+121
* scm --update-copyright-yearvboxsync2022-01-011-1/+1
* Copyright year updates by scm.vboxsync2020-02-041-1/+1
* scm --update-copyright-yearvboxsync2019-01-011-1/+1
* bootsectors/bs3-cpu-instr-2-template: Fix typo in testing WRGSBASE instruction.vboxsync2018-06-281-1/+1
* bootsectors/bs3-cpu-instr-2: Fix restoring FS/GS base after testing.vboxsync2018-01-231-5/+12
* bootsectors/bs3-cpu-instr-2: Use the FS/GS base MSR to verify initial, existi...vboxsync2018-01-231-9/+12
* bootsectors/bs3-cpu-instr-2: Clear out rbx so rdfsbase, rdgsbase can't incorr...vboxsync2018-01-221-9/+11
* bootsector/bs3-cpu-instr-2: FSGSBASE testcase fixes.vboxsync2018-01-221-14/+22
* bootsectors/bs3-cpu-instr-2: Added testcase for FSGSBASE instructions.vboxsync2018-01-191-0/+331
* (C) yearvboxsync2017-10-171-1/+1
* IEM: Converted grp 9 to tables and fixed cmpxchg16b/8b prefix handling.vboxsync2017-03-291-8/+29
* bs3-cpu-instr-2: Simple cmpxchg16b testcase.vboxsync2017-01-291-0/+114
* validationkit: warningsvboxsync2016-11-281-5/+5
* bs3-cpu-instr-2: Test 2 operand imul variant.vboxsync2016-07-221-0/+47
* bs3kit: div and mul testcase.vboxsync2016-07-211-26/+232
* bs3kit: Added a instruction test case for imul & idiv.vboxsync2016-07-211-0/+299