nasm/travis
H. Peter Anvin (Intel) 629cf75c3d tools/testgen: cover high register numbers (r8-r15, r16-r31)
Add register-number-focused coverage for every operand-class token that
has a hireg (r8-r15 / xmm-zmm8-15) or apxreg (r16-r31 / xmm-zmm16-31)
tier: registers 8+ only exist in 64-bit mode (they need a REX prefix,
or REX2/EVEX register-extension bits for 16-31), so this coverage is
64-bit-only regardless of the base token's own size.

Per template with at least one such token, generate one extra all-hireg
and one extra all-apxreg instruction line (once per template, not once
per --variants instance). Since NASM's own template-matching engine
transparently selects an alternate (e.g. APX/EVEX-encoded) pattern when
the operand syntax calls for it, the generator doesn't need to special-
case APX/EVEX iflags to decide whether extended registers are legal for
a given mnemonic -- it can simply try assembling and keep whichever
combination works. A staged-fallback probe (try hireg+apxreg, then
hireg alone, then apxreg alone, then neither) avoids letting one
genuinely-incompatible extra line (e.g. NOAPX/NOLONG-only mnemonics)
cost the whole mnemonic its pre-existing 64-bit coverage; the probe
checks --bits 16/32 too whenever a mnemonic's *only* templates need
64-bit registers regardless of number (e.g. URDMSR/UWRMSR), since in
that case the generated 'full' file is reused for every bit width.

Also fixes a latent bug: xmmreg/ymmreg/zmmreg previously drew uniformly
from registers 0-15, but 8-15 needs 64-bit mode just like the GPR
case -- so a template could non-deterministically lose its 16/32-bit
coverage whenever the RNG happened to land on 8-15 (e.g. ADDPD was
missing bin16/bin32 goldens before this fix). Register pools are now
split into explicit low (0-7)/hireg (8-15)/apxreg (16-31) tiers per
register class, threaded through gen_operand() via a new
parameter (defaulting to the existing 'low' behavior at all pre-
existing call sites).

Regenerated travis/insns/ (2606 mnemonics, 16 dropped -- unchanged
counts). Full suite validated via make -j32 travis: all tests PASS in
~27s.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-07-04 11:38:35 -07:00
..
_file_ travis: reorganize directories, add tests from the test/ directory 2026-06-30 20:54:46 -07:00
_version travis: reorganize directories, add tests from the test/ directory 2026-06-30 20:54:46 -07:00
a32offs travis: reorganize directories, add tests from the test/ directory 2026-06-30 20:54:46 -07:00
a64 travis: reorganize directories, add tests from the test/ directory 2026-06-30 20:54:46 -07:00
absolute travis: reorganize directories, add tests from the test/ directory 2026-06-30 20:54:46 -07:00
addr64x travis: reorganize directories, add tests from the test/ directory 2026-06-30 20:54:46 -07:00
align13 travis: reorganize directories, add tests from the test/ directory 2026-06-30 20:54:46 -07:00
align13s travis: reorganize directories, add tests from the test/ directory 2026-06-30 20:54:46 -07:00
alonesym-obj travis: reorganize directories, add tests from the test/ directory 2026-06-30 20:54:46 -07:00
amx travis: reorganize directories, add tests from the test/ directory 2026-06-30 20:54:46 -07:00
amx-2 travis: reorganize directories, add tests from the test/ directory 2026-06-30 20:54:46 -07:00
andbyte travis: reorganize directories, add tests from the test/ directory 2026-06-30 20:54:46 -07:00
aoutso travis: reorganize directories, add tests from the test/ directory 2026-06-30 20:54:46 -07:00
aouttest travis: reorganize directories, add tests from the test/ directory 2026-06-30 20:54:46 -07:00
apx travis: reorganize directories, add tests from the test/ directory 2026-06-30 20:54:46 -07:00
apx-arithm travis: reorganize directories, add tests from the test/ directory 2026-06-30 20:54:46 -07:00
apx-ccmpscc travis: reorganize directories, add tests from the test/ directory 2026-06-30 20:54:46 -07:00
apx-cfcmovcc travis: reorganize directories, add tests from the test/ directory 2026-06-30 20:54:46 -07:00
apx-cond travis: reorganize directories, add tests from the test/ directory 2026-06-30 20:54:46 -07:00
apx-ctestscc travis: reorganize directories, add tests from the test/ directory 2026-06-30 20:54:46 -07:00
apx-shifts travis: reorganize directories, add tests from the test/ directory 2026-06-30 20:54:46 -07:00
avx travis: reorganize directories, add tests from the test/ directory 2026-06-30 20:54:46 -07:00
avx-ne-convert travis: reorganize directories, add tests from the test/ directory 2026-06-30 20:54:46 -07:00
avx-ne-convert-64 travis: reorganize directories, add tests from the test/ directory 2026-06-30 20:54:46 -07:00
avx-vnni travis: reorganize directories, add tests from the test/ directory 2026-06-30 20:54:46 -07:00
avx-vnni-64 travis: reorganize directories, add tests from the test/ directory 2026-06-30 20:54:46 -07:00
avx-vnni-int8 travis: reorganize directories, add tests from the test/ directory 2026-06-30 20:54:46 -07:00
avx-vnni-int8-64 travis: reorganize directories, add tests from the test/ directory 2026-06-30 20:54:46 -07:00
avx-vnni-int16 travis: reorganize directories, add tests from the test/ directory 2026-06-30 20:54:46 -07:00
avx-vnni-int16-64 travis: reorganize directories, add tests from the test/ directory 2026-06-30 20:54:46 -07:00
avx2 travis: reorganize directories, add tests from the test/ directory 2026-06-30 20:54:46 -07:00
avx005 travis: reorganize directories, add tests from the test/ directory 2026-06-30 20:54:46 -07:00
avx10.1 travis: reorganize directories, add tests from the test/ directory 2026-06-30 20:54:46 -07:00
avx10.2 travis: reorganize directories, add tests from the test/ directory 2026-06-30 20:54:46 -07:00
avx512-vp2intersect travis: reorganize directories, add tests from the test/ directory 2026-06-30 20:54:46 -07:00
avx512bf16 travis: reorganize directories, add tests from the test/ directory 2026-06-30 20:54:46 -07:00
avx512bf16-64 travis: reorganize directories, add tests from the test/ directory 2026-06-30 20:54:46 -07:00
avx512bmm travis: reorganize directories, add tests from the test/ directory 2026-06-30 20:54:46 -07:00
avx512cd travis: reorganize directories, add tests from the test/ directory 2026-06-30 20:54:46 -07:00
avx512er travis: reorganize directories, add tests from the test/ directory 2026-06-30 20:54:46 -07:00
avx512f travis: reorganize directories, add tests from the test/ directory 2026-06-30 20:54:46 -07:00
avx512pf travis: reorganize directories, add tests from the test/ directory 2026-06-30 20:54:46 -07:00
avx512vp2intersect travis: reorganize directories, add tests from the test/ directory 2026-06-30 20:54:46 -07:00
avx512vp2intersect-64 travis: reorganize directories, add tests from the test/ directory 2026-06-30 20:54:46 -07:00
baddb travis: reorganize directories, add tests from the test/ directory 2026-06-30 20:54:46 -07:00
baddq travis: reorganize directories, add tests from the test/ directory 2026-06-30 20:54:46 -07:00
badrep travis: reorganize directories, add tests from the test/ directory 2026-06-30 20:54:46 -07:00
bcd travis: reorganize directories, add tests from the test/ directory 2026-06-30 20:54:46 -07:00
binexe travis: reorganize directories, add tests from the test/ directory 2026-06-30 20:54:46 -07:00
binoverflow travis: reorganize directories, add tests from the test/ directory 2026-06-30 20:54:46 -07:00
bintest travis: reorganize directories, add tests from the test/ directory 2026-06-30 20:54:46 -07:00
br560575 travis: reorganize directories, add tests from the test/ directory 2026-06-30 20:54:46 -07:00
br890790 travis: reorganize directories, add tests from the test/ directory 2026-06-30 20:54:46 -07:00
br978756 travis: reorganize directories, add tests from the test/ directory 2026-06-30 20:54:46 -07:00
br1879590 travis: reorganize directories, add tests from the test/ directory 2026-06-30 20:54:46 -07:00
br2003451 travis: reorganize directories, add tests from the test/ directory 2026-06-30 20:54:46 -07:00
br2030823 travis: reorganize directories, add tests from the test/ directory 2026-06-30 20:54:46 -07:00
br2148476 travis: reorganize directories, add tests from the test/ directory 2026-06-30 20:54:46 -07:00
br2222615 travis: reorganize directories, add tests from the test/ directory 2026-06-30 20:54:46 -07:00
br2496848 travis: reorganize directories, add tests from the test/ directory 2026-06-30 20:54:46 -07:00
br3005117 travis: reorganize directories, add tests from the test/ directory 2026-06-30 20:54:46 -07:00
br3026808 travis: reorganize directories, add tests from the test/ directory 2026-06-30 20:54:46 -07:00
br3028880 travis: reorganize directories, add tests from the test/ directory 2026-06-30 20:54:46 -07:00
br3041451 travis: reorganize directories, add tests from the test/ directory 2026-06-30 20:54:46 -07:00
br3058845 travis: reorganize directories, add tests from the test/ directory 2026-06-30 20:54:46 -07:00
br3066383 travis: reorganize directories, add tests from the test/ directory 2026-06-30 20:54:46 -07:00
br3074517 travis: reorganize directories, add tests from the test/ directory 2026-06-30 20:54:46 -07:00
br3092924 travis: reorganize directories, add tests from the test/ directory 2026-06-30 20:54:46 -07:00
br3104312 travis: reorganize directories, add tests from the test/ directory 2026-06-30 20:54:46 -07:00
br3109604 travis: reorganize directories, add tests from the test/ directory 2026-06-30 20:54:46 -07:00
br3174983 travis: reorganize directories, add tests from the test/ directory 2026-06-30 20:54:46 -07:00
br3187743 travis: reorganize directories, add tests from the test/ directory 2026-06-30 20:54:46 -07:00
br3189064 travis: reorganize directories, add tests from the test/ directory 2026-06-30 20:54:46 -07:00
br3200749 travis: reorganize directories, add tests from the test/ directory 2026-06-30 20:54:46 -07:00
br3385573 travis: reorganize directories, add tests from the test/ directory 2026-06-30 20:54:46 -07:00
br3392252 travis: reorganize directories, add tests from the test/ directory 2026-06-30 20:54:46 -07:00
br3392259 travis: reorganize directories, add tests from the test/ directory 2026-06-30 20:54:46 -07:00
br3392275 travis: reorganize directories, add tests from the test/ directory 2026-06-30 20:54:46 -07:00
br3392278 travis: reorganize directories, add tests from the test/ directory 2026-06-30 20:54:46 -07:00
br3392363 travis: reorganize directories, add tests from the test/ directory 2026-06-30 20:54:46 -07:00
br3392392 travis: reorganize directories, add tests from the test/ directory 2026-06-30 20:54:46 -07:00
br3392396 travis: reorganize directories, add tests from the test/ directory 2026-06-30 20:54:46 -07:00
br3392411 travis: reorganize directories, add tests from the test/ directory 2026-06-30 20:54:46 -07:00
br3392418 travis: reorganize directories, add tests from the test/ directory 2026-06-30 20:54:46 -07:00
br3392439 travis: reorganize directories, add tests from the test/ directory 2026-06-30 20:54:46 -07:00
br3392442 travis: reorganize directories, add tests from the test/ directory 2026-06-30 20:54:46 -07:00
br3392472 travis: reorganize directories, add tests from the test/ directory 2026-06-30 20:54:46 -07:00
br3392528 travis: reorganize directories, add tests from the test/ directory 2026-06-30 20:54:46 -07:00
br3392531 travis: reorganize directories, add tests from the test/ directory 2026-06-30 20:54:46 -07:00
br3392538 travis: reorganize directories, add tests from the test/ directory 2026-06-30 20:54:46 -07:00
br3392586 travis: reorganize directories, add tests from the test/ directory 2026-06-30 20:54:46 -07:00
br3392607 travis: reorganize directories, add tests from the test/ directory 2026-06-30 20:54:46 -07:00
br3392626 travis: reorganize directories, add tests from the test/ directory 2026-06-30 20:54:46 -07:00
br3392637 travis: reorganize directories, add tests from the test/ directory 2026-06-30 20:54:46 -07:00
br3392640 travis: reorganize directories, add tests from the test/ directory 2026-06-30 20:54:46 -07:00
br3392643 travis: reorganize directories, add tests from the test/ directory 2026-06-30 20:54:46 -07:00
br3392660 travis: reorganize directories, add tests from the test/ directory 2026-06-30 20:54:46 -07:00
br3392661 travis: reorganize directories, add tests from the test/ directory 2026-06-30 20:54:46 -07:00
br3392667 travis: reorganize directories, add tests from the test/ directory 2026-06-30 20:54:46 -07:00
br3392668-3 travis: reorganize directories, add tests from the test/ directory 2026-06-30 20:54:46 -07:00
br3392669-57 travis: reorganize directories, add tests from the test/ directory 2026-06-30 20:54:46 -07:00
br3392707 travis: reorganize directories, add tests from the test/ directory 2026-06-30 20:54:46 -07:00
br3392708 travis: reorganize directories, add tests from the test/ directory 2026-06-30 20:54:46 -07:00
br3392711 travis: reorganize directories, add tests from the test/ directory 2026-06-30 20:54:46 -07:00
br3392716 travis: reorganize directories, add tests from the test/ directory 2026-06-30 20:54:46 -07:00
br3392739 travis: reorganize directories, add tests from the test/ directory 2026-06-30 20:54:46 -07:00
br3392751 travis: reorganize directories, add tests from the test/ directory 2026-06-30 20:54:46 -07:00
bracedquote travis: reorganize directories, add tests from the test/ directory 2026-06-30 20:54:46 -07:00
ccmp travis: reorganize directories, add tests from the test/ directory 2026-06-30 20:54:46 -07:00
ccmp2 travis: reorganize directories, add tests from the test/ directory 2026-06-30 20:54:46 -07:00
changed travis: reorganize directories, add tests from the test/ directory 2026-06-30 20:54:46 -07:00
chrord travis: reorganize directories, add tests from the test/ directory 2026-06-30 20:54:46 -07:00
clzero travis: reorganize directories, add tests from the test/ directory 2026-06-30 20:54:46 -07:00
coffalign travis: reorganize directories, add tests from the test/ directory 2026-06-30 20:54:46 -07:00
cofftest travis: reorganize directories, add tests from the test/ directory 2026-06-30 20:54:46 -07:00
crc32 travis: reorganize directories, add tests from the test/ directory 2026-06-30 20:54:46 -07:00
ctxlocal travis: reorganize directories, add tests from the test/ directory 2026-06-30 20:54:46 -07:00
cv8struc travis: reorganize directories, add tests from the test/ directory 2026-06-30 20:54:46 -07:00
dbxsize travis: reorganize directories, add tests from the test/ directory 2026-06-30 20:54:46 -07:00
defalias travis: reorganize directories, add tests from the test/ directory 2026-06-30 20:54:46 -07:00
directive travis: reorganize directories, add tests from the test/ directory 2026-06-30 20:54:46 -07:00
dollar travis: reorganize directories, add tests from the test/ directory 2026-06-30 20:54:46 -07:00
dtbcd travis: reorganize directories, add tests from the test/ directory 2026-06-30 20:54:46 -07:00
dup travis: reorganize directories, add tests from the test/ directory 2026-06-30 20:54:46 -07:00
elf64so travis: reorganize directories, add tests from the test/ directory 2026-06-30 20:54:46 -07:00
elf_visibility travis: reorganize directories, add tests from the test/ directory 2026-06-30 20:54:46 -07:00
elfso travis: reorganize directories, add tests from the test/ directory 2026-06-30 20:54:46 -07:00
elftest travis: reorganize directories, add tests from the test/ directory 2026-06-30 20:54:46 -07:00
elif travis: reorganize directories, add tests from the test/ directory 2026-06-30 20:54:46 -07:00
emptyarg travis: reorganize directories, add tests from the test/ directory 2026-06-30 20:54:46 -07:00
evalerr travis: reorganize directories, add tests from the test/ directory 2026-06-30 20:54:46 -07:00
evalmacro travis: reorganize directories, add tests from the test/ directory 2026-06-30 20:54:46 -07:00
exitrep travis: reorganize directories, add tests from the test/ directory 2026-06-30 20:54:46 -07:00
expimp travis: reorganize directories, add tests from the test/ directory 2026-06-30 20:54:46 -07:00
extern travis: reorganize directories, add tests from the test/ directory 2026-06-30 20:54:46 -07:00
far64 travis: reorganize directories, add tests from the test/ directory 2026-06-30 20:54:46 -07:00
fewsecs travis: reorganize directories, add tests from the test/ directory 2026-06-30 20:54:46 -07:00
float travis: reorganize directories, add tests from the test/ directory 2026-06-30 20:54:46 -07:00
float8 travis: reorganize directories, add tests from the test/ directory 2026-06-30 20:54:46 -07:00
floatb travis: reorganize directories, add tests from the test/ directory 2026-06-30 20:54:46 -07:00
floatexp travis: reorganize directories, add tests from the test/ directory 2026-06-30 20:54:46 -07:00
floatize travis: reorganize directories, add tests from the test/ directory 2026-06-30 20:54:46 -07:00
floattest travis: reorganize directories, add tests from the test/ directory 2026-06-30 20:54:46 -07:00
floatx travis: reorganize directories, add tests from the test/ directory 2026-06-30 20:54:46 -07:00
fpu travis: reorganize directories, add tests from the test/ directory 2026-06-30 20:54:46 -07:00
fred travis: reorganize directories, add tests from the test/ directory 2026-06-30 20:54:46 -07:00
fwdopt travis: reorganize directories, add tests from the test/ directory 2026-06-30 20:54:46 -07:00
fwdoptpp travis: reorganize directories, add tests from the test/ directory 2026-06-30 20:54:46 -07:00
gather travis: reorganize directories, add tests from the test/ directory 2026-06-30 20:54:46 -07:00
gdtidt travis: reorganize directories, add tests from the test/ directory 2026-06-30 20:54:46 -07:00
gnu_ifunc travis: reorganize directories, add tests from the test/ directory 2026-06-30 20:54:46 -07:00
gotoff64 travis: reorganize directories, add tests from the test/ directory 2026-06-30 20:54:46 -07:00
gsmacro travis: reorganize directories, add tests from the test/ directory 2026-06-30 20:54:46 -07:00
hexfp travis: reorganize directories, add tests from the test/ directory 2026-06-30 20:54:46 -07:00
hle travis: reorganize directories, add tests from the test/ directory 2026-06-30 20:54:46 -07:00
ifdef travis: reorganize directories, add tests from the test/ directory 2026-06-30 20:54:46 -07:00
ifelse travis: reorganize directories, add tests from the test/ directory 2026-06-30 20:54:46 -07:00
ifenv travis: reorganize directories, add tests from the test/ directory 2026-06-30 20:54:46 -07:00
ifid travis: reorganize directories, add tests from the test/ directory 2026-06-30 20:54:46 -07:00
ifmacro travis: reorganize directories, add tests from the test/ directory 2026-06-30 20:54:46 -07:00
iftoken travis: reorganize directories, add tests from the test/ directory 2026-06-30 20:54:46 -07:00
ilog travis: reorganize directories, add tests from the test/ directory 2026-06-30 20:54:46 -07:00
ilog2 travis: reorganize directories, add tests from the test/ directory 2026-06-30 20:54:46 -07:00
imacro travis: reorganize directories, add tests from the test/ directory 2026-06-30 20:54:46 -07:00
imm travis: reorganize directories, add tests from the test/ directory 2026-06-30 20:54:46 -07:00
imm64 travis: reorganize directories, add tests from the test/ directory 2026-06-30 20:54:46 -07:00
immsize travis: reorganize directories, add tests from the test/ directory 2026-06-30 20:54:46 -07:00
immsize2 travis: reorganize directories, add tests from the test/ directory 2026-06-30 20:54:46 -07:00
immwarn travis: reorganize directories, add tests from the test/ directory 2026-06-30 20:54:46 -07:00
imul travis: reorganize directories, add tests from the test/ directory 2026-06-30 20:54:46 -07:00
incbin travis: reorganize directories, add tests from the test/ directory 2026-06-30 20:54:46 -07:00
include-self travis: reorganize directories, add tests from the test/ directory 2026-06-30 20:54:46 -07:00
inctest travis: reorganize directories, add tests from the test/ directory 2026-06-30 20:54:46 -07:00
insertps travis: reorganize directories, add tests from the test/ directory 2026-06-30 20:54:46 -07:00
insnlbl travis: reorganize directories, add tests from the test/ directory 2026-06-30 20:54:46 -07:00
insns tools/testgen: cover high register numbers (r8-r15, r16-r31) 2026-07-04 11:38:35 -07:00
invlpga travis: reorganize directories, add tests from the test/ directory 2026-06-30 20:54:46 -07:00
isizeerr travis: reorganize directories, add tests from the test/ directory 2026-06-30 20:54:46 -07:00
istruc_local travis: reorganize directories, add tests from the test/ directory 2026-06-30 20:54:46 -07:00
jcchint travis: reorganize directories, add tests from the test/ directory 2026-06-30 20:54:46 -07:00
jmp64 travis: reorganize directories, add tests from the test/ directory 2026-06-30 20:54:46 -07:00
jmpabs travis: reorganize directories, add tests from the test/ directory 2026-06-30 20:54:46 -07:00
jmpfar travis: reorganize directories, add tests from the test/ directory 2026-06-30 20:54:46 -07:00
jmptimes travis: reorganize directories, add tests from the test/ directory 2026-06-30 20:54:46 -07:00
jmpxx travis: reorganize directories, add tests from the test/ directory 2026-06-30 20:54:46 -07:00
join travis: reorganize directories, add tests from the test/ directory 2026-06-30 20:54:46 -07:00
k_test travis: reorganize directories, add tests from the test/ directory 2026-06-30 20:54:46 -07:00
keylocker travis: reorganize directories, add tests from the test/ directory 2026-06-30 20:54:46 -07:00
lar_lsl travis: reorganize directories, add tests from the test/ directory 2026-06-30 20:54:46 -07:00
larlsl travis: reorganize directories, add tests from the test/ directory 2026-06-30 20:54:46 -07:00
latevex travis: reorganize directories, add tests from the test/ directory 2026-06-30 20:54:46 -07:00
ldtilecfg travis: reorganize directories, add tests from the test/ directory 2026-06-30 20:54:46 -07:00
limits travis: reorganize directories, add tests from the test/ directory 2026-06-30 20:54:46 -07:00
listing travis: reorganize directories, add tests from the test/ directory 2026-06-30 20:54:46 -07:00
lnxhello travis: reorganize directories, add tests from the test/ directory 2026-06-30 20:54:46 -07:00
local travis: reorganize directories, add tests from the test/ directory 2026-06-30 20:54:46 -07:00
loopoffs travis: reorganize directories, add tests from the test/ directory 2026-06-30 20:54:46 -07:00
lwp travis: reorganize directories, add tests from the test/ directory 2026-06-30 20:54:46 -07:00
macro-defaults travis: reorganize directories, add tests from the test/ directory 2026-06-30 20:54:46 -07:00
macroerr travis: reorganize directories, add tests from the test/ directory 2026-06-30 20:54:46 -07:00
manysecs travis: reorganize directories, add tests from the test/ directory 2026-06-30 20:54:46 -07:00
map travis: reorganize directories, add tests from the test/ directory 2026-06-30 20:54:46 -07:00
mapi travis: reorganize directories, add tests from the test/ directory 2026-06-30 20:54:46 -07:00
masmdisp travis: reorganize directories, add tests from the test/ directory 2026-06-30 20:54:46 -07:00
memleak travis: reorganize directories, add tests from the test/ directory 2026-06-30 20:54:46 -07:00
mmxsize travis: reorganize directories, add tests from the test/ directory 2026-06-30 20:54:46 -07:00
moresecs travis: reorganize directories, add tests from the test/ directory 2026-06-30 20:54:46 -07:00
mostsecs travis: reorganize directories, add tests from the test/ directory 2026-06-30 20:54:46 -07:00
mout travis: reorganize directories, add tests from the test/ directory 2026-06-30 20:54:46 -07:00
movd travis: reorganize directories, add tests from the test/ directory 2026-06-30 20:54:46 -07:00
movd64 travis: reorganize directories, add tests from the test/ directory 2026-06-30 20:54:46 -07:00
movdir64b travis: reorganize directories, add tests from the test/ directory 2026-06-30 20:54:46 -07:00
movhpd travis: reorganize directories, add tests from the test/ directory 2026-06-30 20:54:46 -07:00
movimm travis: reorganize directories, add tests from the test/ directory 2026-06-30 20:54:46 -07:00
movnti travis: reorganize directories, add tests from the test/ directory 2026-06-30 20:54:46 -07:00
movszx travis: reorganize directories, add tests from the test/ directory 2026-06-30 20:54:46 -07:00
mpx travis: reorganize directories, add tests from the test/ directory 2026-06-30 20:54:46 -07:00
mpx-64 travis: reorganize directories, add tests from the test/ directory 2026-06-30 20:54:46 -07:00
msize travis: reorganize directories, add tests from the test/ directory 2026-06-30 20:54:46 -07:00
multisection travis: reorganize directories, add tests from the test/ directory 2026-06-30 20:54:46 -07:00
nasmformat travis: reorganize directories, add tests from the test/ directory 2026-06-30 20:54:46 -07:00
newrdwr travis: reorganize directories, add tests from the test/ directory 2026-06-30 20:54:46 -07:00
nop travis: reorganize directories, add tests from the test/ directory 2026-06-30 20:54:46 -07:00
null travis: reorganize directories, add tests from the test/ directory 2026-06-30 20:54:46 -07:00
nullfile travis: reorganize directories, add tests from the test/ directory 2026-06-30 20:54:46 -07:00
numtest travis: reorganize directories, add tests from the test/ directory 2026-06-30 20:54:46 -07:00
obj travis: reorganize directories, add tests from the test/ directory 2026-06-30 20:54:46 -07:00
objexe travis: reorganize directories, add tests from the test/ directory 2026-06-30 20:54:46 -07:00
objtest travis: reorganize directories, add tests from the test/ directory 2026-06-30 20:54:46 -07:00
obsolete travis: reorganize directories, add tests from the test/ directory 2026-06-30 20:54:46 -07:00
omferr travis: reorganize directories, add tests from the test/ directory 2026-06-30 20:54:46 -07:00
optimization travis: reorganize directories, add tests from the test/ directory 2026-06-30 20:54:46 -07:00
org travis: reorganize directories, add tests from the test/ directory 2026-06-30 20:54:46 -07:00
paste travis: reorganize directories, add tests from the test/ directory 2026-06-30 20:54:46 -07:00
pcrel travis: reorganize directories, add tests from the test/ directory 2026-06-30 20:54:46 -07:00
pextrw travis: reorganize directories, add tests from the test/ directory 2026-06-30 20:54:46 -07:00
pinsr travis: reorganize directories, add tests from the test/ directory 2026-06-30 20:54:46 -07:00
popcnt travis: reorganize directories, add tests from the test/ directory 2026-06-30 20:54:46 -07:00
ppindirect travis: reorganize directories, add tests from the test/ directory 2026-06-30 20:54:46 -07:00
pragma travis: reorganize directories, add tests from the test/ directory 2026-06-30 20:54:46 -07:00
prefix66 travis: reorganize directories, add tests from the test/ directory 2026-06-30 20:54:46 -07:00
prefixsym travis: reorganize directories, add tests from the test/ directory 2026-06-30 20:54:46 -07:00
pshuf travis: reorganize directories, add tests from the test/ directory 2026-06-30 20:54:46 -07:00
ptr travis: reorganize directories, add tests from the test/ directory 2026-06-30 20:54:46 -07:00
pushimm travis: reorganize directories, add tests from the test/ directory 2026-06-30 20:54:46 -07:00
pushp travis: reorganize directories, add tests from the test/ directory 2026-06-30 20:54:46 -07:00
pushseg travis: reorganize directories, add tests from the test/ directory 2026-06-30 20:54:46 -07:00
r13 travis: reorganize directories, add tests from the test/ directory 2026-06-30 20:54:46 -07:00
radix travis: reorganize directories, add tests from the test/ directory 2026-06-30 20:54:46 -07:00
rdpid travis: reorganize directories, add tests from the test/ directory 2026-06-30 20:54:46 -07:00
reldef travis: reorganize directories, add tests from the test/ directory 2026-06-30 20:54:46 -07:00
relocs travis: reorganize directories, add tests from the test/ directory 2026-06-30 20:54:46 -07:00
require travis: reorganize directories, add tests from the test/ directory 2026-06-30 20:54:46 -07:00
ret travis: reorganize directories, add tests from the test/ directory 2026-06-30 20:54:46 -07:00
riprel travis: reorganize directories, add tests from the test/ directory 2026-06-30 20:54:46 -07:00
riprel2 travis: reorganize directories, add tests from the test/ directory 2026-06-30 20:54:46 -07:00
segerr travis: reorganize directories, add tests from the test/ directory 2026-06-30 20:54:46 -07:00
segover travis: reorganize directories, add tests from the test/ directory 2026-06-30 20:54:46 -07:00
selfref travis: reorganize directories, add tests from the test/ directory 2026-06-30 20:54:46 -07:00
sha travis: reorganize directories, add tests from the test/ directory 2026-06-30 20:54:46 -07:00
sha-64 travis: reorganize directories, add tests from the test/ directory 2026-06-30 20:54:46 -07:00
sm3 travis: reorganize directories, add tests from the test/ directory 2026-06-30 20:54:46 -07:00
sm3-64 travis: reorganize directories, add tests from the test/ directory 2026-06-30 20:54:46 -07:00
sm4 travis: reorganize directories, add tests from the test/ directory 2026-06-30 20:54:46 -07:00
sm4-64 travis: reorganize directories, add tests from the test/ directory 2026-06-30 20:54:46 -07:00
smartalign travis: reorganize directories, add tests from the test/ directory 2026-06-30 20:54:46 -07:00
splitea travis: reorganize directories, add tests from the test/ directory 2026-06-30 20:54:46 -07:00
sreg travis: reorganize directories, add tests from the test/ directory 2026-06-30 20:54:46 -07:00
ssesize travis: reorganize directories, add tests from the test/ directory 2026-06-30 20:54:46 -07:00
strlen travis: reorganize directories, add tests from the test/ directory 2026-06-30 20:54:46 -07:00
struc travis: reorganize directories, add tests from the test/ directory 2026-06-30 20:54:46 -07:00
subsection travis: reorganize directories, add tests from the test/ directory 2026-06-30 20:54:46 -07:00
test67 travis: reorganize directories, add tests from the test/ directory 2026-06-30 20:54:46 -07:00
testdos travis: reorganize directories, add tests from the test/ directory 2026-06-30 20:54:46 -07:00
testmem travis: reorganize directories, add tests from the test/ directory 2026-06-30 20:54:46 -07:00
testnos3 travis: reorganize directories, add tests from the test/ directory 2026-06-30 20:54:46 -07:00
time travis: reorganize directories, add tests from the test/ directory 2026-06-30 20:54:46 -07:00
times travis: reorganize directories, add tests from the test/ directory 2026-06-30 20:54:46 -07:00
timesneg travis: reorganize directories, add tests from the test/ directory 2026-06-30 20:54:46 -07:00
tmap travis: reorganize directories, add tests from the test/ directory 2026-06-30 20:54:46 -07:00
umonitor travis: reorganize directories, add tests from the test/ directory 2026-06-30 20:54:46 -07:00
uscore travis: reorganize directories, add tests from the test/ directory 2026-06-30 20:54:46 -07:00
utf travis: reorganize directories, add tests from the test/ directory 2026-06-30 20:54:46 -07:00
v4 travis: reorganize directories, add tests from the test/ directory 2026-06-30 20:54:46 -07:00
vaesenc travis: reorganize directories, add tests from the test/ directory 2026-06-30 20:54:46 -07:00
vex travis: reorganize directories, add tests from the test/ directory 2026-06-30 20:54:46 -07:00
vgather travis: reorganize directories, add tests from the test/ directory 2026-06-30 20:54:46 -07:00
vmread travis: reorganize directories, add tests from the test/ directory 2026-06-30 20:54:46 -07:00
vmx travis: reorganize directories, add tests from the test/ directory 2026-06-30 20:54:46 -07:00
vpcmp travis: reorganize directories, add tests from the test/ directory 2026-06-30 20:54:46 -07:00
vtern travis: reorganize directories, add tests from the test/ directory 2026-06-30 20:54:46 -07:00
warnstack travis: reorganize directories, add tests from the test/ directory 2026-06-30 20:54:46 -07:00
weirdpaste travis: reorganize directories, add tests from the test/ directory 2026-06-30 20:54:46 -07:00
winalign travis: reorganize directories, add tests from the test/ directory 2026-06-30 20:54:46 -07:00
wrtsymtab travis: reorganize directories, add tests from the test/ directory 2026-06-30 20:54:46 -07:00
xchg travis: reorganize directories, add tests from the test/ directory 2026-06-30 20:54:46 -07:00
xcrypt travis: reorganize directories, add tests from the test/ directory 2026-06-30 20:54:46 -07:00
xdefine travis: reorganize directories, add tests from the test/ directory 2026-06-30 20:54:46 -07:00
xmm0 travis: reorganize directories, add tests from the test/ directory 2026-06-30 20:54:46 -07:00
xpaste travis: reorganize directories, add tests from the test/ directory 2026-06-30 20:54:46 -07:00
zerobyte travis: reorganize directories, add tests from the test/ directory 2026-06-30 20:54:46 -07:00