Skip to content

Instantly share code, notes, and snippets.

@josephwinston
Created May 17, 2016 19:30
Show Gist options
  • Save josephwinston/76611f6c3704050392c6364bb48769e0 to your computer and use it in GitHub Desktop.
Save josephwinston/76611f6c3704050392c6364bb48769e0 to your computer and use it in GitHub Desktop.
Output from stoke's make test on Ubuntu 14.04 LTS running on VM.
This file has been truncated, but you can view the full file.
$ make test > /tmp/test.output.txt 2>&1
make -C . external EXT_OPT="debug"
make[1]: Entering directory `/tmp/stoke'
./scripts/make/submodule-init.sh src/ext/cpputil
./scripts/make/submodule-init.sh src/ext/x64asm
make -C src/ext/x64asm EXT_OPT="debug" COMPILERBINARY="g++"
make[2]: Entering directory `/tmp/stoke/src/ext/x64asm'
make -C . erthing OPT="-DNDEBUG -O3"
make[3]: Entering directory `/tmp/stoke/src/ext/x64asm'
make[3]: Nothing to be done for `erthing'.
make[3]: Leaving directory `/tmp/stoke/src/ext/x64asm'
make[2]: Leaving directory `/tmp/stoke/src/ext/x64asm'
./scripts/make/submodule-init.sh src/ext/z3
cd src/ext/z3/build && make
make[2]: Entering directory `/tmp/stoke/src/ext/z3/build'
Z3 was successfully built.
Z3Py scripts can already be executed in the 'build' directory.
Z3Py scripts stored in arbitrary directories can be also executed if 'build' directory is added to the PYTHONPATH environment variable.
Use the following command to install Z3 at prefix /usr.
sudo make install
make[2]: Leaving directory `/tmp/stoke/src/ext/z3/build'
make -C src/ext/pin-2.13-62732-gcc.4.4.7-linux/source/tools/stoke TARGET="-march=corei7-avx -DSANDYBRIDGE_BUILD"
make[2]: Entering directory `/tmp/stoke/src/ext/pin-2.13-62732-gcc.4.4.7-linux/source/tools/stoke'
make[2]: `all' is up to date.
make[2]: Leaving directory `/tmp/stoke/src/ext/pin-2.13-62732-gcc.4.4.7-linux/source/tools/stoke'
if [ ! -f .depend ]; then \
make -C . depend; \
fi
make[1]: Leaving directory `/tmp/stoke'
make -C . -j8 bin/stoke_extract bin/stoke_replace bin/stoke_search bin/stoke_testcase bin/stoke_tcgen bin/stoke_debug_cfg bin/stoke_debug_circuit bin/stoke_debug_cost bin/stoke_debug_diff bin/stoke_debug_effect bin/stoke_debug_sandbox bin/stoke_debug_search bin/stoke_debug_simplify bin/stoke_debug_state bin/stoke_debug_tunit bin/stoke_debug_verify bin/stoke_benchmark_cfg bin/stoke_benchmark_cost bin/stoke_benchmark_sandbox bin/stoke_benchmark_search bin/stoke_benchmark_state bin/stoke_benchmark_verify BUILD_TYPE="debug"
make[1]: Entering directory `/tmp/stoke'
src/validator/generate_handlers_h.sh src/validator handlers-tmp; \
cmp -s src/validator/handlers.h src/validator/handlers-tmp || mv src/validator/handlers-tmp src/validator/handlers.h;
rm -f src/validator/handlers-tmp
make[1]: `bin/stoke_replace' is up to date.
make[1]: `bin/stoke_search' is up to date.
make[1]: `bin/stoke_testcase' is up to date.
make[1]: `bin/stoke_tcgen' is up to date.
make[1]: `bin/stoke_debug_cfg' is up to date.
make[1]: `bin/stoke_debug_circuit' is up to date.
make[1]: `bin/stoke_debug_cost' is up to date.
make[1]: `bin/stoke_debug_diff' is up to date.
make[1]: `bin/stoke_debug_effect' is up to date.
make[1]: `bin/stoke_debug_sandbox' is up to date.
make[1]: `bin/stoke_debug_search' is up to date.
make[1]: `bin/stoke_debug_simplify' is up to date.
make[1]: `bin/stoke_debug_state' is up to date.
make[1]: `bin/stoke_debug_tunit' is up to date.
make[1]: `bin/stoke_debug_verify' is up to date.
make[1]: `bin/stoke_benchmark_cfg' is up to date.
make[1]: `bin/stoke_benchmark_cost' is up to date.
make[1]: `bin/stoke_benchmark_sandbox' is up to date.
make[1]: `bin/stoke_benchmark_search' is up to date.
make[1]: `bin/stoke_benchmark_state' is up to date.
make[1]: `bin/stoke_benchmark_verify' is up to date.
make[1]: Leaving directory `/tmp/stoke'
echo -e "\a"
-e 
make -C . -j8 bin/stoke_test BUILD_TYPE="debug"
make[1]: Entering directory `/tmp/stoke'
src/validator/generate_handlers_h.sh src/validator handlers-tmp; \
cmp -s src/validator/handlers.h src/validator/handlers-tmp || mv src/validator/handlers-tmp src/validator/handlers.h;
tests/validator/generate_handlers_h.sh tests/validator handlers-tmp; \
cmp -s tests/validator/handlers.h tests/validator/handlers-tmp || mv tests/validator/handlers-tmp tests/validator/handlers.h;
rm -f src/validator/handlers-tmp
rm -f tests/validator/handlers-tmp
make[1]: Leaving directory `/tmp/stoke'
echo -e "\a"
-e 
bin/stoke_test
Running main() from gtest_main.cc
[==========] Running 709 tests from 60 test cases.
[----------] Global test environment set-up.
[----------] 2 tests from TrivialTest
[ RUN ] TrivialTest.Addition
[ OK ] TrivialTest.Addition (0 ms)
[ RUN ] TrivialTest.StringCaseInsensitiveEquality
[ OK ] TrivialTest.StringCaseInsensitiveEquality (0 ms)
[----------] 2 tests from TrivialTest (0 ms total)
[----------] 36 tests from SandboxTest
[ RUN ] SandboxTest.TrivialExampleWorks
[ OK ] SandboxTest.TrivialExampleWorks (0 ms)
[ RUN ] SandboxTest.AllGPRegistersWork
[ OK ] SandboxTest.AllGPRegistersWork (1 ms)
[ RUN ] SandboxTest.RegisterValuesArePreserved
[ OK ] SandboxTest.RegisterValuesArePreserved (0 ms)
[ RUN ] SandboxTest.ModifyingRbxWorks
[ OK ] SandboxTest.ModifyingRbxWorks (0 ms)
[ RUN ] SandboxTest.ModifyingRbxFailsIfAbiEnforced
[ OK ] SandboxTest.ModifyingRbxFailsIfAbiEnforced (0 ms)
[ RUN ] SandboxTest.RflagsRegistersArePreserved
[ OK ] SandboxTest.RflagsRegistersArePreserved (0 ms)
[ RUN ] SandboxTest.NullDereferenceFails
[ OK ] SandboxTest.NullDereferenceFails (0 ms)
[ RUN ] SandboxTest.DivideByZeroFails
[ OK ] SandboxTest.DivideByZeroFails (1 ms)
[ RUN ] SandboxTest.InfiniteLoopFails
[ OK ] SandboxTest.InfiniteLoopFails (0 ms)
[ RUN ] SandboxTest.ShortLoopMaxIterationsOk
[ OK ] SandboxTest.ShortLoopMaxIterationsOk (0 ms)
[ RUN ] SandboxTest.ShortLoopOneTooManyIterations
[ OK ] SandboxTest.ShortLoopOneTooManyIterations (0 ms)
[ RUN ] SandboxTest.LahfSahfOkay
[ OK ] SandboxTest.LahfSahfOkay (0 ms)
[ RUN ] SandboxTest.UndefSymbolError
[ OK ] SandboxTest.UndefSymbolError (0 ms)
[ RUN ] SandboxTest.Issue239
[ OK ] SandboxTest.Issue239 (1 ms)
[ RUN ] SandboxTest.LDDQU_VLDDQU
[ OK ] SandboxTest.LDDQU_VLDDQU (0 ms)
[ RUN ] SandboxTest.PUSH_POP
[ OK ] SandboxTest.PUSH_POP (0 ms)
[ RUN ] SandboxTest.PushImm16SignExtend
[ OK ] SandboxTest.PushImm16SignExtend (2 ms)
[ RUN ] SandboxTest.PushImm32ZeroExtend
[ OK ] SandboxTest.PushImm32ZeroExtend (3 ms)
[ RUN ] SandboxTest.PushImm32SignExtend
[ OK ] SandboxTest.PushImm32SignExtend (1 ms)
[ RUN ] SandboxTest.MEM_DIV
[ OK ] SandboxTest.MEM_DIV (0 ms)
[ RUN ] SandboxTest.RSP_WITH_JMPS
[ OK ] SandboxTest.RSP_WITH_JMPS (0 ms)
[ RUN ] SandboxTest.PushfWorks
[ OK ] SandboxTest.PushfWorks (1 ms)
[ RUN ] SandboxTest.PopfFailCase
[ OK ] SandboxTest.PopfFailCase (0 ms)
[ RUN ] SandboxTest.PopfqFailCase
[ OK ] SandboxTest.PopfqFailCase (0 ms)
[ RUN ] SandboxTest.PopfqWorksCase
[ OK ] SandboxTest.PopfqWorksCase (0 ms)
[ RUN ] SandboxTest.fld_family
[ OK ] SandboxTest.fld_family (0 ms)
[ RUN ] SandboxTest.PUSH_POP2
[ OK ] SandboxTest.PUSH_POP2 (1 ms)
[ RUN ] SandboxTest.Issue633
[ OK ] SandboxTest.Issue633 (0 ms)
[ RUN ] SandboxTest.Issue709_1
[ OK ] SandboxTest.Issue709_1 (0 ms)
[ RUN ] SandboxTest.Issue709_2
[ OK ] SandboxTest.Issue709_2 (0 ms)
[ RUN ] SandboxTest.Issue709_3
[ OK ] SandboxTest.Issue709_3 (0 ms)
[ RUN ] SandboxTest.Issue709_4
[ OK ] SandboxTest.Issue709_4 (0 ms)
[ RUN ] SandboxTest.Issue709_5
[ OK ] SandboxTest.Issue709_5 (1 ms)
[ RUN ] SandboxTest.LeaRip
[ OK ] SandboxTest.LeaRip (0 ms)
[ RUN ] SandboxTest.CannotReadInvalidAddress
[ OK ] SandboxTest.CannotReadInvalidAddress (0 ms)
[ RUN ] SandboxTest.DivideBySpl1
[ OK ] SandboxTest.DivideBySpl1 (0 ms)
[----------] 36 tests from SandboxTest (12 ms total)
[----------] 1 test from SearchTest
[ RUN ] SearchTest.ZeroInitBug0
[ OK ] SearchTest.ZeroInitBug0 (0 ms)
[----------] 1 test from SearchTest (0 ms total)
[----------] 4 tests from RegisterPrinting
[ RUN ] RegisterPrinting.CanPrintAl
[ OK ] RegisterPrinting.CanPrintAl (0 ms)
[ RUN ] RegisterPrinting.CanPrintBl
[ OK ] RegisterPrinting.CanPrintBl (0 ms)
[ RUN ] RegisterPrinting.CanPrintCl
[ OK ] RegisterPrinting.CanPrintCl (0 ms)
[ RUN ] RegisterPrinting.CanPrintDl
[ OK ] RegisterPrinting.CanPrintDl (0 ms)
[----------] 4 tests from RegisterPrinting (0 ms total)
[----------] 13 tests from RegSetReaderTest
[ RUN ] RegSetReaderTest.ReadsRAX
[ OK ] RegSetReaderTest.ReadsRAX (0 ms)
[ RUN ] RegSetReaderTest.WritesRAX
[ OK ] RegSetReaderTest.WritesRAX (0 ms)
[ RUN ] RegSetReaderTest.ReadsAX
[ OK ] RegSetReaderTest.ReadsAX (0 ms)
[ RUN ] RegSetReaderTest.WritesAX
[ OK ] RegSetReaderTest.WritesAX (0 ms)
[ RUN ] RegSetReaderTest.WritesAxEcx
[ OK ] RegSetReaderTest.WritesAxEcx (0 ms)
[ RUN ] RegSetReaderTest.ReadsXMM0
[ OK ] RegSetReaderTest.ReadsXMM0 (0 ms)
[ RUN ] RegSetReaderTest.WritesXMM0
[ OK ] RegSetReaderTest.WritesXMM0 (0 ms)
[ RUN ] RegSetReaderTest.ReadsYMM0
[ OK ] RegSetReaderTest.ReadsYMM0 (0 ms)
[ RUN ] RegSetReaderTest.WritesYMM0
[ OK ] RegSetReaderTest.WritesYMM0 (0 ms)
[ RUN ] RegSetReaderTest.ReadsCf
[ OK ] RegSetReaderTest.ReadsCf (0 ms)
[ RUN ] RegSetReaderTest.WritesCf
[ OK ] RegSetReaderTest.WritesCf (0 ms)
[ RUN ] RegSetReaderTest.ReadsIopl
[ OK ] RegSetReaderTest.ReadsIopl (0 ms)
[ RUN ] RegSetReaderTest.WritesIopl
[ OK ] RegSetReaderTest.WritesIopl (0 ms)
[----------] 13 tests from RegSetReaderTest (0 ms total)
[----------] 1 test from RegSetWriteSet
[ RUN ] RegSetWriteSet.AddbSil
[ OK ] RegSetWriteSet.AddbSil (0 ms)
[----------] 1 test from RegSetWriteSet (0 ms total)
[----------] 2 tests from X64AsmOpcSetTest
[ RUN ] X64AsmOpcSetTest.Basic
[ OK ] X64AsmOpcSetTest.Basic (6 ms)
[ RUN ] X64AsmOpcSetTest.Regex
[ OK ] X64AsmOpcSetTest.Regex (6 ms)
[----------] 2 tests from X64AsmOpcSetTest (12 ms total)
[----------] 9 tests from X64AsmInstructionInfo
[ RUN ] X64AsmInstructionInfo.FunctionSize
[ OK ] X64AsmInstructionInfo.FunctionSize (0 ms)
[ RUN ] X64AsmInstructionInfo.FunctionSize2
[ OK ] X64AsmInstructionInfo.FunctionSize2 (1 ms)
[ RUN ] X64AsmInstructionInfo.PushIsWrite
[ OK ] X64AsmInstructionInfo.PushIsWrite (0 ms)
[ RUN ] X64AsmInstructionInfo.PopIsRead
[ OK ] X64AsmInstructionInfo.PopIsRead (0 ms)
[ RUN ] X64AsmInstructionInfo.ExplicitReadIsMustRead
[ OK ] X64AsmInstructionInfo.ExplicitReadIsMustRead (0 ms)
[ RUN ] X64AsmInstructionInfo.ExplicitWriteIsMustWrite
[ OK ] X64AsmInstructionInfo.ExplicitWriteIsMustWrite (0 ms)
[ RUN ] X64AsmInstructionInfo.NoMemoryReadOrWrite
[ OK ] X64AsmInstructionInfo.NoMemoryReadOrWrite (0 ms)
[ RUN ] X64AsmInstructionInfo.BothMemoryReadAndWrite
[ OK ] X64AsmInstructionInfo.BothMemoryReadAndWrite (0 ms)
[ RUN ] X64AsmInstructionInfo.PmovmskbRegSets
[ OK ] X64AsmInstructionInfo.PmovmskbRegSets (0 ms)
[----------] 9 tests from X64AsmInstructionInfo (1 ms total)
[----------] 1 test from CfgTest
[ RUN ] CfgTest.Issue856
[ OK ] CfgTest.Issue856 (0 ms)
[----------] 1 test from CfgTest (0 ms total)
[----------] 1 test from CfgTransformsTest
[ RUN ] CfgTransformsTest.Simple
[ OK ] CfgTransformsTest.Simple (0 ms)
[----------] 1 test from CfgTransformsTest (0 ms total)
[----------] 5 tests from SccTest
[ RUN ] SccTest.NoSccs
[ OK ] SccTest.NoSccs (0 ms)
[ RUN ] SccTest.SimpleLoop
[ OK ] SccTest.SimpleLoop (0 ms)
[ RUN ] SccTest.NestedLoop
[ OK ] SccTest.NestedLoop (0 ms)
[ RUN ] SccTest.TwoLoops
[ OK ] SccTest.TwoLoops (0 ms)
[ RUN ] SccTest.TwoLoopsWcslen
[ OK ] SccTest.TwoLoopsWcslen (1 ms)
[----------] 5 tests from SccTest (1 ms total)
[----------] 2 tests from BinSizeCostTest
[ RUN ] BinSizeCostTest.Issue613
[ OK ] BinSizeCostTest.Issue613 (0 ms)
[ RUN ] BinSizeCostTest.Issue651
[ OK ] BinSizeCostTest.Issue651 (0 ms)
[----------] 2 tests from BinSizeCostTest (0 ms total)
[----------] 8 tests from CorrectnessCostTest
[ RUN ] CorrectnessCostTest.IncludesEflagsWhenSet
[ OK ] CorrectnessCostTest.IncludesEflagsWhenSet (1 ms)
[ RUN ] CorrectnessCostTest.ExcludesEflagsWhenNotSet
[ OK ] CorrectnessCostTest.ExcludesEflagsWhenNotSet (0 ms)
[ RUN ] CorrectnessCostTest.ChecksRAX
[ OK ] CorrectnessCostTest.ChecksRAX (1 ms)
[ RUN ] CorrectnessCostTest.DoublewordDistanceCorrect
[ OK ] CorrectnessCostTest.DoublewordDistanceCorrect (0 ms)
[ RUN ] CorrectnessCostTest.DoublewordDistanceOne
[ OK ] CorrectnessCostTest.DoublewordDistanceOne (0 ms)
[ RUN ] CorrectnessCostTest.DoublewordDistanceOneAlt
[ OK ] CorrectnessCostTest.DoublewordDistanceOneAlt (0 ms)
[ RUN ] CorrectnessCostTest.DoublewordDistanceTwo
[ OK ] CorrectnessCostTest.DoublewordDistanceTwo (0 ms)
[ RUN ] CorrectnessCostTest.SignalPenalty
[ OK ] CorrectnessCostTest.SignalPenalty (1 ms)
[----------] 8 tests from CorrectnessCostTest (3 ms total)
[----------] 2 tests from LatencyCostTest
[ RUN ] LatencyCostTest.Latencies
[ OK ] LatencyCostTest.Latencies (0 ms)
[ RUN ] LatencyCostTest.NestingDepth0
[ OK ] LatencyCostTest.NestingDepth0 (0 ms)
[----------] 2 tests from LatencyCostTest (0 ms total)
[----------] 23 tests from CostParserTest
[ RUN ] CostParserTest.Trivial
[ OK ] CostParserTest.Trivial (0 ms)
[ RUN ] CostParserTest.Addition
[ OK ] CostParserTest.Addition (0 ms)
[ RUN ] CostParserTest.Subtraction
[ OK ] CostParserTest.Subtraction (0 ms)
[ RUN ] CostParserTest.SpacesWork
[ OK ] CostParserTest.SpacesWork (0 ms)
[ RUN ] CostParserTest.Multiplication
[ OK ] CostParserTest.Multiplication (0 ms)
[ RUN ] CostParserTest.Division
[ OK ] CostParserTest.Division (0 ms)
[ RUN ] CostParserTest.Modulus
[ OK ] CostParserTest.Modulus (0 ms)
[ RUN ] CostParserTest.And
[ OK ] CostParserTest.And (0 ms)
[ RUN ] CostParserTest.Or
[ OK ] CostParserTest.Or (0 ms)
[ RUN ] CostParserTest.Shl
[ OK ] CostParserTest.Shl (0 ms)
[ RUN ] CostParserTest.Shr
[ OK ] CostParserTest.Shr (0 ms)
[ RUN ] CostParserTest.Lt
[ OK ] CostParserTest.Lt (0 ms)
[ RUN ] CostParserTest.Gt
[ OK ] CostParserTest.Gt (0 ms)
[ RUN ] CostParserTest.Lte
[ OK ] CostParserTest.Lte (0 ms)
[ RUN ] CostParserTest.Gte
[ OK ] CostParserTest.Gte (0 ms)
[ RUN ] CostParserTest.Eq
[ OK ] CostParserTest.Eq (0 ms)
[ RUN ] CostParserTest.TimesBeforePlus
[ OK ] CostParserTest.TimesBeforePlus (0 ms)
[ RUN ] CostParserTest.VariableNotFound
[ OK ] CostParserTest.VariableNotFound (0 ms)
[ RUN ] CostParserTest.MiscelaneousErrors
[ OK ] CostParserTest.MiscelaneousErrors (0 ms)
[ RUN ] CostParserTest.DoLogic
[ OK ] CostParserTest.DoLogic (0 ms)
[ RUN ] CostParserTest.LeafFunctions
[ OK ] CostParserTest.LeafFunctions (0 ms)
[ RUN ] CostParserTest.NoLeafFunctions
[ OK ] CostParserTest.NoLeafFunctions (0 ms)
[ RUN ] CostParserTest.TwoLeafFunctions
[ OK ] CostParserTest.TwoLeafFunctions (0 ms)
[----------] 23 tests from CostParserTest (1 ms total)
[----------] 2 tests from ExprTest
[ RUN ] ExprTest.Simple
[ OK ] ExprTest.Simple (0 ms)
[ RUN ] ExprTest.Variables
[ OK ] ExprTest.Variables (0 ms)
[----------] 2 tests from ExprTest (0 ms total)
[----------] 5 tests from CpputilBitvector
[ RUN ] CpputilBitvector.GetFixedBitsWork
[ OK ] CpputilBitvector.GetFixedBitsWork (0 ms)
[ RUN ] CpputilBitvector.CanIterateBytes
[ OK ] CpputilBitvector.CanIterateBytes (0 ms)
[ RUN ] CpputilBitvector.CanIterateWords
[ OK ] CpputilBitvector.CanIterateWords (0 ms)
[ RUN ] CpputilBitvector.CanIterateQuads
[ OK ] CpputilBitvector.CanIterateQuads (0 ms)
[ RUN ] CpputilBitvector.IterateBitsOfZero
[ OK ] CpputilBitvector.IterateBitsOfZero (0 ms)
[----------] 5 tests from CpputilBitvector (0 ms total)
[----------] 4 tests from CpputilBitManip
[ RUN ] CpputilBitManip.TrailingZeroCountWorks
[ OK ] CpputilBitManip.TrailingZeroCountWorks (0 ms)
[ RUN ] CpputilBitManip.PopCntWorks
[ OK ] CpputilBitManip.PopCntWorks (0 ms)
[ RUN ] CpputilBitManip.UnsetRightmostWorks
[ OK ] CpputilBitManip.UnsetRightmostWorks (0 ms)
[ RUN ] CpputilBitManip.UnsetRightmostParamWorks
[ OK ] CpputilBitManip.UnsetRightmostParamWorks (0 ms)
[----------] 4 tests from CpputilBitManip (0 ms total)
[----------] 5 tests from DisassemblerTest
[ RUN ] DisassemblerTest.SimpleExample
[ OK ] DisassemblerTest.SimpleExample (8 ms)
[ RUN ] DisassemblerTest.PopCnt
[ OK ] DisassemblerTest.PopCnt (17 ms)
[ RUN ] DisassemblerTest.ParseErrors
[ OK ] DisassemblerTest.ParseErrors (193 ms)
[ RUN ] DisassemblerTest.NoFileGraceful
[ OK ] DisassemblerTest.NoFileGraceful (0 ms)
[ RUN ] DisassemblerTest.NoShellInjection
[ OK ] DisassemblerTest.NoShellInjection (0 ms)
[----------] 5 tests from DisassemblerTest (218 ms total)
[----------] 12 tests from Cvc4SolverTest
[ RUN ] Cvc4SolverTest.TautologyIsSat
[ OK ] Cvc4SolverTest.TautologyIsSat (6 ms)
[ RUN ] Cvc4SolverTest.FalsehoodIsUnSat
[ OK ] Cvc4SolverTest.FalsehoodIsUnSat (7 ms)
[ RUN ] Cvc4SolverTest.ImpliesWorksUnsat
[ OK ] Cvc4SolverTest.ImpliesWorksUnsat (1 ms)
[ RUN ] Cvc4SolverTest.ImpliesWorksSat
[ OK ] Cvc4SolverTest.ImpliesWorksSat (0 ms)
[ RUN ] Cvc4SolverTest.ConcatTautology
[ OK ] Cvc4SolverTest.ConcatTautology (1 ms)
[ RUN ] Cvc4SolverTest.ConcatTautology2
[ OK ] Cvc4SolverTest.ConcatTautology2 (1 ms)
[ RUN ] Cvc4SolverTest.MulModTest
[ OK ] Cvc4SolverTest.MulModTest (54 ms)
[ RUN ] Cvc4SolverTest.UninterpretedFunctionIdentity
[ OK ] Cvc4SolverTest.UninterpretedFunctionIdentity (1 ms)
[ RUN ] Cvc4SolverTest.UninterpretedFunctionFail
[ OK ] Cvc4SolverTest.UninterpretedFunctionFail (3 ms)
[ RUN ] Cvc4SolverTest.DivWorks
[ OK ] Cvc4SolverTest.DivWorks (1 ms)
[ RUN ] Cvc4SolverTest.RolWorks
[ OK ] Cvc4SolverTest.RolWorks (17 ms)
[ RUN ] Cvc4SolverTest.RolWorks2
[ OK ] Cvc4SolverTest.RolWorks2 (3 ms)
[----------] 12 tests from Cvc4SolverTest (95 ms total)
[----------] 15 tests from Z3SolverTest
[ RUN ] Z3SolverTest.TautologyIsSat
[ OK ] Z3SolverTest.TautologyIsSat (6 ms)
[ RUN ] Z3SolverTest.FalsehoodIsUnSat
[ OK ] Z3SolverTest.FalsehoodIsUnSat (9 ms)
[ RUN ] Z3SolverTest.ImpliesWorksUnsat
[ OK ] Z3SolverTest.ImpliesWorksUnsat (3 ms)
[ RUN ] Z3SolverTest.ImpliesWorksSat
[ OK ] Z3SolverTest.ImpliesWorksSat (5 ms)
[ RUN ] Z3SolverTest.ConcatTautology
[ OK ] Z3SolverTest.ConcatTautology (4 ms)
[ RUN ] Z3SolverTest.ConcatTautology2
[ OK ] Z3SolverTest.ConcatTautology2 (4 ms)
[ RUN ] Z3SolverTest.MulModTest
[ OK ] Z3SolverTest.MulModTest (36 ms)
[ RUN ] Z3SolverTest.UninterpretedFunctionIdentity
[ OK ] Z3SolverTest.UninterpretedFunctionIdentity (4 ms)
[ RUN ] Z3SolverTest.UninterpretedFunctionFail
[ OK ] Z3SolverTest.UninterpretedFunctionFail (5 ms)
[ RUN ] Z3SolverTest.DivWorks
[ OK ] Z3SolverTest.DivWorks (4 ms)
[ RUN ] Z3SolverTest.RolWorks
[ OK ] Z3SolverTest.RolWorks (209 ms)
[ RUN ] Z3SolverTest.RolWorks2
[ OK ] Z3SolverTest.RolWorks2 (4 ms)
[ RUN ] Z3SolverTest.StoreLoadEqual
[ OK ] Z3SolverTest.StoreLoadEqual (4 ms)
[ RUN ] Z3SolverTest.StoreStoreLoadUnequal
[ OK ] Z3SolverTest.StoreStoreLoadUnequal (3 ms)
[ RUN ] Z3SolverTest.DifferentStoreStoreLoadEqual
[ OK ] Z3SolverTest.DifferentStoreStoreLoadEqual (6 ms)
[----------] 15 tests from Z3SolverTest (307 ms total)
[----------] 3 tests from StateRandomTest
[ RUN ] StateRandomTest.Issue55Bin
[ OK ] StateRandomTest.Issue55Bin (0 ms)
[ RUN ] StateRandomTest.Issue55Text
[ OK ] StateRandomTest.Issue55Text (0 ms)
[ RUN ] StateRandomTest.GetAddrExplicit
[ OK ] StateRandomTest.GetAddrExplicit (1 ms)
[----------] 3 tests from StateRandomTest (1 ms total)
[----------] 9 tests from StateGenTest
[ RUN ] StateGenTest.Issue44
[ OK ] StateGenTest.Issue44 (2 ms)
[ RUN ] StateGenTest.Issue44WithRetQ
[ OK ] StateGenTest.Issue44WithRetQ (0 ms)
[ RUN ] StateGenTest.Issue51
[ OK ] StateGenTest.Issue51 (0 ms)
[ RUN ] StateGenTest.Issue232
[ OK ] StateGenTest.Issue232 (1 ms)
[ RUN ] StateGenTest.MaxValueWorks
[ OK ] StateGenTest.MaxValueWorks (12 ms)
[ RUN ] StateGenTest.BitmaskWorks
[ OK ] StateGenTest.BitmaskWorks (3 ms)
[ RUN ] StateGenTest.MisalignedNotAllowed
[ OK ] StateGenTest.MisalignedNotAllowed (2 ms)
[ RUN ] StateGenTest.MisalignedAllowed
[ OK ] StateGenTest.MisalignedAllowed (0 ms)
[ RUN ] StateGenTest.EasyToAvoidMisalign
[ OK ] StateGenTest.EasyToAvoidMisalign (0 ms)
[----------] 9 tests from StateGenTest (20 ms total)
[----------] 3 tests from SymBitvectorTest
[ RUN ] SymBitvectorTest.CanPrintConstantsAtWidth
[ OK ] SymBitvectorTest.CanPrintConstantsAtWidth (0 ms)
[ RUN ] SymBitvectorTest.CanPrintConstantsOverWidth
[ OK ] SymBitvectorTest.CanPrintConstantsOverWidth (0 ms)
[ RUN ] SymBitvectorTest.CanPrintExpressions
[ OK ] SymBitvectorTest.CanPrintExpressions (0 ms)
[----------] 3 tests from SymBitvectorTest (0 ms total)
[----------] 8 tests from SymBitVectorTest
[ RUN ] SymBitVectorTest.TypecheckWorks
[ OK ] SymBitVectorTest.TypecheckWorks (0 ms)
[ RUN ] SymBitVectorTest.TypecheckDetectsBad
[ OK ] SymBitVectorTest.TypecheckDetectsBad (0 ms)
[ RUN ] SymBitVectorTest.ConstantsTypecheck
[ OK ] SymBitVectorTest.ConstantsTypecheck (0 ms)
[ RUN ] SymBitVectorTest.ExtractTypechecks
[ OK ] SymBitVectorTest.ExtractTypechecks (0 ms)
[ RUN ] SymBitVectorTest.UninterpretedFunctionTypechecks
[ OK ] SymBitVectorTest.UninterpretedFunctionTypechecks (0 ms)
[ RUN ] SymBitVectorTest.UninterpretedFunctionWrongArg
[ OK ] SymBitVectorTest.UninterpretedFunctionWrongArg (0 ms)
[ RUN ] SymBitVectorTest.UninterpretedFunctionWrongArgNum
[ OK ] SymBitVectorTest.UninterpretedFunctionWrongArgNum (0 ms)
[ RUN ] SymBitVectorTest.UninterpretedFunctionTypesDisagree
[ OK ] SymBitVectorTest.UninterpretedFunctionTypesDisagree (0 ms)
[----------] 8 tests from SymBitVectorTest (0 ms total)
[----------] 7 tests from TunitParsing
[ RUN ] TunitParsing.Simple
[ OK ] TunitParsing.Simple (0 ms)
[ RUN ] TunitParsing.RequireLabel
[ OK ] TunitParsing.RequireLabel (1 ms)
[ RUN ] TunitParsing.RequireCorrectLabel
[ OK ] TunitParsing.RequireCorrectLabel (0 ms)
[ RUN ] TunitParsing.EmptyLine
[ OK ] TunitParsing.EmptyLine (0 ms)
[ RUN ] TunitParsing.DataflowAnnotations
[ OK ] TunitParsing.DataflowAnnotations (0 ms)
[ RUN ] TunitParsing.DataflowAnnotationsNormalization
[ OK ] TunitParsing.DataflowAnnotationsNormalization (0 ms)
[ RUN ] TunitParsing.NakedRead
[ OK ] TunitParsing.NakedRead (0 ms)
[----------] 7 tests from TunitParsing (1 ms total)
[----------] 7 tests from ValidatorInvariantTest
[ RUN ] ValidatorInvariantTest.NoSignalsCheckTrue
[ OK ] ValidatorInvariantTest.NoSignalsCheckTrue (0 ms)
[ RUN ] ValidatorInvariantTest.NoSignalsCheckFalseTarget
[ OK ] ValidatorInvariantTest.NoSignalsCheckFalseTarget (0 ms)
[ RUN ] ValidatorInvariantTest.NoSignalsCheckFalseRewrite
[ OK ] ValidatorInvariantTest.NoSignalsCheckFalseRewrite (0 ms)
[ RUN ] ValidatorInvariantTest.NoSignalsCheckFalseBoth
[ OK ] ValidatorInvariantTest.NoSignalsCheckFalseBoth (0 ms)
[ RUN ] ValidatorInvariantTest.JETaken
[ OK ] ValidatorInvariantTest.JETaken (0 ms)
[ RUN ] ValidatorInvariantTest.StateEqualityXmm
[ OK ] ValidatorInvariantTest.StateEqualityXmm (0 ms)
[ RUN ] ValidatorInvariantTest.StateEqualityYmm
[ OK ] ValidatorInvariantTest.StateEqualityYmm (0 ms)
[----------] 7 tests from ValidatorInvariantTest (0 ms total)
[----------] 9 tests from HoldOutVerifierTest
[ RUN ] HoldOutVerifierTest.TrivialPass
[ OK ] HoldOutVerifierTest.TrivialPass (0 ms)
[ RUN ] HoldOutVerifierTest.TrivialFail
[ OK ] HoldOutVerifierTest.TrivialFail (1 ms)
[ RUN ] HoldOutVerifierTest.TrivialPassWithSse
[ OK ] HoldOutVerifierTest.TrivialPassWithSse (0 ms)
[ RUN ] HoldOutVerifierTest.TrivialPassMoveXmm
[ OK ] HoldOutVerifierTest.TrivialPassMoveXmm (1 ms)
[ RUN ] HoldOutVerifierTest.TrivialFailMoveXmm
[ OK ] HoldOutVerifierTest.TrivialFailMoveXmm (0 ms)
[ RUN ] HoldOutVerifierTest.PassMoveXmmAlternateLiveOut
[ OK ] HoldOutVerifierTest.PassMoveXmmAlternateLiveOut (0 ms)
[ RUN ] HoldOutVerifierTest.PassMoveXmm1AlternateLiveOut
[ OK ] HoldOutVerifierTest.PassMoveXmm1AlternateLiveOut (0 ms)
[ RUN ] HoldOutVerifierTest.MemoryFail
[ OK ] HoldOutVerifierTest.MemoryFail (1 ms)
[ RUN ] HoldOutVerifierTest.MemoryPass
[ OK ] HoldOutVerifierTest.MemoryPass (1 ms)
[----------] 9 tests from HoldOutVerifierTest (5 ms total)
[----------] 2 tests from X64AsmTest
[ RUN ] X64AsmTest.SpreadsheetReadWriteSetFuzzTest
[----------] Seed is 1463511511235691
[----------] * vptest 0xf7(%rip), %xmm0 # OPC=vptest_xmm_m128
[----------] * vpmaxuw %xmm8, %xmm5, %xmm0 # OPC=vpmaxuw_xmm_xmm_xmm
[----------] * pshufd $0xf0, %xmm3, %xmm8 # OPC=pshufd_xmm_xmm_imm8
[----------] * cmovnlew 0xf8(%rip), %dx # OPC=cmovnlew_r16_m16
[----------] * vrcpps (%r11d,%ebx,4), %ymm13 # OPC=vrcpps_ymm_m256
[----------] * pabsb (%r11d), %mm3 # OPC=pabsb_mm_m64
[----------] * rorq %cl, 0x5dcffff9(%rip) # OPC=rorq_m64_cl
[----------] * vmovshdup %ymm3, %ymm2 # OPC=vmovshdup_ymm_ymm
[----------] * vaesdec %xmm4, %xmm8, %xmm12 # OPC=vaesdec_xmm_xmm_xmm
[----------] * vhsubps 0x5(%r11d,%ebx,1), %ymm6, %ymm11 # OPC=vhsubps_ymm_ymm_m256
[----------] * psignb 0x5dcffff8(%rip), %mm4 # OPC=psignb_mm_m64
[----------] - Instruction reads unsupported registers: { %mm4 }
[----------] * shrq $0xfd, %rsi # OPC=shrq_r64_imm8
[----------] * setnc %r12b # OPC=setnc_r8
[----------] * movsbw 0x16(%r8), %ax # OPC=movsbw_r16_m8
[----------] * adcq %r12, %r8 # OPC=adcq_r64_r64
[----------] * vpsraw $0x5, %xmm2, %xmm7 # OPC=vpsraw_xmm_xmm_imm8
[----------] * vmovsd %xmm12, %xmm5, %xmm14 # OPC=vmovsd_xmm_xmm_xmm_1
[----------] * vhaddps %ymm6, %ymm8, %ymm14 # OPC=vhaddps_ymm_ymm_ymm
[----------] * cltd # OPC=cltd
[----------] * cmovngq %rsp, %r15 # OPC=cmovngq_r64_r64
[----------] * aesdeclast (%r11d), %xmm2 # OPC=aesdeclast_xmm_m128
[----------] * rcrl $0x1, -0x10(,%rdx,2) # OPC=rcrl_m32_one
[----------] * vandnpd 0x5dcffff8(%rip), %ymm1, %ymm6 # OPC=vandnpd_ymm_ymm_m256
[----------] * addb %dh, %ch # OPC=addb_rh_rh
[----------] * psrlq -0x300008(%rip), %xmm15 # OPC=psrlq_xmm_m128
[----------] - Could not generate state: Could not find misaligned memory reference.
[----------] * xchgq %rcx, %r8 # OPC=xchgq_r64_r64
[----------] * btrq $0xe0, %rsi # OPC=btrq_r64_imm8
[----------] * movw (%r11d,%ebx,4), %r13w # OPC=movw_r16_m16
[----------] * psignb %mm7, %mm3 # OPC=psignb_mm_mm
[----------] - Instruction reads unsupported registers: { %mm3 %mm7 }
[----------] * vhsubpd %xmm10, %xmm2, %xmm3 # OPC=vhsubpd_xmm_xmm_xmm
[----------] * orq $0xfffffff9, %r11 # OPC=orq_r64_imm32
[----------] * movdqu %xmm8, -0x300008(%rip) # OPC=movdqu_m128_xmm
[----------] - Could not generate state: Could not find misaligned memory reference.
[----------] * vmovhps 0x30(%r11d), %xmm11, %xmm13 # OPC=vmovhps_xmm_xmm_m64
[----------] * vmaskmovpd %ymm12, %ymm11, 0x64(%rsp,%rdx,8) # OPC=vmaskmovpd_m256_ymm_ymm
[----------] * movq 0xf8(%rip), %xmm6 # OPC=movq_xmm_m64_1
[----------] * pmaxsd %xmm2, %xmm0 # OPC=pmaxsd_xmm_xmm
[----------] * xchgw %r13w, %dx # OPC=xchgw_r16_r16
[----------] * psubb %xmm5, %xmm6 # OPC=psubb_xmm_xmm
[----------] * cmpq %rcx, 0x64(%rdx) # OPC=cmpq_m64_r64
[----------] * fpatan # OPC=fpatan
[----------] - Instruction reads unsupported registers: { }
[----------] * crc32l %esp, %r10d # OPC=crc32l_r32_r32
[----------] * rclb %cl, %ch # OPC=rclb_rh_cl
[----------] * vpxor 0x5dcffff8(%rip), %xmm2, %xmm12 # OPC=vpxor_xmm_xmm_m128
[----------] * vhsubps %xmm11, %xmm12, %xmm3 # OPC=vhsubps_xmm_xmm_xmm
[----------] * vpavgb %xmm3, %xmm5, %xmm11 # OPC=vpavgb_xmm_xmm_xmm
[----------] * vpmovzxbw -0x7(%r11d,%ebx,4), %xmm9 # OPC=vpmovzxbw_xmm_m64
[----------] * vcvttps2dq %ymm3, %ymm4 # OPC=vcvttps2dq_ymm_ymm
[----------] * setnle %r12b # OPC=setnle_r8
[----------] * vpsubb %xmm12, %xmm5, %xmm9 # OPC=vpsubb_xmm_xmm_xmm
[----------] * vphaddd %xmm12, %xmm8, %xmm4 # OPC=vphaddd_xmm_xmm_xmm
[----------] * vpunpcklbw (%rdi,%rcx,1), %xmm7, %xmm9 # OPC=vpunpcklbw_xmm_xmm_m128
[----------] * rsqrtps %xmm6, %xmm11 # OPC=rsqrtps_xmm_xmm
[----------] * vmovlhps %xmm13, %xmm11, %xmm3 # OPC=vmovlhps_xmm_xmm_xmm
[----------] * mulps %xmm10, %xmm9 # OPC=mulps_xmm_xmm
[----------] * popcntq %rbx, %r14 # OPC=popcntq_r64_r64
[----------] * vmaxsd %xmm4, %xmm9, %xmm0 # OPC=vmaxsd_xmm_xmm_xmm
[----------] * sbbb $0xc0, 0x5dcffff9(%rip) # OPC=sbbb_m8_imm8
[----------] * btsq $0x6, %rcx # OPC=btsq_r64_imm8
[----------] * pmuldq %xmm11, %xmm14 # OPC=pmuldq_xmm_xmm
[----------] * vmovmskpd %xmm8, %edx # OPC=vmovmskpd_r32_xmm
[----------] * maxpd %xmm15, %xmm10 # OPC=maxpd_xmm_xmm
[----------] * addq $0xff, %rdi # OPC=addq_r64_imm8
[----------] * bsrq %r8, %r10 # OPC=bsrq_r64_r64
[----------] * andb 0x5dcffff9(%rip), %bpl # OPC=andb_r8_m8
[----------] * por %mm3, %mm7 # OPC=por_mm_mm
[----------] - Instruction reads unsupported registers: { %mm3 %mm7 }
[----------] * movupd 0x64(%rsp,%rdx,8), %xmm8 # OPC=movupd_xmm_m128
[----------] * divps 0x5(%r11d,%ebx,1), %xmm15 # OPC=divps_xmm_m128
[----------] * sbbq $0xfe, -0x300007(%rip) # OPC=sbbq_m64_imm8
[----------] - Could not generate state: Memory was already allocated in heap.
[----------] * vmaxpd %xmm9, %xmm2, %xmm14 # OPC=vmaxpd_xmm_xmm_xmm
[----------] * imulw %ax, %r13w # OPC=imulw_r16_r16
[----------] * mulq 0x5dcffff9(%rip) # OPC=mulq_m64
[----------] * sbbb %sil, %bl # OPC=sbbb_r8_r8_1
[----------] * vpermilpd %xmm5, %xmm15, %xmm2 # OPC=vpermilpd_xmm_xmm_xmm
[----------] * pmovsxdq %xmm3, %xmm15 # OPC=pmovsxdq_xmm_xmm
[----------] * vpunpcklbw %xmm0, %xmm11, %xmm15 # OPC=vpunpcklbw_xmm_xmm_xmm
[----------] * rclb %cl, %r15b # OPC=rclb_r8_cl
[----------] * vmovsd %xmm12, %xmm12, %xmm9 # OPC=vmovsd_xmm_xmm_xmm_1
[----------] * subw $0x8000, %ax # OPC=subw_ax_imm16
[----------] * setne %ah # OPC=setne_rh
[----------] * vandnpd %ymm15, %ymm15, %ymm8 # OPC=vandnpd_ymm_ymm_ymm
[----------] * negw %r8w # OPC=negw_r16
[----------] * vpmovzxbq %xmm1, %xmm7 # OPC=vpmovzxbq_xmm_xmm
[----------] * cmpw $0xfffb, %r14w # OPC=cmpw_r16_imm16
[----------] * movbel %ebx, 0xf8(%rip) # OPC=movbel_m32_r32
[----------] * vcmpss $0x40, %xmm2, %xmm0, %xmm0 # OPC=vcmpss_xmm_xmm_xmm_imm8
[----------] * vunpckhpd %ymm8, %ymm8, %ymm12 # OPC=vunpckhpd_ymm_ymm_ymm
[----------] * setg %ch # OPC=setg_rh
[----------] * blendvps %xmm0, %xmm4, %xmm3 # OPC=blendvps_xmm_xmm_xmm0
[----------] * orq $0x4040404, (%rdi,%rcx,1) # OPC=orq_m64_imm32
[----------] * rcpps %xmm5, %xmm5 # OPC=rcpps_xmm_xmm
[----------] * vshufpd $0x10, -0x9(%rip), %xmm8, %xmm13 # OPC=vshufpd_xmm_xmm_m128_imm8
[----------] - Could not generate state: Memory was already allocated in heap.
[----------] * vmpsadbw $0x10, 0xf6(%rip), %xmm5, %xmm5 # OPC=vmpsadbw_xmm_xmm_m128_imm8
[----------] * rorq $0x1, -0x10(,%rdx,2) # OPC=rorq_m64_one
[----------] * blendpd $0x4, %xmm11, %xmm4 # OPC=blendpd_xmm_xmm_imm8
[----------] * finit # OPC=finit
[----------] * pcmpistrm $0xfe, (%r11d,%ebx,4), %xmm7 # OPC=pcmpistrm_xmm_m128_imm8
[----------] * btcw %sp, -0x10(,%rdx,2) # OPC=btcw_m16_r16
[----------] * pabsw %xmm3, %xmm13 # OPC=pabsw_xmm_xmm
[----------] * leal -0x1(%r11d,%esi,4), %r15d # OPC=leal_r32_m16
[----------] * psrld %xmm12, %xmm13 # OPC=psrld_xmm_xmm
[ OK ] X64AsmTest.SpreadsheetReadWriteSetFuzzTest (98 ms)
[ RUN ] X64AsmTest.SpreadsheetAltReadWriteSetFuzzTest
[----------] Seed is 1463511511329767
[----------] * psubsw 0xf9(%rip), %mm2 # OPC=psubsw_mm_m64
[----------] * pmullw 0x5dcffff8(%rip), %xmm7 # OPC=pmullw_xmm_m128
[----------] * sqrtsd 0x5dcffff8(%rip), %xmm0 # OPC=sqrtsd_xmm_m64
[----------] * pabsd %xmm2, %xmm14 # OPC=pabsd_xmm_xmm
[----------] * rorl $0x1, -0x6(%rip) # OPC=rorl_m32_one
[----------] - Could not generate state: Memory was already allocated in heap.
[----------] * psrld $0xfb, %mm0 # OPC=psrld_mm_imm8
[----------] * fldln2 # OPC=fldln2
[----------] * pmovsxdq 0x5dcffff7(%rip), %xmm0 # OPC=pmovsxdq_xmm_m64
[----------] * vhsubps 0x5dcffff8(%rip), %xmm14, %xmm15 # OPC=vhsubps_xmm_xmm_m128
[----------] * paddw -0x7(%r11d,%ebx,4), %xmm15 # OPC=paddw_xmm_m128
[----------] * setnge 0xf9(%rip) # OPC=setnge_m8
[----------] * sarb $0x22, %r8b # OPC=sarb_r8_imm8
[----------] * cmoval %r8d, %edx # OPC=cmoval_r32_r32
[----------] * negb %ah # OPC=negb_rh
[----------] * unpckhpd %xmm12, %xmm0 # OPC=unpckhpd_xmm_xmm
[----------] * pcmpgtq 0xf6(%rip), %xmm9 # OPC=pcmpgtq_xmm_m128
[----------] * setz 0x5dcffff9(%rip) # OPC=setz_m8
[----------] * pmovzxbq %xmm9, %xmm7 # OPC=pmovzxbq_xmm_xmm
[----------] * vpminud 0x5(%r11d,%ebx,1), %xmm13, %xmm13 # OPC=vpminud_xmm_xmm_m128
[----------] * blendvps %xmm0, %xmm2, %xmm2 # OPC=blendvps_xmm_xmm_xmm0
[----------] * btcw %di, %r9w # OPC=btcw_r16_r16
[----------] * xorw $0xff, %r12w # OPC=xorw_r16_imm8
[----------] * xorps %xmm8, %xmm14 # OPC=xorps_xmm_xmm
[----------] * cmovnpq (%rax), %r10 # OPC=cmovnpq_r64_m64
[----------] * vcvtdq2pd -0x10(,%rdx,2), %xmm12 # OPC=vcvtdq2pd_xmm_m64
[----------] * vxorps %ymm12, %ymm0, %ymm12 # OPC=vxorps_ymm_ymm_ymm
[----------] * movq $0xfffffffd, -0x30000a(%rip) # OPC=movq_m64_imm32
[----------] - Could not generate state: Memory was already allocated in heap.
[----------] * xorw %cx, %r8w # OPC=xorw_r16_r16_1
[----------] * punpckhbw %mm5, %mm2 # OPC=punpckhbw_mm_mm
[----------] * pcmpeqw %mm0, %mm0 # OPC=pcmpeqw_mm_mm
[----------] * adcb %sil, %al # OPC=adcb_r8_r8_1
[----------] * vpsrlq 0x5dcffff8(%rip), %xmm0, %xmm2 # OPC=vpsrlq_xmm_xmm_m128
[----------] * vptest 0x16(%r8), %ymm14 # OPC=vptest_ymm_m256
[----------] * pcmpgtd -0x7(%r11d,%ebx,4), %xmm8 # OPC=pcmpgtd_xmm_m128
[----------] * vpinsrw $0xfd, %r10d, %xmm11, %xmm11 # OPC=vpinsrw_xmm_xmm_r32_imm8
[----------] * paddsb %mm5, %mm6 # OPC=paddsb_mm_mm
[----------] * popw %r14w # OPC=popw_r16
[----------] * rorq $0x30, %r15 # OPC=rorq_r64_imm8
[----------] * vblendps $0xff, (%rdi,%rcx,1), %xmm2, %xmm4 # OPC=vblendps_xmm_xmm_m128_imm8
[----------] * punpckhbw %mm6, %mm0 # OPC=punpckhbw_mm_mm
[----------] * incl 0xfa(%rip) # OPC=incl_m32
[----------] * vpminsw %xmm0, %xmm4, %xmm11 # OPC=vpminsw_xmm_xmm_xmm
[----------] * por (%rax), %mm7 # OPC=por_mm_m64
[----------] * subl $0x40, %r14d # OPC=subl_r32_imm32
[----------] * xorl $0x0, %r10d # OPC=xorl_r32_imm8
[----------] * paddw 0xf9(%rip), %mm2 # OPC=paddw_mm_m64
[----------] * vpsraw $0x10, %xmm8, %xmm14 # OPC=vpsraw_xmm_xmm_imm8
[----------] * cmovneq %rbx, %r12 # OPC=cmovneq_r64_r64
[----------] * xorps 0x5dcffff9(%rip), %xmm2 # OPC=xorps_xmm_m128
[----------] * nopl %edx # OPC=nopl_r32
[----------] * cmovnlw -0x300008(%rip), %r11w # OPC=cmovnlw_r16_m16
[----------] - Could not generate state: Memory was already allocated in heap.
[----------] * roundsd $0x6, 0x5dcffff6(%rip), %xmm5 # OPC=roundsd_xmm_m64_imm8
[----------] * salb %cl, %r12b # OPC=salb_r8_cl
[----------] * psubusw %mm0, %mm2 # OPC=psubusw_mm_mm
[----------] * movzbq (%rdi,%rcx,1), %rcx # OPC=movzbq_r64_m8
[----------] * addps 0xf8(%rip), %xmm15 # OPC=addps_xmm_m128
[----------] * punpcklwd 0xf9(%rip), %mm4 # OPC=punpcklwd_mm_m32
[----------] * vcmppd $0x50, -0x7(%r11d,%ebx,4), %ymm2, %ymm14 # OPC=vcmppd_ymm_ymm_m256_imm8
[----------] * bsfl 0x7ffffff9(%rip), %eax # OPC=bsfl_r32_m32
[----------] * vpsubusb %xmm8, %xmm2, %xmm13 # OPC=vpsubusb_xmm_xmm_xmm
[----------] * sbbq $0x20, %rax # OPC=sbbq_rax_imm32
[----------] * andq %rbp, %rsp # OPC=andq_r64_r64
[----------] * cmpxchgl %r10d, 0x5(%r11d,%ebx,1) # OPC=cmpxchgl_m32_r32
[----------] * vcvtpd2ps %xmm0, %xmm4 # OPC=vcvtpd2ps_xmm_xmm
[----------] * blendvpd %xmm0, %xmm8, %xmm1 # OPC=blendvpd_xmm_xmm_xmm0
[----------] * movups %xmm12, %xmm4 # OPC=movups_xmm_xmm_1
[----------] * extractps $0x80, %xmm13, %rdx # OPC=extractps_r64_xmm_imm8
[----------] * cmovnzl %ebp, %ecx # OPC=cmovnzl_r32_r32
[----------] * xorl %edi, %ebp # OPC=xorl_r32_r32
[----------] * setpo %bh # OPC=setpo_rh
[----------] * vpavgb %xmm0, %xmm11, %xmm5 # OPC=vpavgb_xmm_xmm_xmm
[----------] * pmovzxbd 0x5dcffff7(%rip), %xmm2 # OPC=pmovzxbd_xmm_m32
[----------] * andnps 0xf8(%rip), %xmm15 # OPC=andnps_xmm_m128
[----------] * verr (%r11d) # OPC=verr_m16
[----------] * seto -0x7(%rip) # OPC=seto_m8
[----------] - Could not generate state: Memory was already allocated in heap.
[----------] * sbbl $0xfc, %esi # OPC=sbbl_r32_imm8
[----------] * vunpckhps (%r11d,%ebx,4), %ymm14, %ymm10 # OPC=vunpckhps_ymm_ymm_m256
[----------] * movntpd %xmm6, 0x5dcffff8(%rip) # OPC=movntpd_m128_xmm
[----------] * vpmovzxbw -0x300008(%rip), %xmm15 # OPC=vpmovzxbw_xmm_m64
[----------] - Could not generate state: Memory was already allocated in heap.
[----------] * vroundpd $0x7, 0x5dcffff6(%rip), %ymm14 # OPC=vroundpd_ymm_m256_imm8
[----------] * cvttps2pi (%rax), %mm5 # OPC=cvttps2pi_mm_m64
[----------] * vpermilps $0x1, 0xf6(%rip), %xmm9 # OPC=vpermilps_xmm_m128_imm8
[----------] * xorw $0x10, %dx # OPC=xorw_r16_imm8
[----------] * xchgb %bpl, %r14b # OPC=xchgb_r8_r8_1
[----------] * movw $0xffc0, %si # OPC=movw_r16_imm16_1
[----------] * btsq $0xfc, %r11 # OPC=btsq_r64_imm8
[----------] * roundsd $0xe0, 0x64(%rdx), %xmm3 # OPC=roundsd_xmm_m64_imm8
[----------] * cmpb %cl, %ah # OPC=cmpb_rh_r8_1
[----------] * roundsd $0x0, %xmm4, %xmm6 # OPC=roundsd_xmm_xmm_imm8
[----------] * rcrw $0xf9, %r13w # OPC=rcrw_r16_imm8
[----------] * pmaxud 0x16(%r8), %xmm4 # OPC=pmaxud_xmm_m128
[----------] * vpmaxub (%rax), %xmm2, %xmm7 # OPC=vpmaxub_xmm_xmm_m128
[----------] * unpcklpd %xmm10, %xmm2 # OPC=unpcklpd_xmm_xmm
[----------] * subq $0xfffffffd, %r11 # OPC=subq_r64_imm32
[----------] * adcl $0xffffffe0, -0x10(,%rdx,2) # OPC=adcl_m32_imm32
[----------] * psllw 0xf7(%rip), %xmm14 # OPC=psllw_xmm_m128
[----------] * subl $0x10, %edi # OPC=subl_r32_imm8
[----------] * shrl $0x0, %r14d # OPC=shrl_r32_imm8
[----------] * addq $0xffffffe0, %r12 # OPC=addq_r64_imm32
[----------] * cmpl %r12d, %eax # OPC=cmpl_r32_r32
[ OK ] X64AsmTest.SpreadsheetAltReadWriteSetFuzzTest (97 ms)
[----------] 2 tests from X64AsmTest (195 ms total)
[----------] 3 tests from ValidatorFuzzTest
[ RUN ] ValidatorFuzzTest.XchgInstructionsRandomState
[----------] Seed is 1463511511552141
[----------] * xchgw %r10w, %ax # OPC=xchgw_ax_r16
[----------] * xchgb %bh, %bh # OPC=xchgb_rh_rh
[----------] * xaddb %dh, %dl # OPC=xaddb_r8_rh
[----------] * xaddl %esp, %edx # OPC=xaddl_r32_r32
[----------] * xchgb %bl, %r8b # OPC=xchgb_r8_r8
[----------] * xchgb %dh, %ah # OPC=xchgb_rh_rh
[----------] * xchgb %bh, %ah # OPC=xchgb_rh_rh
[----------] * xchgw %dx, %dx # OPC=xchgw_r16_r16_1
[----------] * xaddb %ch, 0x64(%rsp,%rdx,8) # OPC=xaddb_m8_rh
[----------] * xaddw %r13w, 0x5(%r11d,%ebx,1) # OPC=xaddw_m16_r16
[----------] * xchgq %rsi, %r8 # OPC=xchgq_r64_r64_1
[----------] * xchgb %dh, %ah # OPC=xchgb_rh_rh_1
[----------] * xchgw 0x64(%rsp,%rdx,8), %bp # OPC=xchgw_r16_m16
[----------] * xchgw -0x7(%r11d,%ebx,4), %r10w # OPC=xchgw_r16_m16
[----------] * xchgw %si, %ax # OPC=xchgw_ax_r16
[----------] * xchgw -0x64(%rax,%rcx,4), %cx # OPC=xchgw_r16_m16
[----------] * xaddb %dh, -0x7(%rip) # OPC=xaddb_m8_rh
[----------] - Could not generate state: Memory was already allocated in heap.
[----------] * xchgw %r10w, 0x64(%rsp,%rdx,8) # OPC=xchgw_m16_r16
[----------] * xchgl %eax, %edx # OPC=xchgl_r32_eax
[----------] * xaddw %r14w, %r8w # OPC=xaddw_r16_r16
[ OK ] ValidatorFuzzTest.XchgInstructionsRandomState (9849 ms)
[ RUN ] ValidatorFuzzTest.ShiftInstructionsRandomState
[----------] Seed is 1463511521406717
[----------] * sarl $0x1, %esp # OPC=sarl_r32_one
[----------] * salq %cl, %r8 # OPC=salq_r64_cl
[----------] * shrb $0x1, %cl # OPC=shrb_r8_one
[----------] * salq $0xe0, 0x5dcffff8(%rip) # OPC=salq_m64_imm8
[----------] * rcrl %cl, %r11d # OPC=rcrl_r32_cl
[----------] * shrdq %cl, %r12, %r10 # OPC=shrdq_r64_r64_cl
[----------] * shlb %cl, %dh # OPC=shlb_rh_cl
[----------] * rcrl $0x1, %r11d # OPC=rcrl_r32_one
[----------] * shldq $0xfd, %rsi, %r8 # OPC=shldq_r64_r64_imm8
[----------] * salw %cl, %bx # OPC=salw_r16_cl
[----------] * shrw $0x30, %r10w # OPC=shrw_r16_imm8
[----------] * rclb $0xfc, %ah # OPC=rclb_rh_imm8
[----------] * rcrw $0x1, %r15w # OPC=rcrw_r16_one
[----------] * shrb $0x1, %ch # OPC=shrb_rh_one
[----------] * roll %cl, 0x5dcffffa(%rip) # OPC=roll_m32_cl
[----------] * shrw $0x1, (%rdi,%rcx,1) # OPC=shrw_m16_one
[----------] * rcll $0x80, %r13d # OPC=rcll_r32_imm8
[----------] * shrdq %cl, %rbx, -0x64(%rax,%rcx,4) # OPC=shrdq_m64_r64_cl
[----------] * shrl $0x1, 0xf9(%rip) # OPC=shrl_m32_imm8
[----------] * shrb %cl, %r9b # OPC=shrb_r8_cl
[ OK ] ValidatorFuzzTest.ShiftInstructionsRandomState (8632 ms)
[ RUN ] ValidatorFuzzTest.RandomInstructionRandomState
[----------] Seed is 1463511530065168
[----------] * andpd 0xf7(%rip), %xmm9 # OPC=andpd_xmm_m128
[----------] * cmovpw 0xf7(%rip), %r15w # OPC=cmovpw_r16_m16
[----------] * orb %dh, 0xfa(%rip) # OPC=orb_m8_rh
[----------] * vmovups %ymm6, %ymm11 # OPC=vmovups_ymm_ymm
[----------] * vpcmpgtw (%r11d,%ebx,4), %xmm10, %xmm11 # OPC=vpcmpgtw_xmm_xmm_m128
[----------] * cmovnll 0x64(%rdx), %ebx # OPC=cmovnll_r32_m32
[----------] * subq $0xc0decafe, %rax # OPC=subq_rax_imm32
[----------] * vaddpd 0x7ffffff8(%rip), %xmm1, %xmm1 # OPC=vaddpd_xmm_xmm_m128
[----------] * addl $0xd0, 0x5dcffff6(%rip) # OPC=addl_m32_imm32
[----------] * vpmovzxwd %xmm12, %xmm5 # OPC=vpmovzxwd_xmm_xmm
[----------] * vmulss (%r11d,%ebx,1), %xmm0, %xmm4 # OPC=vmulss_xmm_xmm_m32
[----------] * setbe %r8b # OPC=setbe_r8
[----------] * testl $0x4040404, %edx # OPC=testl_r32_imm32
[----------] * setna %ch # OPC=setna_rh
[----------] * movdqu %xmm7, %xmm5 # OPC=movdqu_xmm_xmm_1
[----------] * cmovbew (%r11d), %dx # OPC=cmovbew_r16_m16
[----------] * vcvtdq2pd %ymm5, %ymm12 # OPC=vcvtdq2pd_ymm_ymm
[----------] * vmovddup %xmm12, %xmm2 # OPC=vmovddup_xmm_xmm
[----------] * vpsubusb 0x5dcffff8(%rip), %xmm15, %xmm2 # OPC=vpsubusb_xmm_xmm_m128
[----------] * cmovgl %r9d, %ebp # OPC=cmovgl_r32_r32
[----------] * orb %dl, %ah # OPC=orb_rh_r8
[----------] * andb $0xff, %ah # OPC=andb_rh_imm8
[----------] * cmovow 0x30(%r11d), %r14w # OPC=cmovow_r16_m16
[----------] * vcvtss2siq (%rdi,%rcx,1), %rbp # OPC=vcvtss2siq_r64_m32
[----------] * salw $0x22, %r9w # OPC=salw_r16_imm8
[----------] * vandnps %xmm7, %xmm0, %xmm4 # OPC=vandnps_xmm_xmm_xmm
[----------] * vshufpd $0xe0, %xmm7, %xmm11, %xmm6 # OPC=vshufpd_xmm_xmm_xmm_imm8
[----------] * rsqrtps %xmm10, %xmm2 # OPC=rsqrtps_xmm_xmm
[----------] * cmovzw 0xf8(%rip), %cx # OPC=cmovzw_r16_m16
[----------] * vshufpd $0xd0, 0x5(%r11d,%ebx,1), %xmm0, %xmm4 # OPC=vshufpd_xmm_xmm_m128_imm8
[----------] * setnc 0x30(%r11d) # OPC=setnc_m8
[----------] * vcvtss2sd %xmm3, %xmm7, %xmm15 # OPC=vcvtss2sd_xmm_xmm_xmm
[----------] * subq $0xfd, %r14 # OPC=subq_r64_imm8
[----------] * salb $0xff, %bh # OPC=salb_rh_imm8
[----------] * mulps %xmm11, %xmm0 # OPC=mulps_xmm_xmm
[----------] * psignd %xmm0, %xmm15 # OPC=psignd_xmm_xmm
[----------] * btq $0xd0, %r13 # OPC=btq_r64_imm8
[----------] * andw $0x22, (%r11d,%ebx,4) # OPC=andw_m16_imm16
[----------] * vmovapd %ymm10, %ymm7 # OPC=vmovapd_ymm_ymm
[----------] * imull $0x1, %ebp, %r12d # OPC=imull_r32_r32_imm32
[----------] * vcvtsi2sdl %r8d, %xmm3, %xmm10 # OPC=vcvtsi2sdl_xmm_xmm_r32
[----------] * setng %dl # OPC=setng_r8
[----------] * pmaxud 0x5dcffff6(%rip), %xmm8 # OPC=pmaxud_xmm_m128
[----------] * setae 0xf9(%rip) # OPC=setae_m8
[----------] * adcq $0xfffffff9, %rsp # OPC=adcq_r64_imm32
[----------] * shlb %cl, %dil # OPC=shlb_r8_cl
[----------] * subb $0x5, %bl # OPC=subb_r8_imm8
[----------] * rolb %cl, %bpl # OPC=rolb_r8_cl
[----------] * pmovsxbq %xmm5, %xmm9 # OPC=pmovsxbq_xmm_xmm
[----------] * divb %ah # OPC=divb_rh
[----------] - Could not generate state: Interrupt was not segfault, but signal 8 [SIGFPE (erroneous arithmetic operation)] instead.
[----------] * pmovzxbq 0xf6(%rip), %xmm14 # OPC=pmovzxbq_xmm_m16
[----------] * vzeroupper # OPC=vzeroupper
[----------] * vandpd 0x5dcffff8(%rip), %ymm1, %ymm1 # OPC=vandpd_ymm_ymm_m256
[----------] * subb %dh, %dl # OPC=subb_r8_rh
[----------] * rcll %cl, %r12d # OPC=rcll_r32_cl
[----------] * psignw -0x64(%rax,%rcx,4), %xmm8 # OPC=psignw_xmm_m128
[----------] * setnp %dh # OPC=setnp_rh
[----------] * cmovnael %r9d, %ebx # OPC=cmovnael_r32_r32
[----------] * pabsb %xmm3, %xmm14 # OPC=pabsb_xmm_xmm
[----------] * pshuflw $0xff, %xmm9, %xmm14 # OPC=pshuflw_xmm_xmm_imm8
[----------] * xorb %bh, %bh # OPC=xorb_rh_rh
[----------] * vmovupd -0x10(,%rdx,2), %ymm2 # OPC=vmovupd_ymm_m256
[----------] * vpsubusw %xmm1, %xmm3, %xmm0 # OPC=vpsubusw_xmm_xmm_xmm
[----------] * vcvtdq2pd %ymm0, %ymm1 # OPC=vcvtdq2pd_ymm_ymm
[----------] * vpmovmskb %xmm1, %r10 # OPC=vpmovmskb_r64_xmm
[----------] * vmaxss 0x5dcffff8(%rip), %xmm3, %xmm14 # OPC=vmaxss_xmm_xmm_m32
[----------] * xorq $0xfffffffe, %rbp # OPC=xorq_r64_imm32
[----------] * shlb $0xff, 0x5dcffff9(%rip) # OPC=shlb_m8_imm8
[----------] * cvtss2siq (%r11d,%ebx,4), %rcx # OPC=cvtss2siq_r64_m32
[----------] * setnz %bh # OPC=setnz_rh
[----------] * cmovpoq -0x64(%rax,%rcx,4), %rsp # OPC=cmovpoq_r64_m64
[----------] * movw %r10w, %r14w # OPC=movw_r16_r16
[----------] * cmovcq -0x10(,%rdx,2), %rsi # OPC=cmovcq_r64_m64
[----------] * clc # OPC=clc
[----------] * subw %bx, %bp # OPC=subw_r16_r16_1
[----------] * subw $0x0, %ax # OPC=subw_ax_imm16
[----------] * vandnps 0xf8(%rip), %ymm2, %ymm3 # OPC=vandnps_ymm_ymm_m256
[----------] * orl $0xc0, %r11d # OPC=orl_r32_imm8
[----------] * pushq 0x64(%rsp,%rdx,8) # OPC=pushq_m64
[----------] - Could not generate state: StateGen does not support push/pop with memory argument.
[----------] * rcrq $0x1, %rsp # OPC=rcrq_r64_one
[----------] * cmovnaeq %rsp, %r14 # OPC=cmovnaeq_r64_r64
[----------] * vhsubps %xmm14, %xmm6, %xmm13 # OPC=vhsubps_xmm_xmm_xmm
[----------] * xorb 0xfa(%rip), %dl # OPC=xorb_r8_m8
[----------] * vpunpcklbw %xmm3, %xmm15, %xmm12 # OPC=vpunpcklbw_xmm_xmm_xmm
[----------] * setno %bh # OPC=setno_rh
[----------] * minps (%rax), %xmm11 # OPC=minps_xmm_m128
[----------] * pmovsxdq (%r11d,%ebx,1), %xmm8 # OPC=pmovsxdq_xmm_m64
[----------] * cmovnbew -0x7(%r11d,%ebx,4), %bx # OPC=cmovnbew_r16_m16
[----------] * vsubps 0x7ffffff8(%rip), %ymm4, %ymm5 # OPC=vsubps_ymm_ymm_m256
[----------] * hsubpd %xmm5, %xmm15 # OPC=hsubpd_xmm_xmm
[----------] * haddpd 0xf8(%rip), %xmm3 # OPC=haddpd_xmm_m128
[----------] * salb $0x10, %ch # OPC=salb_rh_imm8
[----------] * orb %dh, %bh # OPC=orb_rh_rh
[----------] * movb $0x1, %spl # OPC=movb_r8_imm8_1
[----------] * vmovupd %ymm6, %ymm5 # OPC=vmovupd_ymm_ymm_1
[----------] * rcrq %cl, %r13 # OPC=rcrq_r64_cl
[----------] * xchgw 0x5dcffff8(%rip), %r13w # OPC=xchgw_r16_m16
[----------] * pmullw %xmm10, %xmm9 # OPC=pmullw_xmm_xmm
[----------] * shrw %cl, 0x5dcffff9(%rip) # OPC=shrw_m16_cl
[----------] * vxorps 0xf8(%rip), %xmm9, %xmm15 # OPC=vxorps_xmm_xmm_m128
[ OK ] ValidatorFuzzTest.RandomInstructionRandomState (13213 ms)
[----------] 3 tests from ValidatorFuzzTest (31694 ms total)
[----------] 23 tests from ValidatorBaseTest
[ RUN ] ValidatorBaseTest.SimpleExampleTrue
[ OK ] ValidatorBaseTest.SimpleExampleTrue (170 ms)
[ RUN ] ValidatorBaseTest.EflagsChecked
[ OK ] ValidatorBaseTest.EflagsChecked (188 ms)
[ RUN ] ValidatorBaseTest.BplChecked
[ OK ] ValidatorBaseTest.BplChecked (183 ms)
[ RUN ] ValidatorBaseTest.SilChecked
[ OK ] ValidatorBaseTest.SilChecked (191 ms)
[ RUN ] ValidatorBaseTest.AxValidatedFalse
[ OK ] ValidatorBaseTest.AxValidatedFalse (203 ms)
[ RUN ] ValidatorBaseTest.AxValidatedTrue
[ OK ] ValidatorBaseTest.AxValidatedTrue (158 ms)
[ RUN ] ValidatorBaseTest.SimpleExampleFalse
[ OK ] ValidatorBaseTest.SimpleExampleFalse (198 ms)
[ RUN ] ValidatorBaseTest.ReportsUnsupported
[ OK ] ValidatorBaseTest.ReportsUnsupported (78 ms)
[ RUN ] ValidatorBaseTest.ReportsSupported
[ OK ] ValidatorBaseTest.ReportsSupported (78 ms)
[ RUN ] ValidatorBaseTest.RhSupported
[ OK ] ValidatorBaseTest.RhSupported (84 ms)
[ RUN ] ValidatorBaseTest.UnimplementedFailsGracefully
[ OK ] ValidatorBaseTest.UnimplementedFailsGracefully (79 ms)
[ RUN ] ValidatorBaseTest.YmmSupported
[ OK ] ValidatorBaseTest.YmmSupported (81 ms)
[ RUN ] ValidatorBaseTest.UndefinedReadNotEquiv
[ OK ] ValidatorBaseTest.UndefinedReadNotEquiv (87 ms)
[ RUN ] ValidatorBaseTest.DefinedReadEquiv
[ OK ] ValidatorBaseTest.DefinedReadEquiv (82 ms)
[ RUN ] ValidatorBaseTest.UndefinedLiveinLiveoutFails
[ OK ] ValidatorBaseTest.UndefinedLiveinLiveoutFails (87 ms)
[ RUN ] ValidatorBaseTest.SimpleCounterexample
[ OK ] ValidatorBaseTest.SimpleCounterexample (90 ms)
[ RUN ] ValidatorBaseTest.EflagsCounterexample
[ OK ] ValidatorBaseTest.EflagsCounterexample (166 ms)
[ RUN ] ValidatorBaseTest.ChecksUpper32bits
[ OK ] ValidatorBaseTest.ChecksUpper32bits (166 ms)
[ RUN ] ValidatorBaseTest.NopsAndLabelsSupported
[ OK ] ValidatorBaseTest.NopsAndLabelsSupported (83 ms)
[ RUN ] ValidatorBaseTest.Issue550
[ OK ] ValidatorBaseTest.Issue550 (141 ms)
[ RUN ] ValidatorBaseTest.Issue764
[----------] - Sandbox did not finish normally: 8
[ OK ] ValidatorBaseTest.Issue764 (79 ms)
[ RUN ] ValidatorBaseTest.Issue764_2
[ OK ] ValidatorBaseTest.Issue764_2 (144 ms)
[ RUN ] ValidatorBaseTest.ConcreteMemoryWorks
[ OK ] ValidatorBaseTest.ConcreteMemoryWorks (80 ms)
[----------] 23 tests from ValidatorBaseTest (2896 ms total)
[----------] 45 tests from BoundedValidatorBaseTest
[ RUN ] BoundedValidatorBaseTest.NoLoopsPasses
[ OK ] BoundedValidatorBaseTest.NoLoopsPasses (93 ms)
[ RUN ] BoundedValidatorBaseTest.NoLoopsFails
[ OK ] BoundedValidatorBaseTest.NoLoopsFails (105 ms)
[ RUN ] BoundedValidatorBaseTest.UnsupportedInstruction
[ OK ] BoundedValidatorBaseTest.UnsupportedInstruction (78 ms)
[ RUN ] BoundedValidatorBaseTest.RipOffsetEqual
[ OK ] BoundedValidatorBaseTest.RipOffsetEqual (97 ms)
[ RUN ] BoundedValidatorBaseTest.RipOffsetUnequal
[ OK ] BoundedValidatorBaseTest.RipOffsetUnequal (161 ms)
[ RUN ] BoundedValidatorBaseTest.RipOffsetLoopEqual
[ OK ] BoundedValidatorBaseTest.RipOffsetLoopEqual (9294 ms)
[ RUN ] BoundedValidatorBaseTest.RipOffsetLoopUnqual
[ OK ] BoundedValidatorBaseTest.RipOffsetLoopUnqual (113 ms)
[ RUN ] BoundedValidatorBaseTest.RipOffsetCorrectValue
[ OK ] BoundedValidatorBaseTest.RipOffsetCorrectValue (94 ms)
[ RUN ] BoundedValidatorBaseTest.RipWritingEquiv
[ OK ] BoundedValidatorBaseTest.RipWritingEquiv (107 ms)
[ RUN ] BoundedValidatorBaseTest.RipOffsetWrongValue
[ OK ] BoundedValidatorBaseTest.RipOffsetWrongValue (101 ms)
[ RUN ] BoundedValidatorBaseTest.PopcntEqual
[ OK ] BoundedValidatorBaseTest.PopcntEqual (110 ms)
[ RUN ] BoundedValidatorBaseTest.PopcntWrong
[ OK ] BoundedValidatorBaseTest.PopcntWrong (420 ms)
[ RUN ] BoundedValidatorBaseTest.PopcntWrongBeyondBound
[ OK ] BoundedValidatorBaseTest.PopcntWrongBeyondBound (221 ms)
[ RUN ] BoundedValidatorBaseTest.EasyMemory
[ OK ] BoundedValidatorBaseTest.EasyMemory (169 ms)
[ RUN ] BoundedValidatorBaseTest.EasyMemoryFail
[ OK ] BoundedValidatorBaseTest.EasyMemoryFail (139 ms)
[ RUN ] BoundedValidatorBaseTest.CanTurnOffMemoryChecking
[ OK ] BoundedValidatorBaseTest.CanTurnOffMemoryChecking (112 ms)
[ RUN ] BoundedValidatorBaseTest.NoHeapOutStackOutStillSensitiveToReads
[ OK ] BoundedValidatorBaseTest.NoHeapOutStackOutStillSensitiveToReads (114 ms)
[ RUN ] BoundedValidatorBaseTest.WriteDifferentPointers
[ OK ] BoundedValidatorBaseTest.WriteDifferentPointers (141 ms)
[ RUN ] BoundedValidatorBaseTest.MemoryOverlapEquiv
[ OK ] BoundedValidatorBaseTest.MemoryOverlapEquiv (128 ms)
[ RUN ] BoundedValidatorBaseTest.MemoryOverlapEquiv2
[ OK ] BoundedValidatorBaseTest.MemoryOverlapEquiv2 (176 ms)
[ RUN ] BoundedValidatorBaseTest.MemoryOverlapBad
[ OK ] BoundedValidatorBaseTest.MemoryOverlapBad (204 ms)
[ RUN ] BoundedValidatorBaseTest.LoopMemoryEquiv
[ OK ] BoundedValidatorBaseTest.LoopMemoryEquiv (495 ms)
[ RUN ] BoundedValidatorBaseTest.LoopMemoryWrong
[ OK ] BoundedValidatorBaseTest.LoopMemoryWrong (155 ms)
[ RUN ] BoundedValidatorBaseTest.LoopMemoryWrong2
[ OK ] BoundedValidatorBaseTest.LoopMemoryWrong2 (159 ms)
[ RUN ] BoundedValidatorBaseTest.Wcslen2ExitsPass
[ OK ] BoundedValidatorBaseTest.Wcslen2ExitsPass (641 ms)
[ RUN ] BoundedValidatorBaseTest.Wcslen2ExitsFail1
[ OK ] BoundedValidatorBaseTest.Wcslen2ExitsFail1 (129 ms)
[ RUN ] BoundedValidatorBaseTest.LoopMemoryWrong3
[ OK ] BoundedValidatorBaseTest.LoopMemoryWrong3 (169 ms)
[ RUN ] BoundedValidatorBaseTest.MemcpyCorrect
[ OK ] BoundedValidatorBaseTest.MemcpyCorrect (2462 ms)
[ RUN ] BoundedValidatorBaseTest.MemcpyVectorizedWrongWithAliasing
[ OK ] BoundedValidatorBaseTest.MemcpyVectorizedWrongWithAliasing (2821 ms)
[ RUN ] BoundedValidatorBaseTest.MemcpyVectorizedCorrectWithoutAliasing
[ OK ] BoundedValidatorBaseTest.MemcpyVectorizedCorrectWithoutAliasing (1897 ms)
[ RUN ] BoundedValidatorBaseTest.MemcpyMissingBranch
[ OK ] BoundedValidatorBaseTest.MemcpyMissingBranch (164 ms)
[ RUN ] BoundedValidatorBaseTest.MemoryCounterexample
[ OK ] BoundedValidatorBaseTest.MemoryCounterexample (217 ms)
[ RUN ] BoundedValidatorBaseTest.StrlenCorrect
[ OK ] BoundedValidatorBaseTest.StrlenCorrect (308 ms)
[ RUN ] BoundedValidatorBaseTest.StrlenWrongBranch
[ OK ] BoundedValidatorBaseTest.StrlenWrongBranch (229 ms)
[ RUN ] BoundedValidatorBaseTest.WcslenCorrect
[ OK ] BoundedValidatorBaseTest.WcslenCorrect (2305 ms)
[ RUN ] BoundedValidatorBaseTest.WcslenWrong1
[ OK ] BoundedValidatorBaseTest.WcslenWrong1 (1786 ms)
[ RUN ] BoundedValidatorBaseTest.WcslenWrong2
[ OK ] BoundedValidatorBaseTest.WcslenWrong2 (119 ms)
[ RUN ] BoundedValidatorBaseTest.WcslenCorrect3
[ OK ] BoundedValidatorBaseTest.WcslenCorrect3 (2279 ms)
[ RUN ] BoundedValidatorBaseTest.WcslenWrong3
[ OK ] BoundedValidatorBaseTest.WcslenWrong3 (2022 ms)
[ RUN ] BoundedValidatorBaseTest.WcslenWrong4
[ OK ] BoundedValidatorBaseTest.WcslenWrong4 (1787 ms)
[ RUN ] BoundedValidatorBaseTest.WcslenWrong5
[ OK ] BoundedValidatorBaseTest.WcslenWrong5 (123 ms)
[ RUN ] BoundedValidatorBaseTest.WcscpyWrong1
[ OK ] BoundedValidatorBaseTest.WcscpyWrong1 (189 ms)
[ RUN ] BoundedValidatorBaseTest.NoSpuriousCeg
[ OK ] BoundedValidatorBaseTest.NoSpuriousCeg (101 ms)
[ RUN ] BoundedValidatorBaseTest.MemcpyCorrectPushes
[ OK ] BoundedValidatorBaseTest.MemcpyCorrectPushes (55456 ms)
[ RUN ] BoundedValidatorBaseTest.MemcpyCorrectPushesAntialias
[ OK ] BoundedValidatorBaseTest.MemcpyCorrectPushesAntialias (11748 ms)
[----------] 45 tests from BoundedValidatorBaseTest (99941 ms total)
[----------] 11 tests from IntegrationTest
[ RUN ] IntegrationTest.CostLiveOut
WARNING: No live out values provided, assuming { %rax %rdx %rbx %rsp %rbp %r12 %r13 %r14 %r15 %xmm0 %xmm1 }
WARNING: No def in values provided; assuming { %ecx %rdx %rbx %rsp %rbp %r12 %r13 %r14 %r15 %xmm0 %xmm1 %mxcsr::rc[0] }
[ OK ] IntegrationTest.CostLiveOut (62 ms)
[ RUN ] IntegrationTest.CostRh
[ OK ] IntegrationTest.CostRh (39 ms)
[ RUN ] IntegrationTest.ReplaceIdempotent
[ OK ] IntegrationTest.ReplaceIdempotent (105 ms)
[ RUN ] IntegrationTest.ReplaceFunctions
[ OK ] IntegrationTest.ReplaceFunctions (155 ms)
[ RUN ] IntegrationTest.SandboxFib
[ OK ] IntegrationTest.SandboxFib (951 ms)
[ RUN ] IntegrationTest.SandboxRecursiveJmp
WARNING: No live out values provided, assuming { %rax %rdx %rbx %rsp %rbp %r12 %r13 %r14 %r15 %xmm0 %xmm1 }
WARNING: No def in values provided; assuming { %rdx %rbx %rsp %rbp %r12 %r13 %r14 %r15 %xmm0 %xmm1 %mxcsr::rc[0] }
[ OK ] IntegrationTest.SandboxRecursiveJmp (62 ms)
[ RUN ] IntegrationTest.SandboxRip
WARNING: Cannot parse function 'main', skipping. Error(s): Could not encode 'rep movsq %ds:(%rsi),%es:(%rdi)' within 3 bytes.
WARNING: Cannot parse function 'nibble_sort_bloom', skipping. Error(s): Could not encode 'rep stosq %es:(%rdi)' within 3 bytes.
WARNING: Cannot parse function 'nibble_sort_burton1', skipping. Error(s): Could not encode 'rep stosq %es:(%rdi)' within 3 bytes.
WARNING: Cannot parse function 'nibble_sort_carlos', skipping. Error(s): Could not encode 'vpgatherqq %ymm7,0x627100(,%ymm8,8),%ymm0' within 10 bytes.
WARNING: Cannot parse function 'nibble_sort_grayson', skipping. Error(s): Could not encode 'movq %fs:0x28,%rax' within 9 bytes.
WARNING: Could not encode 'xorq %fs:0x28,%rax' within 9 bytes.
WARNING: Cannot parse function 'nibble_sort_jarkko', skipping. Error(s): Could not encode 'rep stosq %es:(%rdi)' within 3 bytes.
WARNING: Cannot parse function 'nibble_sort_justin', skipping. Error(s): Could not encode 'rep stosq %es:(%rdi)' within 3 bytes.
WARNING: Cannot parse function 'nibble_sort_mats', skipping. Error(s): Could not encode 'rep stosq %es:(%rdi)' within 3 bytes.
WARNING: Could not encode 'rep stosq %es:(%rdi)' within 3 bytes.
WARNING: Cannot parse function 'nibble_sort_mentre', skipping. Error(s): Could not encode 'movq %fs:0x28,%rax' within 9 bytes.
WARNING: Could not encode 'xorq %fs:0x28,%rax' within 9 bytes.
WARNING: Cannot parse function 'nibble_sort_mike', skipping. Error(s): Could not encode 'movq %fs:0x28,%rax' within 9 bytes.
WARNING: Could not encode 'xorq %fs:0x28,%rax' within 9 bytes.
WARNING: Cannot parse function 'nibble_sort_pdewacht1', skipping. Error(s): Could not encode 'movq %fs:0x28,%rax' within 9 bytes.
WARNING: Could not encode 'xorq %fs:0x28,%rax' within 9 bytes.
WARNING: Cannot parse function 'nibble_sort_rogers', skipping. Error(s): Could not encode 'movq %fs:0x28,%rax' within 9 bytes.
WARNING: Could not encode 'xorq %fs:0x28,%rax' within 9 bytes.
WARNING: Cannot parse function 'nibble_sort_rosen', skipping. Error(s): Could not encode 'movq %fs:0x28,%rax' within 9 bytes.
WARNING: Could not encode 'xorq %fs:0x28,%rax' within 9 bytes.
WARNING: Cannot parse function 'validate', skipping. Error(s): Could not encode 'rep movsq %ds:(%rsi),%es:(%rdi)' within 3 bytes.
WARNING: Could not encode 'rep movsq %ds:(%rsi),%es:(%rdi)' within 3 bytes.
WARNING: Cannot parse function 'nibble_sort_vetter2', skipping. Error(s): Could not encode 'movq %fs:0x28,%rax' within 9 bytes.
WARNING: Could not encode 'xorq %fs:0x28,%rax' within 9 bytes.
WARNING: Cannot parse function 'nibble_sort_vlad', skipping. Error(s): Could not encode 'movq %fs:0x28,%rax' within 9 bytes.
WARNING: Could not encode 'xorq %fs:0x28,%rax' within 9 bytes.
FATAL ERROR: Target/rewrite requires unavailable cpu flags: { avx2 }
make[1]: *** [sandbox] Error 1
././tests/integration/integration.h:252: Failure
Value of: shell("make")
Actual: 512
Expected: 0ull
Which is: 0
[ FAILED ] IntegrationTest.SandboxRip (6448 ms)
[ RUN ] IntegrationTest.SandboxStackSmash
WARNING: No live out values provided, assuming { %rax %rdx %rbx %rsp %rbp %r12 %r13 %r14 %r15 %xmm0 %xmm1 }
WARNING: No def in values provided; assuming { %rax %rcx %rdx %rbx %rsp %rbp %rsi %rdi %r8 %r9 %r12 %r13 %r14 %r15 %xmm0 %xmm1 %xmm2 %xmm3 %xmm4 %xmm5 %xmm6 %xmm7 %mxcsr::rc[0] }
[ OK ] IntegrationTest.SandboxStackSmash (1168 ms)
[ RUN ] IntegrationTest.SandboxFunctionCall
WARNING: No live out values provided, assuming { %rax %rdx %rbx %rsp %rbp %r12 %r13 %r14 %r15 %xmm0 %xmm1 }
WARNING: No def in values provided; assuming { %rax %rcx %rdx %rbx %rsp %rbp %rsi %rdi %r8 %r9 %r12 %r13 %r14 %r15 %xmm0 %xmm1 %xmm2 %xmm3 %xmm4 %xmm5 %xmm6 %xmm7 %mxcsr::rc[0] }
[ OK ] IntegrationTest.SandboxFunctionCall (62 ms)
[ RUN ] IntegrationTest.SandboxLbls
WARNING: No live out values provided, assuming { %rax %rdx %rbx %rsp %rbp %r12 %r13 %r14 %r15 %xmm0 %xmm1 }
WARNING: No def in values provided; assuming { %rax %rdx %rbx %rsp %rbp %r12 %r13 %r14 %r15 %xmm0 %xmm1 %mxcsr::rc[0] }
WARNING: No live out values provided, assuming { %rax %rdx %rbx %rsp %rbp %r12 %r13 %r14 %r15 %xmm0 %xmm1 }
WARNING: No def in values provided; assuming { %rax %rdx %rbx %rsp %rbp %r12 %r13 %r14 %r15 %xmm0 %xmm1 %mxcsr::rc[0] }
[ OK ] IntegrationTest.SandboxLbls (72 ms)
[ RUN ] IntegrationTest.SearchPrevious
WARNING: No live out values provided, assuming { %rax %rdx %rbx %rsp %rbp %r12 %r13 %r14 %r15 %xmm0 %xmm1 }
WARNING: No def in values provided; assuming { %rdx %rbx %rsp %rbp %r12 %r13 %r14 %r15 %xmm0 %xmm1 %mxcsr::rc[0] }
WARNING: Some cpu flags are not available on this hardware and will be removed:
WARNING: { syscall rdtscp monitor fma f16c lahf_lm abm xsaveopt fsgsbase bmi1 hle avx2 bmi2 erms invpcid rtm }
[ OK ] IntegrationTest.SearchPrevious (100 ms)
[----------] 11 tests from IntegrationTest (9227 ms total)
[----------] 2 tests from ValidatorAdcTest
[ RUN ] ValidatorAdcTest.Issue280
[ OK ] ValidatorAdcTest.Issue280 (162 ms)
[ RUN ] ValidatorAdcTest.Issue280_2
[ OK ] ValidatorAdcTest.Issue280_2 (154 ms)
[----------] 2 tests from ValidatorAdcTest (317 ms total)
[----------] 5 tests from ValidatorCmovSetCCTest
[ RUN ] ValidatorCmovSetCCTest.SetCCIdentity
=== StraightLineValidator Test Failed ====================
--Target--
.foo:
setns %al
retq
--Rewrite--
.foo:
setns %al
retq
This is a default implementation:0: Failure
Failed
StraightLineValidator reported unexpected error; expected one of: equivalent
Message: This is a default implementation
=== StraightLineValidator Test Failed ====================
--Target--
.foo:
setnz %al
retq
--Rewrite--
.foo:
setnz %al
retq
This is a default implementation:0: Failure
Failed
StraightLineValidator reported unexpected error; expected one of: equivalent
Message: This is a default implementation
=== StraightLineValidator Test Failed ====================
--Target--
.foo:
seto %al
retq
--Rewrite--
.foo:
seto %al
retq
This is a default implementation:0: Failure
Failed
StraightLineValidator reported unexpected error; expected one of: equivalent
Message: This is a default implementation
=== StraightLineValidator Test Failed ====================
--Target--
.foo:
setp %al
retq
--Rewrite--
.foo:
setp %al
retq
This is a default implementation:0: Failure
Failed
StraightLineValidator reported unexpected error; expected one of: equivalent
Message: This is a default implementation
=== StraightLineValidator Test Failed ====================
--Target--
.foo:
setpe %al
retq
--Rewrite--
.foo:
setpe %al
retq
This is a default implementation:0: Failure
Failed
StraightLineValidator reported unexpected error; expected one of: equivalent
Message: This is a default implementation
=== StraightLineValidator Test Failed ====================
--Target--
.foo:
setpo %al
retq
--Rewrite--
.foo:
setpo %al
retq
This is a default implementation:0: Failure
Failed
StraightLineValidator reported unexpected error; expected one of: equivalent
Message: This is a default implementation
=== StraightLineValidator Test Failed ====================
--Target--
.foo:
sets %al
retq
--Rewrite--
.foo:
sets %al
retq
This is a default implementation:0: Failure
Failed
StraightLineValidator reported unexpected error; expected one of: equivalent
Message: This is a default implementation
=== StraightLineValidator Test Failed ====================
--Target--
.foo:
setz %al
retq
--Rewrite--
.foo:
setz %al
retq
This is a default implementation:0: Failure
Failed
StraightLineValidator reported unexpected error; expected one of: equivalent
Message: This is a default implementation
[ FAILED ] ValidatorCmovSetCCTest.SetCCIdentity (2702 ms)
[ RUN ] ValidatorCmovSetCCTest.CmovCCIdentity
=== StraightLineValidator Test Failed ====================
--Target--
.foo:
cmovnsw %cx, %dx
retq
--Rewrite--
.foo:
cmovnsw %cx, %dx
retq
This is a default implementation:0: Failure
Failed
StraightLineValidator reported unexpected error; expected one of: equivalent
Message: This is a default implementation
=== StraightLineValidator Test Failed ====================
--Target--
.foo:
cmovnzw %cx, %dx
retq
--Rewrite--
.foo:
cmovnzw %cx, %dx
retq
This is a default implementation:0: Failure
Failed
StraightLineValidator reported unexpected error; expected one of: equivalent
Message: This is a default implementation
=== StraightLineValidator Test Failed ====================
--Target--
.foo:
cmovow %cx, %dx
retq
--Rewrite--
.foo:
cmovow %cx, %dx
retq
This is a default implementation:0: Failure
Failed
StraightLineValidator reported unexpected error; expected one of: equivalent
Message: This is a default implementation
=== StraightLineValidator Test Failed ====================
--Target--
.foo:
cmovpw %cx, %dx
retq
--Rewrite--
.foo:
cmovpw %cx, %dx
retq
This is a default implementation:0: Failure
Failed
StraightLineValidator reported unexpected error; expected one of: equivalent
Message: This is a default implementation
=== StraightLineValidator Test Failed ====================
--Target--
.foo:
cmovpew %cx, %dx
retq
--Rewrite--
.foo:
cmovpew %cx, %dx
retq
This is a default implementation:0: Failure
Failed
StraightLineValidator reported unexpected error; expected one of: equivalent
Message: This is a default implementation
=== StraightLineValidator Test Failed ====================
--Target--
.foo:
cmovpow %cx, %dx
retq
--Rewrite--
.foo:
cmovpow %cx, %dx
retq
This is a default implementation:0: Failure
Failed
StraightLineValidator reported unexpected error; expected one of: equivalent
Message: This is a default implementation
=== StraightLineValidator Test Failed ====================
--Target--
.foo:
cmovsw %cx, %dx
retq
--Rewrite--
.foo:
cmovsw %cx, %dx
retq
This is a default implementation:0: Failure
Failed
StraightLineValidator reported unexpected error; expected one of: equivalent
Message: This is a default implementation
=== StraightLineValidator Test Failed ====================
--Target--
.foo:
cmovzw %cx, %dx
retq
--Rewrite--
.foo:
cmovzw %cx, %dx
retq
This is a default implementation:0: Failure
Failed
StraightLineValidator reported unexpected error; expected one of: equivalent
Message: This is a default implementation
[ FAILED ] ValidatorCmovSetCCTest.CmovCCIdentity (2728 ms)
[ RUN ] ValidatorCmovSetCCTest.CmovZeroToZeroDoesNothing
[ OK ] ValidatorCmovSetCCTest.CmovZeroToZeroDoesNothing (317 ms)
[ RUN ] ValidatorCmovSetCCTest.CmovSetEquivalent
=== StraightLineValidator Test Failed ====================
--Target--
.foo:
movq $0x0, %rax
movq $0x1, %rcx
cmovnsq %rcx, %rax
retq
--Rewrite--
.foo:
movq $0x0, %rax
movq $0x1, %rcx
setns %al
retq
This is a default implementation:0: Failure
Failed
StraightLineValidator reported unexpected error; expected one of: equivalent
Message: This is a default implementation
=== StraightLineValidator Test Failed ====================
--Target--
.foo:
movq $0x0, %rax
movq $0x1, %rcx
cmovnzq %rcx, %rax
retq
--Rewrite--
.foo:
movq $0x0, %rax
movq $0x1, %rcx
setnz %al
retq
This is a default implementation:0: Failure
Failed
StraightLineValidator reported unexpected error; expected one of: equivalent
Message: This is a default implementation
=== StraightLineValidator Test Failed ====================
--Target--
.foo:
movq $0x0, %rax
movq $0x1, %rcx
cmovoq %rcx, %rax
retq
--Rewrite--
.foo:
movq $0x0, %rax
movq $0x1, %rcx
seto %al
retq
This is a default implementation:0: Failure
Failed
StraightLineValidator reported unexpected error; expected one of: equivalent
Message: This is a default implementation
=== StraightLineValidator Test Failed ====================
--Target--
.foo:
movq $0x0, %rax
movq $0x1, %rcx
cmovpq %rcx, %rax
retq
--Rewrite--
.foo:
movq $0x0, %rax
movq $0x1, %rcx
setp %al
retq
This is a default implementation:0: Failure
Failed
StraightLineValidator reported unexpected error; expected one of: equivalent
Message: This is a default implementation
=== StraightLineValidator Test Failed ====================
--Target--
.foo:
movq $0x0, %rax
movq $0x1, %rcx
cmovpeq %rcx, %rax
retq
--Rewrite--
.foo:
movq $0x0, %rax
movq $0x1, %rcx
setpe %al
retq
This is a default implementation:0: Failure
Failed
StraightLineValidator reported unexpected error; expected one of: equivalent
Message: This is a default implementation
=== StraightLineValidator Test Failed ====================
--Target--
.foo:
movq $0x0, %rax
movq $0x1, %rcx
cmovpoq %rcx, %rax
retq
--Rewrite--
.foo:
movq $0x0, %rax
movq $0x1, %rcx
setpo %al
retq
This is a default implementation:0: Failure
Failed
StraightLineValidator reported unexpected error; expected one of: equivalent
Message: This is a default implementation
=== StraightLineValidator Test Failed ====================
--Target--
.foo:
movq $0x0, %rax
movq $0x1, %rcx
cmovsq %rcx, %rax
retq
--Rewrite--
.foo:
movq $0x0, %rax
movq $0x1, %rcx
sets %al
retq
This is a default implementation:0: Failure
Failed
StraightLineValidator reported unexpected error; expected one of: equivalent
Message: This is a default implementation
=== StraightLineValidator Test Failed ====================
--Target--
.foo:
movq $0x0, %rax
movq $0x1, %rcx
cmovzq %rcx, %rax
retq
--Rewrite--
.foo:
movq $0x0, %rax
movq $0x1, %rcx
setz %al
retq
This is a default implementation:0: Failure
Failed
StraightLineValidator reported unexpected error; expected one of: equivalent
Message: This is a default implementation
[ FAILED ] ValidatorCmovSetCCTest.CmovSetEquivalent (2773 ms)
[ RUN ] ValidatorCmovSetCCTest.CmovzlCmovsl
[ OK ] ValidatorCmovSetCCTest.CmovzlCmovsl (263 ms)
[----------] 5 tests from ValidatorCmovSetCCTest (8784 ms total)
[----------] 6 tests from ValidatorDecTest
[ RUN ] ValidatorDecTest.Issue280
[ OK ] ValidatorDecTest.Issue280 (147 ms)
[ RUN ] ValidatorDecTest.Issue280_2
[ OK ] ValidatorDecTest.Issue280_2 (148 ms)
[ RUN ] ValidatorDecTest.Issue280_3
[ OK ] ValidatorDecTest.Issue280_3 (147 ms)
[ RUN ] ValidatorDecTest.Issue280_4
[ OK ] ValidatorDecTest.Issue280_4 (148 ms)
[ RUN ] ValidatorDecTest.Issue280_5
[ OK ] ValidatorDecTest.Issue280_5 (147 ms)
[ RUN ] ValidatorDecTest.Issue280_6
[ OK ] ValidatorDecTest.Issue280_6 (155 ms)
[----------] 6 tests from ValidatorDecTest (892 ms total)
[----------] 6 tests from ValidatorIncTest
[ RUN ] ValidatorIncTest.Issue287
[ OK ] ValidatorIncTest.Issue287 (154 ms)
[ RUN ] ValidatorIncTest.Issue287_2
[ OK ] ValidatorIncTest.Issue287_2 (146 ms)
[ RUN ] ValidatorIncTest.Issue287_3
[ OK ] ValidatorIncTest.Issue287_3 (149 ms)
[ RUN ] ValidatorIncTest.Issue287_4
[ OK ] ValidatorIncTest.Issue287_4 (147 ms)
[ RUN ] ValidatorIncTest.Issue287_5
[ OK ] ValidatorIncTest.Issue287_5 (147 ms)
[ RUN ] ValidatorIncTest.Issue287_6
[ OK ] ValidatorIncTest.Issue287_6 (147 ms)
[----------] 6 tests from ValidatorIncTest (890 ms total)
[----------] 10 tests from ValidatorLeaTest
[ RUN ] ValidatorLeaTest.Identity
[ OK ] ValidatorLeaTest.Identity (89 ms)
[ RUN ] ValidatorLeaTest.DifferentScaleCeg
[ OK ] ValidatorLeaTest.DifferentScaleCeg (244 ms)
[ RUN ] ValidatorLeaTest.NoScaleCeg
[ OK ] ValidatorLeaTest.NoScaleCeg (243 ms)
[ RUN ] ValidatorLeaTest.DifferentIndexCeg
[ OK ] ValidatorLeaTest.DifferentIndexCeg (253 ms)
[ RUN ] ValidatorLeaTest.DifferentOffsetCeg
[ OK ] ValidatorLeaTest.DifferentOffsetCeg (252 ms)
[ RUN ] ValidatorLeaTest.NoBaseIdentity
[ OK ] ValidatorLeaTest.NoBaseIdentity (99 ms)
[ RUN ] ValidatorLeaTest.NoBaseCeg
[ OK ] ValidatorLeaTest.NoBaseCeg (242 ms)
[ RUN ] ValidatorLeaTest.Issue239
[ OK ] ValidatorLeaTest.Issue239 (241 ms)
[ RUN ] ValidatorLeaTest.Issue239Scale4
[ OK ] ValidatorLeaTest.Issue239Scale4 (96 ms)
[ RUN ] ValidatorLeaTest.Issue392NegativeOffset
[ OK ] ValidatorLeaTest.Issue392NegativeOffset (217 ms)
[----------] 10 tests from ValidatorLeaTest (1988 ms total)
[----------] 11 tests from ValidatorMovapdTest
[ RUN ] ValidatorMovapdTest.Identity
[ OK ] ValidatorMovapdTest.Identity (92 ms)
[ RUN ] ValidatorMovapdTest.NotANoop
[ OK ] ValidatorMovapdTest.NotANoop (242 ms)
[ RUN ] ValidatorMovapdTest.RegisterChoiceMatters
[ OK ] ValidatorMovapdTest.RegisterChoiceMatters (251 ms)
[ RUN ] ValidatorMovapdTest.RegisterChoiceMatters2
[ OK ] ValidatorMovapdTest.RegisterChoiceMatters2 (237 ms)
[ RUN ] ValidatorMovapdTest.PossiblyUnalignedBad
[ OK ] ValidatorMovapdTest.PossiblyUnalignedBad (268 ms)
[ RUN ] ValidatorMovapdTest.AlwaysAlignedGood
[ OK ] ValidatorMovapdTest.AlwaysAlignedGood (100 ms)
[ RUN ] ValidatorMovapdTest.AlignedWithOriginalGood
[ OK ] ValidatorMovapdTest.AlignedWithOriginalGood (235 ms)
[ RUN ] ValidatorMovapdTest.Align8WithOriginalBad
=== StraightLineValidator Test Failed ====================
--Target--
.foo:
movapd %xmm3, (%rax)
movapd (%rax), %xmm5
retq
--Rewrite--
.foo:
movapd %xmm3, %xmm2
movapd %xmm2, 0x8(%rax)
movapd 0x8(%rax), %xmm5
retq
This is a default implementation:0: Failure
Failed
StraightLineValidator reported unexpected error; expected one of: counterexample nonequivalent
Message: This is a default implementation
[ FAILED ] ValidatorMovapdTest.Align8WithOriginalBad (1850 ms)
[ RUN ] ValidatorMovapdTest.Aligned16WithOriginalGood
[ OK ] ValidatorMovapdTest.Aligned16WithOriginalGood (1447 ms)
[ RUN ] ValidatorMovapdTest.Aligned16WithOriginalAvx2Bad
=== StraightLineValidator Test Failed ====================
--Target--
.foo:
vmovapd %ymm3, (%rax)
vmovapd (%rax), %ymm5
retq
--Rewrite--
.foo:
vmovapd %ymm3, %ymm2
vmovapd %ymm2, 0x10(%rax)
vmovapd 0x10(%rax), %ymm5
retq
This is a default implementation:0: Failure
Failed
StraightLineValidator reported unexpected error; expected one of: counterexample nonequivalent
Message: This is a default implementation
[ FAILED ] ValidatorMovapdTest.Aligned16WithOriginalAvx2Bad (1982 ms)
[ RUN ] ValidatorMovapdTest.Aligned32WithOriginalAvx2Good
[ OK ] ValidatorMovapdTest.Aligned32WithOriginalAvx2Good (1486 ms)
[----------] 11 tests from ValidatorMovapdTest (8198 ms total)
[----------] 3 tests from MoveHandler
[ RUN ] MoveHandler.R64R64Works
[ OK ] MoveHandler.R64R64Works (0 ms)
[ RUN ] MoveHandler.R32R32ZerosTop
[ OK ] MoveHandler.R32R32ZerosTop (0 ms)
[ RUN ] MoveHandler.R16R16PreservesTop
[ OK ] MoveHandler.R16R16PreservesTop (0 ms)
[----------] 3 tests from MoveHandler (5 ms total)
[----------] 10 tests from ValidatorMoveTest
[ RUN ] ValidatorMoveTest.SimpleExample
[ OK ] ValidatorMoveTest.SimpleExample (88 ms)
[ RUN ] ValidatorMoveTest.MoveRaxToRaxNoop
[ OK ] ValidatorMoveTest.MoveRaxToRaxNoop (91 ms)
[ RUN ] ValidatorMoveTest.MovesCommute
[ OK ] ValidatorMoveTest.MovesCommute (87 ms)
[ RUN ] ValidatorMoveTest.MovesDontCommute
[ OK ] ValidatorMoveTest.MovesDontCommute (228 ms)
[ RUN ] ValidatorMoveTest.Issue236SimpleIsSat
[ OK ] ValidatorMoveTest.Issue236SimpleIsSat (91 ms)
[ RUN ] ValidatorMoveTest.Issue272
[ OK ] ValidatorMoveTest.Issue272 (148 ms)
[ RUN ] ValidatorMoveTest.Issue272_2
[ OK ] ValidatorMoveTest.Issue272_2 (147 ms)
[ RUN ] ValidatorMoveTest.MovqByteImmediate
[ OK ] ValidatorMoveTest.MovqByteImmediate (149 ms)
[ RUN ] ValidatorMoveTest.Movzbq
[ OK ] ValidatorMoveTest.Movzbq (150 ms)
[ RUN ] ValidatorMoveTest.MovqMovzbqEquivalent
[ OK ] ValidatorMoveTest.MovqMovzbqEquivalent (88 ms)
[----------] 10 tests from ValidatorMoveTest (1269 ms total)
[----------] 3 tests from ValidatorPandnTest
[ RUN ] ValidatorPandnTest.Identity
[ OK ] ValidatorPandnTest.Identity (241 ms)
[ RUN ] ValidatorPandnTest.NotANoop
[ OK ] ValidatorPandnTest.NotANoop (254 ms)
[ RUN ] ValidatorPandnTest.LooksCorrect
[ OK ] ValidatorPandnTest.LooksCorrect (156 ms)
[----------] 3 tests from ValidatorPandnTest (654 ms total)
[----------] 2 tests from ValidatorPopTest
[ RUN ] ValidatorPopTest.PopSp
[ OK ] ValidatorPopTest.PopSp (405 ms)
[ RUN ] ValidatorPopTest.PopRsp
[ OK ] ValidatorPopTest.PopRsp (408 ms)
[----------] 2 tests from ValidatorPopTest (813 ms total)
[----------] 4 tests from ValidatorSbbTest
[ RUN ] ValidatorSbbTest.Identity
[ OK ] ValidatorSbbTest.Identity (243 ms)
[ RUN ] ValidatorSbbTest.NotANoop
[ OK ] ValidatorSbbTest.NotANoop (282 ms)
[ RUN ] ValidatorSbbTest.Issue238
[ OK ] ValidatorSbbTest.Issue238 (159 ms)
[ RUN ] ValidatorSbbTest.Issue238_2
[ OK ] ValidatorSbbTest.Issue238_2 (150 ms)
[----------] 4 tests from ValidatorSbbTest (836 ms total)
[----------] 5 tests from ValidatorShiftTest
[ RUN ] ValidatorShiftTest.IdentitySalb
[ OK ] ValidatorShiftTest.IdentitySalb (95 ms)
[ RUN ] ValidatorShiftTest.OutputsEqualInBigShift
[ OK ] ValidatorShiftTest.OutputsEqualInBigShift (92 ms)
[ RUN ] ValidatorShiftTest.CfUndefinedInBigShift
[ OK ] ValidatorShiftTest.CfUndefinedInBigShift (258 ms)
[ RUN ] ValidatorShiftTest.CfUndefinedInBigShift2
[ OK ] ValidatorShiftTest.CfUndefinedInBigShift2 (241 ms)
[ RUN ] ValidatorShiftTest.RotateWorks
[ OK ] ValidatorShiftTest.RotateWorks (89 ms)
[----------] 5 tests from ValidatorShiftTest (779 ms total)
[----------] 4 tests from ValidatorXchgTest
[ RUN ] ValidatorXchgTest.SameAsSwap64
[ OK ] ValidatorXchgTest.SameAsSwap64 (88 ms)
[ RUN ] ValidatorXchgTest.SameAsSwap32
[ OK ] ValidatorXchgTest.SameAsSwap32 (93 ms)
[ RUN ] ValidatorXchgTest.SameAsSwap16
[ OK ] ValidatorXchgTest.SameAsSwap16 (91 ms)
[ RUN ] ValidatorXchgTest.SameAsSwap8
[ OK ] ValidatorXchgTest.SameAsSwap8 (88 ms)
[----------] 4 tests from ValidatorXchgTest (360 ms total)
[----------] 4 tests from ValidatorXorpsTest
[ RUN ] ValidatorXorpsTest.Identity
[ OK ] ValidatorXorpsTest.Identity (225 ms)
[ RUN ] ValidatorXorpsTest.NotANoop
[ OK ] ValidatorXorpsTest.NotANoop (260 ms)
[ RUN ] ValidatorXorpsTest.SelfXorZero
[ OK ] ValidatorXorpsTest.SelfXorZero (95 ms)
[ RUN ] ValidatorXorpsTest.XorCommutative
[ OK ] ValidatorXorpsTest.XorCommutative (231 ms)
[----------] 4 tests from ValidatorXorpsTest (816 ms total)
[----------] 20 tests from ValidatorMemoryTest
[ RUN ] ValidatorMemoryTest.ReadAfterSameWrite
[ OK ] ValidatorMemoryTest.ReadAfterSameWrite (93 ms)
[ RUN ] ValidatorMemoryTest.Read32AfterWrite64
[ OK ] ValidatorMemoryTest.Read32AfterWrite64 (92 ms)
[ RUN ] ValidatorMemoryTest.Read16AfterBiggerWrite64
[ OK ] ValidatorMemoryTest.Read16AfterBiggerWrite64 (92 ms)
[ RUN ] ValidatorMemoryTest.Read8AfterBiggerWrite64
[ OK ] ValidatorMemoryTest.Read8AfterBiggerWrite64 (92 ms)
[ RUN ] ValidatorMemoryTest.Read16AfterTwoWrite8
[ OK ] ValidatorMemoryTest.Read16AfterTwoWrite8 (840 ms)
[ RUN ] ValidatorMemoryTest.ReadByteFromQuadword
[ OK ] ValidatorMemoryTest.ReadByteFromQuadword (787 ms)
[ RUN ] ValidatorMemoryTest.ReadWordFromQuadword
[ OK ] ValidatorMemoryTest.ReadWordFromQuadword (829 ms)
[ RUN ] ValidatorMemoryTest.Read4BytesFrom3Words
=== StraightLineValidator Test Failed ====================
--Target--
.foo:
movw $0xc0de, (%rsp)
movw $0xface, 0x2(%rsp)
movw $0xcafe, 0x4(%rsp)
movl 0x1(%rsp), %eax
retq
--Rewrite--
.foo:
movl $0xfefacec0, %eax
retq
This is a default implementation:0: Failure
Failed
StraightLineValidator reported unexpected error; expected one of: equivalent
Message: This is a default implementation
[ FAILED ] ValidatorMemoryTest.Read4BytesFrom3Words (1977 ms)
[ RUN ] ValidatorMemoryTest.ReadFromOverlappingWritesOffset2
=== StraightLineValidator Test Failed ====================
--Target--
.foo:
movl $0xc0deface, (%rsp)
movl $0xcafe501e, 0x2(%rsp)
movl 0x1(%rsp), %eax
retq
--Rewrite--
.foo:
movl $0xfe501efa, %eax
retq
This is a default implementation:0: Failure
Failed
StraightLineValidator reported unexpected error; expected one of: equivalent
Message: This is a default implementation
[ FAILED ] ValidatorMemoryTest.ReadFromOverlappingWritesOffset2 (1947 ms)
[ RUN ] ValidatorMemoryTest.ReadFromOverlappingWritesOffset3
=== StraightLineValidator Test Failed ====================
--Target--
.foo:
movl $0xc0deface, (%rsp)
movl $0xcafe501e, 0x3(%rsp)
movl 0x2(%rsp), %eax
retq
--Rewrite--
.foo:
movl $0xfe501ede, %eax
retq
This is a default implementation:0: Failure
Failed
StraightLineValidator reported unexpected error; expected one of: equivalent
Message: This is a default implementation
[ FAILED ] ValidatorMemoryTest.ReadFromOverlappingWritesOffset3 (2102 ms)
[ RUN ] ValidatorMemoryTest.ReadWordFromLong
[ OK ] ValidatorMemoryTest.ReadWordFromLong (747 ms)
[ RUN ] ValidatorMemoryTest.ReadQuadWordFromConcat
[ OK ] ValidatorMemoryTest.ReadQuadWordFromConcat (813 ms)
[ RUN ] ValidatorMemoryTest.PushPopIsNop
[ OK ] ValidatorMemoryTest.PushPopIsNop (232 ms)
[ RUN ] ValidatorMemoryTest.PushPopIsMove
[ OK ] ValidatorMemoryTest.PushPopIsMove (258 ms)
[ RUN ] ValidatorMemoryTest.DoublePushPopIsNop
[ OK ] ValidatorMemoryTest.DoublePushPopIsNop (1358 ms)
[ RUN ] ValidatorMemoryTest.DoublePushPopIsMove
[ OK ] ValidatorMemoryTest.DoublePushPopIsMove (1356 ms)
[ RUN ] ValidatorMemoryTest.DoublePushPopIsCorrectMove
[ OK ] ValidatorMemoryTest.DoublePushPopIsCorrectMove (1485 ms)
[ RUN ] ValidatorMemoryTest.StackBasedAddition
[ OK ] ValidatorMemoryTest.StackBasedAddition (102 ms)
[ RUN ] ValidatorMemoryTest.StackBasedAdditionAffectsRsp
[ OK ] ValidatorMemoryTest.StackBasedAdditionAffectsRsp (267 ms)
[ RUN ] ValidatorMemoryTest.PopRspIsSpecial
[ OK ] ValidatorMemoryTest.PopRspIsSpecial (228 ms)
[----------] 20 tests from ValidatorMemoryTest (15702 ms total)
[----------] 6 tests from X64AsmParseTest
[ RUN ] X64AsmParseTest.Reads64BitMemory
[ OK ] X64AsmParseTest.Reads64BitMemory (2 ms)
[ RUN ] X64AsmParseTest.Reads32BitMemory
[ OK ] X64AsmParseTest.Reads32BitMemory (2 ms)
[ RUN ] X64AsmParseTest.Reads16BitMemory
[ OK ] X64AsmParseTest.Reads16BitMemory (6 ms)
[ RUN ] X64AsmParseTest.Reads8BitMemory
[ OK ] X64AsmParseTest.Reads8BitMemory (1 ms)
[ RUN ] X64AsmParseTest.Issue189
[ OK ] X64AsmParseTest.Issue189 (2 ms)
[ RUN ] X64AsmParseTest.FuzzTest
[----------] Seed is 1463511697515809
[----------] * Iteration 25 / 800
[----------] * Iteration 50 / 800
[----------] * Iteration 75 / 800
[----------] * Iteration 100 / 800
[----------] * Iteration 125 / 800
[----------] * Iteration 150 / 800
[----------] * Iteration 175 / 800
[----------] * Iteration 200 / 800
[----------] * Iteration 225 / 800
[----------] * Iteration 250 / 800
[----------] * Iteration 275 / 800
[----------] * Iteration 300 / 800
[----------] * Iteration 325 / 800
[----------] * Iteration 350 / 800
[----------] * Iteration 375 / 800
[----------] * Iteration 400 / 800
[----------] * Iteration 425 / 800
[----------] * Iteration 450 / 800
[----------] * Iteration 475 / 800
[----------] * Iteration 500 / 800
[----------] * Iteration 525 / 800
[----------] * Iteration 550 / 800
[----------] * Iteration 575 / 800
[----------] * Iteration 600 / 800
[----------] * Iteration 625 / 800
[----------] * Iteration 650 / 800
[----------] * Iteration 675 / 800
[----------] * Iteration 700 / 800
[----------] * Iteration 725 / 800
[----------] * Iteration 750 / 800
[----------] * Iteration 775 / 800
[----------] * Iteration 800 / 800
[ OK ] X64AsmParseTest.FuzzTest (44750 ms)
[----------] 6 tests from X64AsmParseTest (44766 ms total)
[----------] 1 test from Sandbox
[ RUN ] Sandbox.SandboxFuzzer
[----------] - Starting with OPC = <label>
[----------] Seed is 1463511742246268
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] - Starting with OPC = adcb_al_imm8
[----------] Seed is 1463511742246390
[----------] * adcb $0x30, %al # OPC=adcb_al_imm8
[----------] * adcb $0x20, %al # OPC=adcb_al_imm8
[----------] * adcb $0x22, %al # OPC=adcb_al_imm8
[----------] * adcb $0x10, %al # OPC=adcb_al_imm8
[----------] * adcb $0x7, %al # OPC=adcb_al_imm8
[----------] * adcb $0x5, %al # OPC=adcb_al_imm8
[----------] * adcb $0x0, %al # OPC=adcb_al_imm8
[----------] * adcb $0x3, %al # OPC=adcb_al_imm8
[----------] * adcb $0x44, %al # OPC=adcb_al_imm8
[----------] * adcb $0xfa, %al # OPC=adcb_al_imm8
[----------] - Starting with OPC = adcw_ax_imm16
[----------] Seed is 1463511742249022
[----------] * adcw $0x404, %ax # OPC=adcw_ax_imm16
[----------] * adcw $0x7fff, %ax # OPC=adcw_ax_imm16
[----------] * adcw $0x4, %ax # OPC=adcw_ax_imm16
[----------] * adcw $0xfff0, %ax # OPC=adcw_ax_imm16
[----------] * adcw $0xfff8, %ax # OPC=adcw_ax_imm16
[----------] * adcw $0x1010, %ax # OPC=adcw_ax_imm16
[----------] * adcw $0x8080, %ax # OPC=adcw_ax_imm16
[----------] * adcw $0x70, %ax # OPC=adcw_ax_imm16
[----------] * adcw $0xff80, %ax # OPC=adcw_ax_imm16
[----------] * adcw $0xffe0, %ax # OPC=adcw_ax_imm16
[----------] - Starting with OPC = adcl_eax_imm32
[----------] Seed is 1463511742250999
[----------] * adcl $0x5, %eax # OPC=adcl_eax_imm32
[----------] * adcl $0xfffffff0, %eax # OPC=adcl_eax_imm32
[----------] * adcl $0xfffffff9, %eax # OPC=adcl_eax_imm32
[----------] * adcl $0x8000, %eax # OPC=adcl_eax_imm32
[----------] * adcl $0xcc, %eax # OPC=adcl_eax_imm32
[----------] * adcl $0x6, %eax # OPC=adcl_eax_imm32
[----------] * adcl $0xe0, %eax # OPC=adcl_eax_imm32
[----------] * adcl $0x7f, %eax # OPC=adcl_eax_imm32
[----------] * adcl $0x22, %eax # OPC=adcl_eax_imm32
[----------] * adcl $0x8, %eax # OPC=adcl_eax_imm32
[----------] - Starting with OPC = adcw_m16_imm16
[----------] Seed is 1463511742252770
[----------] * adcw $0xfffb, (%rax) # OPC=adcw_m16_imm16
[----------] * adcw $0x8000, -0x7(%r11d,%ebx,4) # OPC=adcw_m16_imm16
[----------] * adcw $0x1010, 0x5dcffff7(%rip) # OPC=adcw_m16_imm16
[----------] * adcw $0xff80, 0x64(%rsp,%rdx,8) # OPC=adcw_m16_imm16
[----------] * adcw $0x404, -0x7(%r11d,%ebx,4) # OPC=adcw_m16_imm16
[----------] * adcw $0x40, -0x7(%r11d,%ebx,4) # OPC=adcw_m16_imm16
[----------] * adcw $0xffc0, 0x5dcffff7(%rip) # OPC=adcw_m16_imm16
[----------] * adcw $0x7fff, -0x300008(%rip) # OPC=adcw_m16_imm16
[----------] * adcw $0x22, 0x5dcffff7(%rip) # OPC=adcw_m16_imm16
[----------] * adcw $0xfff8, (%r11d) # OPC=adcw_m16_imm16
[----------] - Starting with OPC = adcw_m16_imm8
[----------] Seed is 1463511742254728
[----------] * adcw $0x4, -0x300007(%rip) # OPC=adcw_m16_imm8
[----------] * adcw $0xff, 0x5dcffff8(%rip) # OPC=adcw_m16_imm8
[----------] * adcw $0x0, 0x5dcffff8(%rip) # OPC=adcw_m16_imm8
[----------] * adcw $0x1, 0x7ffffff8(%rip) # OPC=adcw_m16_imm8
[----------] * adcw $0x10, 0xf8(%rip) # OPC=adcw_m16_imm8
[----------] * adcw $0x10, 0x5(%r11d,%ebx,1) # OPC=adcw_m16_imm8
[----------] * adcw $0xf9, 0x5dcffff8(%rip) # OPC=adcw_m16_imm8
[----------] * adcw $0xff, 0xf8(%rip) # OPC=adcw_m16_imm8
[----------] * adcw $0x2, -0x300007(%rip) # OPC=adcw_m16_imm8
[----------] * adcw $0xff, 0x5dcffff8(%rip) # OPC=adcw_m16_imm8
[----------] - Starting with OPC = adcw_m16_r16
[----------] Seed is 1463511742256622
[----------] * adcw %r8w, 0x5dcffff8(%rip) # OPC=adcw_m16_r16
[----------] * adcw %r9w, 0xf8(%rip) # OPC=adcw_m16_r16
[----------] * adcw %r15w, 0x5(%r11d,%ebx,1) # OPC=adcw_m16_r16
[----------] * adcw %r15w, 0xf8(%rip) # OPC=adcw_m16_r16
[----------] * adcw %r8w, (%rax) # OPC=adcw_m16_r16
[----------] * adcw %r9w, 0xf8(%rip) # OPC=adcw_m16_r16
[----------] * adcw %bx, 0x5dcffff9(%rip) # OPC=adcw_m16_r16
[----------] * adcw %cx, 0xf9(%rip) # OPC=adcw_m16_r16
[----------] * adcw %r13w, 0xf8(%rip) # OPC=adcw_m16_r16
[----------] * adcw %r9w, (%rdi,%rcx,1) # OPC=adcw_m16_r16
[----------] - Starting with OPC = adcl_m32_imm32
[----------] Seed is 1463511742258160
[----------] * adcl $0xfffffffb, 0x5dcffff6(%rip) # OPC=adcl_m32_imm32
[----------] * adcl $0x40, (%r11d) # OPC=adcl_m32_imm32
[----------] * adcl $0xfffffff9, 0xf6(%rip) # OPC=adcl_m32_imm32
[----------] * adcl $0x7fffffff, -0x300009(%rip) # OPC=adcl_m32_imm32
[----------] * adcl $0xcc, -0x300009(%rip) # OPC=adcl_m32_imm32
[----------] * adcl $0xff, 0xf6(%rip) # OPC=adcl_m32_imm32
[----------] * adcl $0x0, (%r11d,%ebx,4) # OPC=adcl_m32_imm32
[----------] * adcl $0x30, 0xf6(%rip) # OPC=adcl_m32_imm32
[----------] * adcl $0xfe, 0x30(%r11d) # OPC=adcl_m32_imm32
[----------] * adcl $0x80, 0xf6(%rip) # OPC=adcl_m32_imm32
[----------] - Starting with OPC = adcl_m32_imm8
[----------] Seed is 1463511742259941
[----------] * adcl $0xc0, 0xf9(%rip) # OPC=adcl_m32_imm8
[----------] * adcl $0x60, 0x64(%rsp,%rdx,8) # OPC=adcl_m32_imm8
[----------] * adcl $0x4, 0x5dcffff9(%rip) # OPC=adcl_m32_imm8
[----------] * adcl $0xfe, -0x7(%rip) # OPC=adcl_m32_imm8
[----------] * adcl $0x7f, 0x16(%r8) # OPC=adcl_m32_imm8
[----------] * adcl $0xf9, 0xf9(%rip) # OPC=adcl_m32_imm8
[----------] * adcl $0xff, 0x5dcffff9(%rip) # OPC=adcl_m32_imm8
[----------] * adcl $0xfe, 0x5dcffff9(%rip) # OPC=adcl_m32_imm8
[----------] * adcl $0x10, -0x10(,%rdx,2) # OPC=adcl_m32_imm8
[----------] * adcl $0x80, 0xf9(%rip) # OPC=adcl_m32_imm8
[----------] - Starting with OPC = adcl_m32_r32
[----------] Seed is 1463511742261635
[----------] * adcl %esi, 0x64(%rsp,%rdx,8) # OPC=adcl_m32_r32
[----------] * adcl %r11d, 0xf9(%rip) # OPC=adcl_m32_r32
[----------] * adcl %esp, 0x64(%rsp,%rdx,8) # OPC=adcl_m32_r32
[----------] * adcl %ecx, 0x16(%r8) # OPC=adcl_m32_r32
[----------] * adcl %r11d, 0xf9(%rip) # OPC=adcl_m32_r32
[----------] * adcl %r10d, 0x5dcffff9(%rip) # OPC=adcl_m32_r32
[----------] * adcl %r15d, (%r11d) # OPC=adcl_m32_r32
[----------] * adcl %r8d, 0x5dcffff9(%rip) # OPC=adcl_m32_r32
[----------] * adcl %r15d, (%rax) # OPC=adcl_m32_r32
[----------] * adcl %r10d, 0x5dcffff9(%rip) # OPC=adcl_m32_r32
[----------] - Starting with OPC = adcq_m64_imm32
[----------] Seed is 1463511742263632
[----------] * adcq $0x7, 0xf5(%rip) # OPC=adcq_m64_imm32
[----------] * adcq $0x4040404, 0x5(%r11d,%ebx,1) # OPC=adcq_m64_imm32
[----------] * adcq $0x7fff, 0x5(%r11d,%ebx,1) # OPC=adcq_m64_imm32
[----------] * adcq $0xffffffe0, 0x5dcffff5(%rip) # OPC=adcq_m64_imm32
[----------] * adcq $0xfffffff0, (%rax) # OPC=adcq_m64_imm32
[----------] * adcq $0x40, 0x5dcffff5(%rip) # OPC=adcq_m64_imm32
[----------] * adcq $0xf0, 0xf5(%rip) # OPC=adcq_m64_imm32
[----------] * adcq $0x1010101, 0x30(%r11d) # OPC=adcq_m64_imm32
[----------] * adcq $0x4040404, (%r11d,%ebx,4) # OPC=adcq_m64_imm32
[----------] * adcq $0xfe, 0x7ffffff5(%rip) # OPC=adcq_m64_imm32
[----------] - Starting with OPC = adcq_m64_imm8
[----------] Seed is 1463511742265616
[----------] * adcq $0x30, (%r11d) # OPC=adcq_m64_imm8
[----------] * adcq $0x4, 0x5dcffff8(%rip) # OPC=adcq_m64_imm8
[----------] * adcq $0x3, -0x64(%rax,%rcx,4) # OPC=adcq_m64_imm8
[----------] * adcq $0x80, -0x8(%rip) # OPC=adcq_m64_imm8
[----------] * adcq $0x5, 0x5dcffff8(%rip) # OPC=adcq_m64_imm8
[----------] * adcq $0x60, 0x7ffffff8(%rip) # OPC=adcq_m64_imm8
[----------] * adcq $0x0, (%rdi,%rcx,1) # OPC=adcq_m64_imm8
[----------] * adcq $0x44, 0xf8(%rip) # OPC=adcq_m64_imm8
[----------] * adcq $0xcc, 0x30(%r11d) # OPC=adcq_m64_imm8
[----------] * adcq $0x10, 0x5dcffff8(%rip) # OPC=adcq_m64_imm8
[----------] - Starting with OPC = adcq_m64_r64
[----------] Seed is 1463511742267511
[----------] * adcq %rbp, (%rax) # OPC=adcq_m64_r64
[----------] * adcq %r8, (%r11d,%ebx,4) # OPC=adcq_m64_r64
[----------] * adcq %rsp, 0x64(%rdx) # OPC=adcq_m64_r64
[----------] * adcq %rsi, (%r11d,%ebx,1) # OPC=adcq_m64_r64
[----------] * adcq %rsp, 0x5dcffff9(%rip) # OPC=adcq_m64_r64
[----------] * adcq %r9, (%rdi,%rcx,1) # OPC=adcq_m64_r64
[----------] * adcq %r9, 0x16(%r8) # OPC=adcq_m64_r64
[----------] * adcq %r15, 0xf9(%rip) # OPC=adcq_m64_r64
[----------] * adcq %r12, 0x5dcffff9(%rip) # OPC=adcq_m64_r64
[----------] * adcq %rax, 0xf9(%rip) # OPC=adcq_m64_r64
[----------] - Starting with OPC = adcb_m8_imm8
[----------] Seed is 1463511742269080
[----------] * adcb $0xfe, 0x5(%r11d,%ebx,1) # OPC=adcb_m8_imm8
[----------] * adcb $0xcc, 0xf9(%rip) # OPC=adcb_m8_imm8
[----------] * adcb $0x0, -0x64(%rax,%rcx,4) # OPC=adcb_m8_imm8
[----------] * adcb $0xe0, -0x300006(%rip) # OPC=adcb_m8_imm8
[----------] * adcb $0x2, (%r11d) # OPC=adcb_m8_imm8
[----------] * adcb $0x70, 0x5dcffff9(%rip) # OPC=adcb_m8_imm8
[----------] * adcb $0x10, -0x7(%rip) # OPC=adcb_m8_imm8
[----------] * adcb $0xfd, -0x64(%rax,%rcx,4) # OPC=adcb_m8_imm8
[----------] * adcb $0x44, 0xf9(%rip) # OPC=adcb_m8_imm8
[----------] * adcb $0x10, 0xf9(%rip) # OPC=adcb_m8_imm8
[----------] - Starting with OPC = adcb_m8_r8
[----------] Seed is 1463511742270520
[----------] * adcb %bl, 0xfa(%rip) # OPC=adcb_m8_r8
[----------] * adcb %al, -0x300005(%rip) # OPC=adcb_m8_r8
[----------] * adcb %spl, 0x30(%r11d) # OPC=adcb_m8_r8
[----------] * adcb %dil, -0x7(%r11d,%ebx,4) # OPC=adcb_m8_r8
[----------] * adcb %cl, 0x5dcffffa(%rip) # OPC=adcb_m8_r8
[----------] * adcb %r14b, 0x7ffffff9(%rip) # OPC=adcb_m8_r8
[----------] * adcb %r15b, 0x16(%r8) # OPC=adcb_m8_r8
[----------] * adcb %sil, 0x64(%rdx) # OPC=adcb_m8_r8
[----------] * adcb %r9b, 0xf9(%rip) # OPC=adcb_m8_r8
[----------] * adcb %cl, 0x16(%r8) # OPC=adcb_m8_r8
[----------] - Starting with OPC = adcb_m8_rh
[----------] Seed is 1463511742272261
[----------] * adcb %bh, 0x5dcffffa(%rip) # OPC=adcb_m8_rh
[----------] * adcb %dh, 0x7ffffffa(%rip) # OPC=adcb_m8_rh
[----------] * adcb %ah, 0x7ffffffa(%rip) # OPC=adcb_m8_rh
[----------] * adcb %ch, 0xfa(%rip) # OPC=adcb_m8_rh
[----------] * adcb %bh, 0xfa(%rip) # OPC=adcb_m8_rh
[----------] * adcb %ch, 0xfa(%rip) # OPC=adcb_m8_rh
[----------] * adcb %dh, (%rdi,%rcx,1) # OPC=adcb_m8_rh
[----------] * adcb %bh, 0x64(%rsp,%rdx,8) # OPC=adcb_m8_rh
[----------] * adcb %ch, 0xfa(%rip) # OPC=adcb_m8_rh
[----------] * adcb %ah, 0x7ffffffa(%rip) # OPC=adcb_m8_rh
[----------] - Starting with OPC = adcw_r16_imm16
[----------] Seed is 1463511742274281
[----------] * adcw $0x10, %r15w # OPC=adcw_r16_imm16
[----------] * adcw $0x404, %r13w # OPC=adcw_r16_imm16
[----------] * adcw $0xffff, %di # OPC=adcw_r16_imm16
[----------] * adcw $0x20, %si # OPC=adcw_r16_imm16
[----------] * adcw $0xf0, %dx # OPC=adcw_r16_imm16
[----------] * adcw $0x60, %r10w # OPC=adcw_r16_imm16
[----------] * adcw $0x40, %ax # OPC=adcw_r16_imm16
[----------] * adcw $0x1, %sp # OPC=adcw_r16_imm16
[----------] * adcw $0xffff, %bp # OPC=adcw_r16_imm16
[----------] * adcw $0x404, %ax # OPC=adcw_r16_imm16
[----------] - Starting with OPC = adcw_r16_imm8
[----------] Seed is 1463511742276131
[----------] * adcw $0x1, %r12w # OPC=adcw_r16_imm8
[----------] * adcw $0x60, %r10w # OPC=adcw_r16_imm8
[----------] * adcw $0xff, %r11w # OPC=adcw_r16_imm8
[----------] * adcw $0xc0, %r12w # OPC=adcw_r16_imm8
[----------] * adcw $0x0, %si # OPC=adcw_r16_imm8
[----------] * adcw $0xc0, %r10w # OPC=adcw_r16_imm8
[----------] * adcw $0xff, %sp # OPC=adcw_r16_imm8
[----------] * adcw $0xf8, %di # OPC=adcw_r16_imm8
[----------] * adcw $0xfe, %si # OPC=adcw_r16_imm8
[----------] * adcw $0x0, %cx # OPC=adcw_r16_imm8
[----------] - Starting with OPC = adcw_r16_m16
[----------] Seed is 1463511742277850
[----------] * adcw 0x5dcffff9(%rip), %bp # OPC=adcw_r16_m16
[----------] * adcw 0xf8(%rip), %r11w # OPC=adcw_r16_m16
[----------] * adcw 0xf9(%rip), %bx # OPC=adcw_r16_m16
[----------] * adcw 0x5dcffff8(%rip), %r15w # OPC=adcw_r16_m16
[----------] * adcw 0x5dcffff8(%rip), %r9w # OPC=adcw_r16_m16
[----------] * adcw 0xf9(%rip), %sp # OPC=adcw_r16_m16
[----------] * adcw 0xf9(%rip), %bx # OPC=adcw_r16_m16
[----------] * adcw 0x5dcffff8(%rip), %r8w # OPC=adcw_r16_m16
[----------] * adcw 0x16(%r8), %bp # OPC=adcw_r16_m16
[----------] * adcw 0x16(%r8), %cx # OPC=adcw_r16_m16
[----------] - Starting with OPC = adcw_r16_r16
[----------] Seed is 1463511742279524
[----------] * adcw %r10w, %r12w # OPC=adcw_r16_r16
[----------] * adcw %r10w, %r12w # OPC=adcw_r16_r16
[----------] * adcw %r10w, %r9w # OPC=adcw_r16_r16
[----------] * adcw %bp, %r9w # OPC=adcw_r16_r16
[----------] * adcw %cx, %r13w # OPC=adcw_r16_r16
[----------] * adcw %ax, %si # OPC=adcw_r16_r16
[----------] * adcw %bp, %r11w # OPC=adcw_r16_r16
[----------] * adcw %sp, %bx # OPC=adcw_r16_r16
[----------] * adcw %cx, %di # OPC=adcw_r16_r16
[----------] * adcw %sp, %r13w # OPC=adcw_r16_r16
[----------] - Starting with OPC = adcw_r16_r16_1
[----------] Seed is 1463511742281210
[----------] * adcw %r10w, %r15w # OPC=adcw_r16_r16_1
[----------] * adcw %r11w, %r10w # OPC=adcw_r16_r16_1
[----------] * adcw %si, %bp # OPC=adcw_r16_r16_1
[----------] * adcw %r15w, %r15w # OPC=adcw_r16_r16_1
[----------] * adcw %r13w, %bx # OPC=adcw_r16_r16_1
[----------] * adcw %bx, %r11w # OPC=adcw_r16_r16_1
[----------] * adcw %r15w, %bx # OPC=adcw_r16_r16_1
[----------] * adcw %bx, %dx # OPC=adcw_r16_r16_1
[----------] * adcw %r14w, %r13w # OPC=adcw_r16_r16_1
[----------] * adcw %r12w, %r10w # OPC=adcw_r16_r16_1
[----------] - Starting with OPC = adcl_r32_imm32
[----------] Seed is 1463511742283155
[----------] * adcl $0xfffffffd, %r8d # OPC=adcl_r32_imm32
[----------] * adcl $0x7fff, %r9d # OPC=adcl_r32_imm32
[----------] * adcl $0x0, %r12d # OPC=adcl_r32_imm32
[----------] * adcl $0xfffffffc, %ecx # OPC=adcl_r32_imm32
[----------] * adcl $0x80000000, %r8d # OPC=adcl_r32_imm32
[----------] * adcl $0xc0decafe, %esp # OPC=adcl_r32_imm32
[----------] * adcl $0xff, %r9d # OPC=adcl_r32_imm32
[----------] * adcl $0x10101010, %eax # OPC=adcl_r32_imm32
[----------] * adcl $0xffffff80, %r11d # OPC=adcl_r32_imm32
[----------] * adcl $0x10101010, %r11d # OPC=adcl_r32_imm32
[----------] - Starting with OPC = adcl_r32_imm8
[----------] Seed is 1463511742284901
[----------] * adcl $0x88, %eax # OPC=adcl_r32_imm8
[----------] * adcl $0x10, %r15d # OPC=adcl_r32_imm8
[----------] * adcl $0xfe, %r9d # OPC=adcl_r32_imm8
[----------] * adcl $0x10, %r15d # OPC=adcl_r32_imm8
[----------] * adcl $0x30, %r9d # OPC=adcl_r32_imm8
[----------] * adcl $0x44, %esi # OPC=adcl_r32_imm8
[----------] * adcl $0x30, %esi # OPC=adcl_r32_imm8
[----------] * adcl $0xfe, %r14d # OPC=adcl_r32_imm8
[----------] * adcl $0xc0, %r13d # OPC=adcl_r32_imm8
[----------] * adcl $0xc0, %edx # OPC=adcl_r32_imm8
[----------] - Starting with OPC = adcl_r32_m32
[----------] Seed is 1463511742286345
[----------] * adcl 0x5dcffffa(%rip), %edx # OPC=adcl_r32_m32
[----------] * adcl 0x5dcffffa(%rip), %edi # OPC=adcl_r32_m32
[----------] * adcl 0x5dcffff9(%rip), %r11d # OPC=adcl_r32_m32
[----------] * adcl 0x30(%r11d), %ebx # OPC=adcl_r32_m32
[----------] * adcl 0x5dcffff9(%rip), %r10d # OPC=adcl_r32_m32
[----------] * adcl 0x5dcffff9(%rip), %r13d # OPC=adcl_r32_m32
[----------] * adcl 0x5dcffff9(%rip), %r10d # OPC=adcl_r32_m32
[----------] * adcl 0xfa(%rip), %ebp # OPC=adcl_r32_m32
[----------] * adcl 0xfa(%rip), %ebp # OPC=adcl_r32_m32
[----------] * adcl -0x7(%r11d,%ebx,4), %r14d # OPC=adcl_r32_m32
[----------] - Starting with OPC = adcl_r32_r32
[----------] Seed is 1463511742288242
[----------] * adcl %ebx, %esp # OPC=adcl_r32_r32
[----------] * adcl %r15d, %r13d # OPC=adcl_r32_r32
[----------] * adcl %edi, %r11d # OPC=adcl_r32_r32
[----------] * adcl %r11d, %r8d # OPC=adcl_r32_r32
[----------] * adcl %r13d, %esi # OPC=adcl_r32_r32
[----------] * adcl %ecx, %ebx # OPC=adcl_r32_r32
[----------] * adcl %r15d, %r9d # OPC=adcl_r32_r32
[----------] * adcl %r9d, %edi # OPC=adcl_r32_r32
[----------] * adcl %r13d, %r15d # OPC=adcl_r32_r32
[----------] * adcl %edi, %edi # OPC=adcl_r32_r32
[----------] - Starting with OPC = adcl_r32_r32_1
[----------] Seed is 1463511742289692
[----------] * adcl %ebp, %r13d # OPC=adcl_r32_r32_1
[----------] * adcl %r12d, %ebp # OPC=adcl_r32_r32_1
[----------] * adcl %r13d, %r15d # OPC=adcl_r32_r32_1
[----------] * adcl %r15d, %esp # OPC=adcl_r32_r32_1
[----------] * adcl %r8d, %r12d # OPC=adcl_r32_r32_1
[----------] * adcl %esi, %esi # OPC=adcl_r32_r32_1
[----------] * adcl %edx, %edx # OPC=adcl_r32_r32_1
[----------] * adcl %eax, %r15d # OPC=adcl_r32_r32_1
[----------] * adcl %eax, %r13d # OPC=adcl_r32_r32_1
[----------] * adcl %ebp, %ebx # OPC=adcl_r32_r32_1
[----------] - Starting with OPC = adcq_r64_imm32
[----------] Seed is 1463511742291354
[----------] * adcq $0xffff, %rsi # OPC=adcq_r64_imm32
[----------] * adcq $0xffffffc0, %rdi # OPC=adcq_r64_imm32
[----------] * adcq $0x4040404, %r12 # OPC=adcq_r64_imm32
[----------] * adcq $0xe0, %rdx # OPC=adcq_r64_imm32
[----------] * adcq $0xd0, %rdx # OPC=adcq_r64_imm32
[----------] * adcq $0xf0, %rbx # OPC=adcq_r64_imm32
[----------] * adcq $0x0, %r9 # OPC=adcq_r64_imm32
[----------] * adcq $0x20, %r8 # OPC=adcq_r64_imm32
[----------] * adcq $0x7fff, %r14 # OPC=adcq_r64_imm32
[----------] * adcq $0x4, %rsi # OPC=adcq_r64_imm32
[----------] - Starting with OPC = adcq_r64_imm8
[----------] Seed is 1463511742292984
[----------] * adcq $0x50, %r10 # OPC=adcq_r64_imm8
[----------] * adcq $0x30, %rdi # OPC=adcq_r64_imm8
[----------] * adcq $0xfb, %rdx # OPC=adcq_r64_imm8
[----------] * adcq $0x60, %rbx # OPC=adcq_r64_imm8
[----------] * adcq $0xf8, %rsi # OPC=adcq_r64_imm8
[----------] * adcq $0xfe, %r11 # OPC=adcq_r64_imm8
[----------] * adcq $0xde, %r14 # OPC=adcq_r64_imm8
[----------] * adcq $0x10, %r14 # OPC=adcq_r64_imm8
[----------] * adcq $0xc0, %r15 # OPC=adcq_r64_imm8
[----------] * adcq $0xf8, %r12 # OPC=adcq_r64_imm8
[----------] - Starting with OPC = adcq_r64_m64
[----------] Seed is 1463511742295202
[----------] * adcq 0x7ffffff9(%rip), %r8 # OPC=adcq_r64_m64
[----------] * adcq 0xf9(%rip), %rbx # OPC=adcq_r64_m64
[----------] * adcq 0x5dcffff9(%rip), %rsi # OPC=adcq_r64_m64
[----------] * adcq 0x5dcffff9(%rip), %rdi # OPC=adcq_r64_m64
[----------] * adcq -0x7(%r11d,%ebx,4), %rdi # OPC=adcq_r64_m64
[----------] * adcq -0x10(,%rdx,2), %r9 # OPC=adcq_r64_m64
[----------] * adcq 0x5dcffff9(%rip), %rdx # OPC=adcq_r64_m64
[----------] * adcq (%r11d,%ebx,1), %rdi # OPC=adcq_r64_m64
[----------] * adcq (%r11d,%ebx,4), %rbp # OPC=adcq_r64_m64
[----------] * adcq 0x30(%r11d), %r14 # OPC=adcq_r64_m64
[----------] - Starting with OPC = adcq_r64_r64
[----------] Seed is 1463511742296920
[----------] * adcq %rsi, %rax # OPC=adcq_r64_r64
[----------] * adcq %r11, %r8 # OPC=adcq_r64_r64
[----------] * adcq %r15, %rdx # OPC=adcq_r64_r64
[----------] * adcq %rbp, %r8 # OPC=adcq_r64_r64
[----------] * adcq %r15, %r14 # OPC=adcq_r64_r64
[----------] * adcq %r10, %r13 # OPC=adcq_r64_r64
[----------] * adcq %rax, %rsi # OPC=adcq_r64_r64
[----------] * adcq %rdx, %r12 # OPC=adcq_r64_r64
[----------] * adcq %r13, %r9 # OPC=adcq_r64_r64
[----------] * adcq %rsi, %rcx # OPC=adcq_r64_r64
[----------] - Starting with OPC = adcq_r64_r64_1
[----------] Seed is 1463511742298454
[----------] * adcq %r11, %r8 # OPC=adcq_r64_r64_1
[----------] * adcq %r11, %rbp # OPC=adcq_r64_r64_1
[----------] * adcq %r11, %r8 # OPC=adcq_r64_r64_1
[----------] * adcq %r8, %rsp # OPC=adcq_r64_r64_1
[----------] * adcq %r11, %r15 # OPC=adcq_r64_r64_1
[----------] * adcq %rsp, %rbp # OPC=adcq_r64_r64_1
[----------] * adcq %rdx, %rsp # OPC=adcq_r64_r64_1
[----------] * adcq %r11, %r10 # OPC=adcq_r64_r64_1
[----------] * adcq %rsp, %r8 # OPC=adcq_r64_r64_1
[----------] * adcq %r11, %rax # OPC=adcq_r64_r64_1
[----------] - Starting with OPC = adcb_r8_imm8
[----------] Seed is 1463511742300300
[----------] * adcb $0x80, %al # OPC=adcb_r8_imm8
[----------] * adcb $0xff, %r9b # OPC=adcb_r8_imm8
[----------] * adcb $0x1, %cl # OPC=adcb_r8_imm8
[----------] * adcb $0x10, %r8b # OPC=adcb_r8_imm8
[----------] * adcb $0x10, %r11b # OPC=adcb_r8_imm8
[----------] * adcb $0xff, %sil # OPC=adcb_r8_imm8
[----------] * adcb $0xcc, %dil # OPC=adcb_r8_imm8
[----------] * adcb $0x2, %dil # OPC=adcb_r8_imm8
[----------] * adcb $0x70, %dl # OPC=adcb_r8_imm8
[----------] * adcb $0x88, %al # OPC=adcb_r8_imm8
[----------] - Starting with OPC = adcb_r8_m8
[----------] Seed is 1463511742302045
[----------] * adcb (%rax), %dil # OPC=adcb_r8_m8
[----------] * adcb 0x5dcffff9(%rip), %bpl # OPC=adcb_r8_m8
[----------] * adcb 0x64(%rsp,%rdx,8), %cl # OPC=adcb_r8_m8
[----------] * adcb 0x64(%rsp,%rdx,8), %r9b # OPC=adcb_r8_m8
[----------] * adcb (%rax), %sil # OPC=adcb_r8_m8
[----------] * adcb -0x7(%r11d,%ebx,4), %r15b # OPC=adcb_r8_m8
[----------] * adcb 0xf9(%rip), %r15b # OPC=adcb_r8_m8
[----------] * adcb 0xfa(%rip), %dl # OPC=adcb_r8_m8
[----------] * adcb 0x5dcffff9(%rip), %r10b # OPC=adcb_r8_m8
[----------] * adcb 0x5dcffff9(%rip), %bpl # OPC=adcb_r8_m8
[----------] - Starting with OPC = adcb_r8_r8
[----------] Seed is 1463511742303765
[----------] * adcb %r15b, %cl # OPC=adcb_r8_r8
[----------] * adcb %r14b, %cl # OPC=adcb_r8_r8
[----------] * adcb %al, %r15b # OPC=adcb_r8_r8
[----------] * adcb %r9b, %cl # OPC=adcb_r8_r8
[----------] * adcb %spl, %bpl # OPC=adcb_r8_r8
[----------] * adcb %r12b, %r10b # OPC=adcb_r8_r8
[----------] * adcb %r13b, %bl # OPC=adcb_r8_r8
[----------] * adcb %spl, %bpl # OPC=adcb_r8_r8
[----------] * adcb %cl, %cl # OPC=adcb_r8_r8
[----------] * adcb %al, %r9b # OPC=adcb_r8_r8
[----------] - Starting with OPC = adcb_r8_r8_1
[----------] Seed is 1463511742305437
[----------] * adcb %dil, %bpl # OPC=adcb_r8_r8_1
[----------] * adcb %r12b, %r12b # OPC=adcb_r8_r8_1
[----------] * adcb %r8b, %r14b # OPC=adcb_r8_r8_1
[----------] * adcb %sil, %dl # OPC=adcb_r8_r8_1
[----------] * adcb %bpl, %r15b # OPC=adcb_r8_r8_1
[----------] * adcb %cl, %spl # OPC=adcb_r8_r8_1
[----------] * adcb %r15b, %bl # OPC=adcb_r8_r8_1
[----------] * adcb %r15b, %sil # OPC=adcb_r8_r8_1
[----------] * adcb %bl, %r10b # OPC=adcb_r8_r8_1
[----------] * adcb %r13b, %cl # OPC=adcb_r8_r8_1
[----------] - Starting with OPC = adcb_r8_rh
[----------] Seed is 1463511742307023
[----------] * adcb %ah, %bl # OPC=adcb_r8_rh
[----------] * adcb %bh, %bl # OPC=adcb_r8_rh
[----------] * Couldn't apply transform.
[----------] * adcb %dh, %dl # OPC=adcb_r8_rh
[----------] * adcb %ch, %al # OPC=adcb_r8_rh
[----------] * adcb %dh, %cl # OPC=adcb_r8_rh
[----------] * adcb %ch, %bl # OPC=adcb_r8_rh
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * adcb %dh, %bl # OPC=adcb_r8_rh
[----------] - Starting with OPC = adcb_r8_rh_1
[----------] Seed is 1463511742308411
[----------] * adcb %dh, %dl # OPC=adcb_r8_rh_1
[----------] * adcb %ch, %dl # OPC=adcb_r8_rh_1
[----------] * adcb %dh, %dl # OPC=adcb_r8_rh_1
[----------] * adcb %ah, %bl # OPC=adcb_r8_rh_1
[----------] * Couldn't apply transform.
[----------] * adcb %ch, %cl # OPC=adcb_r8_rh_1
[----------] * adcb %dh, %dl # OPC=adcb_r8_rh_1
[----------] * Couldn't apply transform.
[----------] * adcb %ah, %bl # OPC=adcb_r8_rh_1
[----------] * adcb %ch, %bl # OPC=adcb_r8_rh_1
[----------] - Starting with OPC = adcq_rax_imm32
[----------] Seed is 1463511742309760
[----------] * adcq $0xff, %rax # OPC=adcq_rax_imm32
[----------] * adcq $0xfffffffb, %rax # OPC=adcq_rax_imm32
[----------] * adcq $0xffff, %rax # OPC=adcq_rax_imm32
[----------] * adcq $0xfffffff8, %rax # OPC=adcq_rax_imm32
[----------] * adcq $0xc0decafe, %rax # OPC=adcq_rax_imm32
[----------] * adcq $0x1, %rax # OPC=adcq_rax_imm32
[----------] * adcq $0xfffffffa, %rax # OPC=adcq_rax_imm32
[----------] * adcq $0xfffffffd, %rax # OPC=adcq_rax_imm32
[----------] * adcq $0x1010101, %rax # OPC=adcq_rax_imm32
[----------] * adcq $0x7fff, %rax # OPC=adcq_rax_imm32
[----------] - Starting with OPC = adcb_rh_imm8
[----------] Seed is 1463511742311382
[----------] * adcb $0x80, %ah # OPC=adcb_rh_imm8
[----------] * adcb $0xfb, %ch # OPC=adcb_rh_imm8
[----------] * adcb $0xff, %ah # OPC=adcb_rh_imm8
[----------] * adcb $0x4, %dh # OPC=adcb_rh_imm8
[----------] * adcb $0x0, %dh # OPC=adcb_rh_imm8
[----------] * adcb $0xde, %ch # OPC=adcb_rh_imm8
[----------] * adcb $0xfd, %ah # OPC=adcb_rh_imm8
[----------] * adcb $0xff, %ah # OPC=adcb_rh_imm8
[----------] * adcb $0x4, %ah # OPC=adcb_rh_imm8
[----------] * adcb $0xfc, %dh # OPC=adcb_rh_imm8
[----------] - Starting with OPC = adcb_rh_m8
[----------] Seed is 1463511742312268
[----------] * adcb 0xfa(%rip), %bh # OPC=adcb_rh_m8
[----------] * adcb -0x6(%rip), %ah # OPC=adcb_rh_m8
[----------] * adcb -0x6(%rip), %ah # OPC=adcb_rh_m8
[----------] * adcb 0xfa(%rip), %ch # OPC=adcb_rh_m8
[----------] * adcb -0x300005(%rip), %bh # OPC=adcb_rh_m8
[----------] * adcb 0x64(%rsp,%rdx,8), %ch # OPC=adcb_rh_m8
[----------] * adcb 0x5dcffffa(%rip), %ch # OPC=adcb_rh_m8
[----------] * adcb 0x7ffffffa(%rip), %ch # OPC=adcb_rh_m8
[----------] * adcb (%rax), %ah # OPC=adcb_rh_m8
[----------] * adcb 0xfa(%rip), %ch # OPC=adcb_rh_m8
[----------] - Starting with OPC = adcb_rh_r8
[----------] Seed is 1463511742314534
[----------] * adcb %cl, %bh # OPC=adcb_rh_r8
[----------] * adcb %al, %ch # OPC=adcb_rh_r8
[----------] * Couldn't apply transform.
[----------] * adcb %bl, %ch # OPC=adcb_rh_r8
[----------] * adcb %al, %ch # OPC=adcb_rh_r8
[----------] * adcb %dl, %bh # OPC=adcb_rh_r8
[----------] * adcb %al, %dh # OPC=adcb_rh_r8
[----------] * Couldn't apply transform.
[----------] * adcb %bl, %ah # OPC=adcb_rh_r8
[----------] * adcb %dl, %bh # OPC=adcb_rh_r8
[----------] - Starting with OPC = adcb_rh_r8_1
[----------] Seed is 1463511742316156
[----------] * adcb %cl, %dh # OPC=adcb_rh_r8_1
[----------] * adcb %al, %ch # OPC=adcb_rh_r8_1
[----------] * adcb %dl, %bh # OPC=adcb_rh_r8_1
[----------] * adcb %al, %dh # OPC=adcb_rh_r8_1
[----------] * adcb %dl, %ch # OPC=adcb_rh_r8_1
[----------] * adcb %dl, %ah # OPC=adcb_rh_r8_1
[----------] * adcb %al, %dh # OPC=adcb_rh_r8_1
[----------] * adcb %al, %ch # OPC=adcb_rh_r8_1
[----------] * Couldn't apply transform.
[----------] * adcb %al, %dh # OPC=adcb_rh_r8_1
[----------] - Starting with OPC = adcb_rh_rh
[----------] Seed is 1463511742317629
[----------] * adcb %bh, %ch # OPC=adcb_rh_rh
[----------] * adcb %ch, %bh # OPC=adcb_rh_rh
[----------] * adcb %dh, %bh # OPC=adcb_rh_rh
[----------] * adcb %bh, %dh # OPC=adcb_rh_rh
[----------] * adcb %ch, %ah # OPC=adcb_rh_rh
[----------] * adcb %dh, %bh # OPC=adcb_rh_rh
[----------] * adcb %ch, %dh # OPC=adcb_rh_rh
[----------] * adcb %bh, %dh # OPC=adcb_rh_rh
[----------] * adcb %ch, %dh # OPC=adcb_rh_rh
[----------] * adcb %dh, %ah # OPC=adcb_rh_rh
[----------] - Starting with OPC = adcb_rh_rh_1
[----------] Seed is 1463511742319045
[----------] * adcb %ch, %bh # OPC=adcb_rh_rh_1
[----------] * adcb %bh, %dh # OPC=adcb_rh_rh_1
[----------] * adcb %ah, %ah # OPC=adcb_rh_rh_1
[----------] * adcb %dh, %ch # OPC=adcb_rh_rh_1
[----------] * adcb %ch, %ch # OPC=adcb_rh_rh_1
[----------] * adcb %ch, %ch # OPC=adcb_rh_rh_1
[----------] * adcb %ah, %ah # OPC=adcb_rh_rh_1
[----------] * adcb %ch, %ah # OPC=adcb_rh_rh_1
[----------] * adcb %bh, %ch # OPC=adcb_rh_rh_1
[----------] * adcb %dh, %ch # OPC=adcb_rh_rh_1
[----------] - Starting with OPC = addb_al_imm8
[----------] Seed is 1463511742321249
[----------] * addb $0x44, %al # OPC=addb_al_imm8
[----------] * addb $0xf0, %al # OPC=addb_al_imm8
[----------] * addb $0x8, %al # OPC=addb_al_imm8
[----------] * addb $0xff, %al # OPC=addb_al_imm8
[----------] * addb $0xff, %al # OPC=addb_al_imm8
[----------] * addb $0xe0, %al # OPC=addb_al_imm8
[----------] * addb $0x88, %al # OPC=addb_al_imm8
[----------] * addb $0x6, %al # OPC=addb_al_imm8
[----------] * addb $0x60, %al # OPC=addb_al_imm8
[----------] * addb $0x1, %al # OPC=addb_al_imm8
[----------] - Starting with OPC = addw_ax_imm16
[----------] Seed is 1463511742322205
[----------] * addw $0xcc, %ax # OPC=addw_ax_imm16
[----------] * addw $0x2, %ax # OPC=addw_ax_imm16
[----------] * addw $0xff80, %ax # OPC=addw_ax_imm16
[----------] * addw $0x30, %ax # OPC=addw_ax_imm16
[----------] * addw $0x1010, %ax # OPC=addw_ax_imm16
[----------] * addw $0xffff, %ax # OPC=addw_ax_imm16
[----------] * addw $0xfd, %ax # OPC=addw_ax_imm16
[----------] * addw $0x8080, %ax # OPC=addw_ax_imm16
[----------] * addw $0x8080, %ax # OPC=addw_ax_imm16
[----------] * addw $0x0, %ax # OPC=addw_ax_imm16
[----------] - Starting with OPC = addl_eax_imm32
[----------] Seed is 1463511742324607
[----------] * addl $0xfffffff8, %eax # OPC=addl_eax_imm32
[----------] * addl $0x6, %eax # OPC=addl_eax_imm32
[----------] * addl $0xfffffff9, %eax # OPC=addl_eax_imm32
[----------] * addl $0x3, %eax # OPC=addl_eax_imm32
[----------] * addl $0xfffffffb, %eax # OPC=addl_eax_imm32
[----------] * addl $0xfffffffd, %eax # OPC=addl_eax_imm32
[----------] * addl $0xffff, %eax # OPC=addl_eax_imm32
[----------] * addl $0x80000000, %eax # OPC=addl_eax_imm32
[----------] * addl $0xfffffff9, %eax # OPC=addl_eax_imm32
[----------] * addl $0xfffffff9, %eax # OPC=addl_eax_imm32
[----------] - Starting with OPC = addw_m16_imm16
[----------] Seed is 1463511742325914
[----------] * addw $0x60, 0x30(%r11d) # OPC=addw_m16_imm16
[----------] * addw $0x64, 0xf7(%rip) # OPC=addw_m16_imm16
[----------] * addw $0x1010, (%r11d,%ebx,1) # OPC=addw_m16_imm16
[----------] * addw $0x5, 0x5dcffff7(%rip) # OPC=addw_m16_imm16
[----------] * addw $0xff80, 0xf7(%rip) # OPC=addw_m16_imm16
[----------] * addw $0xfd, 0x5dcffff7(%rip) # OPC=addw_m16_imm16
[----------] * addw $0xff, 0x5dcffff7(%rip) # OPC=addw_m16_imm16
[----------] * addw $0xffff, -0x300008(%rip) # OPC=addw_m16_imm16
[----------] * addw $0x2222, 0x16(%r8) # OPC=addw_m16_imm16
[----------] * addw $0xffff, 0x5dcffff7(%rip) # OPC=addw_m16_imm16
[----------] - Starting with OPC = addw_m16_imm8
[----------] Seed is 1463511742327561
[----------] * addw $0x88, 0xf8(%rip) # OPC=addw_m16_imm8
[----------] * addw $0xde, 0x64(%rdx) # OPC=addw_m16_imm8
[----------] * addw $0x5, 0x5dcffff8(%rip) # OPC=addw_m16_imm8
[----------] * addw $0xfb, (%r11d,%ebx,4) # OPC=addw_m16_imm8
[----------] * addw $0xf0, 0x5dcffff8(%rip) # OPC=addw_m16_imm8
[----------] * addw $0xff, 0xf8(%rip) # OPC=addw_m16_imm8
[----------] * addw $0xff, 0x5(%r11d,%ebx,1) # OPC=addw_m16_imm8
[----------] * addw $0x30, (%rax) # OPC=addw_m16_imm8
[----------] * addw $0x3, 0x5dcffff8(%rip) # OPC=addw_m16_imm8
[----------] * addw $0xfd, (%rdi,%rcx,1) # OPC=addw_m16_imm8
[----------] - Starting with OPC = addw_m16_r16
[----------] Seed is 1463511742329703
[----------] * addw %cx, 0xf9(%rip) # OPC=addw_m16_r16
[----------] * addw %bx, 0xf9(%rip) # OPC=addw_m16_r16
[----------] * addw %sp, 0xf9(%rip) # OPC=addw_m16_r16
[----------] * addw %bp, 0x64(%rsp,%rdx,8) # OPC=addw_m16_r16
[----------] * addw %cx, 0x5dcffff9(%rip) # OPC=addw_m16_r16
[----------] * addw %bx, 0x30(%r11d) # OPC=addw_m16_r16
[----------] * addw %si, 0x5dcffff9(%rip) # OPC=addw_m16_r16
[----------] * addw %r9w, 0x30(%r11d) # OPC=addw_m16_r16
[----------] * addw %r10w, 0xf8(%rip) # OPC=addw_m16_r16
[----------] * addw %cx, -0x7(%r11d,%ebx,4) # OPC=addw_m16_r16
[----------] - Starting with OPC = addl_m32_imm32
[----------] Seed is 1463511742331351
[----------] * addl $0xc0de, -0xa(%rip) # OPC=addl_m32_imm32
[----------] * addl $0x80808080, 0x64(%rsp,%rdx,8) # OPC=addl_m32_imm32
[----------] * addl $0x50, 0x5dcffff6(%rip) # OPC=addl_m32_imm32
[----------] * addl $0x80808080, 0xf6(%rip) # OPC=addl_m32_imm32
[----------] * addl $0x60, -0x10(,%rdx,2) # OPC=addl_m32_imm32
[----------] * addl $0x60, (%rdi,%rcx,1) # OPC=addl_m32_imm32
[----------] * addl $0x10101010, 0xf6(%rip) # OPC=addl_m32_imm32
[----------] * addl $0x7fffffff, 0x5dcffff6(%rip) # OPC=addl_m32_imm32
[----------] * addl $0xfd, 0x5dcffff6(%rip) # OPC=addl_m32_imm32
[----------] * addl $0x70, 0xf6(%rip) # OPC=addl_m32_imm32
[----------] - Starting with OPC = addl_m32_imm8
[----------] Seed is 1463511742333187
[----------] * addl $0x80, 0x5dcffff9(%rip) # OPC=addl_m32_imm8
[----------] * addl $0xff, 0x5(%r11d,%ebx,1) # OPC=addl_m32_imm8
[----------] * addl $0xfc, 0x5dcffff9(%rip) # OPC=addl_m32_imm8
[----------] * addl $0x0, -0x64(%rax,%rcx,4) # OPC=addl_m32_imm8
[----------] * addl $0x88, 0x64(%rsp,%rdx,8) # OPC=addl_m32_imm8
[----------] * addl $0x1, 0xf9(%rip) # OPC=addl_m32_imm8
[----------] * addl $0x0, -0x7(%rip) # OPC=addl_m32_imm8
[----------] * addl $0xff, 0xf9(%rip) # OPC=addl_m32_imm8
[----------] * addl $0x1, 0xf9(%rip) # OPC=addl_m32_imm8
[----------] * addl $0x0, 0xf9(%rip) # OPC=addl_m32_imm8
[----------] - Starting with OPC = addl_m32_r32
[----------] Seed is 1463511742334311
[----------] * addl %edx, 0xfa(%rip) # OPC=addl_m32_r32
[----------] * addl %r12d, 0x7ffffff9(%rip) # OPC=addl_m32_r32
[----------] * addl %r13d, 0x64(%rsp,%rdx,8) # OPC=addl_m32_r32
[----------] * addl %r14d, 0x5dcffff9(%rip) # OPC=addl_m32_r32
[----------] * addl %ebp, 0x5dcffffa(%rip) # OPC=addl_m32_r32
[----------] * addl %ebx, 0xfa(%rip) # OPC=addl_m32_r32
[----------] * addl %r11d, 0x5dcffff9(%rip) # OPC=addl_m32_r32
[----------] * addl %ecx, 0x5dcffffa(%rip) # OPC=addl_m32_r32
[----------] * addl %edx, (%rax) # OPC=addl_m32_r32
[----------] * addl %ebp, 0x64(%rdx) # OPC=addl_m32_r32
[----------] - Starting with OPC = addq_m64_imm32
[----------] Seed is 1463511742336764
[----------] * addq $0x20, 0x5dcffff5(%rip) # OPC=addq_m64_imm32
[----------] * addq $0xd0, 0xf5(%rip) # OPC=addq_m64_imm32
[----------] * addq $0x10101010, (%r11d,%ebx,4) # OPC=addq_m64_imm32
[----------] * addq $0xff, -0xb(%rip) # OPC=addq_m64_imm32
[----------] * addq $0x7fff, 0xf5(%rip) # OPC=addq_m64_imm32
[----------] * addq $0x4040404, 0x30(%r11d) # OPC=addq_m64_imm32
[----------] * addq $0x1, (%r11d) # OPC=addq_m64_imm32
[----------] * addq $0x22, -0x10(,%rdx,2) # OPC=addq_m64_imm32
[----------] * addq $0x50, 0x5dcffff5(%rip) # OPC=addq_m64_imm32
[----------] * addq $0xffffffff, (%rax) # OPC=addq_m64_imm32
[----------] - Starting with OPC = addq_m64_imm8
[----------] Seed is 1463511742337925
[----------] * addq $0xfb, 0x5dcffff8(%rip) # OPC=addq_m64_imm8
[----------] * addq $0xf0, 0x5dcffff8(%rip) # OPC=addq_m64_imm8
[----------] * addq $0xff, -0x300007(%rip) # OPC=addq_m64_imm8
[----------] * addq $0xfe, (%rdi,%rcx,1) # OPC=addq_m64_imm8
[----------] * addq $0xe0, 0x5dcffff8(%rip) # OPC=addq_m64_imm8
[----------] * addq $0xfe, 0xf8(%rip) # OPC=addq_m64_imm8
[----------] * addq $0x7f, 0x5dcffff8(%rip) # OPC=addq_m64_imm8
[----------] * addq $0x80, 0x5dcffff8(%rip) # OPC=addq_m64_imm8
[----------] * addq $0xff, 0xf8(%rip) # OPC=addq_m64_imm8
[----------] * addq $0xfe, 0x5dcffff8(%rip) # OPC=addq_m64_imm8
[----------] - Starting with OPC = addq_m64_r64
[----------] Seed is 1463511742339596
[----------] * addq %r12, 0xf9(%rip) # OPC=addq_m64_r64
[----------] * addq %rbp, 0xf9(%rip) # OPC=addq_m64_r64
[----------] * addq %rax, 0xf9(%rip) # OPC=addq_m64_r64
[----------] * addq %rax, 0x64(%rsp,%rdx,8) # OPC=addq_m64_r64
[----------] * addq %r10, 0xf9(%rip) # OPC=addq_m64_r64
[----------] * addq %rcx, 0xf9(%rip) # OPC=addq_m64_r64
[----------] * addq %r9, -0x300006(%rip) # OPC=addq_m64_r64
[----------] * addq %r8, (%r11d,%ebx,1) # OPC=addq_m64_r64
[----------] * addq %r14, 0x30(%r11d) # OPC=addq_m64_r64
[----------] * addq %r9, (%rdi,%rcx,1) # OPC=addq_m64_r64
[----------] - Starting with OPC = addb_m8_imm8
[----------] Seed is 1463511742341259
[----------] * addb $0x2, 0xf9(%rip) # OPC=addb_m8_imm8
[----------] * addb $0x80, 0xf9(%rip) # OPC=addb_m8_imm8
[----------] * addb $0xff, 0x30(%r11d) # OPC=addb_m8_imm8
[----------] * addb $0x50, 0xf9(%rip) # OPC=addb_m8_imm8
[----------] * addb $0x10, -0x7(%r11d,%ebx,4) # OPC=addb_m8_imm8
[----------] * addb $0xff, (%rdi,%rcx,1) # OPC=addb_m8_imm8
[----------] * addb $0xe0, 0x30(%r11d) # OPC=addb_m8_imm8
[----------] * addb $0x8, 0xf9(%rip) # OPC=addb_m8_imm8
[----------] * addb $0x8, 0x64(%rdx) # OPC=addb_m8_imm8
[----------] * addb $0x80, 0x5dcffff9(%rip) # OPC=addb_m8_imm8
[----------] - Starting with OPC = addb_m8_r8
[----------] Seed is 1463511742343072
[----------] * addb %r15b, 0x5dcffff9(%rip) # OPC=addb_m8_r8
[----------] * addb %bpl, -0x64(%rax,%rcx,4) # OPC=addb_m8_r8
[----------] * addb %cl, 0x30(%r11d) # OPC=addb_m8_r8
[----------] * addb %r13b, 0x5(%r11d,%ebx,1) # OPC=addb_m8_r8
[----------] * addb %dl, 0x5dcffffa(%rip) # OPC=addb_m8_r8
[----------] * addb %dil, -0x64(%rax,%rcx,4) # OPC=addb_m8_r8
[----------] * addb %dl, (%r11d) # OPC=addb_m8_r8
[----------] * addb %r9b, 0x5dcffff9(%rip) # OPC=addb_m8_r8
[----------] * addb %dil, 0xf9(%rip) # OPC=addb_m8_r8
[----------] * addb %bl, (%r11d,%ebx,1) # OPC=addb_m8_r8
[----------] - Starting with OPC = addb_m8_rh
[----------] Seed is 1463511742344247
[----------] * addb %ah, -0x300005(%rip) # OPC=addb_m8_rh
[----------] * addb %ch, -0x64(%rax,%rcx,4) # OPC=addb_m8_rh
[----------] * addb %dh, 0xfa(%rip) # OPC=addb_m8_rh
[----------] * addb %ch, -0x300005(%rip) # OPC=addb_m8_rh
[----------] * addb %ch, 0x5dcffffa(%rip) # OPC=addb_m8_rh
[----------] * addb %bh, 0x64(%rdx) # OPC=addb_m8_rh
[----------] * addb %ah, 0x64(%rdx) # OPC=addb_m8_rh
[----------] * addb %bh, 0x64(%rsp,%rdx,8) # OPC=addb_m8_rh
[----------] * addb %bh, 0x5dcffffa(%rip) # OPC=addb_m8_rh
[----------] * addb %bh, 0x5dcffffa(%rip) # OPC=addb_m8_rh
[----------] - Starting with OPC = addw_r16_imm16
[----------] Seed is 1463511742347001
[----------] * addw $0xcafe, %r12w # OPC=addw_r16_imm16
[----------] * addw $0x80, %sp # OPC=addw_r16_imm16
[----------] * addw $0x0, %r14w # OPC=addw_r16_imm16
[----------] * addw $0x7, %si # OPC=addw_r16_imm16
[----------] * addw $0x60, %sp # OPC=addw_r16_imm16
[----------] * addw $0xcafe, %ax # OPC=addw_r16_imm16
[----------] * addw $0xffff, %r13w # OPC=addw_r16_imm16
[----------] * addw $0x8000, %dx # OPC=addw_r16_imm16
[----------] * addw $0x0, %bx # OPC=addw_r16_imm16
[----------] * addw $0x40, %r11w # OPC=addw_r16_imm16
[----------] - Starting with OPC = addw_r16_imm8
[----------] Seed is 1463511742348773
[----------] * addw $0x50, %dx # OPC=addw_r16_imm8
[----------] * addw $0x22, %r12w # OPC=addw_r16_imm8
[----------] * addw $0x4, %r9w # OPC=addw_r16_imm8
[----------] * addw $0xd0, %r14w # OPC=addw_r16_imm8
[----------] * addw $0xfb, %r9w # OPC=addw_r16_imm8
[----------] * addw $0xff, %r9w # OPC=addw_r16_imm8
[----------] * addw $0x8, %sp # OPC=addw_r16_imm8
[----------] * addw $0x4, %dx # OPC=addw_r16_imm8
[----------] * addw $0xcc, %bp # OPC=addw_r16_imm8
[----------] * addw $0xcc, %r12w # OPC=addw_r16_imm8
[----------] - Starting with OPC = addw_r16_m16
[----------] Seed is 1463511742350349
[----------] * addw 0x5(%r11d,%ebx,1), %r9w # OPC=addw_r16_m16
[----------] * addw (%r11d,%ebx,1), %si # OPC=addw_r16_m16
[----------] * addw (%rdi,%rcx,1), %r15w # OPC=addw_r16_m16
[----------] * addw (%r11d,%ebx,1), %r15w # OPC=addw_r16_m16
[----------] * addw 0x5dcffff8(%rip), %r10w # OPC=addw_r16_m16
[----------] * addw -0x7(%r11d,%ebx,4), %bp # OPC=addw_r16_m16
[----------] * addw (%r11d,%ebx,1), %r12w # OPC=addw_r16_m16
[----------] * addw 0xf9(%rip), %ax # OPC=addw_r16_m16
[----------] * addw 0xf8(%rip), %r15w # OPC=addw_r16_m16
[----------] * addw (%rdi,%rcx,1), %r15w # OPC=addw_r16_m16
[----------] - Starting with OPC = addw_r16_r16
[----------] Seed is 1463511742352017
[----------] * addw %di, %r8w # OPC=addw_r16_r16
[----------] * addw %bx, %sp # OPC=addw_r16_r16
[----------] * addw %r14w, %r12w # OPC=addw_r16_r16
[----------] * addw %r12w, %r10w # OPC=addw_r16_r16
[----------] * addw %r11w, %cx # OPC=addw_r16_r16
[----------] * addw %r11w, %r14w # OPC=addw_r16_r16
[----------] * addw %cx, %r12w # OPC=addw_r16_r16
[----------] * addw %r15w, %sp # OPC=addw_r16_r16
[----------] * addw %r11w, %r14w # OPC=addw_r16_r16
[----------] * addw %r14w, %dx # OPC=addw_r16_r16
[----------] - Starting with OPC = addw_r16_r16_1
[----------] Seed is 1463511742353703
[----------] * addw %di, %r12w # OPC=addw_r16_r16_1
[----------] * addw %sp, %dx # OPC=addw_r16_r16_1
[----------] * addw %r9w, %r8w # OPC=addw_r16_r16_1
[----------] * addw %si, %cx # OPC=addw_r16_r16_1
[----------] * addw %di, %di # OPC=addw_r16_r16_1
[----------] * addw %r14w, %sp # OPC=addw_r16_r16_1
[----------] * addw %r11w, %bp # OPC=addw_r16_r16_1
[----------] * addw %r14w, %bx # OPC=addw_r16_r16_1
[----------] * addw %r8w, %bp # OPC=addw_r16_r16_1
[----------] * addw %si, %r15w # OPC=addw_r16_r16_1
[----------] - Starting with OPC = addl_r32_imm32
[----------] Seed is 1463511742355358
[----------] * addl $0xfffffffc, %r13d # OPC=addl_r32_imm32
[----------] * addl $0xffffffff, %edx # OPC=addl_r32_imm32
[----------] * addl $0xfffffffc, %r14d # OPC=addl_r32_imm32
[----------] * addl $0x20, %ebx # OPC=addl_r32_imm32
[----------] * addl $0xc0decafe, %r15d # OPC=addl_r32_imm32
[----------] * addl $0x44, %r12d # OPC=addl_r32_imm32
[----------] * addl $0x7fff, %eax # OPC=addl_r32_imm32
[----------] * addl $0xc0decafe, %r13d # OPC=addl_r32_imm32
[----------] * addl $0x2, %eax # OPC=addl_r32_imm32
[----------] * addl $0x0, %r8d # OPC=addl_r32_imm32
[----------] - Starting with OPC = addl_r32_imm8
[----------] Seed is 1463511742356993
[----------] * addl $0xde, %edi # OPC=addl_r32_imm8
[----------] * addl $0x4, %r15d # OPC=addl_r32_imm8
[----------] * addl $0xf0, %r14d # OPC=addl_r32_imm8
[----------] * addl $0x10, %r14d # OPC=addl_r32_imm8
[----------] * addl $0x7, %r13d # OPC=addl_r32_imm8
[----------] * addl $0xcc, %r10d # OPC=addl_r32_imm8
[----------] * addl $0x20, %r9d # OPC=addl_r32_imm8
[----------] * addl $0xff, %edi # OPC=addl_r32_imm8
[----------] * addl $0xd0, %r12d # OPC=addl_r32_imm8
[----------] * addl $0xfd, %r8d # OPC=addl_r32_imm8
[----------] - Starting with OPC = addl_r32_m32
[----------] Seed is 1463511742358345
[----------] * addl (%rdi,%rcx,1), %ecx # OPC=addl_r32_m32
[----------] * addl 0x64(%rsp,%rdx,8), %r13d # OPC=addl_r32_m32
[----------] * addl 0x5dcffff9(%rip), %r12d # OPC=addl_r32_m32
[----------] * addl (%rdi,%rcx,1), %r12d # OPC=addl_r32_m32
[----------] * addl -0x64(%rax,%rcx,4), %esp # OPC=addl_r32_m32
[----------] * addl 0x5dcffffa(%rip), %ebp # OPC=addl_r32_m32
[----------] * addl 0x5dcffff9(%rip), %r13d # OPC=addl_r32_m32
[----------] * addl 0x64(%rsp,%rdx,8), %r11d # OPC=addl_r32_m32
[----------] * addl 0x5dcffff9(%rip), %r15d # OPC=addl_r32_m32
[----------] * addl -0x7(%r11d,%ebx,4), %r11d # OPC=addl_r32_m32
[----------] - Starting with OPC = addl_r32_r32
[----------] Seed is 1463511742360178
[----------] * addl %esi, %r11d # OPC=addl_r32_r32
[----------] * addl %esi, %edx # OPC=addl_r32_r32
[----------] * addl %r8d, %r14d # OPC=addl_r32_r32
[----------] * addl %eax, %r12d # OPC=addl_r32_r32
[----------] * addl %ebx, %r13d # OPC=addl_r32_r32
[----------] * addl %r11d, %r11d # OPC=addl_r32_r32
[----------] * addl %r15d, %edx # OPC=addl_r32_r32
[----------] * addl %r13d, %r8d # OPC=addl_r32_r32
[----------] * addl %ebp, %eax # OPC=addl_r32_r32
[----------] * addl %r15d, %r13d # OPC=addl_r32_r32
[----------] - Starting with OPC = addl_r32_r32_1
[----------] Seed is 1463511742361806
[----------] * addl %eax, %r13d # OPC=addl_r32_r32_1
[----------] * addl %r10d, %r13d # OPC=addl_r32_r32_1
[----------] * addl %r14d, %edi # OPC=addl_r32_r32_1
[----------] * addl %r10d, %r12d # OPC=addl_r32_r32_1
[----------] * addl %r14d, %r14d # OPC=addl_r32_r32_1
[----------] * addl %esp, %ebx # OPC=addl_r32_r32_1
[----------] * addl %r11d, %r15d # OPC=addl_r32_r32_1
[----------] * addl %esp, %ebx # OPC=addl_r32_r32_1
[----------] * addl %r14d, %esi # OPC=addl_r32_r32_1
[----------] * addl %r9d, %edx # OPC=addl_r32_r32_1
[----------] - Starting with OPC = addq_r64_imm32
[----------] Seed is 1463511742363421
[----------] * addq $0x4040404, %rax # OPC=addq_r64_imm32
[----------] * addq $0xfe, %r8 # OPC=addq_r64_imm32
[----------] * addq $0xffffffe0, %rcx # OPC=addq_r64_imm32
[----------] * addq $0xfffffffa, %r15 # OPC=addq_r64_imm32
[----------] * addq $0x5, %rbx # OPC=addq_r64_imm32
[----------] * addq $0x10101010, %r8 # OPC=addq_r64_imm32
[----------] * addq $0xffffffc0, %rdi # OPC=addq_r64_imm32
[----------] * addq $0xfffffff0, %r13 # OPC=addq_r64_imm32
[----------] * addq $0x80000000, %rsp # OPC=addq_r64_imm32
[----------] * addq $0xffffffe0, %r10 # OPC=addq_r64_imm32
[----------] - Starting with OPC = addq_r64_imm8
[----------] Seed is 1463511742365466
[----------] * addq $0xfc, %r10 # OPC=addq_r64_imm8
[----------] * addq $0xfe, %rbx # OPC=addq_r64_imm8
[----------] * addq $0xff, %rsp # OPC=addq_r64_imm8
[----------] * addq $0xfe, %r8 # OPC=addq_r64_imm8
[----------] * addq $0xfd, %rsp # OPC=addq_r64_imm8
[----------] * addq $0xff, %rax # OPC=addq_r64_imm8
[----------] * addq $0xd0, %rbx # OPC=addq_r64_imm8
[----------] * addq $0x4, %r10 # OPC=addq_r64_imm8
[----------] * addq $0x6, %r10 # OPC=addq_r64_imm8
[----------] * addq $0xfd, %rbp # OPC=addq_r64_imm8
[----------] - Starting with OPC = addq_r64_m64
[----------] Seed is 1463511742366979
[----------] * addq 0x64(%rdx), %r10 # OPC=addq_r64_m64
[----------] * addq -0x10(,%rdx,2), %r15 # OPC=addq_r64_m64
[----------] * addq 0x64(%rdx), %rbp # OPC=addq_r64_m64
[----------] * addq 0xf9(%rip), %r10 # OPC=addq_r64_m64
[----------] * addq 0xf9(%rip), %rax # OPC=addq_r64_m64
[----------] * addq 0x5(%r11d,%ebx,1), %r8 # OPC=addq_r64_m64
[----------] * addq 0x5dcffff9(%rip), %rsp # OPC=addq_r64_m64
[----------] * addq -0x7(%rip), %rdi # OPC=addq_r64_m64
[----------] * addq 0x16(%r8), %rsi # OPC=addq_r64_m64
[----------] * addq 0xf9(%rip), %rax # OPC=addq_r64_m64
[----------] - Starting with OPC = addq_r64_r64
[----------] Seed is 1463511742368629
[----------] * addq %rbx, %rbp # OPC=addq_r64_r64
[----------] * addq %r8, %r14 # OPC=addq_r64_r64
[----------] * addq %r14, %rcx # OPC=addq_r64_r64
[----------] * addq %rbp, %r13 # OPC=addq_r64_r64
[----------] * addq %r15, %rdi # OPC=addq_r64_r64
[----------] * addq %r15, %r8 # OPC=addq_r64_r64
[----------] * addq %rsp, %rbx # OPC=addq_r64_r64
[----------] * addq %rbx, %rax # OPC=addq_r64_r64
[----------] * addq %r15, %rsp # OPC=addq_r64_r64
[----------] * addq %r10, %rax # OPC=addq_r64_r64
[----------] - Starting with OPC = addq_r64_r64_1
[----------] Seed is 1463511742370243
[----------] * addq %rsp, %r8 # OPC=addq_r64_r64_1
[----------] * addq %r10, %rsi # OPC=addq_r64_r64_1
[----------] * addq %rax, %r13 # OPC=addq_r64_r64_1
[----------] * addq %rcx, %r8 # OPC=addq_r64_r64_1
[----------] * addq %rax, %r11 # OPC=addq_r64_r64_1
[----------] * addq %r9, %rbp # OPC=addq_r64_r64_1
[----------] * addq %r8, %rdi # OPC=addq_r64_r64_1
[----------] * addq %rdi, %r13 # OPC=addq_r64_r64_1
[----------] * addq %r13, %r12 # OPC=addq_r64_r64_1
[----------] * addq %r8, %rax # OPC=addq_r64_r64_1
[----------] - Starting with OPC = addb_r8_imm8
[----------] Seed is 1463511742371894
[----------] * addb $0xfe, %spl # OPC=addb_r8_imm8
[----------] * addb $0xcc, %r12b # OPC=addb_r8_imm8
[----------] * addb $0xff, %dil # OPC=addb_r8_imm8
[----------] * addb $0xfb, %r9b # OPC=addb_r8_imm8
[----------] * addb $0xd0, %r10b # OPC=addb_r8_imm8
[----------] * addb $0x7, %r14b # OPC=addb_r8_imm8
[----------] * addb $0xf0, %cl # OPC=addb_r8_imm8
[----------] * addb $0xfe, %al # OPC=addb_r8_imm8
[----------] * addb $0xc0, %cl # OPC=addb_r8_imm8
[----------] * addb $0x20, %dil # OPC=addb_r8_imm8
[----------] - Starting with OPC = addb_r8_m8
[----------] Seed is 1463511742373580
[----------] * addb 0x5dcffff9(%rip), %r8b # OPC=addb_r8_m8
[----------] * addb 0x64(%rsp,%rdx,8), %r12b # OPC=addb_r8_m8
[----------] * addb 0x5dcffffa(%rip), %bl # OPC=addb_r8_m8
[----------] * addb 0x5dcffffa(%rip), %cl # OPC=addb_r8_m8
[----------] * addb 0x5(%r11d,%ebx,1), %r12b # OPC=addb_r8_m8
[----------] * addb 0x5dcffff9(%rip), %dil # OPC=addb_r8_m8
[----------] * addb 0xf9(%rip), %r8b # OPC=addb_r8_m8
[----------] * addb (%rdi,%rcx,1), %r11b # OPC=addb_r8_m8
[----------] * addb 0x5dcffff9(%rip), %r11b # OPC=addb_r8_m8
[----------] * addb (%r11d,%ebx,4), %sil # OPC=addb_r8_m8
[----------] - Starting with OPC = addb_r8_r8
[----------] Seed is 1463511742374721
[----------] * addb %r10b, %bl # OPC=addb_r8_r8
[----------] * addb %r14b, %spl # OPC=addb_r8_r8
[----------] * addb %r12b, %cl # OPC=addb_r8_r8
[----------] * addb %r13b, %r13b # OPC=addb_r8_r8
[----------] * addb %r9b, %dl # OPC=addb_r8_r8
[----------] * addb %r10b, %spl # OPC=addb_r8_r8
[----------] * addb %r8b, %r10b # OPC=addb_r8_r8
[----------] * addb %spl, %al # OPC=addb_r8_r8
[----------] * addb %bl, %r10b # OPC=addb_r8_r8
[----------] * addb %r14b, %dil # OPC=addb_r8_r8
[----------] - Starting with OPC = addb_r8_r8_1
[----------] Seed is 1463511742376338
[----------] * addb %r9b, %r8b # OPC=addb_r8_r8_1
[----------] * addb %r8b, %bl # OPC=addb_r8_r8_1
[----------] * addb %r10b, %r8b # OPC=addb_r8_r8_1
[----------] * addb %r10b, %cl # OPC=addb_r8_r8_1
[----------] * addb %dl, %r12b # OPC=addb_r8_r8_1
[----------] * addb %dil, %r8b # OPC=addb_r8_r8_1
[----------] * addb %r10b, %r10b # OPC=addb_r8_r8_1
[----------] * addb %r9b, %sil # OPC=addb_r8_r8_1
[----------] * addb %bl, %bl # OPC=addb_r8_r8_1
[----------] * addb %bl, %r15b # OPC=addb_r8_r8_1
[----------] - Starting with OPC = addb_r8_rh
[----------] Seed is 1463511742377955
[----------] * addb %dh, %bl # OPC=addb_r8_rh
[----------] * addb %bh, %al # OPC=addb_r8_rh
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * addb %bh, %al # OPC=addb_r8_rh
[----------] * addb %dh, %dl # OPC=addb_r8_rh
[----------] * addb %dh, %dl # OPC=addb_r8_rh
[----------] * addb %bh, %dl # OPC=addb_r8_rh
[----------] * addb %bh, %dl # OPC=addb_r8_rh
[----------] * addb %dh, %bl # OPC=addb_r8_rh
[----------] - Starting with OPC = addb_r8_rh_1
[----------] Seed is 1463511742379294
[----------] * addb %bh, %dl # OPC=addb_r8_rh_1
[----------] * addb %ah, %al # OPC=addb_r8_rh_1
[----------] * addb %bh, %dl # OPC=addb_r8_rh_1
[----------] * addb %ch, %dl # OPC=addb_r8_rh_1
[----------] * addb %ah, %cl # OPC=addb_r8_rh_1
[----------] * Couldn't apply transform.
[----------] * addb %ah, %al # OPC=addb_r8_rh_1
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * addb %ch, %bl # OPC=addb_r8_rh_1
[----------] - Starting with OPC = addq_rax_imm32
[----------] Seed is 1463511742380474
[----------] * addq $0xfffffff8, %rax # OPC=addq_rax_imm32
[----------] * addq $0xffff, %rax # OPC=addq_rax_imm32
[----------] * addq $0x1, %rax # OPC=addq_rax_imm32
[----------] * addq $0x80000000, %rax # OPC=addq_rax_imm32
[----------] * addq $0xe0, %rax # OPC=addq_rax_imm32
[----------] * addq $0x4, %rax # OPC=addq_rax_imm32
[----------] * addq $0xcc, %rax # OPC=addq_rax_imm32
[----------] * addq $0xffffffff, %rax # OPC=addq_rax_imm32
[----------] * addq $0x6, %rax # OPC=addq_rax_imm32
[----------] * addq $0x2, %rax # OPC=addq_rax_imm32
[----------] - Starting with OPC = addb_rh_imm8
[----------] Seed is 1463511742382341
[----------] * addb $0xfd, %ch # OPC=addb_rh_imm8
[----------] * addb $0x60, %ah # OPC=addb_rh_imm8
[----------] * addb $0xfe, %dh # OPC=addb_rh_imm8
[----------] * addb $0x5, %bh # OPC=addb_rh_imm8
[----------] * addb $0xfd, %ch # OPC=addb_rh_imm8
[----------] * addb $0x64, %dh # OPC=addb_rh_imm8
[----------] * addb $0xfe, %bh # OPC=addb_rh_imm8
[----------] * addb $0x80, %ah # OPC=addb_rh_imm8
[----------] * addb $0xc0, %ch # OPC=addb_rh_imm8
[----------] * addb $0xfd, %ch # OPC=addb_rh_imm8
[----------] - Starting with OPC = addb_rh_m8
[----------] Seed is 1463511742384102
[----------] * addb 0x5dcffffa(%rip), %dh # OPC=addb_rh_m8
[----------] * addb 0x5dcffffa(%rip), %ah # OPC=addb_rh_m8
[----------] * addb 0x5dcffffa(%rip), %ah # OPC=addb_rh_m8
[----------] * addb -0x6(%rip), %ah # OPC=addb_rh_m8
[----------] * addb 0x5dcffffa(%rip), %bh # OPC=addb_rh_m8
[----------] * addb 0xfa(%rip), %dh # OPC=addb_rh_m8
[----------] * addb -0x300005(%rip), %bh # OPC=addb_rh_m8
[----------] * addb 0xfa(%rip), %bh # OPC=addb_rh_m8
[----------] * addb -0x64(%rax,%rcx,4), %dh # OPC=addb_rh_m8
[----------] * addb -0x300005(%rip), %bh # OPC=addb_rh_m8
[----------] - Starting with OPC = addb_rh_r8
[----------] Seed is 1463511742385629
[----------] * addb %bl, %bh # OPC=addb_rh_r8
[----------] * addb %dl, %dh # OPC=addb_rh_r8
[----------] * addb %dl, %dh # OPC=addb_rh_r8
[----------] * addb %dl, %ah # OPC=addb_rh_r8
[----------] * Couldn't apply transform.
[----------] * addb %dl, %bh # OPC=addb_rh_r8
[----------] * addb %cl, %ch # OPC=addb_rh_r8
[----------] * addb %cl, %dh # OPC=addb_rh_r8
[----------] * addb %dl, %ch # OPC=addb_rh_r8
[----------] * addb %al, %ah # OPC=addb_rh_r8
[----------] - Starting with OPC = addb_rh_r8_1
[----------] Seed is 1463511742387129
[----------] * addb %dl, %bh # OPC=addb_rh_r8_1
[----------] * addb %cl, %ah # OPC=addb_rh_r8_1
[----------] * addb %dl, %bh # OPC=addb_rh_r8_1
[----------] * addb %cl, %ah # OPC=addb_rh_r8_1
[----------] * addb %al, %ah # OPC=addb_rh_r8_1
[----------] * addb %dl, %ah # OPC=addb_rh_r8_1
[----------] * addb %al, %ah # OPC=addb_rh_r8_1
[----------] * addb %dl, %ah # OPC=addb_rh_r8_1
[----------] * addb %al, %ah # OPC=addb_rh_r8_1
[----------] * addb %dl, %dh # OPC=addb_rh_r8_1
[----------] - Starting with OPC = addb_rh_rh
[----------] Seed is 1463511742389179
[----------] * addb %ch, %dh # OPC=addb_rh_rh
[----------] * addb %ah, %bh # OPC=addb_rh_rh
[----------] * addb %ah, %ah # OPC=addb_rh_rh
[----------] * addb %ch, %dh # OPC=addb_rh_rh
[----------] * addb %ah, %dh # OPC=addb_rh_rh
[----------] * addb %bh, %dh # OPC=addb_rh_rh
[----------] * addb %dh, %ah # OPC=addb_rh_rh
[----------] * addb %dh, %dh # OPC=addb_rh_rh
[----------] * addb %bh, %dh # OPC=addb_rh_rh
[----------] * addb %dh, %ch # OPC=addb_rh_rh
[----------] - Starting with OPC = addb_rh_rh_1
[----------] Seed is 1463511742390172
[----------] * addb %ah, %dh # OPC=addb_rh_rh_1
[----------] * addb %ch, %dh # OPC=addb_rh_rh_1
[----------] * addb %ch, %ah # OPC=addb_rh_rh_1
[----------] * addb %dh, %dh # OPC=addb_rh_rh_1
[----------] * addb %ah, %dh # OPC=addb_rh_rh_1
[----------] * addb %ah, %bh # OPC=addb_rh_rh_1
[----------] * addb %bh, %bh # OPC=addb_rh_rh_1
[----------] * addb %bh, %ah # OPC=addb_rh_rh_1
[----------] * addb %ch, %dh # OPC=addb_rh_rh_1
[----------] * addb %ch, %dh # OPC=addb_rh_rh_1
[----------] - Starting with OPC = addpd_xmm_m128
[----------] Seed is 1463511742391770
[----------] * addpd 0xf7(%rip), %xmm14 # OPC=addpd_xmm_m128
[----------] * addpd -0x10(,%rdx,2), %xmm11 # OPC=addpd_xmm_m128
[----------] * addpd 0xf8(%rip), %xmm3 # OPC=addpd_xmm_m128
[----------] * addpd 0x5dcffff8(%rip), %xmm1 # OPC=addpd_xmm_m128
[----------] * addpd 0x64(%rdx), %xmm6 # OPC=addpd_xmm_m128
[----------] * addpd 0xf8(%rip), %xmm1 # OPC=addpd_xmm_m128
[----------] * addpd -0x64(%rax,%rcx,4), %xmm14 # OPC=addpd_xmm_m128
[----------] * addpd -0x7(%r11d,%ebx,4), %xmm15 # OPC=addpd_xmm_m128
[----------] * addpd 0x16(%r8), %xmm4 # OPC=addpd_xmm_m128
[----------] * addpd 0xf7(%rip), %xmm11 # OPC=addpd_xmm_m128
[----------] - Starting with OPC = addpd_xmm_xmm
[----------] Seed is 1463511742393491
[----------] * addpd %xmm3, %xmm10 # OPC=addpd_xmm_xmm
[----------] * addpd %xmm12, %xmm8 # OPC=addpd_xmm_xmm
[----------] * addpd %xmm1, %xmm3 # OPC=addpd_xmm_xmm
[----------] * addpd %xmm12, %xmm11 # OPC=addpd_xmm_xmm
[----------] * addpd %xmm11, %xmm15 # OPC=addpd_xmm_xmm
[----------] * addpd %xmm12, %xmm8 # OPC=addpd_xmm_xmm
[----------] * addpd %xmm2, %xmm9 # OPC=addpd_xmm_xmm
[----------] * addpd %xmm6, %xmm9 # OPC=addpd_xmm_xmm
[----------] * addpd %xmm7, %xmm6 # OPC=addpd_xmm_xmm
[----------] * addpd %xmm5, %xmm7 # OPC=addpd_xmm_xmm
[----------] - Starting with OPC = addps_xmm_m128
[----------] Seed is 1463511742395408
[----------] * addps -0x64(%rax,%rcx,4), %xmm3 # OPC=addps_xmm_m128
[----------] * addps 0xf8(%rip), %xmm8 # OPC=addps_xmm_m128
[----------] * addps 0x16(%r8), %xmm10 # OPC=addps_xmm_m128
[----------] * addps (%r11d,%ebx,4), %xmm11 # OPC=addps_xmm_m128
[----------] * addps 0x5dcffff8(%rip), %xmm8 # OPC=addps_xmm_m128
[----------] * addps 0xf8(%rip), %xmm9 # OPC=addps_xmm_m128
[----------] * addps 0x16(%r8), %xmm9 # OPC=addps_xmm_m128
[----------] * addps -0x7(%r11d,%ebx,4), %xmm0 # OPC=addps_xmm_m128
[----------] * addps 0x16(%r8), %xmm3 # OPC=addps_xmm_m128
[----------] * addps -0x64(%rax,%rcx,4), %xmm9 # OPC=addps_xmm_m128
[----------] - Starting with OPC = addps_xmm_xmm
[----------] Seed is 1463511742397355
[----------] * addps %xmm2, %xmm14 # OPC=addps_xmm_xmm
[----------] * addps %xmm10, %xmm3 # OPC=addps_xmm_xmm
[----------] * addps %xmm10, %xmm2 # OPC=addps_xmm_xmm
[----------] * addps %xmm12, %xmm5 # OPC=addps_xmm_xmm
[----------] * addps %xmm1, %xmm5 # OPC=addps_xmm_xmm
[----------] * addps %xmm2, %xmm1 # OPC=addps_xmm_xmm
[----------] * addps %xmm7, %xmm11 # OPC=addps_xmm_xmm
[----------] * addps %xmm9, %xmm5 # OPC=addps_xmm_xmm
[----------] * addps %xmm2, %xmm2 # OPC=addps_xmm_xmm
[----------] * addps %xmm3, %xmm14 # OPC=addps_xmm_xmm
[----------] - Starting with OPC = addsd_xmm_m64
[----------] Seed is 1463511742398566
[----------] * addsd (%r11d,%ebx,1), %xmm8 # OPC=addsd_xmm_m64
[----------] * addsd 0x64(%rdx), %xmm11 # OPC=addsd_xmm_m64
[----------] * addsd (%r11d,%ebx,4), %xmm0 # OPC=addsd_xmm_m64
[----------] * addsd 0x5dcffff8(%rip), %xmm4 # OPC=addsd_xmm_m64
[----------] * addsd (%r11d,%ebx,4), %xmm6 # OPC=addsd_xmm_m64
[----------] * addsd 0x5dcffff7(%rip), %xmm8 # OPC=addsd_xmm_m64
[----------] * addsd 0x5dcffff8(%rip), %xmm7 # OPC=addsd_xmm_m64
[----------] * addsd 0xf8(%rip), %xmm1 # OPC=addsd_xmm_m64
[----------] * addsd 0xf7(%rip), %xmm11 # OPC=addsd_xmm_m64
[----------] * addsd -0x64(%rax,%rcx,4), %xmm12 # OPC=addsd_xmm_m64
[----------] - Starting with OPC = addsd_xmm_xmm
[----------] Seed is 1463511742400422
[----------] * addsd %xmm3, %xmm12 # OPC=addsd_xmm_xmm
[----------] * addsd %xmm2, %xmm11 # OPC=addsd_xmm_xmm
[----------] * addsd %xmm14, %xmm14 # OPC=addsd_xmm_xmm
[----------] * addsd %xmm12, %xmm5 # OPC=addsd_xmm_xmm
[----------] * addsd %xmm6, %xmm5 # OPC=addsd_xmm_xmm
[----------] * addsd %xmm5, %xmm8 # OPC=addsd_xmm_xmm
[----------] * addsd %xmm13, %xmm4 # OPC=addsd_xmm_xmm
[----------] * addsd %xmm6, %xmm3 # OPC=addsd_xmm_xmm
[----------] * addsd %xmm6, %xmm9 # OPC=addsd_xmm_xmm
[----------] * addsd %xmm6, %xmm2 # OPC=addsd_xmm_xmm
[----------] - Starting with OPC = addss_xmm_m32
[----------] Seed is 1463511742402192
[----------] * addss 0x5(%r11d,%ebx,1), %xmm15 # OPC=addss_xmm_m32
[----------] * addss 0xf8(%rip), %xmm5 # OPC=addss_xmm_m32
[----------] * addss -0x10(,%rdx,2), %xmm15 # OPC=addss_xmm_m32
[----------] * addss 0x5dcffff8(%rip), %xmm6 # OPC=addss_xmm_m32
[----------] * addss 0x64(%rdx), %xmm12 # OPC=addss_xmm_m32
[----------] * addss 0x5dcffff7(%rip), %xmm12 # OPC=addss_xmm_m32
[----------] * addss (%rdi,%rcx,1), %xmm0 # OPC=addss_xmm_m32
[----------] * addss -0x300007(%rip), %xmm5 # OPC=addss_xmm_m32
[----------] * addss 0x64(%rsp,%rdx,8), %xmm5 # OPC=addss_xmm_m32
[----------] * addss 0x5dcffff8(%rip), %xmm5 # OPC=addss_xmm_m32
[----------] - Starting with OPC = addss_xmm_xmm
[----------] Seed is 1463511742403983
[----------] * addss %xmm7, %xmm10 # OPC=addss_xmm_xmm
[----------] * addss %xmm5, %xmm6 # OPC=addss_xmm_xmm
[----------] * addss %xmm12, %xmm14 # OPC=addss_xmm_xmm
[----------] * addss %xmm2, %xmm3 # OPC=addss_xmm_xmm
[----------] * addss %xmm15, %xmm2 # OPC=addss_xmm_xmm
[----------] * addss %xmm9, %xmm13 # OPC=addss_xmm_xmm
[----------] * addss %xmm2, %xmm6 # OPC=addss_xmm_xmm
[----------] * addss %xmm4, %xmm9 # OPC=addss_xmm_xmm
[----------] * addss %xmm0, %xmm11 # OPC=addss_xmm_xmm
[----------] * addss %xmm6, %xmm4 # OPC=addss_xmm_xmm
[----------] - Starting with OPC = addsubpd_xmm_m128
[----------] Seed is 1463511742405625
[----------] * addsubpd 0x5dcffff7(%rip), %xmm12 # OPC=addsubpd_xmm_m128
[----------] * addsubpd 0x64(%rsp,%rdx,8), %xmm13 # OPC=addsubpd_xmm_m128
[----------] * addsubpd 0x5dcffff7(%rip), %xmm13 # OPC=addsubpd_xmm_m128
[----------] * addsubpd 0x5dcffff7(%rip), %xmm14 # OPC=addsubpd_xmm_m128
[----------] * addsubpd 0x30(%r11d), %xmm0 # OPC=addsubpd_xmm_m128
[----------] * addsubpd -0x300008(%rip), %xmm11 # OPC=addsubpd_xmm_m128
[----------] * addsubpd 0x5dcffff7(%rip), %xmm14 # OPC=addsubpd_xmm_m128
[----------] * addsubpd (%r11d), %xmm11 # OPC=addsubpd_xmm_m128
[----------] * addsubpd 0xf8(%rip), %xmm3 # OPC=addsubpd_xmm_m128
[----------] * addsubpd 0x5dcffff7(%rip), %xmm14 # OPC=addsubpd_xmm_m128
[----------] - Starting with OPC = addsubpd_xmm_xmm
[----------] Seed is 1463511742407275
[----------] * addsubpd %xmm10, %xmm7 # OPC=addsubpd_xmm_xmm
[----------] * addsubpd %xmm6, %xmm8 # OPC=addsubpd_xmm_xmm
[----------] * addsubpd %xmm12, %xmm0 # OPC=addsubpd_xmm_xmm
[----------] * addsubpd %xmm12, %xmm2 # OPC=addsubpd_xmm_xmm
[----------] * addsubpd %xmm3, %xmm11 # OPC=addsubpd_xmm_xmm
[----------] * addsubpd %xmm15, %xmm3 # OPC=addsubpd_xmm_xmm
[----------] * addsubpd %xmm5, %xmm2 # OPC=addsubpd_xmm_xmm
[----------] * addsubpd %xmm7, %xmm8 # OPC=addsubpd_xmm_xmm
[----------] * addsubpd %xmm3, %xmm13 # OPC=addsubpd_xmm_xmm
[----------] * addsubpd %xmm14, %xmm13 # OPC=addsubpd_xmm_xmm
[----------] - Starting with OPC = addsubps_xmm_m128
[----------] Seed is 1463511742408915
[----------] * addsubps 0x5dcffff8(%rip), %xmm6 # OPC=addsubps_xmm_m128
[----------] * addsubps 0xf7(%rip), %xmm13 # OPC=addsubps_xmm_m128
[----------] * addsubps (%r11d,%ebx,4), %xmm2 # OPC=addsubps_xmm_m128
[----------] * addsubps 0x5dcffff8(%rip), %xmm4 # OPC=addsubps_xmm_m128
[----------] * addsubps (%rax), %xmm3 # OPC=addsubps_xmm_m128
[----------] * addsubps -0x10(,%rdx,2), %xmm9 # OPC=addsubps_xmm_m128
[----------] * addsubps 0x64(%rsp,%rdx,8), %xmm6 # OPC=addsubps_xmm_m128
[----------] * addsubps 0xf8(%rip), %xmm4 # OPC=addsubps_xmm_m128
[----------] * addsubps (%rdi,%rcx,1), %xmm13 # OPC=addsubps_xmm_m128
[----------] * addsubps 0x5dcffff7(%rip), %xmm9 # OPC=addsubps_xmm_m128
[----------] - Starting with OPC = addsubps_xmm_xmm
[----------] Seed is 1463511742410217
[----------] * addsubps %xmm7, %xmm8 # OPC=addsubps_xmm_xmm
[----------] * addsubps %xmm10, %xmm3 # OPC=addsubps_xmm_xmm
[----------] * addsubps %xmm5, %xmm2 # OPC=addsubps_xmm_xmm
[----------] * addsubps %xmm10, %xmm10 # OPC=addsubps_xmm_xmm
[----------] * addsubps %xmm11, %xmm13 # OPC=addsubps_xmm_xmm
[----------] * addsubps %xmm3, %xmm11 # OPC=addsubps_xmm_xmm
[----------] * addsubps %xmm3, %xmm15 # OPC=addsubps_xmm_xmm
[----------] * addsubps %xmm14, %xmm3 # OPC=addsubps_xmm_xmm
[----------] * addsubps %xmm11, %xmm2 # OPC=addsubps_xmm_xmm
[----------] * addsubps %xmm15, %xmm5 # OPC=addsubps_xmm_xmm
[----------] - Starting with OPC = aesdec_xmm_m128
[----------] Seed is 1463511742411842
[----------] * aesdec (%r11d,%ebx,4), %xmm6 # OPC=aesdec_xmm_m128
[----------] * aesdec 0x7ffffff7(%rip), %xmm6 # OPC=aesdec_xmm_m128
[----------] * aesdec 0x5dcffff7(%rip), %xmm5 # OPC=aesdec_xmm_m128
[----------] * aesdec 0x5dcffff7(%rip), %xmm7 # OPC=aesdec_xmm_m128
[----------] * aesdec 0x7ffffff6(%rip), %xmm9 # OPC=aesdec_xmm_m128
[----------] * aesdec 0x5dcffff7(%rip), %xmm2 # OPC=aesdec_xmm_m128
[----------] * aesdec (%r11d,%ebx,4), %xmm7 # OPC=aesdec_xmm_m128
[----------] * aesdec -0x9(%rip), %xmm2 # OPC=aesdec_xmm_m128
[----------] * aesdec 0x5dcffff7(%rip), %xmm5 # OPC=aesdec_xmm_m128
[----------] * aesdec 0x5dcffff7(%rip), %xmm2 # OPC=aesdec_xmm_m128
[----------] - Starting with OPC = aesdec_xmm_xmm
[----------] Seed is 1463511742413991
[----------] * aesdec %xmm9, %xmm6 # OPC=aesdec_xmm_xmm
[----------] * aesdec %xmm5, %xmm10 # OPC=aesdec_xmm_xmm
[----------] * aesdec %xmm2, %xmm8 # OPC=aesdec_xmm_xmm
[----------] * aesdec %xmm9, %xmm1 # OPC=aesdec_xmm_xmm
[----------] * aesdec %xmm14, %xmm12 # OPC=aesdec_xmm_xmm
[----------] * aesdec %xmm14, %xmm2 # OPC=aesdec_xmm_xmm
[----------] * aesdec %xmm12, %xmm3 # OPC=aesdec_xmm_xmm
[----------] * aesdec %xmm12, %xmm7 # OPC=aesdec_xmm_xmm
[----------] * aesdec %xmm0, %xmm12 # OPC=aesdec_xmm_xmm
[----------] * aesdec %xmm8, %xmm7 # OPC=aesdec_xmm_xmm
[----------] - Starting with OPC = aesdeclast_xmm_m128
[----------] Seed is 1463511742415650
[----------] * aesdeclast 0x5dcffff6(%rip), %xmm11 # OPC=aesdeclast_xmm_m128
[----------] * aesdeclast (%r11d,%ebx,4), %xmm8 # OPC=aesdeclast_xmm_m128
[----------] * aesdeclast 0x5dcffff6(%rip), %xmm12 # OPC=aesdeclast_xmm_m128
[----------] * aesdeclast (%r11d,%ebx,4), %xmm11 # OPC=aesdeclast_xmm_m128
[----------] * aesdeclast -0x300008(%rip), %xmm6 # OPC=aesdeclast_xmm_m128
[----------] * aesdeclast 0x5(%r11d,%ebx,1), %xmm9 # OPC=aesdeclast_xmm_m128
[----------] * aesdeclast 0x64(%rdx), %xmm14 # OPC=aesdeclast_xmm_m128
[----------] * aesdeclast 0xf7(%rip), %xmm0 # OPC=aesdeclast_xmm_m128
[----------] * aesdeclast (%r11d,%ebx,1), %xmm10 # OPC=aesdeclast_xmm_m128
[----------] * aesdeclast 0xf7(%rip), %xmm2 # OPC=aesdeclast_xmm_m128
[----------] - Starting with OPC = aesdeclast_xmm_xmm
[----------] Seed is 1463511742417322
[----------] * aesdeclast %xmm9, %xmm15 # OPC=aesdeclast_xmm_xmm
[----------] * aesdeclast %xmm6, %xmm14 # OPC=aesdeclast_xmm_xmm
[----------] * aesdeclast %xmm2, %xmm7 # OPC=aesdeclast_xmm_xmm
[----------] * aesdeclast %xmm10, %xmm7 # OPC=aesdeclast_xmm_xmm
[----------] * aesdeclast %xmm10, %xmm5 # OPC=aesdeclast_xmm_xmm
[----------] * aesdeclast %xmm11, %xmm3 # OPC=aesdeclast_xmm_xmm
[----------] * aesdeclast %xmm8, %xmm13 # OPC=aesdeclast_xmm_xmm
[----------] * aesdeclast %xmm6, %xmm8 # OPC=aesdeclast_xmm_xmm
[----------] * aesdeclast %xmm4, %xmm7 # OPC=aesdeclast_xmm_xmm
[----------] * aesdeclast %xmm12, %xmm9 # OPC=aesdeclast_xmm_xmm
[----------] - Starting with OPC = aesenc_xmm_m128
[----------] Seed is 1463511742418523
[----------] * aesenc 0xf6(%rip), %xmm14 # OPC=aesenc_xmm_m128
[----------] * aesenc 0xf7(%rip), %xmm5 # OPC=aesenc_xmm_m128
[----------] * aesenc 0x5dcffff6(%rip), %xmm14 # OPC=aesenc_xmm_m128
[----------] * aesenc 0x5dcffff7(%rip), %xmm0 # OPC=aesenc_xmm_m128
[----------] * aesenc 0x64(%rdx), %xmm5 # OPC=aesenc_xmm_m128
[----------] * aesenc 0x5dcffff7(%rip), %xmm7 # OPC=aesenc_xmm_m128
[----------] * aesenc 0x5dcffff7(%rip), %xmm4 # OPC=aesenc_xmm_m128
[----------] * aesenc 0xf6(%rip), %xmm13 # OPC=aesenc_xmm_m128
[----------] * aesenc 0x5dcffff6(%rip), %xmm13 # OPC=aesenc_xmm_m128
[----------] * aesenc 0x5dcffff7(%rip), %xmm4 # OPC=aesenc_xmm_m128
[----------] - Starting with OPC = aesenc_xmm_xmm
[----------] Seed is 1463511742420245
[----------] * aesenc %xmm12, %xmm11 # OPC=aesenc_xmm_xmm
[----------] * aesenc %xmm14, %xmm10 # OPC=aesenc_xmm_xmm
[----------] * aesenc %xmm5, %xmm1 # OPC=aesenc_xmm_xmm
[----------] * aesenc %xmm15, %xmm0 # OPC=aesenc_xmm_xmm
[----------] * aesenc %xmm7, %xmm0 # OPC=aesenc_xmm_xmm
[----------] * aesenc %xmm12, %xmm10 # OPC=aesenc_xmm_xmm
[----------] * aesenc %xmm1, %xmm13 # OPC=aesenc_xmm_xmm
[----------] * aesenc %xmm13, %xmm1 # OPC=aesenc_xmm_xmm
[----------] * aesenc %xmm10, %xmm2 # OPC=aesenc_xmm_xmm
[----------] * aesenc %xmm11, %xmm1 # OPC=aesenc_xmm_xmm
[----------] - Starting with OPC = aesenclast_xmm_m128
[----------] Seed is 1463511742422264
[----------] * aesenclast 0xf7(%rip), %xmm7 # OPC=aesenclast_xmm_m128
[----------] * aesenclast 0xf7(%rip), %xmm0 # OPC=aesenclast_xmm_m128
[----------] * aesenclast (%r11d,%ebx,1), %xmm0 # OPC=aesenclast_xmm_m128
[----------] * aesenclast 0x16(%r8), %xmm12 # OPC=aesenclast_xmm_m128
[----------] * aesenclast (%rax), %xmm15 # OPC=aesenclast_xmm_m128
[----------] * aesenclast 0xf6(%rip), %xmm13 # OPC=aesenclast_xmm_m128
[----------] * aesenclast -0x7(%r11d,%ebx,4), %xmm9 # OPC=aesenclast_xmm_m128
[----------] * aesenclast 0x16(%r8), %xmm8 # OPC=aesenclast_xmm_m128
[----------] * aesenclast (%r11d,%ebx,4), %xmm6 # OPC=aesenclast_xmm_m128
[----------] * aesenclast 0x5dcffff6(%rip), %xmm11 # OPC=aesenclast_xmm_m128
[----------] - Starting with OPC = aesenclast_xmm_xmm
[----------] Seed is 1463511742424245
[----------] * aesenclast %xmm11, %xmm9 # OPC=aesenclast_xmm_xmm
[----------] * aesenclast %xmm10, %xmm13 # OPC=aesenclast_xmm_xmm
[----------] * aesenclast %xmm2, %xmm13 # OPC=aesenclast_xmm_xmm
[----------] * aesenclast %xmm13, %xmm14 # OPC=aesenclast_xmm_xmm
[----------] * aesenclast %xmm13, %xmm10 # OPC=aesenclast_xmm_xmm
[----------] * aesenclast %xmm11, %xmm6 # OPC=aesenclast_xmm_xmm
[----------] * aesenclast %xmm7, %xmm8 # OPC=aesenclast_xmm_xmm
[----------] * aesenclast %xmm6, %xmm5 # OPC=aesenclast_xmm_xmm
[----------] * aesenclast %xmm9, %xmm13 # OPC=aesenclast_xmm_xmm
[----------] * aesenclast %xmm0, %xmm1 # OPC=aesenclast_xmm_xmm
[----------] - Starting with OPC = aesimc_xmm_m128
[----------] Seed is 1463511742425634
[----------] * aesimc 0xf6(%rip), %xmm13 # OPC=aesimc_xmm_m128
[----------] * aesimc 0xf7(%rip), %xmm2 # OPC=aesimc_xmm_m128
[----------] * aesimc 0x7ffffff7(%rip), %xmm0 # OPC=aesimc_xmm_m128
[----------] * aesimc (%rax), %xmm4 # OPC=aesimc_xmm_m128
[----------] * aesimc (%r11d), %xmm3 # OPC=aesimc_xmm_m128
[----------] * aesimc 0x64(%rsp,%rdx,8), %xmm2 # OPC=aesimc_xmm_m128
[----------] * aesimc -0x64(%rax,%rcx,4), %xmm10 # OPC=aesimc_xmm_m128
[----------] * aesimc 0xf6(%rip), %xmm9 # OPC=aesimc_xmm_m128
[----------] * aesimc 0xf7(%rip), %xmm3 # OPC=aesimc_xmm_m128
[----------] * aesimc 0xf7(%rip), %xmm2 # OPC=aesimc_xmm_m128
[----------] - Starting with OPC = aesimc_xmm_xmm
[----------] Seed is 1463511742427441
[----------] * aesimc %xmm6, %xmm9 # OPC=aesimc_xmm_xmm
[----------] * aesimc %xmm6, %xmm11 # OPC=aesimc_xmm_xmm
[----------] * aesimc %xmm1, %xmm14 # OPC=aesimc_xmm_xmm
[----------] * aesimc %xmm5, %xmm7 # OPC=aesimc_xmm_xmm
[----------] * aesimc %xmm12, %xmm1 # OPC=aesimc_xmm_xmm
[----------] * aesimc %xmm0, %xmm11 # OPC=aesimc_xmm_xmm
[----------] * aesimc %xmm2, %xmm14 # OPC=aesimc_xmm_xmm
[----------] * aesimc %xmm0, %xmm11 # OPC=aesimc_xmm_xmm
[----------] * aesimc %xmm3, %xmm14 # OPC=aesimc_xmm_xmm
[----------] * aesimc %xmm5, %xmm2 # OPC=aesimc_xmm_xmm
[----------] - Starting with OPC = aeskeygenassist_xmm_m128_imm8
[----------] Seed is 1463511742429174
[----------] * aeskeygenassist $0x30, -0xa(%rip), %xmm2 # OPC=aeskeygenassist_xmm_m128_imm8
[----------] * aeskeygenassist $0x4, 0x5dcffff6(%rip), %xmm6 # OPC=aeskeygenassist_xmm_m128_imm8
[----------] * aeskeygenassist $0x64, 0x5dcffff6(%rip), %xmm2 # OPC=aeskeygenassist_xmm_m128_imm8
[----------] * aeskeygenassist $0xfe, 0x7ffffff5(%rip), %xmm9 # OPC=aeskeygenassist_xmm_m128_imm8
[----------] * aeskeygenassist $0x6, 0xf6(%rip), %xmm5 # OPC=aeskeygenassist_xmm_m128_imm8
[----------] * aeskeygenassist $0x8, -0x7(%r11d,%ebx,4), %xmm10 # OPC=aeskeygenassist_xmm_m128_imm8
[----------] * aeskeygenassist $0xfe, (%r11d,%ebx,4), %xmm0 # OPC=aeskeygenassist_xmm_m128_imm8
[----------] * aeskeygenassist $0x8, 0x30(%r11d), %xmm6 # OPC=aeskeygenassist_xmm_m128_imm8
[----------] * aeskeygenassist $0x0, 0xf5(%rip), %xmm11 # OPC=aeskeygenassist_xmm_m128_imm8
[----------] * aeskeygenassist $0xff, 0x16(%r8), %xmm3 # OPC=aeskeygenassist_xmm_m128_imm8
[----------] - Starting with OPC = aeskeygenassist_xmm_xmm_imm8
[----------] Seed is 1463511742430794
[----------] * aeskeygenassist $0x80, %xmm12, %xmm11 # OPC=aeskeygenassist_xmm_xmm_imm8
[----------] * aeskeygenassist $0xff, %xmm2, %xmm12 # OPC=aeskeygenassist_xmm_xmm_imm8
[----------] * aeskeygenassist $0xde, %xmm5, %xmm15 # OPC=aeskeygenassist_xmm_xmm_imm8
[----------] * aeskeygenassist $0xe0, %xmm10, %xmm7 # OPC=aeskeygenassist_xmm_xmm_imm8
[----------] * aeskeygenassist $0xf8, %xmm13, %xmm3 # OPC=aeskeygenassist_xmm_xmm_imm8
[----------] * aeskeygenassist $0xde, %xmm7, %xmm2 # OPC=aeskeygenassist_xmm_xmm_imm8
[----------] * aeskeygenassist $0xd0, %xmm11, %xmm1 # OPC=aeskeygenassist_xmm_xmm_imm8
[----------] * aeskeygenassist $0x4, %xmm1, %xmm3 # OPC=aeskeygenassist_xmm_xmm_imm8
[----------] * aeskeygenassist $0xff, %xmm1, %xmm0 # OPC=aeskeygenassist_xmm_xmm_imm8
[----------] * aeskeygenassist $0x10, %xmm13, %xmm9 # OPC=aeskeygenassist_xmm_xmm_imm8
[----------] - Starting with OPC = andb_al_imm8
[----------] Seed is 1463511742432440
[----------] * andb $0xfe, %al # OPC=andb_al_imm8
[----------] * andb $0x4, %al # OPC=andb_al_imm8
[----------] * andb $0x7f, %al # OPC=andb_al_imm8
[----------] * andb $0x1, %al # OPC=andb_al_imm8
[----------] * andb $0xfe, %al # OPC=andb_al_imm8
[----------] * andb $0x60, %al # OPC=andb_al_imm8
[----------] * andb $0x80, %al # OPC=andb_al_imm8
[----------] * andb $0xff, %al # OPC=andb_al_imm8
[----------] * andb $0xff, %al # OPC=andb_al_imm8
[----------] * andb $0xfd, %al # OPC=andb_al_imm8
[----------] - Starting with OPC = andw_ax_imm16
[----------] Seed is 1463511742434479
[----------] * andw $0x7, %ax # OPC=andw_ax_imm16
[----------] * andw $0x40, %ax # OPC=andw_ax_imm16
[----------] * andw $0x404, %ax # OPC=andw_ax_imm16
[----------] * andw $0x0, %ax # OPC=andw_ax_imm16
[----------] * andw $0xfff9, %ax # OPC=andw_ax_imm16
[----------] * andw $0x0, %ax # OPC=andw_ax_imm16
[----------] * andw $0x0, %ax # OPC=andw_ax_imm16
[----------] * andw $0xcafe, %ax # OPC=andw_ax_imm16
[----------] * andw $0xffff, %ax # OPC=andw_ax_imm16
[----------] * andw $0x101, %ax # OPC=andw_ax_imm16
[----------] - Starting with OPC = andl_eax_imm32
[----------] Seed is 1463511742436316
[----------] * andl $0x10, %eax # OPC=andl_eax_imm32
[----------] * andl $0x2, %eax # OPC=andl_eax_imm32
[----------] * andl $0xf0, %eax # OPC=andl_eax_imm32
[----------] * andl $0xffffffff, %eax # OPC=andl_eax_imm32
[----------] * andl $0x10101010, %eax # OPC=andl_eax_imm32
[----------] * andl $0x80, %eax # OPC=andl_eax_imm32
[----------] * andl $0x80000000, %eax # OPC=andl_eax_imm32
[----------] * andl $0x10101010, %eax # OPC=andl_eax_imm32
[----------] * andl $0x2, %eax # OPC=andl_eax_imm32
[----------] * andl $0x10101010, %eax # OPC=andl_eax_imm32
[----------] - Starting with OPC = andw_m16_imm16
[----------] Seed is 1463511742437781
[----------] * andw $0xf0, 0xf7(%rip) # OPC=andw_m16_imm16
[----------] * andw $0xff, -0x64(%rax,%rcx,4) # OPC=andw_m16_imm16
[----------] * andw $0xc0, 0x5dcffff7(%rip) # OPC=andw_m16_imm16
[----------] * andw $0xfffb, (%rax) # OPC=andw_m16_imm16
[----------] * andw $0xffff, 0x5dcffff7(%rip) # OPC=andw_m16_imm16
[----------] * andw $0x80, 0x5dcffff7(%rip) # OPC=andw_m16_imm16
[----------] * andw $0xffff, (%rdi,%rcx,1) # OPC=andw_m16_imm16
[----------] * andw $0x8080, 0xf7(%rip) # OPC=andw_m16_imm16
[----------] * andw $0x10, 0xf7(%rip) # OPC=andw_m16_imm16
[----------] * andw $0xfd, 0xf7(%rip) # OPC=andw_m16_imm16
[----------] - Starting with OPC = andw_m16_imm8
[----------] Seed is 1463511742439382
[----------] * andw $0xc0, 0x5dcffff8(%rip) # OPC=andw_m16_imm8
[----------] * andw $0xff, (%rdi,%rcx,1) # OPC=andw_m16_imm8
[----------] * andw $0x7f, -0x64(%rax,%rcx,4) # OPC=andw_m16_imm8
[----------] * andw $0xff, (%r11d) # OPC=andw_m16_imm8
[----------] * andw $0x7f, 0x5dcffff8(%rip) # OPC=andw_m16_imm8
[----------] * andw $0x4, -0x10(,%rdx,2) # OPC=andw_m16_imm8
[----------] * andw $0xfe, 0x5dcffff8(%rip) # OPC=andw_m16_imm8
[----------] * andw $0x0, 0xf8(%rip) # OPC=andw_m16_imm8
[----------] * andw $0xfe, 0x5(%r11d,%ebx,1) # OPC=andw_m16_imm8
[----------] * andw $0x80, 0xf8(%rip) # OPC=andw_m16_imm8
[----------] - Starting with OPC = andw_m16_r16
[----------] Seed is 1463511742441041
[----------] * andw %r14w, 0x5(%r11d,%ebx,1) # OPC=andw_m16_r16
[----------] * andw %r15w, 0x30(%r11d) # OPC=andw_m16_r16
[----------] * andw %r13w, (%r11d,%ebx,1) # OPC=andw_m16_r16
[----------] * andw %r11w, 0x5dcffff8(%rip) # OPC=andw_m16_r16
[----------] * andw %r11w, -0x8(%rip) # OPC=andw_m16_r16
[----------] * andw %r14w, -0x10(,%rdx,2) # OPC=andw_m16_r16
[----------] * andw %r8w, (%rdi,%rcx,1) # OPC=andw_m16_r16
[----------] * andw %r11w, 0xf8(%rip) # OPC=andw_m16_r16
[----------] * andw %bp, (%rdi,%rcx,1) # OPC=andw_m16_r16
[----------] * andw %r8w, 0x5dcffff8(%rip) # OPC=andw_m16_r16
[----------] - Starting with OPC = andl_m32_imm32
[----------] Seed is 1463511742442537
[----------] * andl $0x1010101, 0xf6(%rip) # OPC=andl_m32_imm32
[----------] * andl $0x10, 0x5dcffff6(%rip) # OPC=andl_m32_imm32
[----------] * andl $0x4040404, -0x10(,%rdx,2) # OPC=andl_m32_imm32
[----------] * andl $0xc0decafe, 0x5dcffff6(%rip) # OPC=andl_m32_imm32
[----------] * andl $0x3, -0x7(%r11d,%ebx,4) # OPC=andl_m32_imm32
[----------] * andl $0x0, 0xf6(%rip) # OPC=andl_m32_imm32
[----------] * andl $0xffffffe0, (%r11d,%ebx,4) # OPC=andl_m32_imm32
[----------] * andl $0x64, 0x5(%r11d,%ebx,1) # OPC=andl_m32_imm32
[----------] * andl $0xfe, 0x5dcffff6(%rip) # OPC=andl_m32_imm32
[----------] * andl $0xfffffffe, 0xf6(%rip) # OPC=andl_m32_imm32
[----------] - Starting with OPC = andl_m32_imm8
[----------] Seed is 1463511742444797
[----------] * andl $0x2, 0x30(%r11d) # OPC=andl_m32_imm8
[----------] * andl $0x1, -0x7(%rip) # OPC=andl_m32_imm8
[----------] * andl $0xfd, (%r11d,%ebx,1) # OPC=andl_m32_imm8
[----------] * andl $0xfc, 0x5dcffff9(%rip) # OPC=andl_m32_imm8
[----------] * andl $0x80, 0x5dcffff9(%rip) # OPC=andl_m32_imm8
[----------] * andl $0x3, 0x5dcffff9(%rip) # OPC=andl_m32_imm8
[----------] * andl $0x0, 0x5dcffff9(%rip) # OPC=andl_m32_imm8
[----------] * andl $0x80, 0x5dcffff9(%rip) # OPC=andl_m32_imm8
[----------] * andl $0x10, 0x5(%r11d,%ebx,1) # OPC=andl_m32_imm8
[----------] * andl $0xfe, -0x7(%r11d,%ebx,4) # OPC=andl_m32_imm8
[----------] - Starting with OPC = andl_m32_r32
[----------] Seed is 1463511742445921
[----------] * andl %r12d, 0x16(%r8) # OPC=andl_m32_r32
[----------] * andl %eax, 0x64(%rdx) # OPC=andl_m32_r32
[----------] * andl %ebx, 0xfa(%rip) # OPC=andl_m32_r32
[----------] * andl %ebx, (%r11d,%ebx,1) # OPC=andl_m32_r32
[----------] * andl %ecx, 0x30(%r11d) # OPC=andl_m32_r32
[----------] * andl %r11d, 0x5dcffff9(%rip) # OPC=andl_m32_r32
[----------] * andl %r15d, 0x5dcffff9(%rip) # OPC=andl_m32_r32
[----------] * andl %edx, 0xfa(%rip) # OPC=andl_m32_r32
[----------] * andl %esi, 0xfa(%rip) # OPC=andl_m32_r32
[----------] * andl %r14d, 0x5dcffff9(%rip) # OPC=andl_m32_r32
[----------] - Starting with OPC = andq_m64_imm32
[----------] Seed is 1463511742447571
[----------] * andq $0x1, 0xf5(%rip) # OPC=andq_m64_imm32
[----------] * andq $0xfffffff9, 0x5dcffff5(%rip) # OPC=andq_m64_imm32
[----------] * andq $0x30, 0x5dcffff5(%rip) # OPC=andq_m64_imm32
[----------] * andq $0xfe, 0xf5(%rip) # OPC=andq_m64_imm32
[----------] * andq $0x7fff, 0x5dcffff5(%rip) # OPC=andq_m64_imm32
[----------] * andq $0xff, 0x5dcffff5(%rip) # OPC=andq_m64_imm32
[----------] * andq $0xfffffffe, 0x5dcffff5(%rip) # OPC=andq_m64_imm32
[----------] * andq $0xfffffff9, 0x5(%r11d,%ebx,1) # OPC=andq_m64_imm32
[----------] * andq $0x4040404, (%rax) # OPC=andq_m64_imm32
[----------] * andq $0xc0decafe, 0x5dcffff5(%rip) # OPC=andq_m64_imm32
[----------] - Starting with OPC = andq_m64_imm8
[----------] Seed is 1463511742449224
[----------] * andq $0x4, (%rax) # OPC=andq_m64_imm8
[----------] * andq $0x88, 0x5dcffff8(%rip) # OPC=andq_m64_imm8
[----------] * andq $0xfe, 0x5dcffff8(%rip) # OPC=andq_m64_imm8
[----------] * andq $0x44, -0x8(%rip) # OPC=andq_m64_imm8
[----------] * andq $0xfd, (%r11d,%ebx,1) # OPC=andq_m64_imm8
[----------] * andq $0x5, 0xf8(%rip) # OPC=andq_m64_imm8
[----------] * andq $0xfd, 0xf8(%rip) # OPC=andq_m64_imm8
[----------] * andq $0xfb, (%r11d,%ebx,4) # OPC=andq_m64_imm8
[----------] * andq $0x88, 0x5dcffff8(%rip) # OPC=andq_m64_imm8
[----------] * andq $0x1, (%rax) # OPC=andq_m64_imm8
[----------] - Starting with OPC = andq_m64_r64
[----------] Seed is 1463511742451068
[----------] * andq %rbx, -0x10(,%rdx,2) # OPC=andq_m64_r64
[----------] * andq %rax, 0xf9(%rip) # OPC=andq_m64_r64
[----------] * andq %r12, 0xf9(%rip) # OPC=andq_m64_r64
[----------] * andq %rdi, 0x30(%r11d) # OPC=andq_m64_r64
[----------] * andq %rbp, 0xf9(%rip) # OPC=andq_m64_r64
[----------] * andq %rdi, 0xf9(%rip) # OPC=andq_m64_r64
[----------] * andq %rdi, (%r11d) # OPC=andq_m64_r64
[----------] * andq %r11, 0xf9(%rip) # OPC=andq_m64_r64
[----------] * andq %r11, 0xf9(%rip) # OPC=andq_m64_r64
[----------] * andq %r14, 0x5dcffff9(%rip) # OPC=andq_m64_r64
[----------] - Starting with OPC = andb_m8_imm8
[----------] Seed is 1463511742452883
[----------] * andb $0x3, (%rax) # OPC=andb_m8_imm8
[----------] * andb $0xf0, (%r11d) # OPC=andb_m8_imm8
[----------] * andb $0xfc, 0x64(%rsp,%rdx,8) # OPC=andb_m8_imm8
[----------] * andb $0x80, 0x64(%rdx) # OPC=andb_m8_imm8
[----------] * andb $0x70, 0x5(%r11d,%ebx,1) # OPC=andb_m8_imm8
[----------] * andb $0xff, 0xf9(%rip) # OPC=andb_m8_imm8
[----------] * andb $0x22, -0x7(%rip) # OPC=andb_m8_imm8
[----------] * andb $0x64, -0x300006(%rip) # OPC=andb_m8_imm8
[----------] * andb $0xf9, (%rdi,%rcx,1) # OPC=andb_m8_imm8
[----------] * andb $0x4, 0x5dcffff9(%rip) # OPC=andb_m8_imm8
[----------] - Starting with OPC = andb_m8_r8
[----------] Seed is 1463511742454540
[----------] * andb %r11b, 0x5dcffff9(%rip) # OPC=andb_m8_r8
[----------] * andb %bpl, 0x5dcffff9(%rip) # OPC=andb_m8_r8
[----------] * andb %dil, (%r11d,%ebx,4) # OPC=andb_m8_r8
[----------] * andb %sil, -0x10(,%rdx,2) # OPC=andb_m8_r8
[----------] * andb %r13b, 0x5dcffff9(%rip) # OPC=andb_m8_r8
[----------] * andb %bpl, -0x64(%rax,%rcx,4) # OPC=andb_m8_r8
[----------] * andb %bpl, (%r11d) # OPC=andb_m8_r8
[----------] * andb %dl, 0x5dcffffa(%rip) # OPC=andb_m8_r8
[----------] * andb %r14b, 0xf9(%rip) # OPC=andb_m8_r8
[----------] * andb %dl, 0xfa(%rip) # OPC=andb_m8_r8
[----------] - Starting with OPC = andb_m8_rh
[----------] Seed is 1463511742456340
[----------] * andb %ch, -0x6(%rip) # OPC=andb_m8_rh
[----------] * andb %bh, 0xfa(%rip) # OPC=andb_m8_rh
[----------] * andb %dh, 0xfa(%rip) # OPC=andb_m8_rh
[----------] * andb %bh, -0x300005(%rip) # OPC=andb_m8_rh
[----------] * andb %dh, 0x5dcffffa(%rip) # OPC=andb_m8_rh
[----------] * andb %ah, 0x7ffffffa(%rip) # OPC=andb_m8_rh
[----------] * andb %dh, (%rdi,%rcx,1) # OPC=andb_m8_rh
[----------] * andb %dh, 0xfa(%rip) # OPC=andb_m8_rh
[----------] * andb %ch, 0x5dcffffa(%rip) # OPC=andb_m8_rh
[----------] * andb %ah, 0xfa(%rip) # OPC=andb_m8_rh
[----------] - Starting with OPC = andw_r16_imm16
[----------] Seed is 1463511742457840
[----------] * andw $0xfc, %di # OPC=andw_r16_imm16
[----------] * andw $0x0, %r13w # OPC=andw_r16_imm16
[----------] * andw $0x70, %r13w # OPC=andw_r16_imm16
[----------] * andw $0x6, %r9w # OPC=andw_r16_imm16
[----------] * andw $0xfe, %r10w # OPC=andw_r16_imm16
[----------] * andw $0xd0, %si # OPC=andw_r16_imm16
[----------] * andw $0xfc, %r10w # OPC=andw_r16_imm16
[----------] * andw $0x404, %r14w # OPC=andw_r16_imm16
[----------] * andw $0x0, %r11w # OPC=andw_r16_imm16
[----------] * andw $0xffff, %ax # OPC=andw_r16_imm16
[----------] - Starting with OPC = andw_r16_imm8
[----------] Seed is 1463511742459631
[----------] * andw $0xf8, %dx # OPC=andw_r16_imm8
[----------] * andw $0xff, %bp # OPC=andw_r16_imm8
[----------] * andw $0xde, %r15w # OPC=andw_r16_imm8
[----------] * andw $0x5, %ax # OPC=andw_r16_imm8
[----------] * andw $0xff, %si # OPC=andw_r16_imm8
[----------] * andw $0x4, %cx # OPC=andw_r16_imm8
[----------] * andw $0xff, %r13w # OPC=andw_r16_imm8
[----------] * andw $0xcc, %ax # OPC=andw_r16_imm8
[----------] * andw $0xfb, %bp # OPC=andw_r16_imm8
[----------] * andw $0x0, %cx # OPC=andw_r16_imm8
[----------] - Starting with OPC = andw_r16_m16
[----------] Seed is 1463511742461394
[----------] * andw 0x7ffffff8(%rip), %r12w # OPC=andw_r16_m16
[----------] * andw (%rdi,%rcx,1), %r8w # OPC=andw_r16_m16
[----------] * andw -0x7(%rip), %cx # OPC=andw_r16_m16
[----------] * andw 0x7ffffff8(%rip), %r9w # OPC=andw_r16_m16
[----------] * andw 0x5dcffff9(%rip), %si # OPC=andw_r16_m16
[----------] * andw 0x30(%r11d), %cx # OPC=andw_r16_m16
[----------] * andw 0x5dcffff9(%rip), %bp # OPC=andw_r16_m16
[----------] * andw (%rdi,%rcx,1), %r11w # OPC=andw_r16_m16
[----------] * andw 0xf9(%rip), %bp # OPC=andw_r16_m16
[----------] * andw 0xf8(%rip), %r12w # OPC=andw_r16_m16
[----------] - Starting with OPC = andw_r16_r16
[----------] Seed is 1463511742463230
[----------] * andw %r13w, %r10w # OPC=andw_r16_r16
[----------] * andw %r10w, %cx # OPC=andw_r16_r16
[----------] * andw %r15w, %r12w # OPC=andw_r16_r16
[----------] * andw %bx, %r12w # OPC=andw_r16_r16
[----------] * andw %r12w, %ax # OPC=andw_r16_r16
[----------] * andw %ax, %r10w # OPC=andw_r16_r16
[----------] * andw %dx, %r10w # OPC=andw_r16_r16
[----------] * andw %bp, %r11w # OPC=andw_r16_r16
[----------] * andw %r14w, %r9w # OPC=andw_r16_r16
[----------] * andw %di, %dx # OPC=andw_r16_r16
[----------] - Starting with OPC = andw_r16_r16_1
[----------] Seed is 1463511742464885
[----------] * andw %r14w, %r11w # OPC=andw_r16_r16_1
[----------] * andw %r12w, %ax # OPC=andw_r16_r16_1
[----------] * andw %r8w, %dx # OPC=andw_r16_r16_1
[----------] * andw %dx, %r15w # OPC=andw_r16_r16_1
[----------] * andw %r9w, %di # OPC=andw_r16_r16_1
[----------] * andw %sp, %dx # OPC=andw_r16_r16_1
[----------] * andw %r14w, %bp # OPC=andw_r16_r16_1
[----------] * andw %r11w, %bp # OPC=andw_r16_r16_1
[----------] * andw %bx, %sp # OPC=andw_r16_r16_1
[----------] * andw %ax, %r11w # OPC=andw_r16_r16_1
[----------] - Starting with OPC = andl_r32_imm32
[----------] Seed is 1463511742466437
[----------] * andl $0x4, %edi # OPC=andl_r32_imm32
[----------] * andl $0xfffffffb, %r11d # OPC=andl_r32_imm32
[----------] * andl $0xfd, %r15d # OPC=andl_r32_imm32
[----------] * andl $0xfffffffd, %edx # OPC=andl_r32_imm32
[----------] * andl $0x0, %r13d # OPC=andl_r32_imm32
[----------] * andl $0x80808080, %ebx # OPC=andl_r32_imm32
[----------] * andl $0xfffffffc, %r12d # OPC=andl_r32_imm32
[----------] * andl $0x40, %edi # OPC=andl_r32_imm32
[----------] * andl $0xfffffffb, %esi # OPC=andl_r32_imm32
[----------] * andl $0xffffffc0, %eax # OPC=andl_r32_imm32
[----------] - Starting with OPC = andl_r32_imm8
[----------] Seed is 1463511742468067
[----------] * andl $0xfe, %r11d # OPC=andl_r32_imm8
[----------] * andl $0x40, %r12d # OPC=andl_r32_imm8
[----------] * andl $0x0, %esi # OPC=andl_r32_imm8
[----------] * andl $0xfe, %ebx # OPC=andl_r32_imm8
[----------] * andl $0xfd, %ecx # OPC=andl_r32_imm8
[----------] * andl $0x10, %r11d # OPC=andl_r32_imm8
[----------] * andl $0x1, %ecx # OPC=andl_r32_imm8
[----------] * andl $0x1, %r13d # OPC=andl_r32_imm8
[----------] * andl $0x0, %edi # OPC=andl_r32_imm8
[----------] * andl $0x22, %edi # OPC=andl_r32_imm8
[----------] - Starting with OPC = andl_r32_m32
[----------] Seed is 1463511742469729
[----------] * andl 0xfa(%rip), %esp # OPC=andl_r32_m32
[----------] * andl 0x64(%rdx), %ecx # OPC=andl_r32_m32
[----------] * andl 0xfa(%rip), %edx # OPC=andl_r32_m32
[----------] * andl (%r11d,%ebx,1), %edi # OPC=andl_r32_m32
[----------] * andl 0xfa(%rip), %ebp # OPC=andl_r32_m32
[----------] * andl 0x64(%rdx), %r12d # OPC=andl_r32_m32
[----------] * andl 0x7ffffff9(%rip), %r8d # OPC=andl_r32_m32
[----------] * andl 0x5dcffff9(%rip), %r9d # OPC=andl_r32_m32
[----------] * andl -0x7(%rip), %r13d # OPC=andl_r32_m32
[----------] * andl (%r11d,%ebx,4), %r15d # OPC=andl_r32_m32
[----------] - Starting with OPC = andl_r32_r32
[----------] Seed is 1463511742471386
[----------] * andl %r12d, %edi # OPC=andl_r32_r32
[----------] * andl %esp, %edx # OPC=andl_r32_r32
[----------] * andl %r8d, %ebp # OPC=andl_r32_r32
[----------] * andl %r11d, %esp # OPC=andl_r32_r32
[----------] * andl %esp, %edx # OPC=andl_r32_r32
[----------] * andl %r11d, %eax # OPC=andl_r32_r32
[----------] * andl %ebx, %r11d # OPC=andl_r32_r32
[----------] * andl %ebp, %r11d # OPC=andl_r32_r32
[----------] * andl %eax, %r14d # OPC=andl_r32_r32
[----------] * andl %ecx, %ebx # OPC=andl_r32_r32
[----------] - Starting with OPC = andl_r32_r32_1
[----------] Seed is 1463511742472655
[----------] * andl %edi, %ebx # OPC=andl_r32_r32_1
[----------] * andl %edx, %eax # OPC=andl_r32_r32_1
[----------] * andl %ebp, %r9d # OPC=andl_r32_r32_1
[----------] * andl %r8d, %ebx # OPC=andl_r32_r32_1
[----------] * andl %edi, %r8d # OPC=andl_r32_r32_1
[----------] * andl %r10d, %edi # OPC=andl_r32_r32_1
[----------] * andl %eax, %esp # OPC=andl_r32_r32_1
[----------] * andl %r11d, %edi # OPC=andl_r32_r32_1
[----------] * andl %r11d, %esp # OPC=andl_r32_r32_1
[----------] * andl %r14d, %r11d # OPC=andl_r32_r32_1
[----------] - Starting with OPC = andq_r64_imm32
[----------] Seed is 1463511742474237
[----------] * andq $0xd0, %rcx # OPC=andq_r64_imm32
[----------] * andq $0xffffffe0, %rdi # OPC=andq_r64_imm32
[----------] * andq $0x3, %r15 # OPC=andq_r64_imm32
[----------] * andq $0x1, %rdx # OPC=andq_r64_imm32
[----------] * andq $0x60, %r11 # OPC=andq_r64_imm32
[----------] * andq $0x44, %r14 # OPC=andq_r64_imm32
[----------] * andq $0xffffffff, %rsi # OPC=andq_r64_imm32
[----------] * andq $0x10, %rcx # OPC=andq_r64_imm32
[----------] * andq $0x80808080, %r12 # OPC=andq_r64_imm32
[----------] * andq $0xffff, %r13 # OPC=andq_r64_imm32
[----------] - Starting with OPC = andq_r64_imm8
[----------] Seed is 1463511742475848
[----------] * andq $0xd0, %rax # OPC=andq_r64_imm8
[----------] * andq $0x10, %rdi # OPC=andq_r64_imm8
[----------] * andq $0x8, %r14 # OPC=andq_r64_imm8
[----------] * andq $0x80, %rbx # OPC=andq_r64_imm8
[----------] * andq $0xff, %r8 # OPC=andq_r64_imm8
[----------] * andq $0x22, %rbp # OPC=andq_r64_imm8
[----------] * andq $0x4, %r13 # OPC=andq_r64_imm8
[----------] * andq $0xd0, %rbp # OPC=andq_r64_imm8
[----------] * andq $0x1, %rsp # OPC=andq_r64_imm8
[----------] * andq $0x0, %rbx # OPC=andq_r64_imm8
[----------] - Starting with OPC = andq_r64_m64
[----------] Seed is 1463511742477466
[----------] * andq 0x5(%r11d,%ebx,1), %rsi # OPC=andq_r64_m64
[----------] * andq -0x10(,%rdx,2), %rdi # OPC=andq_r64_m64
[----------] * andq 0x16(%r8), %rdi # OPC=andq_r64_m64
[----------] * andq 0xf9(%rip), %rsp # OPC=andq_r64_m64
[----------] * andq 0xf9(%rip), %r10 # OPC=andq_r64_m64
[----------] * andq -0x300006(%rip), %rdi # OPC=andq_r64_m64
[----------] * andq 0x5dcffff9(%rip), %rdx # OPC=andq_r64_m64
[----------] * andq 0xf9(%rip), %r9 # OPC=andq_r64_m64
[----------] * andq 0xf9(%rip), %r8 # OPC=andq_r64_m64
[----------] * andq 0xf9(%rip), %rcx # OPC=andq_r64_m64
[----------] - Starting with OPC = andq_r64_r64
[----------] Seed is 1463511742479110
[----------] * andq %rsp, %r11 # OPC=andq_r64_r64
[----------] * andq %r15, %r13 # OPC=andq_r64_r64
[----------] * andq %r10, %r9 # OPC=andq_r64_r64
[----------] * andq %rbx, %rsi # OPC=andq_r64_r64
[----------] * andq %rbp, %rbp # OPC=andq_r64_r64
[----------] * andq %rbx, %rsp # OPC=andq_r64_r64
[----------] * andq %rax, %rax # OPC=andq_r64_r64
[----------] * andq %rsp, %r12 # OPC=andq_r64_r64
[----------] * andq %r10, %rax # OPC=andq_r64_r64
[----------] * andq %r13, %rax # OPC=andq_r64_r64
[----------] - Starting with OPC = andq_r64_r64_1
[----------] Seed is 1463511742480719
[----------] * andq %rbp, %rdi # OPC=andq_r64_r64_1
[----------] * andq %rdi, %r8 # OPC=andq_r64_r64_1
[----------] * andq %r10, %r11 # OPC=andq_r64_r64_1
[----------] * andq %rsp, %rdi # OPC=andq_r64_r64_1
[----------] * andq %rsi, %r15 # OPC=andq_r64_r64_1
[----------] * andq %r8, %r11 # OPC=andq_r64_r64_1
[----------] * andq %rsi, %r15 # OPC=andq_r64_r64_1
[----------] * andq %r10, %rbp # OPC=andq_r64_r64_1
[----------] * andq %rcx, %r13 # OPC=andq_r64_r64_1
[----------] * andq %rbp, %rsi # OPC=andq_r64_r64_1
[----------] - Starting with OPC = andb_r8_imm8
[----------] Seed is 1463511742482936
[----------] * andb $0xf0, %spl # OPC=andb_r8_imm8
[----------] * andb $0x20, %dil # OPC=andb_r8_imm8
[----------] * andb $0x5, %r10b # OPC=andb_r8_imm8
[----------] * andb $0xff, %dl # OPC=andb_r8_imm8
[----------] * andb $0x10, %r13b # OPC=andb_r8_imm8
[----------] * andb $0x7f, %r10b # OPC=andb_r8_imm8
[----------] * andb $0xfe, %dil # OPC=andb_r8_imm8
[----------] * andb $0xf9, %bl # OPC=andb_r8_imm8
[----------] * andb $0xfe, %r10b # OPC=andb_r8_imm8
[----------] * andb $0x44, %r8b # OPC=andb_r8_imm8
[----------] - Starting with OPC = andb_r8_m8
[----------] Seed is 1463511742484668
[----------] * andb (%rdi,%rcx,1), %r12b # OPC=andb_r8_m8
[----------] * andb 0xfa(%rip), %al # OPC=andb_r8_m8
[----------] * andb (%r11d,%ebx,4), %r13b # OPC=andb_r8_m8
[----------] * andb -0x6(%rip), %cl # OPC=andb_r8_m8
[----------] * andb 0x5dcffffa(%rip), %bl # OPC=andb_r8_m8
[----------] * andb -0x10(,%rdx,2), %r11b # OPC=andb_r8_m8
[----------] * andb 0xf9(%rip), %r15b # OPC=andb_r8_m8
[----------] * andb 0x5dcffffa(%rip), %cl # OPC=andb_r8_m8
[----------] * andb 0x5dcffffa(%rip), %bl # OPC=andb_r8_m8
[----------] * andb 0x16(%r8), %dl # OPC=andb_r8_m8
[----------] - Starting with OPC = andb_r8_r8
[----------] Seed is 1463511742486220
[----------] * andb %sil, %r8b # OPC=andb_r8_r8
[----------] * andb %spl, %bpl # OPC=andb_r8_r8
[----------] * andb %r10b, %dil # OPC=andb_r8_r8
[----------] * andb %r14b, %r13b # OPC=andb_r8_r8
[----------] * andb %bl, %dil # OPC=andb_r8_r8
[----------] * andb %r15b, %dl # OPC=andb_r8_r8
[----------] * andb %dl, %bl # OPC=andb_r8_r8
[----------] * andb %r9b, %sil # OPC=andb_r8_r8
[----------] * andb %r10b, %cl # OPC=andb_r8_r8
[----------] * andb %cl, %r14b # OPC=andb_r8_r8
[----------] - Starting with OPC = andb_r8_r8_1
[----------] Seed is 1463511742487970
[----------] * andb %dil, %spl # OPC=andb_r8_r8_1
[----------] * andb %bl, %bpl # OPC=andb_r8_r8_1
[----------] * andb %cl, %r15b # OPC=andb_r8_r8_1
[----------] * andb %r9b, %r12b # OPC=andb_r8_r8_1
[----------] * andb %bl, %r15b # OPC=andb_r8_r8_1
[----------] * andb %bl, %dl # OPC=andb_r8_r8_1
[----------] * andb %dil, %al # OPC=andb_r8_r8_1
[----------] * andb %spl, %r10b # OPC=andb_r8_r8_1
[----------] * andb %r13b, %r9b # OPC=andb_r8_r8_1
[----------] * andb %sil, %sil # OPC=andb_r8_r8_1
[----------] - Starting with OPC = andb_r8_rh
[----------] Seed is 1463511742489578
[----------] * andb %dh, %al # OPC=andb_r8_rh
[----------] * andb %ch, %bl # OPC=andb_r8_rh
[----------] * andb %bh, %cl # OPC=andb_r8_rh
[----------] * andb %ch, %al # OPC=andb_r8_rh
[----------] * andb %dh, %bl # OPC=andb_r8_rh
[----------] * andb %bh, %al # OPC=andb_r8_rh
[----------] * andb %ah, %bl # OPC=andb_r8_rh
[----------] * andb %dh, %bl # OPC=andb_r8_rh
[----------] * andb %ah, %dl # OPC=andb_r8_rh
[----------] * andb %ch, %cl # OPC=andb_r8_rh
[----------] - Starting with OPC = andb_r8_rh_1
[----------] Seed is 1463511742490930
[----------] * andb %ch, %cl # OPC=andb_r8_rh_1
[----------] * andb %dh, %cl # OPC=andb_r8_rh_1
[----------] * andb %dh, %dl # OPC=andb_r8_rh_1
[----------] * andb %ah, %bl # OPC=andb_r8_rh_1
[----------] * andb %dh, %bl # OPC=andb_r8_rh_1
[----------] * Couldn't apply transform.
[----------] * andb %bh, %al # OPC=andb_r8_rh_1
[----------] * Couldn't apply transform.
[----------] * andb %ch, %bl # OPC=andb_r8_rh_1
[----------] * Couldn't apply transform.
[----------] - Starting with OPC = andq_rax_imm32
[----------] Seed is 1463511742492147
[----------] * andq $0xffffffc0, %rax # OPC=andq_rax_imm32
[----------] * andq $0x1010101, %rax # OPC=andq_rax_imm32
[----------] * andq $0xc0, %rax # OPC=andq_rax_imm32
[----------] * andq $0xffffffff, %rax # OPC=andq_rax_imm32
[----------] * andq $0x20, %rax # OPC=andq_rax_imm32
[----------] * andq $0x80808080, %rax # OPC=andq_rax_imm32
[----------] * andq $0x40, %rax # OPC=andq_rax_imm32
[----------] * andq $0x22, %rax # OPC=andq_rax_imm32
[----------] * andq $0xffff, %rax # OPC=andq_rax_imm32
[----------] * andq $0x80808080, %rax # OPC=andq_rax_imm32
[----------] - Starting with OPC = andb_rh_imm8
[----------] Seed is 1463511742494208
[----------] * andb $0xff, %bh # OPC=andb_rh_imm8
[----------] * andb $0x7, %ch # OPC=andb_rh_imm8
[----------] * andb $0x88, %dh # OPC=andb_rh_imm8
[----------] * andb $0x0, %ch # OPC=andb_rh_imm8
[----------] * andb $0x7f, %bh # OPC=andb_rh_imm8
[----------] * andb $0x30, %bh # OPC=andb_rh_imm8
[----------] * andb $0x7, %ch # OPC=andb_rh_imm8
[----------] * andb $0xfe, %dh # OPC=andb_rh_imm8
[----------] * andb $0x5, %dh # OPC=andb_rh_imm8
[----------] * andb $0xe0, %ch # OPC=andb_rh_imm8
[----------] - Starting with OPC = andb_rh_m8
[----------] Seed is 1463511742495981
[----------] * andb 0xfa(%rip), %ch # OPC=andb_rh_m8
[----------] * andb 0xfa(%rip), %ch # OPC=andb_rh_m8
[----------] * andb -0x64(%rax,%rcx,4), %bh # OPC=andb_rh_m8
[----------] * andb 0xfa(%rip), %ch # OPC=andb_rh_m8
[----------] * andb 0xfa(%rip), %ah # OPC=andb_rh_m8
[----------] * andb 0x64(%rdx), %bh # OPC=andb_rh_m8
[----------] * andb 0x5dcffffa(%rip), %ch # OPC=andb_rh_m8
[----------] * andb 0xfa(%rip), %ah # OPC=andb_rh_m8
[----------] * andb 0x5dcffffa(%rip), %dh # OPC=andb_rh_m8
[----------] * andb 0xfa(%rip), %ah # OPC=andb_rh_m8
[----------] - Starting with OPC = andb_rh_r8
[----------] Seed is 1463511742497721
[----------] * andb %dl, %dh # OPC=andb_rh_r8
[----------] * andb %cl, %dh # OPC=andb_rh_r8
[----------] * andb %al, %ah # OPC=andb_rh_r8
[----------] * andb %cl, %ch # OPC=andb_rh_r8
[----------] * andb %dl, %ah # OPC=andb_rh_r8
[----------] * andb %al, %ah # OPC=andb_rh_r8
[----------] * andb %bl, %bh # OPC=andb_rh_r8
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * andb %dl, %dh # OPC=andb_rh_r8
[----------] - Starting with OPC = andb_rh_r8_1
[----------] Seed is 1463511742498957
[----------] * andb %cl, %ch # OPC=andb_rh_r8_1
[----------] * andb %dl, %ch # OPC=andb_rh_r8_1
[----------] * andb %bl, %ch # OPC=andb_rh_r8_1
[----------] * andb %al, %dh # OPC=andb_rh_r8_1
[----------] * andb %al, %dh # OPC=andb_rh_r8_1
[----------] * andb %cl, %bh # OPC=andb_rh_r8_1
[----------] * andb %dl, %ah # OPC=andb_rh_r8_1
[----------] * andb %cl, %ch # OPC=andb_rh_r8_1
[----------] * andb %al, %dh # OPC=andb_rh_r8_1
[----------] * andb %cl, %ch # OPC=andb_rh_r8_1
[----------] - Starting with OPC = andb_rh_rh
[----------] Seed is 1463511742500761
[----------] * andb %bh, %dh # OPC=andb_rh_rh
[----------] * andb %ah, %dh # OPC=andb_rh_rh
[----------] * andb %bh, %ch # OPC=andb_rh_rh
[----------] * andb %ah, %dh # OPC=andb_rh_rh
[----------] * andb %bh, %ah # OPC=andb_rh_rh
[----------] * andb %ah, %ah # OPC=andb_rh_rh
[----------] * andb %ah, %bh # OPC=andb_rh_rh
[----------] * andb %ah, %bh # OPC=andb_rh_rh
[----------] * andb %dh, %ah # OPC=andb_rh_rh
[----------] * andb %ah, %bh # OPC=andb_rh_rh
[----------] - Starting with OPC = andb_rh_rh_1
[----------] Seed is 1463511742501972
[----------] * andb %ch, %ah # OPC=andb_rh_rh_1
[----------] * andb %ch, %ch # OPC=andb_rh_rh_1
[----------] * andb %bh, %ch # OPC=andb_rh_rh_1
[----------] * andb %ah, %dh # OPC=andb_rh_rh_1
[----------] * andb %ch, %bh # OPC=andb_rh_rh_1
[----------] * andb %ch, %dh # OPC=andb_rh_rh_1
[----------] * andb %dh, %ah # OPC=andb_rh_rh_1
[----------] * andb %dh, %bh # OPC=andb_rh_rh_1
[----------] * andb %bh, %ch # OPC=andb_rh_rh_1
[----------] * andb %dh, %bh # OPC=andb_rh_rh_1
[----------] - Starting with OPC = andnpd_xmm_m128
[----------] Seed is 1463511742503792
[----------] * andnpd 0x16(%r8), %xmm3 # OPC=andnpd_xmm_m128
[----------] * andnpd (%r11d,%ebx,4), %xmm11 # OPC=andnpd_xmm_m128
[----------] * andnpd 0x5(%r11d,%ebx,1), %xmm4 # OPC=andnpd_xmm_m128
[----------] * andnpd -0x7(%r11d,%ebx,4), %xmm14 # OPC=andnpd_xmm_m128
[----------] * andnpd 0x5dcffff7(%rip), %xmm11 # OPC=andnpd_xmm_m128
[----------] * andnpd 0x5dcffff7(%rip), %xmm13 # OPC=andnpd_xmm_m128
[----------] * andnpd 0x30(%r11d), %xmm0 # OPC=andnpd_xmm_m128
[----------] * andnpd -0x9(%rip), %xmm14 # OPC=andnpd_xmm_m128
[----------] * andnpd 0x5dcffff7(%rip), %xmm11 # OPC=andnpd_xmm_m128
[----------] * andnpd 0xf7(%rip), %xmm8 # OPC=andnpd_xmm_m128
[----------] - Starting with OPC = andnpd_xmm_xmm
[----------] Seed is 1463511742505696
[----------] * andnpd %xmm6, %xmm14 # OPC=andnpd_xmm_xmm
[----------] * andnpd %xmm12, %xmm5 # OPC=andnpd_xmm_xmm
[----------] * andnpd %xmm4, %xmm5 # OPC=andnpd_xmm_xmm
[----------] * andnpd %xmm7, %xmm10 # OPC=andnpd_xmm_xmm
[----------] * andnpd %xmm0, %xmm0 # OPC=andnpd_xmm_xmm
[----------] * andnpd %xmm9, %xmm13 # OPC=andnpd_xmm_xmm
[----------] * andnpd %xmm1, %xmm9 # OPC=andnpd_xmm_xmm
[----------] * andnpd %xmm6, %xmm9 # OPC=andnpd_xmm_xmm
[----------] * andnpd %xmm5, %xmm11 # OPC=andnpd_xmm_xmm
[----------] * andnpd %xmm5, %xmm4 # OPC=andnpd_xmm_xmm
[----------] - Starting with OPC = andnps_xmm_m128
[----------] Seed is 1463511742507329
[----------] * andnps 0x5dcffff9(%rip), %xmm6 # OPC=andnps_xmm_m128
[----------] * andnps 0xf8(%rip), %xmm10 # OPC=andnps_xmm_m128
[----------] * andnps 0x30(%r11d), %xmm11 # OPC=andnps_xmm_m128
[----------] * andnps -0x64(%rax,%rcx,4), %xmm11 # OPC=andnps_xmm_m128
[----------] * andnps 0xf9(%rip), %xmm7 # OPC=andnps_xmm_m128
[----------] * andnps 0x5dcffff8(%rip), %xmm11 # OPC=andnps_xmm_m128
[----------] * andnps -0x7(%r11d,%ebx,4), %xmm13 # OPC=andnps_xmm_m128
[----------] * andnps 0x5dcffff9(%rip), %xmm5 # OPC=andnps_xmm_m128
[----------] * andnps 0x5dcffff9(%rip), %xmm6 # OPC=andnps_xmm_m128
[----------] * andnps 0x5dcffff8(%rip), %xmm8 # OPC=andnps_xmm_m128
[----------] - Starting with OPC = andnps_xmm_xmm
[----------] Seed is 1463511742508978
[----------] * andnps %xmm8, %xmm0 # OPC=andnps_xmm_xmm
[----------] * andnps %xmm11, %xmm14 # OPC=andnps_xmm_xmm
[----------] * andnps %xmm0, %xmm5 # OPC=andnps_xmm_xmm
[----------] * andnps %xmm9, %xmm5 # OPC=andnps_xmm_xmm
[----------] * andnps %xmm6, %xmm6 # OPC=andnps_xmm_xmm
[----------] * andnps %xmm4, %xmm6 # OPC=andnps_xmm_xmm
[----------] * andnps %xmm9, %xmm12 # OPC=andnps_xmm_xmm
[----------] * andnps %xmm14, %xmm0 # OPC=andnps_xmm_xmm
[----------] * andnps %xmm9, %xmm7 # OPC=andnps_xmm_xmm
[----------] * andnps %xmm1, %xmm9 # OPC=andnps_xmm_xmm
[----------] - Starting with OPC = andpd_xmm_m128
[----------] Seed is 1463511742510194
[----------] * andpd 0x5dcffff7(%rip), %xmm15 # OPC=andpd_xmm_m128
[----------] * andpd 0xf8(%rip), %xmm5 # OPC=andpd_xmm_m128
[----------] * andpd 0x5dcffff7(%rip), %xmm14 # OPC=andpd_xmm_m128
[----------] * andpd 0xf8(%rip), %xmm0 # OPC=andpd_xmm_m128
[----------] * andpd -0x9(%rip), %xmm14 # OPC=andpd_xmm_m128
[----------] * andpd 0x5(%r11d,%ebx,1), %xmm11 # OPC=andpd_xmm_m128
[----------] * andpd 0xf8(%rip), %xmm7 # OPC=andpd_xmm_m128
[----------] * andpd 0x16(%r8), %xmm5 # OPC=andpd_xmm_m128
[----------] * andpd (%rax), %xmm1 # OPC=andpd_xmm_m128
[----------] * andpd 0x5dcffff7(%rip), %xmm12 # OPC=andpd_xmm_m128
[----------] - Starting with OPC = andpd_xmm_xmm
[----------] Seed is 1463511742512053
[----------] * andpd %xmm7, %xmm7 # OPC=andpd_xmm_xmm
[----------] * andpd %xmm4, %xmm10 # OPC=andpd_xmm_xmm
[----------] * andpd %xmm2, %xmm6 # OPC=andpd_xmm_xmm
[----------] * andpd %xmm6, %xmm8 # OPC=andpd_xmm_xmm
[----------] * andpd %xmm3, %xmm6 # OPC=andpd_xmm_xmm
[----------] * andpd %xmm15, %xmm10 # OPC=andpd_xmm_xmm
[----------] * andpd %xmm10, %xmm6 # OPC=andpd_xmm_xmm
[----------] * andpd %xmm10, %xmm10 # OPC=andpd_xmm_xmm
[----------] * andpd %xmm5, %xmm10 # OPC=andpd_xmm_xmm
[----------] * andpd %xmm2, %xmm1 # OPC=andpd_xmm_xmm
[----------] - Starting with OPC = andps_xmm_m128
[----------] Seed is 1463511742514050
[----------] * andps 0xf8(%rip), %xmm11 # OPC=andps_xmm_m128
[----------] * andps 0xf9(%rip), %xmm2 # OPC=andps_xmm_m128
[----------] * andps 0x64(%rsp,%rdx,8), %xmm2 # OPC=andps_xmm_m128
[----------] * andps 0xf9(%rip), %xmm5 # OPC=andps_xmm_m128
[----------] * andps 0x7ffffff8(%rip), %xmm12 # OPC=andps_xmm_m128
[----------] * andps 0x5dcffff9(%rip), %xmm3 # OPC=andps_xmm_m128
[----------] * andps 0xf9(%rip), %xmm7 # OPC=andps_xmm_m128
[----------] * andps 0x30(%r11d), %xmm5 # OPC=andps_xmm_m128
[----------] * andps 0x64(%rdx), %xmm8 # OPC=andps_xmm_m128
[----------] * andps 0xf9(%rip), %xmm1 # OPC=andps_xmm_m128
[----------] - Starting with OPC = andps_xmm_xmm
[----------] Seed is 1463511742515735
[----------] * andps %xmm7, %xmm13 # OPC=andps_xmm_xmm
[----------] * andps %xmm11, %xmm8 # OPC=andps_xmm_xmm
[----------] * andps %xmm13, %xmm6 # OPC=andps_xmm_xmm
[----------] * andps %xmm8, %xmm12 # OPC=andps_xmm_xmm
[----------] * andps %xmm14, %xmm9 # OPC=andps_xmm_xmm
[----------] * andps %xmm13, %xmm0 # OPC=andps_xmm_xmm
[----------] * andps %xmm9, %xmm4 # OPC=andps_xmm_xmm
[----------] * andps %xmm6, %xmm12 # OPC=andps_xmm_xmm
[----------] * andps %xmm13, %xmm8 # OPC=andps_xmm_xmm
[----------] * andps %xmm6, %xmm12 # OPC=andps_xmm_xmm
[----------] - Starting with OPC = blendpd_xmm_m128_imm8
[----------] Seed is 1463511742517379
[----------] * blendpd $0x22, 0x5dcffff6(%rip), %xmm2 # OPC=blendpd_xmm_m128_imm8
[----------] * blendpd $0xff, -0xa(%rip), %xmm3 # OPC=blendpd_xmm_m128_imm8
[----------] * blendpd $0xfd, 0xf5(%rip), %xmm10 # OPC=blendpd_xmm_m128_imm8
[----------] * blendpd $0xff, -0x64(%rax,%rcx,4), %xmm3 # OPC=blendpd_xmm_m128_imm8
[----------] * blendpd $0x10, 0xf6(%rip), %xmm3 # OPC=blendpd_xmm_m128_imm8
[----------] * blendpd $0x88, 0xf5(%rip), %xmm8 # OPC=blendpd_xmm_m128_imm8
[----------] * blendpd $0x10, (%r11d), %xmm7 # OPC=blendpd_xmm_m128_imm8
[----------] * blendpd $0x20, (%r11d), %xmm7 # OPC=blendpd_xmm_m128_imm8
[----------] * blendpd $0x64, 0xf6(%rip), %xmm5 # OPC=blendpd_xmm_m128_imm8
[----------] * blendpd $0x22, 0x64(%rdx), %xmm1 # OPC=blendpd_xmm_m128_imm8
[----------] - Starting with OPC = blendpd_xmm_xmm_imm8
[----------] Seed is 1463511742519044
[----------] * blendpd $0x1, %xmm0, %xmm14 # OPC=blendpd_xmm_xmm_imm8
[----------] * blendpd $0xff, %xmm10, %xmm7 # OPC=blendpd_xmm_xmm_imm8
[----------] * blendpd $0x1, %xmm9, %xmm8 # OPC=blendpd_xmm_xmm_imm8
[----------] * blendpd $0xfc, %xmm6, %xmm6 # OPC=blendpd_xmm_xmm_imm8
[----------] * blendpd $0x6, %xmm9, %xmm4 # OPC=blendpd_xmm_xmm_imm8
[----------] * blendpd $0xc0, %xmm2, %xmm11 # OPC=blendpd_xmm_xmm_imm8
[----------] * blendpd $0x22, %xmm13, %xmm9 # OPC=blendpd_xmm_xmm_imm8
[----------] * blendpd $0xf0, %xmm10, %xmm1 # OPC=blendpd_xmm_xmm_imm8
[----------] * blendpd $0x30, %xmm4, %xmm11 # OPC=blendpd_xmm_xmm_imm8
[----------] * blendpd $0x0, %xmm14, %xmm13 # OPC=blendpd_xmm_xmm_imm8
[----------] - Starting with OPC = blendps_xmm_m128_imm8
[----------] Seed is 1463511742520713
[----------] * blendps $0x70, 0x30(%r11d), %xmm14 # OPC=blendps_xmm_m128_imm8
[----------] * blendps $0x60, 0xf6(%rip), %xmm0 # OPC=blendps_xmm_m128_imm8
[----------] * blendps $0xfe, 0x5dcffff5(%rip), %xmm12 # OPC=blendps_xmm_m128_imm8
[----------] * blendps $0xf0, 0x16(%r8), %xmm11 # OPC=blendps_xmm_m128_imm8
[----------] * blendps $0xff, (%r11d,%ebx,4), %xmm10 # OPC=blendps_xmm_m128_imm8
[----------] * blendps $0xc0, 0x5dcffff5(%rip), %xmm13 # OPC=blendps_xmm_m128_imm8
[----------] * blendps $0x10, 0x5dcffff6(%rip), %xmm1 # OPC=blendps_xmm_m128_imm8
[----------] * blendps $0x7, -0x64(%rax,%rcx,4), %xmm6 # OPC=blendps_xmm_m128_imm8
[----------] * blendps $0x8, (%rax), %xmm1 # OPC=blendps_xmm_m128_imm8
[----------] * blendps $0xf8, -0x7(%r11d,%ebx,4), %xmm3 # OPC=blendps_xmm_m128_imm8
[----------] - Starting with OPC = blendps_xmm_xmm_imm8
[----------] Seed is 1463511742522254
[----------] * blendps $0xfc, %xmm4, %xmm14 # OPC=blendps_xmm_xmm_imm8
[----------] * blendps $0x4, %xmm1, %xmm6 # OPC=blendps_xmm_xmm_imm8
[----------] * blendps $0x10, %xmm8, %xmm2 # OPC=blendps_xmm_xmm_imm8
[----------] * blendps $0xfc, %xmm15, %xmm9 # OPC=blendps_xmm_xmm_imm8
[----------] * blendps $0x10, %xmm8, %xmm7 # OPC=blendps_xmm_xmm_imm8
[----------] * blendps $0x6, %xmm7, %xmm2 # OPC=blendps_xmm_xmm_imm8
[----------] * blendps $0x0, %xmm2, %xmm6 # OPC=blendps_xmm_xmm_imm8
[----------] * blendps $0x1, %xmm15, %xmm2 # OPC=blendps_xmm_xmm_imm8
[----------] * blendps $0x7f, %xmm3, %xmm1 # OPC=blendps_xmm_xmm_imm8
[----------] * blendps $0x40, %xmm9, %xmm11 # OPC=blendps_xmm_xmm_imm8
[----------] - Starting with OPC = blendvpd_xmm_m128_xmm0
[----------] Seed is 1463511742523821
[----------] * blendvpd %xmm0, 0x5dcffff6(%rip), %xmm11 # OPC=blendvpd_xmm_m128_xmm0
[----------] * blendvpd %xmm0, 0x5dcffff7(%rip), %xmm2 # OPC=blendvpd_xmm_m128_xmm0
[----------] * blendvpd %xmm0, -0xa(%rip), %xmm14 # OPC=blendvpd_xmm_m128_xmm0
[----------] * blendvpd %xmm0, (%r11d), %xmm13 # OPC=blendvpd_xmm_m128_xmm0
[----------] * blendvpd %xmm0, 0xf7(%rip), %xmm5 # OPC=blendvpd_xmm_m128_xmm0
[----------] * blendvpd %xmm0, 0xf7(%rip), %xmm7 # OPC=blendvpd_xmm_m128_xmm0
[----------] * blendvpd %xmm0, 0x5dcffff6(%rip), %xmm10 # OPC=blendvpd_xmm_m128_xmm0
[----------] * blendvpd %xmm0, 0x5dcffff7(%rip), %xmm1 # OPC=blendvpd_xmm_m128_xmm0
[----------] * blendvpd %xmm0, -0x10(,%rdx,2), %xmm15 # OPC=blendvpd_xmm_m128_xmm0
[----------] * blendvpd %xmm0, -0x64(%rax,%rcx,4), %xmm14 # OPC=blendvpd_xmm_m128_xmm0
[----------] - Starting with OPC = blendvpd_xmm_xmm_xmm0
[----------] Seed is 1463511742525771
[----------] * blendvpd %xmm0, %xmm10, %xmm9 # OPC=blendvpd_xmm_xmm_xmm0
[----------] * blendvpd %xmm0, %xmm14, %xmm0 # OPC=blendvpd_xmm_xmm_xmm0
[----------] * blendvpd %xmm0, %xmm5, %xmm2 # OPC=blendvpd_xmm_xmm_xmm0
[----------] * blendvpd %xmm0, %xmm2, %xmm12 # OPC=blendvpd_xmm_xmm_xmm0
[----------] * blendvpd %xmm0, %xmm4, %xmm15 # OPC=blendvpd_xmm_xmm_xmm0
[----------] * blendvpd %xmm0, %xmm7, %xmm14 # OPC=blendvpd_xmm_xmm_xmm0
[----------] * blendvpd %xmm0, %xmm4, %xmm4 # OPC=blendvpd_xmm_xmm_xmm0
[----------] * blendvpd %xmm0, %xmm5, %xmm15 # OPC=blendvpd_xmm_xmm_xmm0
[----------] * blendvpd %xmm0, %xmm10, %xmm15 # OPC=blendvpd_xmm_xmm_xmm0
[----------] * blendvpd %xmm0, %xmm14, %xmm8 # OPC=blendvpd_xmm_xmm_xmm0
[----------] - Starting with OPC = blendvps_xmm_m128_xmm0
[----------] Seed is 1463511742527415
[----------] * blendvps %xmm0, 0x5(%r11d,%ebx,1), %xmm14 # OPC=blendvps_xmm_m128_xmm0
[----------] * blendvps %xmm0, 0x5dcffff6(%rip), %xmm12 # OPC=blendvps_xmm_m128_xmm0
[----------] * blendvps %xmm0, -0xa(%rip), %xmm11 # OPC=blendvps_xmm_m128_xmm0
[----------] * blendvps %xmm0, 0x5dcffff6(%rip), %xmm15 # OPC=blendvps_xmm_m128_xmm0
[----------] * blendvps %xmm0, 0x5(%r11d,%ebx,1), %xmm3 # OPC=blendvps_xmm_m128_xmm0
[----------] * blendvps %xmm0, 0x5dcffff6(%rip), %xmm15 # OPC=blendvps_xmm_m128_xmm0
[----------] * blendvps %xmm0, 0x16(%r8), %xmm1 # OPC=blendvps_xmm_m128_xmm0
[----------] * blendvps %xmm0, 0x7ffffff7(%rip), %xmm0 # OPC=blendvps_xmm_m128_xmm0
[----------] * blendvps %xmm0, 0x5dcffff6(%rip), %xmm10 # OPC=blendvps_xmm_m128_xmm0
[----------] * blendvps %xmm0, 0x5dcffff7(%rip), %xmm4 # OPC=blendvps_xmm_m128_xmm0
[----------] - Starting with OPC = blendvps_xmm_xmm_xmm0
[----------] Seed is 1463511742529076
[----------] * blendvps %xmm0, %xmm12, %xmm5 # OPC=blendvps_xmm_xmm_xmm0
[----------] * blendvps %xmm0, %xmm2, %xmm12 # OPC=blendvps_xmm_xmm_xmm0
[----------] * blendvps %xmm0, %xmm0, %xmm8 # OPC=blendvps_xmm_xmm_xmm0
[----------] * blendvps %xmm0, %xmm14, %xmm0 # OPC=blendvps_xmm_xmm_xmm0
[----------] * blendvps %xmm0, %xmm15, %xmm1 # OPC=blendvps_xmm_xmm_xmm0
[----------] * blendvps %xmm0, %xmm7, %xmm5 # OPC=blendvps_xmm_xmm_xmm0
[----------] * blendvps %xmm0, %xmm7, %xmm15 # OPC=blendvps_xmm_xmm_xmm0
[----------] * blendvps %xmm0, %xmm7, %xmm11 # OPC=blendvps_xmm_xmm_xmm0
[----------] * blendvps %xmm0, %xmm13, %xmm7 # OPC=blendvps_xmm_xmm_xmm0
[----------] * blendvps %xmm0, %xmm4, %xmm1 # OPC=blendvps_xmm_xmm_xmm0
[----------] - Starting with OPC = bsfl_r32_m32
[----------] Seed is 1463511742530700
[----------] * bsfl -0x300006(%rip), %ebx # OPC=bsfl_r32_m32
[----------] * bsfl -0x7(%r11d,%ebx,4), %r15d # OPC=bsfl_r32_m32
[----------] * bsfl 0xf8(%rip), %r14d # OPC=bsfl_r32_m32
[----------] * bsfl 0xf8(%rip), %r9d # OPC=bsfl_r32_m32
[----------] * bsfl (%rax), %esi # OPC=bsfl_r32_m32
[----------] * bsfl 0x5dcffff8(%rip), %r8d # OPC=bsfl_r32_m32
[----------] * bsfl 0x5dcffff8(%rip), %r15d # OPC=bsfl_r32_m32
[----------] * bsfl 0x5dcffff9(%rip), %esi # OPC=bsfl_r32_m32
[----------] * bsfl -0x10(,%rdx,2), %r12d # OPC=bsfl_r32_m32
[----------] * bsfl 0x64(%rdx), %ebp # OPC=bsfl_r32_m32
[----------] - Starting with OPC = bsfl_r32_r32
[----------] Seed is 1463511742532524
[----------] * bsfl %edx, %ebx # OPC=bsfl_r32_r32
[----------] * bsfl %r15d, %edx # OPC=bsfl_r32_r32
[----------] * bsfl %r8d, %edx # OPC=bsfl_r32_r32
[----------] * bsfl %edx, %r11d # OPC=bsfl_r32_r32
[----------] * bsfl %r14d, %r8d # OPC=bsfl_r32_r32
[----------] * bsfl %esp, %edi # OPC=bsfl_r32_r32
[----------] * bsfl %ebp, %r10d # OPC=bsfl_r32_r32
[----------] * bsfl %esp, %r14d # OPC=bsfl_r32_r32
[----------] * bsfl %r12d, %eax # OPC=bsfl_r32_r32
[----------] * bsfl %ebp, %r13d # OPC=bsfl_r32_r32
[----------] - Starting with OPC = bsfq_r64_m64
[----------] Seed is 1463511742534250
[----------] * bsfq (%rdi,%rcx,1), %rsp # OPC=bsfq_r64_m64
[----------] * bsfq 0x5dcffff8(%rip), %r9 # OPC=bsfq_r64_m64
[----------] * bsfq 0xf8(%rip), %r11 # OPC=bsfq_r64_m64
[----------] * bsfq 0xf8(%rip), %r15 # OPC=bsfq_r64_m64
[----------] * bsfq 0x5dcffff8(%rip), %r15 # OPC=bsfq_r64_m64
[----------] * bsfq (%rax), %r12 # OPC=bsfq_r64_m64
[----------] * bsfq 0x5dcffff8(%rip), %rbx # OPC=bsfq_r64_m64
[----------] * bsfq 0x5dcffff8(%rip), %rcx # OPC=bsfq_r64_m64
[----------] * bsfq 0xf8(%rip), %r15 # OPC=bsfq_r64_m64
[----------] * bsfq (%r11d), %r9 # OPC=bsfq_r64_m64
[----------] - Starting with OPC = bsfq_r64_r64
[----------] Seed is 1463511742536388
[----------] * bsfq %rcx, %rdi # OPC=bsfq_r64_r64
[----------] * bsfq %r13, %r13 # OPC=bsfq_r64_r64
[----------] * bsfq %rcx, %rcx # OPC=bsfq_r64_r64
[----------] * bsfq %rcx, %rbp # OPC=bsfq_r64_r64
[----------] * bsfq %rbp, %r13 # OPC=bsfq_r64_r64
[----------] * bsfq %r9, %rax # OPC=bsfq_r64_r64
[----------] * bsfq %r10, %r12 # OPC=bsfq_r64_r64
[----------] * bsfq %rdi, %r9 # OPC=bsfq_r64_r64
[----------] * bsfq %r8, %r12 # OPC=bsfq_r64_r64
[----------] * bsfq %rdx, %rsp # OPC=bsfq_r64_r64
[----------] - Starting with OPC = bsrw_r16_m16
[----------] Seed is 1463511742538152
[----------] * bsrw (%rax), %bx # OPC=bsrw_r16_m16
[----------] * bsrw 0xf7(%rip), %r15w # OPC=bsrw_r16_m16
[----------] * bsrw 0x5dcffff8(%rip), %ax # OPC=bsrw_r16_m16
[----------] * bsrw 0x5dcffff8(%rip), %dx # OPC=bsrw_r16_m16
[----------] * bsrw 0xf7(%rip), %r11w # OPC=bsrw_r16_m16
[----------] * bsrw -0x10(,%rdx,2), %dx # OPC=bsrw_r16_m16
[----------] * bsrw (%rax), %cx # OPC=bsrw_r16_m16
[----------] * bsrw 0x5dcffff8(%rip), %bx # OPC=bsrw_r16_m16
[----------] * bsrw 0x5dcffff8(%rip), %dx # OPC=bsrw_r16_m16
[----------] * bsrw 0x5dcffff8(%rip), %si # OPC=bsrw_r16_m16
[----------] - Starting with OPC = bsrw_r16_r16
[----------] Seed is 1463511742540003
[----------] * bsrw %sp, %cx # OPC=bsrw_r16_r16
[----------] * bsrw %r12w, %cx # OPC=bsrw_r16_r16
[----------] * bsrw %si, %r9w # OPC=bsrw_r16_r16
[----------] * bsrw %cx, %di # OPC=bsrw_r16_r16
[----------] * bsrw %bx, %r8w # OPC=bsrw_r16_r16
[----------] * bsrw %sp, %bx # OPC=bsrw_r16_r16
[----------] * bsrw %cx, %r10w # OPC=bsrw_r16_r16
[----------] * bsrw %si, %r14w # OPC=bsrw_r16_r16
[----------] * bsrw %r9w, %r8w # OPC=bsrw_r16_r16
[----------] * bsrw %dx, %r12w # OPC=bsrw_r16_r16
[----------] - Starting with OPC = bsrl_r32_m32
[----------] Seed is 1463511742541615
[----------] * bsrl 0x5(%r11d,%ebx,1), %edx # OPC=bsrl_r32_m32
[----------] * bsrl (%r11d,%ebx,1), %r13d # OPC=bsrl_r32_m32
[----------] * bsrl 0x5dcffff9(%rip), %eax # OPC=bsrl_r32_m32
[----------] * bsrl 0x5dcffff8(%rip), %r8d # OPC=bsrl_r32_m32
[----------] * bsrl 0x5dcffff8(%rip), %r13d # OPC=bsrl_r32_m32
[----------] * bsrl 0xf9(%rip), %ebx # OPC=bsrl_r32_m32
[----------] * bsrl 0x5dcffff9(%rip), %ebp # OPC=bsrl_r32_m32
[----------] * bsrl (%r11d,%ebx,4), %eax # OPC=bsrl_r32_m32
[----------] * bsrl (%rdi,%rcx,1), %r11d # OPC=bsrl_r32_m32
[----------] * bsrl -0x10(,%rdx,2), %r13d # OPC=bsrl_r32_m32
[----------] - Starting with OPC = bsrl_r32_r32
[----------] Seed is 1463511742543306
[----------] * bsrl %ebx, %r11d # OPC=bsrl_r32_r32
[----------] * bsrl %edi, %r14d # OPC=bsrl_r32_r32
[----------] * bsrl %r15d, %r13d # OPC=bsrl_r32_r32
[----------] * bsrl %r8d, %edx # OPC=bsrl_r32_r32
[----------] * bsrl %r9d, %r8d # OPC=bsrl_r32_r32
[----------] * bsrl %ebp, %r13d # OPC=bsrl_r32_r32
[----------] * bsrl %r13d, %ebx # OPC=bsrl_r32_r32
[----------] * bsrl %r10d, %edx # OPC=bsrl_r32_r32
[----------] * bsrl %esi, %edi # OPC=bsrl_r32_r32
[----------] * bsrl %r15d, %edx # OPC=bsrl_r32_r32
[----------] - Starting with OPC = bsrq_r64_m64
[----------] Seed is 1463511742544991
[----------] * bsrq 0x5dcffff8(%rip), %r14 # OPC=bsrq_r64_m64
[----------] * bsrq -0x7(%r11d,%ebx,4), %rax # OPC=bsrq_r64_m64
[----------] * bsrq 0x30(%r11d), %rbx # OPC=bsrq_r64_m64
[----------] * bsrq -0x64(%rax,%rcx,4), %r13 # OPC=bsrq_r64_m64
[----------] * bsrq 0x5dcffff8(%rip), %rdi # OPC=bsrq_r64_m64
[----------] * bsrq 0x5dcffff8(%rip), %rdx # OPC=bsrq_r64_m64
[----------] * bsrq -0x64(%rax,%rcx,4), %r8 # OPC=bsrq_r64_m64
[----------] * bsrq -0x10(,%rdx,2), %rax # OPC=bsrq_r64_m64
[----------] * bsrq 0x5dcffff8(%rip), %r12 # OPC=bsrq_r64_m64
[----------] * bsrq 0xf8(%rip), %rsi # OPC=bsrq_r64_m64
[----------] - Starting with OPC = bsrq_r64_r64
[----------] Seed is 1463511742546521
[----------] * bsrq %rdi, %rcx # OPC=bsrq_r64_r64
[----------] * bsrq %r15, %r13 # OPC=bsrq_r64_r64
[----------] * bsrq %rsp, %rsi # OPC=bsrq_r64_r64
[----------] * bsrq %r9, %r11 # OPC=bsrq_r64_r64
[----------] * bsrq %rdx, %rsi # OPC=bsrq_r64_r64
[----------] * bsrq %r12, %rsp # OPC=bsrq_r64_r64
[----------] * bsrq %r12, %rbp # OPC=bsrq_r64_r64
[----------] * bsrq %rbp, %r11 # OPC=bsrq_r64_r64
[----------] * bsrq %rbx, %rax # OPC=bsrq_r64_r64
[----------] * bsrq %rsi, %rbx # OPC=bsrq_r64_r64
[----------] - Starting with OPC = bswap_r32
[----------] Seed is 1463511742548204
[----------] * bswap %ecx # OPC=bswap_r32
[----------] * bswap %r10d # OPC=bswap_r32
[----------] * bswap %r8d # OPC=bswap_r32
[----------] * bswap %esi # OPC=bswap_r32
[----------] * bswap %edi # OPC=bswap_r32
[----------] * bswap %edx # OPC=bswap_r32
[----------] * bswap %esi # OPC=bswap_r32
[----------] * bswap %esp # OPC=bswap_r32
[----------] * bswap %r12d # OPC=bswap_r32
[----------] * bswap %edx # OPC=bswap_r32
[----------] - Starting with OPC = bswap_r64
[----------] Seed is 1463511742550416
[----------] * bswap %r8 # OPC=bswap_r64
[----------] * bswap %r9 # OPC=bswap_r64
[----------] * bswap %r12 # OPC=bswap_r64
[----------] * bswap %r12 # OPC=bswap_r64
[----------] * bswap %r15 # OPC=bswap_r64
[----------] * bswap %rbx # OPC=bswap_r64
[----------] * bswap %r10 # OPC=bswap_r64
[----------] * bswap %rsp # OPC=bswap_r64
[----------] * bswap %rcx # OPC=bswap_r64
[----------] * bswap %rsi # OPC=bswap_r64
[----------] - Starting with OPC = btw_m16_imm8
[----------] Seed is 1463511742552086
[----------] * btw $0x20, (%r11d) # OPC=btw_m16_imm8
[----------] * btw $0xd0, 0x30(%r11d) # OPC=btw_m16_imm8
[----------] * btw $0x44, (%r11d) # OPC=btw_m16_imm8
[----------] * btw $0xf8, 0x64(%rdx) # OPC=btw_m16_imm8
[----------] * btw $0xff, (%rdi,%rcx,1) # OPC=btw_m16_imm8
[----------] * btw $0x22, 0x16(%r8) # OPC=btw_m16_imm8
[----------] * btw $0x80, 0x16(%r8) # OPC=btw_m16_imm8
[----------] * btw $0x30, -0x7(%r11d,%ebx,4) # OPC=btw_m16_imm8
[----------] * btw $0xf0, 0xf7(%rip) # OPC=btw_m16_imm8
[----------] * btw $0x1, -0x300008(%rip) # OPC=btw_m16_imm8
[----------] - Starting with OPC = btw_m16_r16
[----------] Seed is 1463511742553612
[----------] * btw %r11w, 0xf7(%rip) # OPC=btw_m16_r16
[----------] * btw %r13w, 0x64(%rsp,%rdx,8) # OPC=btw_m16_r16
[----------] * btw %r11w, 0x64(%rdx) # OPC=btw_m16_r16
[----------] * btw %sp, 0xf8(%rip) # OPC=btw_m16_r16
[----------] * btw %r11w, 0x7ffffff7(%rip) # OPC=btw_m16_r16
[----------] * btw %r9w, 0x64(%rdx) # OPC=btw_m16_r16
[----------] * btw %si, (%rax) # OPC=btw_m16_r16
[----------] * btw %r10w, -0x300008(%rip) # OPC=btw_m16_r16
[----------] * btw %bp, (%r11d) # OPC=btw_m16_r16
[----------] * btw %bp, (%r11d,%ebx,4) # OPC=btw_m16_r16
[----------] - Starting with OPC = btl_m32_imm8
[----------] Seed is 1463511742555294
[----------] * btl $0xfe, (%r11d) # OPC=btl_m32_imm8
[----------] * btl $0x2, -0x64(%rax,%rcx,4) # OPC=btl_m32_imm8
[----------] * btl $0x10, (%r11d,%ebx,1) # OPC=btl_m32_imm8
[----------] * btl $0x30, 0xf8(%rip) # OPC=btl_m32_imm8
[----------] * btl $0x0, 0xf8(%rip) # OPC=btl_m32_imm8
[----------] * btl $0xc0, 0x5dcffff8(%rip) # OPC=btl_m32_imm8
[----------] * btl $0xfd, (%rax) # OPC=btl_m32_imm8
[----------] * btl $0x44, 0xf8(%rip) # OPC=btl_m32_imm8
[----------] * btl $0x1, -0x64(%rax,%rcx,4) # OPC=btl_m32_imm8
[----------] * btl $0xff, 0x16(%r8) # OPC=btl_m32_imm8
[----------] - Starting with OPC = btl_m32_r32
[----------] Seed is 1463511742556987
[----------] * btl %r13d, -0x8(%rip) # OPC=btl_m32_r32
[----------] * btl %ebx, 0x5dcffff9(%rip) # OPC=btl_m32_r32
[----------] * btl %r15d, (%r11d,%ebx,4) # OPC=btl_m32_r32
[----------] * btl %r9d, 0x5dcffff8(%rip) # OPC=btl_m32_r32
[----------] * btl %r9d, 0x5dcffff8(%rip) # OPC=btl_m32_r32
[----------] * btl %r8d, (%r11d) # OPC=btl_m32_r32
[----------] * btl %r15d, 0x5dcffff8(%rip) # OPC=btl_m32_r32
[----------] * btl %ebp, 0xf9(%rip) # OPC=btl_m32_r32
[----------] * btl %r8d, 0x5dcffff8(%rip) # OPC=btl_m32_r32
[----------] * btl %ecx, (%rdi,%rcx,1) # OPC=btl_m32_r32
[----------] - Starting with OPC = btq_m64_imm8
[----------] Seed is 1463511742558385
[----------] * btq $0x0, 0xf7(%rip) # OPC=btq_m64_imm8
[----------] * btq $0xfe, 0x5dcffff7(%rip) # OPC=btq_m64_imm8
[----------] * btq $0x3, 0x16(%r8) # OPC=btq_m64_imm8
[----------] * btq $0xff, 0x64(%rsp,%rdx,8) # OPC=btq_m64_imm8
[----------] * btq $0xe0, -0x9(%rip) # OPC=btq_m64_imm8
[----------] * btq $0xcc, 0xf7(%rip) # OPC=btq_m64_imm8
[----------] * btq $0x80, -0x300008(%rip) # OPC=btq_m64_imm8
[----------] * btq $0xff, 0xf7(%rip) # OPC=btq_m64_imm8
[----------] * btq $0xfe, 0xf7(%rip) # OPC=btq_m64_imm8
[----------] * btq $0xff, 0x16(%r8) # OPC=btq_m64_imm8
[----------] - Starting with OPC = btq_m64_r64
[----------] Seed is 1463511742560073
[----------] * btq %rax, 0x5dcffff8(%rip) # OPC=btq_m64_r64
[----------] * btq %rsi, 0xf8(%rip) # OPC=btq_m64_r64
[----------] * btq %r8, (%r11d,%ebx,4) # OPC=btq_m64_r64
[----------] * btq %r14, (%rdi,%rcx,1) # OPC=btq_m64_r64
[----------] * btq %r15, 0xf8(%rip) # OPC=btq_m64_r64
[----------] * btq %rsi, (%r11d,%ebx,4) # OPC=btq_m64_r64
[----------] * btq %rbp, 0x5dcffff8(%rip) # OPC=btq_m64_r64
[----------] * btq %rcx, 0x5dcffff8(%rip) # OPC=btq_m64_r64
[----------] * btq %r11, (%r11d,%ebx,1) # OPC=btq_m64_r64
[----------] * btq %r15, 0x64(%rdx) # OPC=btq_m64_r64
[----------] - Starting with OPC = btw_r16_imm8
[----------] Seed is 1463511742562135
[----------] * btw $0xff, %bp # OPC=btw_r16_imm8
[----------] * btw $0x4, %r8w # OPC=btw_r16_imm8
[----------] * btw $0x4, %cx # OPC=btw_r16_imm8
[----------] * btw $0x1, %r15w # OPC=btw_r16_imm8
[----------] * btw $0x0, %r13w # OPC=btw_r16_imm8
[----------] * btw $0x40, %bp # OPC=btw_r16_imm8
[----------] * btw $0xf9, %cx # OPC=btw_r16_imm8
[----------] * btw $0xfa, %r13w # OPC=btw_r16_imm8
[----------] * btw $0xf0, %r10w # OPC=btw_r16_imm8
[----------] * btw $0x3, %bx # OPC=btw_r16_imm8
[----------] - Starting with OPC = btw_r16_r16
[----------] Seed is 1463511742564058
[----------] * btw %bx, %bp # OPC=btw_r16_r16
[----------] * btw %di, %r14w # OPC=btw_r16_r16
[----------] * btw %r15w, %bp # OPC=btw_r16_r16
[----------] * btw %bx, %r8w # OPC=btw_r16_r16
[----------] * btw %r14w, %si # OPC=btw_r16_r16
[----------] * btw %sp, %bp # OPC=btw_r16_r16
[----------] * btw %sp, %r14w # OPC=btw_r16_r16
[----------] * btw %di, %ax # OPC=btw_r16_r16
[----------] * btw %r10w, %r14w # OPC=btw_r16_r16
[----------] * btw %si, %r11w # OPC=btw_r16_r16
[----------] - Starting with OPC = btl_r32_imm8
[----------] Seed is 1463511742565838
[----------] * btl $0xf8, %ebx # OPC=btl_r32_imm8
[----------] * btl $0xde, %r11d # OPC=btl_r32_imm8
[----------] * btl $0xf8, %ebp # OPC=btl_r32_imm8
[----------] * btl $0x30, %ebx # OPC=btl_r32_imm8
[----------] * btl $0x6, %r11d # OPC=btl_r32_imm8
[----------] * btl $0xff, %r11d # OPC=btl_r32_imm8
[----------] * btl $0x60, %ebp # OPC=btl_r32_imm8
[----------] * btl $0x4, %r13d # OPC=btl_r32_imm8
[----------] * btl $0xfa, %r12d # OPC=btl_r32_imm8
[----------] * btl $0xfb, %r15d # OPC=btl_r32_imm8
[----------] - Starting with OPC = btl_r32_r32
[----------] Seed is 1463511742568429
[----------] * btl %ebp, %edi # OPC=btl_r32_r32
[----------] * btl %r12d, %r13d # OPC=btl_r32_r32
[----------] * btl %edx, %esi # OPC=btl_r32_r32
[----------] * btl %eax, %r12d # OPC=btl_r32_r32
[----------] * btl %ecx, %ebx # OPC=btl_r32_r32
[----------] * btl %r9d, %r15d # OPC=btl_r32_r32
[----------] * btl %edx, %r14d # OPC=btl_r32_r32
[----------] * btl %r9d, %esi # OPC=btl_r32_r32
[----------] * btl %r13d, %r12d # OPC=btl_r32_r32
[----------] * btl %esp, %r13d # OPC=btl_r32_r32
[----------] - Starting with OPC = btq_r64_imm8
[----------] Seed is 1463511742570076
[----------] * btq $0x0, %r14 # OPC=btq_r64_imm8
[----------] * btq $0xfe, %r9 # OPC=btq_r64_imm8
[----------] * btq $0xde, %rsi # OPC=btq_r64_imm8
[----------] * btq $0x7, %r12 # OPC=btq_r64_imm8
[----------] * btq $0x44, %r10 # OPC=btq_r64_imm8
[----------] * btq $0x20, %r10 # OPC=btq_r64_imm8
[----------] * btq $0xfd, %r8 # OPC=btq_r64_imm8
[----------] * btq $0x88, %rbx # OPC=btq_r64_imm8
[----------] * btq $0xe0, %r11 # OPC=btq_r64_imm8
[----------] * btq $0x80, %rdx # OPC=btq_r64_imm8
[----------] - Starting with OPC = btq_r64_r64
[----------] Seed is 1463511742571854
[----------] * btq %r10, %r10 # OPC=btq_r64_r64
[----------] * btq %rdx, %rax # OPC=btq_r64_r64
[----------] * btq %r11, %r9 # OPC=btq_r64_r64
[----------] * btq %r8, %rsi # OPC=btq_r64_r64
[----------] * btq %r11, %r11 # OPC=btq_r64_r64
[----------] * btq %rsp, %rcx # OPC=btq_r64_r64
[----------] * btq %rdi, %rdi # OPC=btq_r64_r64
[----------] * btq %rax, %rsp # OPC=btq_r64_r64
[----------] * btq %rbx, %r14 # OPC=btq_r64_r64
[----------] * btq %r13, %rsi # OPC=btq_r64_r64
[----------] - Starting with OPC = btcw_m16_imm8
[----------] Seed is 1463511742573609
[----------] * btcw $0x80, -0x7(%r11d,%ebx,4) # OPC=btcw_m16_imm8
[----------] * btcw $0xcc, 0x5dcffff7(%rip) # OPC=btcw_m16_imm8
[----------] * btcw $0xcc, 0x7ffffff7(%rip) # OPC=btcw_m16_imm8
[----------] * btcw $0xfc, 0x5(%r11d,%ebx,1) # OPC=btcw_m16_imm8
[----------] * btcw $0xff, 0xf7(%rip) # OPC=btcw_m16_imm8
[----------] * btcw $0x0, -0x9(%rip) # OPC=btcw_m16_imm8
[----------] * btcw $0x88, -0x300008(%rip) # OPC=btcw_m16_imm8
[----------] * btcw $0x4, 0x7ffffff7(%rip) # OPC=btcw_m16_imm8
[----------] * btcw $0xfe, -0x64(%rax,%rcx,4) # OPC=btcw_m16_imm8
[----------] * btcw $0x4, 0x5dcffff7(%rip) # OPC=btcw_m16_imm8
[----------] - Starting with OPC = btcw_m16_r16
[----------] Seed is 1463511742574359
[----------] * btcw %sp, 0xf8(%rip) # OPC=btcw_m16_r16
[----------] * btcw %r12w, 0xf7(%rip) # OPC=btcw_m16_r16
[----------] * btcw %r10w, 0x5dcffff7(%rip) # OPC=btcw_m16_r16
[----------] * btcw %r15w, 0x30(%r11d) # OPC=btcw_m16_r16
[----------] * btcw %dx, 0xf8(%rip) # OPC=btcw_m16_r16
[----------] * btcw %r8w, 0xf7(%rip) # OPC=btcw_m16_r16
[----------] * btcw %di, 0x5dcffff8(%rip) # OPC=btcw_m16_r16
[----------] * btcw %si, (%r11d,%ebx,4) # OPC=btcw_m16_r16
[----------] * btcw %r10w, (%r11d,%ebx,1) # OPC=btcw_m16_r16
[----------] * btcw %r8w, 0x5(%r11d,%ebx,1) # OPC=btcw_m16_r16
[----------] - Starting with OPC = btcl_m32_imm8
[----------] Seed is 1463511742577334
[----------] * btcl $0x22, 0xf8(%rip) # OPC=btcl_m32_imm8
[----------] * btcl $0xff, (%rax) # OPC=btcl_m32_imm8
[----------] * btcl $0x22, 0x5dcffff8(%rip) # OPC=btcl_m32_imm8
[----------] * btcl $0x70, 0xf8(%rip) # OPC=btcl_m32_imm8
[----------] * btcl $0x30, 0xf8(%rip) # OPC=btcl_m32_imm8
[----------] * btcl $0xd0, 0xf8(%rip) # OPC=btcl_m32_imm8
[----------] * btcl $0xff, 0x5dcffff8(%rip) # OPC=btcl_m32_imm8
[----------] * btcl $0x20, 0x5dcffff8(%rip) # OPC=btcl_m32_imm8
[----------] * btcl $0xff, 0x64(%rdx) # OPC=btcl_m32_imm8
[----------] * btcl $0x50, 0x30(%r11d) # OPC=btcl_m32_imm8
[----------] - Starting with OPC = btcl_m32_r32
[----------] Seed is 1463511742579043
[----------] * btcl %ecx, 0x5dcffff9(%rip) # OPC=btcl_m32_r32
[----------] * btcl %eax, (%r11d,%ebx,4) # OPC=btcl_m32_r32
[----------] * btcl %edi, 0x5dcffff9(%rip) # OPC=btcl_m32_r32
[----------] * btcl %esp, 0x5(%r11d,%ebx,1) # OPC=btcl_m32_r32
[----------] * btcl %r11d, 0x5dcffff8(%rip) # OPC=btcl_m32_r32
[----------] * btcl %r10d, 0x7ffffff8(%rip) # OPC=btcl_m32_r32
[----------] * btcl %esi, 0x5dcffff9(%rip) # OPC=btcl_m32_r32
[----------] * btcl %eax, 0xf9(%rip) # OPC=btcl_m32_r32
[----------] * btcl %r8d, (%rdi,%rcx,1) # OPC=btcl_m32_r32
[----------] * btcl %ebx, 0xf9(%rip) # OPC=btcl_m32_r32
[----------] - Starting with OPC = btcq_m64_imm8
[----------] Seed is 1463511742580772
[----------] * btcq $0xff, 0xf7(%rip) # OPC=btcq_m64_imm8
[----------] * btcq $0xde, 0xf7(%rip) # OPC=btcq_m64_imm8
[----------] * btcq $0xf8, 0x64(%rdx) # OPC=btcq_m64_imm8
[----------] * btcq $0x10, 0x5(%r11d,%ebx,1) # OPC=btcq_m64_imm8
[----------] * btcq $0x60, 0xf7(%rip) # OPC=btcq_m64_imm8
[----------] * btcq $0x0, (%r11d,%ebx,1) # OPC=btcq_m64_imm8
[----------] * btcq $0x0, 0x5dcffff7(%rip) # OPC=btcq_m64_imm8
[----------] * btcq $0x80, -0x7(%r11d,%ebx,4) # OPC=btcq_m64_imm8
[----------] * btcq $0xff, 0x5dcffff7(%rip) # OPC=btcq_m64_imm8
[----------] * btcq $0xfa, -0x10(,%rdx,2) # OPC=btcq_m64_imm8
[----------] - Starting with OPC = btcq_m64_r64
[----------] Seed is 1463511742582028
[----------] * btcq %rsp, 0x7ffffff8(%rip) # OPC=btcq_m64_r64
[----------] * btcq %r8, -0x8(%rip) # OPC=btcq_m64_r64
[----------] * btcq %rbx, 0x64(%rsp,%rdx,8) # OPC=btcq_m64_r64
[----------] * btcq %rax, 0x5dcffff8(%rip) # OPC=btcq_m64_r64
[----------] * btcq %rdi, 0xf8(%rip) # OPC=btcq_m64_r64
[----------] * btcq %rcx, 0xf8(%rip) # OPC=btcq_m64_r64
[----------] * btcq %r12, 0x5dcffff8(%rip) # OPC=btcq_m64_r64
[----------] * btcq %rbp, 0xf8(%rip) # OPC=btcq_m64_r64
[----------] * btcq %rsp, 0xf8(%rip) # OPC=btcq_m64_r64
[----------] * btcq %rbx, 0x5(%r11d,%ebx,1) # OPC=btcq_m64_r64
[----------] - Starting with OPC = btcw_r16_imm8
[----------] Seed is 1463511742583823
[----------] * btcw $0xfe, %cx # OPC=btcw_r16_imm8
[----------] * btcw $0x3, %r11w # OPC=btcw_r16_imm8
[----------] * btcw $0x3, %bp # OPC=btcw_r16_imm8
[----------] * btcw $0x70, %r12w # OPC=btcw_r16_imm8
[----------] * btcw $0xf0, %r11w # OPC=btcw_r16_imm8
[----------] * btcw $0xfb, %r9w # OPC=btcw_r16_imm8
[----------] * btcw $0x80, %r11w # OPC=btcw_r16_imm8
[----------] * btcw $0x0, %r11w # OPC=btcw_r16_imm8
[----------] * btcw $0x40, %si # OPC=btcw_r16_imm8
[----------] * btcw $0x7f, %cx # OPC=btcw_r16_imm8
[----------] - Starting with OPC = btcw_r16_r16
[----------] Seed is 1463511742585529
[----------] * btcw %r10w, %r12w # OPC=btcw_r16_r16
[----------] * btcw %r13w, %r12w # OPC=btcw_r16_r16
[----------] * btcw %bp, %di # OPC=btcw_r16_r16
[----------] * btcw %r14w, %r10w # OPC=btcw_r16_r16
[----------] * btcw %di, %r10w # OPC=btcw_r16_r16
[----------] * btcw %r9w, %r8w # OPC=btcw_r16_r16
[----------] * btcw %r9w, %bp # OPC=btcw_r16_r16
[----------] * Couldn't apply transform.
[----------] * btcw %r11w, %r9w # OPC=btcw_r16_r16
[----------] * btcw %si, %r11w # OPC=btcw_r16_r16
[----------] - Starting with OPC = btcl_r32_imm8
[----------] Seed is 1463511742587457
[----------] * btcl $0xff, %ecx # OPC=btcl_r32_imm8
[----------] * btcl $0xfd, %r15d # OPC=btcl_r32_imm8
[----------] * btcl $0x1, %esp # OPC=btcl_r32_imm8
[----------] * btcl $0xfe, %r14d # OPC=btcl_r32_imm8
[----------] * btcl $0xff, %r13d # OPC=btcl_r32_imm8
[----------] * btcl $0xff, %r14d # OPC=btcl_r32_imm8
[----------] * btcl $0xf0, %esi # OPC=btcl_r32_imm8
[----------] * btcl $0x6, %ecx # OPC=btcl_r32_imm8
[----------] * btcl $0x64, %r11d # OPC=btcl_r32_imm8
[----------] * btcl $0x50, %r9d # OPC=btcl_r32_imm8
[----------] - Starting with OPC = btcl_r32_r32
[----------] Seed is 1463511742588982
[----------] * btcl %eax, %r15d # OPC=btcl_r32_r32
[----------] * btcl %r9d, %ebp # OPC=btcl_r32_r32
[----------] * btcl %esi, %ebp # OPC=btcl_r32_r32
[----------] * btcl %ecx, %r15d # OPC=btcl_r32_r32
[----------] * btcl %edi, %r11d # OPC=btcl_r32_r32
[----------] * btcl %eax, %eax # OPC=btcl_r32_r32
[----------] * btcl %r14d, %eax # OPC=btcl_r32_r32
[----------] * btcl %r9d, %esp # OPC=btcl_r32_r32
[----------] * btcl %edx, %edi # OPC=btcl_r32_r32
[----------] * btcl %r15d, %r11d # OPC=btcl_r32_r32
[----------] - Starting with OPC = btcq_r64_imm8
[----------] Seed is 1463511742590511
[----------] * btcq $0xff, %rcx # OPC=btcq_r64_imm8
[----------] * btcq $0x10, %rsi # OPC=btcq_r64_imm8
[----------] * btcq $0x80, %rcx # OPC=btcq_r64_imm8
[----------] * btcq $0x80, %rcx # OPC=btcq_r64_imm8
[----------] * btcq $0x0, %rdx # OPC=btcq_r64_imm8
[----------] * btcq $0x1, %rdx # OPC=btcq_r64_imm8
[----------] * btcq $0xcc, %r10 # OPC=btcq_r64_imm8
[----------] * btcq $0xc0, %r14 # OPC=btcq_r64_imm8
[----------] * btcq $0x0, %r10 # OPC=btcq_r64_imm8
[----------] * btcq $0x88, %r15 # OPC=btcq_r64_imm8
[----------] - Starting with OPC = btcq_r64_r64
[----------] Seed is 1463511742592189
[----------] * btcq %rsi, %r12 # OPC=btcq_r64_r64
[----------] * btcq %r15, %rax # OPC=btcq_r64_r64
[----------] * btcq %r14, %r8 # OPC=btcq_r64_r64
[----------] * btcq %rbp, %rsp # OPC=btcq_r64_r64
[----------] * btcq %rdi, %r8 # OPC=btcq_r64_r64
[----------] * btcq %rax, %r10 # OPC=btcq_r64_r64
[----------] * btcq %rdx, %rdx # OPC=btcq_r64_r64
[----------] * btcq %rsp, %rax # OPC=btcq_r64_r64
[----------] * btcq %rsi, %rsp # OPC=btcq_r64_r64
[----------] * btcq %r8, %r9 # OPC=btcq_r64_r64
[----------] - Starting with OPC = btrw_m16_imm8
[----------] Seed is 1463511742593907
[----------] * btrw $0x0, -0x300008(%rip) # OPC=btrw_m16_imm8
[----------] * btrw $0xc0, 0xf7(%rip) # OPC=btrw_m16_imm8
[----------] * btrw $0x0, 0x5dcffff7(%rip) # OPC=btrw_m16_imm8
[----------] * btrw $0xff, -0x10(,%rdx,2) # OPC=btrw_m16_imm8
[----------] * btrw $0xf0, 0x5dcffff7(%rip) # OPC=btrw_m16_imm8
[----------] * btrw $0x80, 0x64(%rdx) # OPC=btrw_m16_imm8
[----------] * btrw $0xfd, 0xf7(%rip) # OPC=btrw_m16_imm8
[----------] * btrw $0x10, 0x5dcffff7(%rip) # OPC=btrw_m16_imm8
[----------] * btrw $0x50, 0x5dcffff7(%rip) # OPC=btrw_m16_imm8
[----------] * btrw $0x1, 0x5dcffff7(%rip) # OPC=btrw_m16_imm8
[----------] - Starting with OPC = btrw_m16_r16
[----------] Seed is 1463511742595760
[----------] * btrw %si, 0x5dcffff8(%rip) # OPC=btrw_m16_r16
[----------] * btrw %r10w, 0x5dcffff7(%rip) # OPC=btrw_m16_r16
[----------] * btrw %bx, (%rdi,%rcx,1) # OPC=btrw_m16_r16
[----------] * btrw %si, 0x7ffffff8(%rip) # OPC=btrw_m16_r16
[----------] * btrw %r13w, 0x5dcffff7(%rip) # OPC=btrw_m16_r16
[----------] * btrw %r13w, -0x300008(%rip) # OPC=btrw_m16_r16
[----------] * btrw %di, 0xf8(%rip) # OPC=btrw_m16_r16
[----------] * btrw %r15w, 0x5dcffff7(%rip) # OPC=btrw_m16_r16
[----------] * btrw %sp, 0x16(%r8) # OPC=btrw_m16_r16
[----------] * btrw %r15w, 0xf7(%rip) # OPC=btrw_m16_r16
[----------] - Starting with OPC = btrl_m32_imm8
[----------] Seed is 1463511742597485
[----------] * btrl $0x10, 0xf8(%rip) # OPC=btrl_m32_imm8
[----------] * btrl $0x3, 0x30(%r11d) # OPC=btrl_m32_imm8
[----------] * btrl $0xe0, 0x5dcffff8(%rip) # OPC=btrl_m32_imm8
[----------] * btrl $0x60, 0xf8(%rip) # OPC=btrl_m32_imm8
[----------] * btrl $0xf9, 0xf8(%rip) # OPC=btrl_m32_imm8
[----------] * btrl $0xff, 0x5dcffff8(%rip) # OPC=btrl_m32_imm8
[----------] * btrl $0x4, 0x5dcffff8(%rip) # OPC=btrl_m32_imm8
[----------] * btrl $0xff, 0x5(%r11d,%ebx,1) # OPC=btrl_m32_imm8
[----------] * btrl $0x5, 0x5dcffff8(%rip) # OPC=btrl_m32_imm8
[----------] * btrl $0x40, 0x5dcffff8(%rip) # OPC=btrl_m32_imm8
[----------] - Starting with OPC = btrl_m32_r32
[----------] Seed is 1463511742599684
[----------] * btrl %esi, 0xf9(%rip) # OPC=btrl_m32_r32
[----------] * btrl %r10d, -0x7(%r11d,%ebx,4) # OPC=btrl_m32_r32
[----------] * btrl %r14d, 0x5dcffff8(%rip) # OPC=btrl_m32_r32
[----------] * btrl %ecx, 0x5dcffff9(%rip) # OPC=btrl_m32_r32
[----------] * btrl %ebx, 0xf9(%rip) # OPC=btrl_m32_r32
[----------] * btrl %esp, 0x5dcffff9(%rip) # OPC=btrl_m32_r32
[----------] * btrl %ebp, -0x10(,%rdx,2) # OPC=btrl_m32_r32
[----------] * btrl %esi, 0x5dcffff9(%rip) # OPC=btrl_m32_r32
[----------] * btrl %eax, 0xf9(%rip) # OPC=btrl_m32_r32
[----------] * btrl %r13d, -0x7(%r11d,%ebx,4) # OPC=btrl_m32_r32
[----------] - Starting with OPC = btrq_m64_imm8
[----------] Seed is 1463511742601631
[----------] * btrq $0x1, (%rdi,%rcx,1) # OPC=btrq_m64_imm8
[----------] * btrq $0x4, 0x7ffffff7(%rip) # OPC=btrq_m64_imm8
[----------] * btrq $0x7f, (%r11d) # OPC=btrq_m64_imm8
[----------] * btrq $0x22, 0xf7(%rip) # OPC=btrq_m64_imm8
[----------] * btrq $0x64, 0xf7(%rip) # OPC=btrq_m64_imm8
[----------] * btrq $0xcc, 0x5dcffff7(%rip) # OPC=btrq_m64_imm8
[----------] * btrq $0x5, 0x5dcffff7(%rip) # OPC=btrq_m64_imm8
[----------] * btrq $0xff, 0xf7(%rip) # OPC=btrq_m64_imm8
[----------] * btrq $0x50, 0x16(%r8) # OPC=btrq_m64_imm8
[----------] * btrq $0xfd, 0xf7(%rip) # OPC=btrq_m64_imm8
[----------] - Starting with OPC = btrq_m64_r64
[----------] Seed is 1463511742603311
[----------] * btrq %rbx, 0xf8(%rip) # OPC=btrq_m64_r64
[----------] * btrq %rdx, -0x300007(%rip) # OPC=btrq_m64_r64
[----------] * btrq %rax, -0x300007(%rip) # OPC=btrq_m64_r64
[----------] * btrq %r15, 0xf8(%rip) # OPC=btrq_m64_r64
[----------] * btrq %rcx, (%rdi,%rcx,1) # OPC=btrq_m64_r64
[----------] * btrq %r10, 0xf8(%rip) # OPC=btrq_m64_r64
[----------] * btrq %r11, -0x7(%r11d,%ebx,4) # OPC=btrq_m64_r64
[----------] * btrq %r9, 0x5dcffff8(%rip) # OPC=btrq_m64_r64
[----------] * btrq %rcx, (%rdi,%rcx,1) # OPC=btrq_m64_r64
[----------] * btrq %rcx, (%r11d,%ebx,1) # OPC=btrq_m64_r64
[----------] - Starting with OPC = btrw_r16_imm8
[----------] Seed is 1463511742604976
[----------] * btrw $0x7, %cx # OPC=btrw_r16_imm8
[----------] * btrw $0xff, %dx # OPC=btrw_r16_imm8
[----------] * btrw $0x10, %r11w # OPC=btrw_r16_imm8
[----------] * btrw $0x4, %sp # OPC=btrw_r16_imm8
[----------] * btrw $0xff, %r8w # OPC=btrw_r16_imm8
[----------] * btrw $0x8, %bp # OPC=btrw_r16_imm8
[----------] * btrw $0xff, %bp # OPC=btrw_r16_imm8
[----------] * btrw $0x0, %dx # OPC=btrw_r16_imm8
[----------] * btrw $0x6, %bp # OPC=btrw_r16_imm8
[----------] * btrw $0xff, %r9w # OPC=btrw_r16_imm8
[----------] - Starting with OPC = btrw_r16_r16
[----------] Seed is 1463511742606229
[----------] * btrw %r15w, %r11w # OPC=btrw_r16_r16
[----------] * btrw %cx, %r8w # OPC=btrw_r16_r16
[----------] * btrw %di, %bx # OPC=btrw_r16_r16
[----------] * btrw %r10w, %r13w # OPC=btrw_r16_r16
[----------] * btrw %r14w, %r14w # OPC=btrw_r16_r16
[----------] * btrw %sp, %cx # OPC=btrw_r16_r16
[----------] * btrw %r15w, %r12w # OPC=btrw_r16_r16
[----------] * btrw %bx, %bp # OPC=btrw_r16_r16
[----------] * btrw %r10w, %dx # OPC=btrw_r16_r16
[----------] * btrw %bp, %r10w # OPC=btrw_r16_r16
[----------] - Starting with OPC = btrl_r32_imm8
[----------] Seed is 1463511742608057
[----------] * btrl $0xe0, %r15d # OPC=btrl_r32_imm8
[----------] * btrl $0x20, %r14d # OPC=btrl_r32_imm8
[----------] * btrl $0x5, %esp # OPC=btrl_r32_imm8
[----------] * btrl $0x80, %r10d # OPC=btrl_r32_imm8
[----------] * btrl $0x70, %ebp # OPC=btrl_r32_imm8
[----------] * btrl $0x4, %r8d # OPC=btrl_r32_imm8
[----------] * btrl $0xe0, %edi # OPC=btrl_r32_imm8
[----------] * btrl $0xff, %r14d # OPC=btrl_r32_imm8
[----------] * btrl $0x1, %r9d # OPC=btrl_r32_imm8
[----------] * btrl $0x3, %edx # OPC=btrl_r32_imm8
[----------] - Starting with OPC = btrl_r32_r32
[----------] Seed is 1463511742609912
[----------] * btrl %r9d, %edx # OPC=btrl_r32_r32
[----------] * btrl %r15d, %r8d # OPC=btrl_r32_r32
[----------] * btrl %esi, %ecx # OPC=btrl_r32_r32
[----------] * btrl %edx, %r9d # OPC=btrl_r32_r32
[----------] * btrl %r12d, %ebx # OPC=btrl_r32_r32
[----------] * btrl %ebx, %r13d # OPC=btrl_r32_r32
[----------] * btrl %r14d, %r15d # OPC=btrl_r32_r32
[----------] * btrl %ebp, %ebp # OPC=btrl_r32_r32
[----------] * btrl %r13d, %esi # OPC=btrl_r32_r32
[----------] * btrl %ecx, %r14d # OPC=btrl_r32_r32
[----------] - Starting with OPC = btrq_r64_imm8
[----------] Seed is 1463511742611576
[----------] * btrq $0xfb, %r13 # OPC=btrq_r64_imm8
[----------] * btrq $0xf8, %r15 # OPC=btrq_r64_imm8
[----------] * btrq $0x80, %r11 # OPC=btrq_r64_imm8
[----------] * btrq $0xff, %rdi # OPC=btrq_r64_imm8
[----------] * btrq $0xfd, %r13 # OPC=btrq_r64_imm8
[----------] * btrq $0x50, %r10 # OPC=btrq_r64_imm8
[----------] * btrq $0x1, %r14 # OPC=btrq_r64_imm8
[----------] * btrq $0xde, %r9 # OPC=btrq_r64_imm8
[----------] * btrq $0xfa, %rbx # OPC=btrq_r64_imm8
[----------] * btrq $0x20, %rdx # OPC=btrq_r64_imm8
[----------] - Starting with OPC = btrq_r64_r64
[----------] Seed is 1463511742613077
[----------] * btrq %rbp, %r15 # OPC=btrq_r64_r64
[----------] * btrq %r12, %r8 # OPC=btrq_r64_r64
[----------] * btrq %rbx, %r12 # OPC=btrq_r64_r64
[----------] * btrq %r15, %r15 # OPC=btrq_r64_r64
[----------] * btrq %r12, %r11 # OPC=btrq_r64_r64
[----------] * btrq %r9, %rbp # OPC=btrq_r64_r64
[----------] * btrq %r10, %rsi # OPC=btrq_r64_r64
[----------] * btrq %rdi, %rsi # OPC=btrq_r64_r64
[----------] * btrq %r15, %r10 # OPC=btrq_r64_r64
[----------] * btrq %rdi, %r11 # OPC=btrq_r64_r64
[----------] - Starting with OPC = btsw_m16_imm8
[----------] Seed is 1463511742614506
[----------] * btsw $0xfd, 0x5(%r11d,%ebx,1) # OPC=btsw_m16_imm8
[----------] * btsw $0x80, 0x5dcffff7(%rip) # OPC=btsw_m16_imm8
[----------] * btsw $0x88, 0x5dcffff7(%rip) # OPC=btsw_m16_imm8
[----------] * btsw $0x80, (%r11d,%ebx,1) # OPC=btsw_m16_imm8
[----------] * btsw $0x0, 0x5dcffff7(%rip) # OPC=btsw_m16_imm8
[----------] * btsw $0xff, 0x16(%r8) # OPC=btsw_m16_imm8
[----------] * btsw $0x80, 0x5(%r11d,%ebx,1) # OPC=btsw_m16_imm8
[----------] * btsw $0x1, (%rdi,%rcx,1) # OPC=btsw_m16_imm8
[----------] * btsw $0xff, 0x30(%r11d) # OPC=btsw_m16_imm8
[----------] * btsw $0xe0, 0xf7(%rip) # OPC=btsw_m16_imm8
[----------] - Starting with OPC = btsw_m16_r16
[----------] Seed is 1463511742616315
[----------] * btsw %r8w, 0xf7(%rip) # OPC=btsw_m16_r16
[----------] * btsw %si, 0xf8(%rip) # OPC=btsw_m16_r16
[----------] * btsw %r15w, 0x5dcffff7(%rip) # OPC=btsw_m16_r16
[----------] * btsw %r11w, -0x7(%r11d,%ebx,4) # OPC=btsw_m16_r16
[----------] * btsw %di, (%rax) # OPC=btsw_m16_r16
[----------] * btsw %r9w, 0xf7(%rip) # OPC=btsw_m16_r16
[----------] * btsw %r11w, 0x5dcffff7(%rip) # OPC=btsw_m16_r16
[----------] * btsw %r8w, 0x5dcffff7(%rip) # OPC=btsw_m16_r16
[----------] * btsw %r10w, 0xf7(%rip) # OPC=btsw_m16_r16
[----------] * btsw %r12w, 0x64(%rdx) # OPC=btsw_m16_r16
[----------] - Starting with OPC = btsl_m32_imm8
[----------] Seed is 1463511742618301
[----------] * btsl $0xff, 0xf8(%rip) # OPC=btsl_m32_imm8
[----------] * btsl $0xff, 0x7ffffff8(%rip) # OPC=btsl_m32_imm8
[----------] * btsl $0xe0, 0xf8(%rip) # OPC=btsl_m32_imm8
[----------] * btsl $0x64, 0x5dcffff8(%rip) # OPC=btsl_m32_imm8
[----------] * btsl $0x3, 0xf8(%rip) # OPC=btsl_m32_imm8
[----------] * btsl $0x20, 0x5dcffff8(%rip) # OPC=btsl_m32_imm8
[----------] * btsl $0x4, 0xf8(%rip) # OPC=btsl_m32_imm8
[----------] * btsl $0xf0, 0x7ffffff8(%rip) # OPC=btsl_m32_imm8
[----------] * btsl $0xfd, 0x5dcffff8(%rip) # OPC=btsl_m32_imm8
[----------] * btsl $0x6, 0xf8(%rip) # OPC=btsl_m32_imm8
[----------] - Starting with OPC = btsl_m32_r32
[----------] Seed is 1463511742620191
[----------] * btsl %ecx, 0xf9(%rip) # OPC=btsl_m32_r32
[----------] * btsl %esi, (%r11d,%ebx,4) # OPC=btsl_m32_r32
[----------] * btsl %eax, (%r11d,%ebx,1) # OPC=btsl_m32_r32
[----------] * btsl %r12d, (%rdi,%rcx,1) # OPC=btsl_m32_r32
[----------] * btsl %r10d, -0x300007(%rip) # OPC=btsl_m32_r32
[----------] * btsl %esp, 0xf9(%rip) # OPC=btsl_m32_r32
[----------] * btsl %r9d, 0xf8(%rip) # OPC=btsl_m32_r32
[----------] * btsl %r11d, 0xf8(%rip) # OPC=btsl_m32_r32
[----------] * btsl %esi, 0x5dcffff9(%rip) # OPC=btsl_m32_r32
[----------] * btsl %r8d, 0x7ffffff8(%rip) # OPC=btsl_m32_r32
[----------] - Starting with OPC = btsq_m64_imm8
[----------] Seed is 1463511742622064
[----------] * btsq $0x0, 0x5dcffff7(%rip) # OPC=btsq_m64_imm8
[----------] * btsq $0xd0, (%r11d,%ebx,4) # OPC=btsq_m64_imm8
[----------] * btsq $0xe0, -0x300008(%rip) # OPC=btsq_m64_imm8
[----------] * btsq $0x22, 0x5dcffff7(%rip) # OPC=btsq_m64_imm8
[----------] * btsq $0x2, 0xf7(%rip) # OPC=btsq_m64_imm8
[----------] * btsq $0xe0, 0x5dcffff7(%rip) # OPC=btsq_m64_imm8
[----------] * btsq $0xf8, 0x5dcffff7(%rip) # OPC=btsq_m64_imm8
[----------] * btsq $0xff, 0xf7(%rip) # OPC=btsq_m64_imm8
[----------] * btsq $0xfa, 0x5dcffff7(%rip) # OPC=btsq_m64_imm8
[----------] * btsq $0xff, -0x64(%rax,%rcx,4) # OPC=btsq_m64_imm8
[----------] - Starting with OPC = btsq_m64_r64
[----------] Seed is 1463511742623348
[----------] * btsq %r11, 0x5dcffff8(%rip) # OPC=btsq_m64_r64
[----------] * btsq %r11, 0x5dcffff8(%rip) # OPC=btsq_m64_r64
[----------] * btsq %rcx, 0x5(%r11d,%ebx,1) # OPC=btsq_m64_r64
[----------] * btsq %r8, -0x300007(%rip) # OPC=btsq_m64_r64
[----------] * btsq %rcx, 0x5dcffff8(%rip) # OPC=btsq_m64_r64
[----------] * btsq %rsi, -0x7(%r11d,%ebx,4) # OPC=btsq_m64_r64
[----------] * btsq %r8, -0x10(,%rdx,2) # OPC=btsq_m64_r64
[----------] * btsq %r11, 0x16(%r8) # OPC=btsq_m64_r64
[----------] * btsq %rdi, 0x30(%r11d) # OPC=btsq_m64_r64
[----------] * btsq %rdx, 0x5dcffff8(%rip) # OPC=btsq_m64_r64
[----------] - Starting with OPC = btsw_r16_imm8
[----------] Seed is 1463511742625430
[----------] * btsw $0x0, %r9w # OPC=btsw_r16_imm8
[----------] * btsw $0x1, %r15w # OPC=btsw_r16_imm8
[----------] * btsw $0x4, %r12w # OPC=btsw_r16_imm8
[----------] * btsw $0xff, %r8w # OPC=btsw_r16_imm8
[----------] * btsw $0x2, %r8w # OPC=btsw_r16_imm8
[----------] * btsw $0x10, %r14w # OPC=btsw_r16_imm8
[----------] * btsw $0xfc, %sp # OPC=btsw_r16_imm8
[----------] * btsw $0x80, %r15w # OPC=btsw_r16_imm8
[----------] * btsw $0xff, %r13w # OPC=btsw_r16_imm8
[----------] * btsw $0x88, %bp # OPC=btsw_r16_imm8
[----------] - Starting with OPC = btsw_r16_r16
[----------] Seed is 1463511742627569
[----------] * btsw %di, %r14w # OPC=btsw_r16_r16
[----------] * btsw %dx, %r9w # OPC=btsw_r16_r16
[----------] * btsw %r11w, %dx # OPC=btsw_r16_r16
[----------] * btsw %dx, %bp # OPC=btsw_r16_r16
[----------] * btsw %di, %r8w # OPC=btsw_r16_r16
[----------] * btsw %sp, %di # OPC=btsw_r16_r16
[----------] * btsw %ax, %r15w # OPC=btsw_r16_r16
[----------] * btsw %r15w, %r10w # OPC=btsw_r16_r16
[----------] * btsw %r8w, %r11w # OPC=btsw_r16_r16
[----------] * btsw %r13w, %di # OPC=btsw_r16_r16
[----------] - Starting with OPC = btsl_r32_imm8
[----------] Seed is 1463511742629085
[----------] * btsl $0x2, %ecx # OPC=btsl_r32_imm8
[----------] * btsl $0x0, %r9d # OPC=btsl_r32_imm8
[----------] * btsl $0x30, %r15d # OPC=btsl_r32_imm8
[----------] * btsl $0xfc, %r10d # OPC=btsl_r32_imm8
[----------] * btsl $0x0, %esp # OPC=btsl_r32_imm8
[----------] * btsl $0xfc, %esp # OPC=btsl_r32_imm8
[----------] * btsl $0x60, %esp # OPC=btsl_r32_imm8
[----------] * btsl $0xcc, %ebx # OPC=btsl_r32_imm8
[----------] * btsl $0xe0, %esi # OPC=btsl_r32_imm8
[----------] * btsl $0x70, %r14d # OPC=btsl_r32_imm8
[----------] - Starting with OPC = btsl_r32_r32
[----------] Seed is 1463511742630357
[----------] * btsl %esi, %eax # OPC=btsl_r32_r32
[----------] * btsl %esp, %r14d # OPC=btsl_r32_r32
[----------] * btsl %r13d, %r15d # OPC=btsl_r32_r32
[----------] * btsl %r15d, %edx # OPC=btsl_r32_r32
[----------] * btsl %r8d, %eax # OPC=btsl_r32_r32
[----------] * btsl %r14d, %edx # OPC=btsl_r32_r32
[----------] * btsl %r8d, %r9d # OPC=btsl_r32_r32
[----------] * btsl %ebp, %r8d # OPC=btsl_r32_r32
[----------] * btsl %esp, %r12d # OPC=btsl_r32_r32
[----------] * btsl %r11d, %r15d # OPC=btsl_r32_r32
[----------] - Starting with OPC = btsq_r64_imm8
[----------] Seed is 1463511742632557
[----------] * btsq $0xff, %r10 # OPC=btsq_r64_imm8
[----------] * btsq $0x88, %rdx # OPC=btsq_r64_imm8
[----------] * btsq $0x22, %rsp # OPC=btsq_r64_imm8
[----------] * btsq $0xd0, %r14 # OPC=btsq_r64_imm8
[----------] * btsq $0xde, %r12 # OPC=btsq_r64_imm8
[----------] * btsq $0xff, %r15 # OPC=btsq_r64_imm8
[----------] * btsq $0x6, %r12 # OPC=btsq_r64_imm8
[----------] * btsq $0xc0, %rax # OPC=btsq_r64_imm8
[----------] * btsq $0x6, %r11 # OPC=btsq_r64_imm8
[----------] * btsq $0xe0, %rdx # OPC=btsq_r64_imm8
[----------] - Starting with OPC = btsq_r64_r64
[----------] Seed is 1463511742634349
[----------] * btsq %rsi, %rsi # OPC=btsq_r64_r64
[----------] * btsq %r14, %r13 # OPC=btsq_r64_r64
[----------] * btsq %r13, %rbp # OPC=btsq_r64_r64
[----------] * btsq %rax, %r13 # OPC=btsq_r64_r64
[----------] * btsq %rbp, %r10 # OPC=btsq_r64_r64
[----------] * btsq %rbp, %rcx # OPC=btsq_r64_r64
[----------] * btsq %rbx, %rsp # OPC=btsq_r64_r64
[----------] * btsq %r15, %r15 # OPC=btsq_r64_r64
[----------] * btsq %r12, %r11 # OPC=btsq_r64_r64
[----------] * btsq %rbx, %r12 # OPC=btsq_r64_r64
[----------] - Starting with OPC = callq_label
[----------] Seed is 1463511742636137
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] - Starting with OPC = cbtw
[----------] Seed is 1463511742636232
[----------] * cbtw # OPC=cbtw
[----------] * cbtw # OPC=cbtw
[----------] * cbtw # OPC=cbtw
[----------] * cbtw # OPC=cbtw
[----------] * cbtw # OPC=cbtw
[----------] * cbtw # OPC=cbtw
[----------] * cbtw # OPC=cbtw
[----------] * cbtw # OPC=cbtw
[----------] * cbtw # OPC=cbtw
[----------] * cbtw # OPC=cbtw
[----------] - Starting with OPC = cltd
[----------] Seed is 1463511742637336
[----------] * cltd # OPC=cltd
[----------] * cltd # OPC=cltd
[----------] * cltd # OPC=cltd
[----------] * cltd # OPC=cltd
[----------] * cltd # OPC=cltd
[----------] * cltd # OPC=cltd
[----------] * cltd # OPC=cltd
[----------] * cltd # OPC=cltd
[----------] * cltd # OPC=cltd
[----------] * cltd # OPC=cltd
[----------] - Starting with OPC = cltq
[----------] Seed is 1463511742639907
[----------] * cltq # OPC=cltq
[----------] * cltq # OPC=cltq
[----------] * cltq # OPC=cltq
[----------] * cltq # OPC=cltq
[----------] * cltq # OPC=cltq
[----------] * cltq # OPC=cltq
[----------] * cltq # OPC=cltq
[----------] * cltq # OPC=cltq
[----------] * cltq # OPC=cltq
[----------] * cltq # OPC=cltq
[----------] - Starting with OPC = clc
[----------] Seed is 1463511742641568
[----------] * clc # OPC=clc
[----------] * clc # OPC=clc
[----------] * clc # OPC=clc
[----------] * clc # OPC=clc
[----------] * clc # OPC=clc
[----------] * clc # OPC=clc
[----------] * clc # OPC=clc
[----------] * clc # OPC=clc
[----------] * clc # OPC=clc
[----------] * clc # OPC=clc
[----------] - Starting with OPC = cmc
[----------] Seed is 1463511742643059
[----------] * cmc # OPC=cmc
[----------] * cmc # OPC=cmc
[----------] * cmc # OPC=cmc
[----------] * cmc # OPC=cmc
[----------] * cmc # OPC=cmc
[----------] * cmc # OPC=cmc
[----------] * cmc # OPC=cmc
[----------] * cmc # OPC=cmc
[----------] * cmc # OPC=cmc
[----------] * cmc # OPC=cmc
[----------] - Starting with OPC = cmovaw_r16_m16
[----------] Seed is 1463511742644735
[----------] * cmovaw 0x5(%r11d,%ebx,1), %r14w # OPC=cmovaw_r16_m16
[----------] * cmovaw 0xf8(%rip), %ax # OPC=cmovaw_r16_m16
[----------] * cmovaw -0x8(%rip), %cx # OPC=cmovaw_r16_m16
[----------] * cmovaw -0x10(,%rdx,2), %bp # OPC=cmovaw_r16_m16
[----------] * cmovaw 0xf8(%rip), %di # OPC=cmovaw_r16_m16
[----------] * cmovaw (%r11d,%ebx,4), %di # OPC=cmovaw_r16_m16
[----------] * cmovaw 0x5dcffff8(%rip), %si # OPC=cmovaw_r16_m16
[----------] * cmovaw 0xf8(%rip), %bx # OPC=cmovaw_r16_m16
[----------] * cmovaw 0xf7(%rip), %r10w # OPC=cmovaw_r16_m16
[----------] * cmovaw 0x7ffffff7(%rip), %r14w # OPC=cmovaw_r16_m16
[----------] - Starting with OPC = cmovaw_r16_r16
[----------] Seed is 1463511742646226
[----------] * cmovaw %dx, %bp # OPC=cmovaw_r16_r16
[----------] * cmovaw %r15w, %r15w # OPC=cmovaw_r16_r16
[----------] * cmovaw %ax, %r10w # OPC=cmovaw_r16_r16
[----------] * cmovaw %dx, %ax # OPC=cmovaw_r16_r16
[----------] * cmovaw %r15w, %r15w # OPC=cmovaw_r16_r16
[----------] * cmovaw %bp, %r8w # OPC=cmovaw_r16_r16
[----------] * cmovaw %r12w, %dx # OPC=cmovaw_r16_r16
[----------] * cmovaw %bx, %bx # OPC=cmovaw_r16_r16
[----------] * cmovaw %di, %di # OPC=cmovaw_r16_r16
[----------] * cmovaw %r14w, %cx # OPC=cmovaw_r16_r16
[----------] - Starting with OPC = cmoval_r32_m32
[----------] Seed is 1463511742648149
[----------] * cmoval 0x64(%rsp,%rdx,8), %ebp # OPC=cmoval_r32_m32
[----------] * cmoval 0x5dcffff8(%rip), %r12d # OPC=cmoval_r32_m32
[----------] * cmoval 0xf9(%rip), %esi # OPC=cmoval_r32_m32
[----------] * cmoval 0xf9(%rip), %edi # OPC=cmoval_r32_m32
[----------] * cmoval -0x300006(%rip), %edi # OPC=cmoval_r32_m32
[----------] * cmoval 0x5dcffff9(%rip), %esi # OPC=cmoval_r32_m32
[----------] * cmoval 0xf8(%rip), %r11d # OPC=cmoval_r32_m32
[----------] * cmoval 0x64(%rsp,%rdx,8), %edi # OPC=cmoval_r32_m32
[----------] * cmoval -0x10(,%rdx,2), %r14d # OPC=cmoval_r32_m32
[----------] * cmoval 0xf9(%rip), %edx # OPC=cmoval_r32_m32
[----------] - Starting with OPC = cmoval_r32_r32
[----------] Seed is 1463511742649628
[----------] * cmoval %esi, %r14d # OPC=cmoval_r32_r32
[----------] * cmoval %r8d, %edi # OPC=cmoval_r32_r32
[----------] * cmoval %ebp, %r11d # OPC=cmoval_r32_r32
[----------] * cmoval %r11d, %r8d # OPC=cmoval_r32_r32
[----------] * cmoval %ebx, %r8d # OPC=cmoval_r32_r32
[----------] * cmoval %r9d, %r9d # OPC=cmoval_r32_r32
[----------] * cmoval %r15d, %r13d # OPC=cmoval_r32_r32
[----------] * cmoval %edx, %r9d # OPC=cmoval_r32_r32
[----------] * cmoval %r14d, %r9d # OPC=cmoval_r32_r32
[----------] * cmoval %ebp, %r8d # OPC=cmoval_r32_r32
[----------] - Starting with OPC = cmovaq_r64_m64
[----------] Seed is 1463511742651147
[----------] * cmovaq 0x5dcffff8(%rip), %rbp # OPC=cmovaq_r64_m64
[----------] * cmovaq 0x64(%rsp,%rdx,8), %r12 # OPC=cmovaq_r64_m64
[----------] * cmovaq 0x5dcffff8(%rip), %rsi # OPC=cmovaq_r64_m64
[----------] * cmovaq 0xf8(%rip), %r11 # OPC=cmovaq_r64_m64
[----------] * cmovaq 0x5dcffff8(%rip), %rsp # OPC=cmovaq_r64_m64
[----------] * cmovaq 0xf8(%rip), %rdi # OPC=cmovaq_r64_m64
[----------] * cmovaq 0x64(%rsp,%rdx,8), %rbp # OPC=cmovaq_r64_m64
[----------] * cmovaq -0x8(%rip), %rdi # OPC=cmovaq_r64_m64
[----------] * cmovaq 0x5dcffff8(%rip), %r14 # OPC=cmovaq_r64_m64
[----------] * cmovaq 0x16(%r8), %r12 # OPC=cmovaq_r64_m64
[----------] - Starting with OPC = cmovaq_r64_r64
[----------] Seed is 1463511742653465
[----------] * cmovaq %r14, %rsp # OPC=cmovaq_r64_r64
[----------] * cmovaq %r8, %r14 # OPC=cmovaq_r64_r64
[----------] * cmovaq %r10, %r14 # OPC=cmovaq_r64_r64
[----------] * cmovaq %rbp, %rax # OPC=cmovaq_r64_r64
[----------] * cmovaq %rdi, %rdi # OPC=cmovaq_r64_r64
[----------] * cmovaq %rsp, %rbx # OPC=cmovaq_r64_r64
[----------] * cmovaq %rbx, %rdx # OPC=cmovaq_r64_r64
[----------] * cmovaq %rbp, %rsi # OPC=cmovaq_r64_r64
[----------] * cmovaq %r14, %rax # OPC=cmovaq_r64_r64
[----------] * cmovaq %rbx, %r12 # OPC=cmovaq_r64_r64
[----------] - Starting with OPC = cmovaew_r16_m16
[----------] Seed is 1463511742654924
[----------] * cmovaew -0x300007(%rip), %di # OPC=cmovaew_r16_m16
[----------] * cmovaew (%r11d,%ebx,1), %r15w # OPC=cmovaew_r16_m16
[----------] * cmovaew 0xf7(%rip), %r14w # OPC=cmovaew_r16_m16
[----------] * cmovaew -0x10(,%rdx,2), %r15w # OPC=cmovaew_r16_m16
[----------] * cmovaew 0x5dcffff8(%rip), %dx # OPC=cmovaew_r16_m16
[----------] * cmovaew 0x64(%rdx), %r10w # OPC=cmovaew_r16_m16
[----------] * cmovaew 0xf8(%rip), %ax # OPC=cmovaew_r16_m16
[----------] * cmovaew 0xf8(%rip), %di # OPC=cmovaew_r16_m16
[----------] * cmovaew 0x5dcffff8(%rip), %bp # OPC=cmovaew_r16_m16
[----------] * cmovaew 0x5(%r11d,%ebx,1), %dx # OPC=cmovaew_r16_m16
[----------] - Starting with OPC = cmovaew_r16_r16
[----------] Seed is 1463511742656759
[----------] * cmovaew %bp, %bx # OPC=cmovaew_r16_r16
[----------] * cmovaew %r9w, %bp # OPC=cmovaew_r16_r16
[----------] * cmovaew %dx, %r14w # OPC=cmovaew_r16_r16
[----------] * cmovaew %r10w, %r15w # OPC=cmovaew_r16_r16
[----------] * cmovaew %cx, %bp # OPC=cmovaew_r16_r16
[----------] * cmovaew %r11w, %r8w # OPC=cmovaew_r16_r16
[----------] * cmovaew %bp, %si # OPC=cmovaew_r16_r16
[----------] * cmovaew %sp, %ax # OPC=cmovaew_r16_r16
[----------] * cmovaew %di, %r14w # OPC=cmovaew_r16_r16
[----------] * cmovaew %r10w, %si # OPC=cmovaew_r16_r16
[----------] - Starting with OPC = cmovael_r32_m32
[----------] Seed is 1463511742658281
[----------] * cmovael 0x5dcffff8(%rip), %r13d # OPC=cmovael_r32_m32
[----------] * cmovael -0x64(%rax,%rcx,4), %esi # OPC=cmovael_r32_m32
[----------] * cmovael 0x5dcffff8(%rip), %r8d # OPC=cmovael_r32_m32
[----------] * cmovael 0x5dcffff8(%rip), %r13d # OPC=cmovael_r32_m32
[----------] * cmovael 0xf8(%rip), %r9d # OPC=cmovael_r32_m32
[----------] * cmovael 0xf8(%rip), %r8d # OPC=cmovael_r32_m32
[----------] * cmovael 0x5dcffff8(%rip), %r10d # OPC=cmovael_r32_m32
[----------] * cmovael (%r11d,%ebx,1), %esp # OPC=cmovael_r32_m32
[----------] * cmovael (%rdi,%rcx,1), %r11d # OPC=cmovael_r32_m32
[----------] * cmovael (%rdi,%rcx,1), %esi # OPC=cmovael_r32_m32
[----------] - Starting with OPC = cmovael_r32_r32
[----------] Seed is 1463511742659931
[----------] * cmovael %esi, %r9d # OPC=cmovael_r32_r32
[----------] * cmovael %eax, %esi # OPC=cmovael_r32_r32
[----------] * cmovael %r9d, %eax # OPC=cmovael_r32_r32
[----------] * cmovael %r14d, %eax # OPC=cmovael_r32_r32
[----------] * cmovael %edi, %r10d # OPC=cmovael_r32_r32
[----------] * cmovael %r8d, %ebp # OPC=cmovael_r32_r32
[----------] * cmovael %r13d, %r10d # OPC=cmovael_r32_r32
[----------] * cmovael %r15d, %eax # OPC=cmovael_r32_r32
[----------] * cmovael %esi, %r9d # OPC=cmovael_r32_r32
[----------] * cmovael %esi, %r14d # OPC=cmovael_r32_r32
[----------] - Starting with OPC = cmovaeq_r64_m64
[----------] Seed is 1463511742661563
[----------] * cmovaeq 0x5dcffff8(%rip), %r15 # OPC=cmovaeq_r64_m64
[----------] * cmovaeq 0xf8(%rip), %rbp # OPC=cmovaeq_r64_m64
[----------] * cmovaeq 0x5dcffff8(%rip), %r14 # OPC=cmovaeq_r64_m64
[----------] * cmovaeq -0x7(%r11d,%ebx,4), %rbx # OPC=cmovaeq_r64_m64
[----------] * cmovaeq 0x5dcffff8(%rip), %rsp # OPC=cmovaeq_r64_m64
[----------] * cmovaeq -0x300007(%rip), %r8 # OPC=cmovaeq_r64_m64
[----------] * cmovaeq 0x7ffffff8(%rip), %rbp # OPC=cmovaeq_r64_m64
[----------] * cmovaeq 0xf8(%rip), %r15 # OPC=cmovaeq_r64_m64
[----------] * cmovaeq -0x8(%rip), %r13 # OPC=cmovaeq_r64_m64
[----------] * cmovaeq 0x5dcffff8(%rip), %rdx # OPC=cmovaeq_r64_m64
[----------] - Starting with OPC = cmovaeq_r64_r64
[----------] Seed is 1463511742663501
[----------] * cmovaeq %rdx, %rax # OPC=cmovaeq_r64_r64
[----------] * cmovaeq %r13, %r8 # OPC=cmovaeq_r64_r64
[----------] * cmovaeq %r8, %rbx # OPC=cmovaeq_r64_r64
[----------] * cmovaeq %rsi, %r9 # OPC=cmovaeq_r64_r64
[----------] * cmovaeq %r12, %r10 # OPC=cmovaeq_r64_r64
[----------] * cmovaeq %rbp, %r15 # OPC=cmovaeq_r64_r64
[----------] * cmovaeq %r13, %rcx # OPC=cmovaeq_r64_r64
[----------] * cmovaeq %rbx, %rcx # OPC=cmovaeq_r64_r64
[----------] * cmovaeq %rbp, %r12 # OPC=cmovaeq_r64_r64
[----------] * cmovaeq %r12, %r11 # OPC=cmovaeq_r64_r64
[----------] - Starting with OPC = cmovbw_r16_m16
[----------] Seed is 1463511742665190
[----------] * cmovbw 0xf8(%rip), %di # OPC=cmovbw_r16_m16
[----------] * cmovbw 0xf8(%rip), %di # OPC=cmovbw_r16_m16
[----------] * cmovbw (%rax), %r11w # OPC=cmovbw_r16_m16
[----------] * cmovbw 0x5dcffff8(%rip), %si # OPC=cmovbw_r16_m16
[----------] * cmovbw (%rdi,%rcx,1), %r11w # OPC=cmovbw_r16_m16
[----------] * cmovbw 0xf7(%rip), %r14w # OPC=cmovbw_r16_m16
[----------] * cmovbw 0x5dcffff8(%rip), %bx # OPC=cmovbw_r16_m16
[----------] * cmovbw -0x64(%rax,%rcx,4), %r11w # OPC=cmovbw_r16_m16
[----------] * cmovbw 0x7ffffff7(%rip), %r10w # OPC=cmovbw_r16_m16
[----------] * cmovbw -0x64(%rax,%rcx,4), %r9w # OPC=cmovbw_r16_m16
[----------] - Starting with OPC = cmovbw_r16_r16
[----------] Seed is 1463511742666792
[----------] * cmovbw %r11w, %r12w # OPC=cmovbw_r16_r16
[----------] * cmovbw %si, %r8w # OPC=cmovbw_r16_r16
[----------] * cmovbw %sp, %di # OPC=cmovbw_r16_r16
[----------] * cmovbw %r11w, %r15w # OPC=cmovbw_r16_r16
[----------] * cmovbw %r13w, %dx # OPC=cmovbw_r16_r16
[----------] * cmovbw %r9w, %r12w # OPC=cmovbw_r16_r16
[----------] * cmovbw %ax, %r9w # OPC=cmovbw_r16_r16
[----------] * cmovbw %ax, %dx # OPC=cmovbw_r16_r16
[----------] * cmovbw %r12w, %r9w # OPC=cmovbw_r16_r16
[----------] * cmovbw %r12w, %r12w # OPC=cmovbw_r16_r16
[----------] - Starting with OPC = cmovbl_r32_m32
[----------] Seed is 1463511742668441
[----------] * cmovbl (%r11d,%ebx,1), %esi # OPC=cmovbl_r32_m32
[----------] * cmovbl -0x10(,%rdx,2), %edi # OPC=cmovbl_r32_m32
[----------] * cmovbl 0xf9(%rip), %ecx # OPC=cmovbl_r32_m32
[----------] * cmovbl (%r11d,%ebx,4), %r13d # OPC=cmovbl_r32_m32
[----------] * cmovbl -0x7(%r11d,%ebx,4), %edi # OPC=cmovbl_r32_m32
[----------] * cmovbl 0x5dcffff8(%rip), %r10d # OPC=cmovbl_r32_m32
[----------] * cmovbl 0x5dcffff9(%rip), %ebx # OPC=cmovbl_r32_m32
[----------] * cmovbl 0x5dcffff8(%rip), %r8d # OPC=cmovbl_r32_m32
[----------] * cmovbl 0x5dcffff8(%rip), %r13d # OPC=cmovbl_r32_m32
[----------] * cmovbl 0xf8(%rip), %r11d # OPC=cmovbl_r32_m32
[----------] - Starting with OPC = cmovbl_r32_r32
[----------] Seed is 1463511742670091
[----------] * cmovbl %ebx, %ecx # OPC=cmovbl_r32_r32
[----------] * cmovbl %eax, %r11d # OPC=cmovbl_r32_r32
[----------] * cmovbl %r14d, %ecx # OPC=cmovbl_r32_r32
[----------] * cmovbl %r11d, %r8d # OPC=cmovbl_r32_r32
[----------] * cmovbl %esi, %r10d # OPC=cmovbl_r32_r32
[----------] * cmovbl %esi, %r8d # OPC=cmovbl_r32_r32
[----------] * cmovbl %r15d, %ecx # OPC=cmovbl_r32_r32
[----------] * cmovbl %r13d, %eax # OPC=cmovbl_r32_r32
[----------] * cmovbl %r13d, %ebx # OPC=cmovbl_r32_r32
[----------] * cmovbl %r11d, %eax # OPC=cmovbl_r32_r32
[----------] - Starting with OPC = cmovbq_r64_m64
[----------] Seed is 1463511742671737
[----------] * cmovbq 0x5dcffff8(%rip), %rdi # OPC=cmovbq_r64_m64
[----------] * cmovbq 0xf8(%rip), %r9 # OPC=cmovbq_r64_m64
[----------] * cmovbq 0xf8(%rip), %r10 # OPC=cmovbq_r64_m64
[----------] * cmovbq 0x5(%r11d,%ebx,1), %r15 # OPC=cmovbq_r64_m64
[----------] * cmovbq (%r11d,%ebx,1), %rax # OPC=cmovbq_r64_m64
[----------] * cmovbq -0x300007(%rip), %rdx # OPC=cmovbq_r64_m64
[----------] * cmovbq (%rax), %r12 # OPC=cmovbq_r64_m64
[----------] * cmovbq 0x5dcffff8(%rip), %r15 # OPC=cmovbq_r64_m64
[----------] * cmovbq 0x5dcffff8(%rip), %r10 # OPC=cmovbq_r64_m64
[----------] * cmovbq 0x5(%r11d,%ebx,1), %r8 # OPC=cmovbq_r64_m64
[----------] - Starting with OPC = cmovbq_r64_r64
[----------] Seed is 1463511742673370
[----------] * cmovbq %r8, %r15 # OPC=cmovbq_r64_r64
[----------] * cmovbq %rsi, %r12 # OPC=cmovbq_r64_r64
[----------] * cmovbq %r15, %rbp # OPC=cmovbq_r64_r64
[----------] * cmovbq %r13, %r10 # OPC=cmovbq_r64_r64
[----------] * cmovbq %rdx, %r9 # OPC=cmovbq_r64_r64
[----------] * cmovbq %r14, %r9 # OPC=cmovbq_r64_r64
[----------] * cmovbq %r9, %r8 # OPC=cmovbq_r64_r64
[----------] * cmovbq %rdx, %r15 # OPC=cmovbq_r64_r64
[----------] * cmovbq %r15, %r14 # OPC=cmovbq_r64_r64
[----------] * cmovbq %r15, %r12 # OPC=cmovbq_r64_r64
[----------] - Starting with OPC = cmovbew_r16_m16
[----------] Seed is 1463511742674496
[----------] * cmovbew 0xf7(%rip), %r9w # OPC=cmovbew_r16_m16
[----------] * cmovbew 0x5dcffff7(%rip), %r13w # OPC=cmovbew_r16_m16
[----------] * cmovbew 0xf8(%rip), %di # OPC=cmovbew_r16_m16
[----------] * cmovbew 0x16(%r8), %r12w # OPC=cmovbew_r16_m16
[----------] * cmovbew 0x30(%r11d), %r13w # OPC=cmovbew_r16_m16
[----------] * cmovbew (%r11d,%ebx,4), %r15w # OPC=cmovbew_r16_m16
[----------] * cmovbew 0xf7(%rip), %r13w # OPC=cmovbew_r16_m16
[----------] * cmovbew 0x30(%r11d), %r14w # OPC=cmovbew_r16_m16
[----------] * cmovbew (%r11d,%ebx,4), %dx # OPC=cmovbew_r16_m16
[----------] * cmovbew 0x5dcffff7(%rip), %r10w # OPC=cmovbew_r16_m16
[----------] - Starting with OPC = cmovbew_r16_r16
[----------] Seed is 1463511742676153
[----------] * cmovbew %si, %r12w # OPC=cmovbew_r16_r16
[----------] * cmovbew %ax, %bp # OPC=cmovbew_r16_r16
[----------] * cmovbew %r14w, %r8w # OPC=cmovbew_r16_r16
[----------] * cmovbew %r14w, %r13w # OPC=cmovbew_r16_r16
[----------] * cmovbew %sp, %di # OPC=cmovbew_r16_r16
[----------] * cmovbew %dx, %r14w # OPC=cmovbew_r16_r16
[----------] * cmovbew %bx, %r14w # OPC=cmovbew_r16_r16
[----------] * cmovbew %r11w, %r9w # OPC=cmovbew_r16_r16
[----------] * cmovbew %sp, %bx # OPC=cmovbew_r16_r16
[----------] * cmovbew %di, %r10w # OPC=cmovbew_r16_r16
[----------] - Starting with OPC = cmovbel_r32_m32
[----------] Seed is 1463511742678288
[----------] * cmovbel 0x16(%r8), %r12d # OPC=cmovbel_r32_m32
[----------] * cmovbel 0xf8(%rip), %r11d # OPC=cmovbel_r32_m32
[----------] * cmovbel (%rdi,%rcx,1), %eax # OPC=cmovbel_r32_m32
[----------] * cmovbel 0x5dcffff8(%rip), %r15d # OPC=cmovbel_r32_m32
[----------] * cmovbel (%r11d), %r10d # OPC=cmovbel_r32_m32
[----------] * cmovbel 0xf8(%rip), %r12d # OPC=cmovbel_r32_m32
[----------] * cmovbel 0xf8(%rip), %r11d # OPC=cmovbel_r32_m32
[----------] * cmovbel (%rdi,%rcx,1), %ecx # OPC=cmovbel_r32_m32
[----------] * cmovbel 0xf9(%rip), %esi # OPC=cmovbel_r32_m32
[----------] * cmovbel 0xf8(%rip), %r14d # OPC=cmovbel_r32_m32
[----------] - Starting with OPC = cmovbel_r32_r32
[----------] Seed is 1463511742680080
[----------] * cmovbel %r12d, %r8d # OPC=cmovbel_r32_r32
[----------] * cmovbel %ebx, %r15d # OPC=cmovbel_r32_r32
[----------] * cmovbel %r15d, %esp # OPC=cmovbel_r32_r32
[----------] * cmovbel %r9d, %edi # OPC=cmovbel_r32_r32
[----------] * cmovbel %r11d, %r13d # OPC=cmovbel_r32_r32
[----------] * cmovbel %r8d, %r11d # OPC=cmovbel_r32_r32
[----------] * cmovbel %esp, %ecx # OPC=cmovbel_r32_r32
[----------] * cmovbel %esp, %r13d # OPC=cmovbel_r32_r32
[----------] * cmovbel %r10d, %r11d # OPC=cmovbel_r32_r32
[----------] * cmovbel %r10d, %esp # OPC=cmovbel_r32_r32
[----------] - Starting with OPC = cmovbeq_r64_m64
[----------] Seed is 1463511742681612
[----------] * cmovbeq 0xf8(%rip), %r13 # OPC=cmovbeq_r64_m64
[----------] * cmovbeq 0x30(%r11d), %rbx # OPC=cmovbeq_r64_m64
[----------] * cmovbeq (%rax), %r15 # OPC=cmovbeq_r64_m64
[----------] * cmovbeq 0xf8(%rip), %r10 # OPC=cmovbeq_r64_m64
[----------] * cmovbeq (%r11d,%ebx,1), %r15 # OPC=cmovbeq_r64_m64
[----------] * cmovbeq 0x5dcffff8(%rip), %rbx # OPC=cmovbeq_r64_m64
[----------] * cmovbeq 0xf8(%rip), %r15 # OPC=cmovbeq_r64_m64
[----------] * cmovbeq 0xf8(%rip), %rax # OPC=cmovbeq_r64_m64
[----------] * cmovbeq -0x64(%rax,%rcx,4), %rdi # OPC=cmovbeq_r64_m64
[----------] * cmovbeq 0xf8(%rip), %r13 # OPC=cmovbeq_r64_m64
[----------] - Starting with OPC = cmovbeq_r64_r64
[----------] Seed is 1463511742683245
[----------] * cmovbeq %r8, %rbp # OPC=cmovbeq_r64_r64
[----------] * cmovbeq %rax, %r15 # OPC=cmovbeq_r64_r64
[----------] * cmovbeq %r12, %r15 # OPC=cmovbeq_r64_r64
[----------] * cmovbeq %rbp, %r13 # OPC=cmovbeq_r64_r64
[----------] * cmovbeq %r11, %rsp # OPC=cmovbeq_r64_r64
[----------] * cmovbeq %r13, %rdx # OPC=cmovbeq_r64_r64
[----------] * cmovbeq %rax, %r8 # OPC=cmovbeq_r64_r64
[----------] * cmovbeq %rsi, %r14 # OPC=cmovbeq_r64_r64
[----------] * cmovbeq %r12, %rax # OPC=cmovbeq_r64_r64
[----------] * cmovbeq %rax, %rax # OPC=cmovbeq_r64_r64
[----------] - Starting with OPC = cmovcw_r16_m16
[----------] Seed is 1463511742684836
[----------] * cmovcw -0x10(,%rdx,2), %r13w # OPC=cmovcw_r16_m16
[----------] * cmovcw 0x5dcffff8(%rip), %bp # OPC=cmovcw_r16_m16
[----------] * cmovcw 0x5dcffff7(%rip), %r12w # OPC=cmovcw_r16_m16
[----------] * cmovcw 0xf7(%rip), %r9w # OPC=cmovcw_r16_m16
[----------] * cmovcw 0x7ffffff8(%rip), %ax # OPC=cmovcw_r16_m16
[----------] * cmovcw 0x16(%r8), %cx # OPC=cmovcw_r16_m16
[----------] * cmovcw (%r11d,%ebx,4), %r9w # OPC=cmovcw_r16_m16
[----------] * cmovcw -0x9(%rip), %r13w # OPC=cmovcw_r16_m16
[----------] * cmovcw 0x5dcffff7(%rip), %r8w # OPC=cmovcw_r16_m16
[----------] * cmovcw 0x64(%rdx), %r11w # OPC=cmovcw_r16_m16
[----------] - Starting with OPC = cmovcw_r16_r16
[----------] Seed is 1463511742686441
[----------] * cmovcw %bx, %si # OPC=cmovcw_r16_r16
[----------] * cmovcw %r12w, %r14w # OPC=cmovcw_r16_r16
[----------] * cmovcw %r11w, %ax # OPC=cmovcw_r16_r16
[----------] * cmovcw %r14w, %si # OPC=cmovcw_r16_r16
[----------] * cmovcw %r10w, %r11w # OPC=cmovcw_r16_r16
[----------] * cmovcw %dx, %di # OPC=cmovcw_r16_r16
[----------] * cmovcw %r10w, %r14w # OPC=cmovcw_r16_r16
[----------] * cmovcw %r15w, %sp # OPC=cmovcw_r16_r16
[----------] * cmovcw %si, %ax # OPC=cmovcw_r16_r16
[----------] * cmovcw %bp, %dx # OPC=cmovcw_r16_r16
[----------] - Starting with OPC = cmovcl_r32_m32
[----------] Seed is 1463511742687528
[----------] * cmovcl 0x7ffffff9(%rip), %esp # OPC=cmovcl_r32_m32
[----------] * cmovcl 0x64(%rsp,%rdx,8), %edx # OPC=cmovcl_r32_m32
[----------] * cmovcl 0x5dcffff9(%rip), %esp # OPC=cmovcl_r32_m32
[----------] * cmovcl 0xf8(%rip), %r14d # OPC=cmovcl_r32_m32
[----------] * cmovcl -0x64(%rax,%rcx,4), %r9d # OPC=cmovcl_r32_m32
[----------] * cmovcl 0xf8(%rip), %r13d # OPC=cmovcl_r32_m32
[----------] * cmovcl 0xf8(%rip), %r8d # OPC=cmovcl_r32_m32
[----------] * cmovcl 0x5dcffff8(%rip), %r8d # OPC=cmovcl_r32_m32
[----------] * cmovcl -0x10(,%rdx,2), %esp # OPC=cmovcl_r32_m32
[----------] * cmovcl -0x300006(%rip), %esp # OPC=cmovcl_r32_m32
[----------] - Starting with OPC = cmovcl_r32_r32
[----------] Seed is 1463511742689619
[----------] * cmovcl %r15d, %edx # OPC=cmovcl_r32_r32
[----------] * cmovcl %esp, %r15d # OPC=cmovcl_r32_r32
[----------] * cmovcl %edi, %r10d # OPC=cmovcl_r32_r32
[----------] * cmovcl %edx, %r9d # OPC=cmovcl_r32_r32
[----------] * cmovcl %edx, %r13d # OPC=cmovcl_r32_r32
[----------] * cmovcl %esp, %edx # OPC=cmovcl_r32_r32
[----------] * cmovcl %r15d, %r10d # OPC=cmovcl_r32_r32
[----------] * cmovcl %r14d, %esi # OPC=cmovcl_r32_r32
[----------] * cmovcl %r9d, %r13d # OPC=cmovcl_r32_r32
[----------] * cmovcl %r15d, %r12d # OPC=cmovcl_r32_r32
[----------] - Starting with OPC = cmovcq_r64_m64
[----------] Seed is 1463511742691322
[----------] * cmovcq (%rax), %r9 # OPC=cmovcq_r64_m64
[----------] * cmovcq 0xf8(%rip), %rcx # OPC=cmovcq_r64_m64
[----------] * cmovcq 0x5(%r11d,%ebx,1), %r9 # OPC=cmovcq_r64_m64
[----------] * cmovcq (%r11d,%ebx,1), %rsi # OPC=cmovcq_r64_m64
[----------] * cmovcq 0xf8(%rip), %r8 # OPC=cmovcq_r64_m64
[----------] * cmovcq 0x64(%rdx), %r13 # OPC=cmovcq_r64_m64
[----------] * cmovcq -0x8(%rip), %rcx # OPC=cmovcq_r64_m64
[----------] * cmovcq 0xf8(%rip), %r11 # OPC=cmovcq_r64_m64
[----------] * cmovcq 0xf8(%rip), %r14 # OPC=cmovcq_r64_m64
[----------] * cmovcq 0x64(%rdx), %rbx # OPC=cmovcq_r64_m64
[----------] - Starting with OPC = cmovcq_r64_r64
[----------] Seed is 1463511742693011
[----------] * cmovcq %rdx, %rax # OPC=cmovcq_r64_r64
[----------] * cmovcq %r11, %r14 # OPC=cmovcq_r64_r64
[----------] * cmovcq %r8, %r8 # OPC=cmovcq_r64_r64
[----------] * cmovcq %rsp, %r14 # OPC=cmovcq_r64_r64
[----------] * cmovcq %rdi, %rdx # OPC=cmovcq_r64_r64
[----------] * cmovcq %r14, %rsi # OPC=cmovcq_r64_r64
[----------] * cmovcq %rdi, %r13 # OPC=cmovcq_r64_r64
[----------] * cmovcq %rdx, %rsp # OPC=cmovcq_r64_r64
[----------] * cmovcq %rax, %r8 # OPC=cmovcq_r64_r64
[----------] * cmovcq %r10, %r15 # OPC=cmovcq_r64_r64
[----------] - Starting with OPC = cmovew_r16_m16
[----------] Seed is 1463511742694758
[----------] * cmovew 0x5dcffff7(%rip), %r9w # OPC=cmovew_r16_m16
[----------] * cmovew 0x64(%rsp,%rdx,8), %cx # OPC=cmovew_r16_m16
[----------] * cmovew 0x7ffffff8(%rip), %ax # OPC=cmovew_r16_m16
[----------] * cmovew (%r11d,%ebx,4), %sp # OPC=cmovew_r16_m16
[----------] * cmovew -0x300008(%rip), %r15w # OPC=cmovew_r16_m16
[----------] * cmovew -0x7(%r11d,%ebx,4), %cx # OPC=cmovew_r16_m16
[----------] * cmovew 0x30(%r11d), %ax # OPC=cmovew_r16_m16
[----------] * cmovew 0x5dcffff7(%rip), %r8w # OPC=cmovew_r16_m16
[----------] * cmovew (%r11d,%ebx,4), %bp # OPC=cmovew_r16_m16
[----------] * cmovew 0x5dcffff8(%rip), %di # OPC=cmovew_r16_m16
[----------] - Starting with OPC = cmovew_r16_r16
[----------] Seed is 1463511742696736
[----------] * cmovew %bp, %di # OPC=cmovew_r16_r16
[----------] * cmovew %dx, %r9w # OPC=cmovew_r16_r16
[----------] * cmovew %cx, %r15w # OPC=cmovew_r16_r16
[----------] * cmovew %sp, %r10w # OPC=cmovew_r16_r16
[----------] * cmovew %bp, %r13w # OPC=cmovew_r16_r16
[----------] * cmovew %r8w, %bp # OPC=cmovew_r16_r16
[----------] * cmovew %r13w, %r10w # OPC=cmovew_r16_r16
[----------] * cmovew %r13w, %r15w # OPC=cmovew_r16_r16
[----------] * cmovew %si, %sp # OPC=cmovew_r16_r16
[----------] * cmovew %r9w, %bp # OPC=cmovew_r16_r16
[----------] - Starting with OPC = cmovel_r32_m32
[----------] Seed is 1463511742698333
[----------] * cmovel 0x5dcffff9(%rip), %esi # OPC=cmovel_r32_m32
[----------] * cmovel 0x16(%r8), %r8d # OPC=cmovel_r32_m32
[----------] * cmovel 0xf8(%rip), %r9d # OPC=cmovel_r32_m32
[----------] * cmovel -0x300007(%rip), %r14d # OPC=cmovel_r32_m32
[----------] * cmovel 0x5dcffff9(%rip), %ecx # OPC=cmovel_r32_m32
[----------] * cmovel 0x30(%r11d), %r15d # OPC=cmovel_r32_m32
[----------] * cmovel (%r11d,%ebx,4), %r14d # OPC=cmovel_r32_m32
[----------] * cmovel -0x300006(%rip), %esp # OPC=cmovel_r32_m32
[----------] * cmovel -0x10(,%rdx,2), %esp # OPC=cmovel_r32_m32
[----------] * cmovel 0xf9(%rip), %edx # OPC=cmovel_r32_m32
[----------] - Starting with OPC = cmovel_r32_r32
[----------] Seed is 1463511742699983
[----------] * cmovel %edx, %ecx # OPC=cmovel_r32_r32
[----------] * cmovel %ecx, %r9d # OPC=cmovel_r32_r32
[----------] * cmovel %r12d, %r14d # OPC=cmovel_r32_r32
[----------] * cmovel %ebp, %eax # OPC=cmovel_r32_r32
[----------] * cmovel %eax, %r11d # OPC=cmovel_r32_r32
[----------] * cmovel %eax, %edx # OPC=cmovel_r32_r32
[----------] * cmovel %r10d, %r15d # OPC=cmovel_r32_r32
[----------] * cmovel %ebp, %r10d # OPC=cmovel_r32_r32
[----------] * cmovel %esi, %r14d # OPC=cmovel_r32_r32
[----------] * cmovel %edi, %ebx # OPC=cmovel_r32_r32
[----------] - Starting with OPC = cmoveq_r64_m64
[----------] Seed is 1463511742701579
[----------] * cmoveq 0x5(%r11d,%ebx,1), %r15 # OPC=cmoveq_r64_m64
[----------] * cmoveq 0x5dcffff8(%rip), %r15 # OPC=cmoveq_r64_m64
[----------] * cmoveq -0x300007(%rip), %r9 # OPC=cmoveq_r64_m64
[----------] * cmoveq 0xf8(%rip), %r10 # OPC=cmoveq_r64_m64
[----------] * cmoveq 0x5(%r11d,%ebx,1), %r8 # OPC=cmoveq_r64_m64
[----------] * cmoveq -0x300007(%rip), %rdx # OPC=cmoveq_r64_m64
[----------] * cmoveq (%rdi,%rcx,1), %rbx # OPC=cmoveq_r64_m64
[----------] * cmoveq 0xf8(%rip), %r10 # OPC=cmoveq_r64_m64
[----------] * cmoveq 0xf8(%rip), %r8 # OPC=cmoveq_r64_m64
[----------] * cmoveq 0x5(%r11d,%ebx,1), %r15 # OPC=cmoveq_r64_m64
[----------] - Starting with OPC = cmoveq_r64_r64
[----------] Seed is 1463511742703009
[----------] * cmoveq %rdx, %rcx # OPC=cmoveq_r64_r64
[----------] * cmoveq %r8, %r9 # OPC=cmoveq_r64_r64
[----------] * cmoveq %r9, %rax # OPC=cmoveq_r64_r64
[----------] * cmoveq %rbx, %r8 # OPC=cmoveq_r64_r64
[----------] * cmoveq %r8, %r8 # OPC=cmoveq_r64_r64
[----------] * cmoveq %r9, %r14 # OPC=cmoveq_r64_r64
[----------] * cmoveq %rdi, %rcx # OPC=cmoveq_r64_r64
[----------] * cmoveq %r15, %r10 # OPC=cmoveq_r64_r64
[----------] * cmoveq %rdx, %rdx # OPC=cmoveq_r64_r64
[----------] * cmoveq %r14, %r14 # OPC=cmoveq_r64_r64
[----------] - Starting with OPC = cmovgw_r16_m16
[----------] Seed is 1463511742704611
[----------] * cmovgw 0x5dcffff8(%rip), %si # OPC=cmovgw_r16_m16
[----------] * cmovgw -0x7(%r11d,%ebx,4), %di # OPC=cmovgw_r16_m16
[----------] * cmovgw -0x8(%rip), %bx # OPC=cmovgw_r16_m16
[----------] * cmovgw 0xf8(%rip), %bx # OPC=cmovgw_r16_m16
[----------] * cmovgw -0x10(,%rdx,2), %di # OPC=cmovgw_r16_m16
[----------] * cmovgw -0x7(%r11d,%ebx,4), %r13w # OPC=cmovgw_r16_m16
[----------] * cmovgw 0x5dcffff7(%rip), %r8w # OPC=cmovgw_r16_m16
[----------] * cmovgw 0x5dcffff8(%rip), %ax # OPC=cmovgw_r16_m16
[----------] * cmovgw 0x5dcffff8(%rip), %ax # OPC=cmovgw_r16_m16
[----------] * cmovgw 0xf7(%rip), %r12w # OPC=cmovgw_r16_m16
[----------] - Starting with OPC = cmovgw_r16_r16
[----------] Seed is 1463511742705986
[----------] * cmovgw %bp, %r10w # OPC=cmovgw_r16_r16
[----------] * cmovgw %r12w, %r13w # OPC=cmovgw_r16_r16
[----------] * cmovgw %bx, %bx # OPC=cmovgw_r16_r16
[----------] * cmovgw %bx, %si # OPC=cmovgw_r16_r16
[----------] * cmovgw %r10w, %cx # OPC=cmovgw_r16_r16
[----------] * cmovgw %cx, %bx # OPC=cmovgw_r16_r16
[----------] * cmovgw %cx, %r12w # OPC=cmovgw_r16_r16
[----------] * cmovgw %si, %cx # OPC=cmovgw_r16_r16
[----------] * cmovgw %r15w, %r8w # OPC=cmovgw_r16_r16
[----------] * cmovgw %r13w, %r13w # OPC=cmovgw_r16_r16
[----------] - Starting with OPC = cmovgl_r32_m32
[----------] Seed is 1463511742707608
[----------] * cmovgl (%r11d), %ebp # OPC=cmovgl_r32_m32
[----------] * cmovgl 0xf8(%rip), %r15d # OPC=cmovgl_r32_m32
[----------] * cmovgl -0x7(%r11d,%ebx,4), %ebp # OPC=cmovgl_r32_m32
[----------] * cmovgl 0xf9(%rip), %ebp # OPC=cmovgl_r32_m32
[----------] * cmovgl 0x5dcffff9(%rip), %esp # OPC=cmovgl_r32_m32
[----------] * cmovgl (%r11d), %r12d # OPC=cmovgl_r32_m32
[----------] * cmovgl -0x7(%r11d,%ebx,4), %r13d # OPC=cmovgl_r32_m32
[----------] * cmovgl 0x64(%rdx), %r8d # OPC=cmovgl_r32_m32
[----------] * cmovgl 0xf8(%rip), %r13d # OPC=cmovgl_r32_m32
[----------] * cmovgl (%rdi,%rcx,1), %r8d # OPC=cmovgl_r32_m32
[----------] - Starting with OPC = cmovgl_r32_r32
[----------] Seed is 1463511742709230
[----------] * cmovgl %esp, %eax # OPC=cmovgl_r32_r32
[----------] * cmovgl %edx, %ebp # OPC=cmovgl_r32_r32
[----------] * cmovgl %edx, %ebp # OPC=cmovgl_r32_r32
[----------] * cmovgl %esp, %edx # OPC=cmovgl_r32_r32
[----------] * cmovgl %r11d, %r9d # OPC=cmovgl_r32_r32
[----------] * cmovgl %esi, %r9d # OPC=cmovgl_r32_r32
[----------] * cmovgl %eax, %ebp # OPC=cmovgl_r32_r32
[----------] * cmovgl %r12d, %ebx # OPC=cmovgl_r32_r32
[----------] * cmovgl %r13d, %ecx # OPC=cmovgl_r32_r32
[----------] * cmovgl %ebx, %edx # OPC=cmovgl_r32_r32
[----------] - Starting with OPC = cmovgq_r64_m64
[----------] Seed is 1463511742711275
[----------] * cmovgq (%r11d), %r10 # OPC=cmovgq_r64_m64
[----------] * cmovgq 0x5dcffff8(%rip), %r10 # OPC=cmovgq_r64_m64
[----------] * cmovgq -0x7(%r11d,%ebx,4), %rax # OPC=cmovgq_r64_m64
[----------] * cmovgq (%r11d,%ebx,4), %r9 # OPC=cmovgq_r64_m64
[----------] * cmovgq 0xf8(%rip), %rbx # OPC=cmovgq_r64_m64
[----------] * cmovgq 0xf8(%rip), %rbp # OPC=cmovgq_r64_m64
[----------] * cmovgq -0x7(%r11d,%ebx,4), %r8 # OPC=cmovgq_r64_m64
[----------] * cmovgq 0x5dcffff8(%rip), %r8 # OPC=cmovgq_r64_m64
[----------] * cmovgq -0x7(%r11d,%ebx,4), %rsp # OPC=cmovgq_r64_m64
[----------] * cmovgq 0xf8(%rip), %rbp # OPC=cmovgq_r64_m64
[----------] - Starting with OPC = cmovgq_r64_r64
[----------] Seed is 1463511742712489
[----------] * cmovgq %rbp, %r8 # OPC=cmovgq_r64_r64
[----------] * cmovgq %rsp, %rsp # OPC=cmovgq_r64_r64
[----------] * cmovgq %r9, %rbx # OPC=cmovgq_r64_r64
[----------] * cmovgq %rdi, %r12 # OPC=cmovgq_r64_r64
[----------] * cmovgq %r11, %r15 # OPC=cmovgq_r64_r64
[----------] * cmovgq %r10, %rcx # OPC=cmovgq_r64_r64
[----------] * cmovgq %rbp, %r11 # OPC=cmovgq_r64_r64
[----------] * cmovgq %r11, %rdx # OPC=cmovgq_r64_r64
[----------] * cmovgq %rdx, %r14 # OPC=cmovgq_r64_r64
[----------] * cmovgq %r14, %rsi # OPC=cmovgq_r64_r64
[----------] - Starting with OPC = cmovgew_r16_m16
[----------] Seed is 1463511742714602
[----------] * cmovgew 0x5dcffff7(%rip), %r15w # OPC=cmovgew_r16_m16
[----------] * cmovgew 0x30(%r11d), %r10w # OPC=cmovgew_r16_m16
[----------] * cmovgew (%rdi,%rcx,1), %r8w # OPC=cmovgew_r16_m16
[----------] * cmovgew 0x5dcffff7(%rip), %r10w # OPC=cmovgew_r16_m16
[----------] * cmovgew 0xf7(%rip), %r11w # OPC=cmovgew_r16_m16
[----------] * cmovgew 0xf8(%rip), %cx # OPC=cmovgew_r16_m16
[----------] * cmovgew 0xf7(%rip), %r12w # OPC=cmovgew_r16_m16
[----------] * cmovgew 0xf7(%rip), %r14w # OPC=cmovgew_r16_m16
[----------] * cmovgew 0xf7(%rip), %r15w # OPC=cmovgew_r16_m16
[----------] * cmovgew 0x5dcffff7(%rip), %r13w # OPC=cmovgew_r16_m16
[----------] - Starting with OPC = cmovgew_r16_r16
[----------] Seed is 1463511742716391
[----------] * cmovgew %r8w, %di # OPC=cmovgew_r16_r16
[----------] * cmovgew %r10w, %r15w # OPC=cmovgew_r16_r16
[----------] * cmovgew %r14w, %ax # OPC=cmovgew_r16_r16
[----------] * cmovgew %r8w, %sp # OPC=cmovgew_r16_r16
[----------] * cmovgew %bp, %dx # OPC=cmovgew_r16_r16
[----------] * cmovgew %si, %r14w # OPC=cmovgew_r16_r16
[----------] * cmovgew %sp, %r8w # OPC=cmovgew_r16_r16
[----------] * cmovgew %ax, %dx # OPC=cmovgew_r16_r16
[----------] * cmovgew %bx, %r12w # OPC=cmovgew_r16_r16
[----------] * cmovgew %ax, %r13w # OPC=cmovgew_r16_r16
[----------] - Starting with OPC = cmovgel_r32_m32
[----------] Seed is 1463511742718177
[----------] * cmovgel 0x5dcffff8(%rip), %r12d # OPC=cmovgel_r32_m32
[----------] * cmovgel (%r11d), %ecx # OPC=cmovgel_r32_m32
[----------] * cmovgel 0xf9(%rip), %ecx # OPC=cmovgel_r32_m32
[----------] * cmovgel 0xf9(%rip), %esp # OPC=cmovgel_r32_m32
[----------] * cmovgel (%r11d,%ebx,1), %r14d # OPC=cmovgel_r32_m32
[----------] * cmovgel (%rax), %r15d # OPC=cmovgel_r32_m32
[----------] * cmovgel 0xf8(%rip), %r11d # OPC=cmovgel_r32_m32
[----------] * cmovgel -0x7(%r11d,%ebx,4), %r10d # OPC=cmovgel_r32_m32
[----------] * cmovgel 0x5(%r11d,%ebx,1), %r14d # OPC=cmovgel_r32_m32
[----------] * cmovgel 0xf8(%rip), %r8d # OPC=cmovgel_r32_m32
[----------] - Starting with OPC = cmovgel_r32_r32
[----------] Seed is 1463511742719795
[----------] * cmovgel %eax, %ebx # OPC=cmovgel_r32_r32
[----------] * cmovgel %ebx, %r12d # OPC=cmovgel_r32_r32
[----------] * cmovgel %r10d, %r15d # OPC=cmovgel_r32_r32
[----------] * cmovgel %r12d, %r14d # OPC=cmovgel_r32_r32
[----------] * cmovgel %r15d, %eax # OPC=cmovgel_r32_r32
[----------] * cmovgel %r12d, %r14d # OPC=cmovgel_r32_r32
[----------] * cmovgel %ebp, %r11d # OPC=cmovgel_r32_r32
[----------] * cmovgel %r11d, %ebx # OPC=cmovgel_r32_r32
[----------] * cmovgel %eax, %r9d # OPC=cmovgel_r32_r32
[----------] * cmovgel %edi, %ebp # OPC=cmovgel_r32_r32
[----------] - Starting with OPC = cmovgeq_r64_m64
[----------] Seed is 1463511742721419
[----------] * cmovgeq 0x5dcffff8(%rip), %rcx # OPC=cmovgeq_r64_m64
[----------] * cmovgeq -0x300007(%rip), %rdi # OPC=cmovgeq_r64_m64
[----------] * cmovgeq (%rax), %r9 # OPC=cmovgeq_r64_m64
[----------] * cmovgeq -0x10(,%rdx,2), %r8 # OPC=cmovgeq_r64_m64
[----------] * cmovgeq 0xf8(%rip), %rcx # OPC=cmovgeq_r64_m64
[----------] * cmovgeq 0xf8(%rip), %r12 # OPC=cmovgeq_r64_m64
[----------] * cmovgeq 0xf8(%rip), %r9 # OPC=cmovgeq_r64_m64
[----------] * cmovgeq (%rdi,%rcx,1), %rcx # OPC=cmovgeq_r64_m64
[----------] * cmovgeq 0xf8(%rip), %rsi # OPC=cmovgeq_r64_m64
[----------] * cmovgeq 0x5(%r11d,%ebx,1), %r14 # OPC=cmovgeq_r64_m64
[----------] - Starting with OPC = cmovgeq_r64_r64
[----------] Seed is 1463511742723081
[----------] * cmovgeq %r9, %r9 # OPC=cmovgeq_r64_r64
[----------] * cmovgeq %rbx, %r15 # OPC=cmovgeq_r64_r64
[----------] * cmovgeq %rsp, %r10 # OPC=cmovgeq_r64_r64
[----------] * cmovgeq %rbp, %r10 # OPC=cmovgeq_r64_r64
[----------] * cmovgeq %rcx, %r14 # OPC=cmovgeq_r64_r64
[----------] * cmovgeq %r12, %rsi # OPC=cmovgeq_r64_r64
[----------] * cmovgeq %r11, %r15 # OPC=cmovgeq_r64_r64
[----------] * cmovgeq %r10, %rax # OPC=cmovgeq_r64_r64
[----------] * cmovgeq %rax, %r11 # OPC=cmovgeq_r64_r64
[----------] * cmovgeq %rcx, %r12 # OPC=cmovgeq_r64_r64
[----------] - Starting with OPC = cmovlw_r16_m16
[----------] Seed is 1463511742724217
[----------] * cmovlw 0x5dcffff7(%rip), %r15w # OPC=cmovlw_r16_m16
[----------] * cmovlw -0x9(%rip), %r12w # OPC=cmovlw_r16_m16
[----------] * cmovlw 0x5dcffff8(%rip), %si # OPC=cmovlw_r16_m16
[----------] * cmovlw 0x16(%r8), %bp # OPC=cmovlw_r16_m16
[----------] * cmovlw 0x5dcffff8(%rip), %sp # OPC=cmovlw_r16_m16
[----------] * cmovlw 0x5dcffff7(%rip), %r11w # OPC=cmovlw_r16_m16
[----------] * cmovlw -0x300007(%rip), %cx # OPC=cmovlw_r16_m16
[----------] * cmovlw 0x5dcffff7(%rip), %r13w # OPC=cmovlw_r16_m16
[----------] * cmovlw 0x16(%r8), %bp # OPC=cmovlw_r16_m16
[----------] * cmovlw 0x5dcffff7(%rip), %r9w # OPC=cmovlw_r16_m16
[----------] - Starting with OPC = cmovlw_r16_r16
[----------] Seed is 1463511742725872
[----------] * cmovlw %bp, %r15w # OPC=cmovlw_r16_r16
[----------] * cmovlw %r14w, %r12w # OPC=cmovlw_r16_r16
[----------] * cmovlw %cx, %bx # OPC=cmovlw_r16_r16
[----------] * cmovlw %dx, %ax # OPC=cmovlw_r16_r16
[----------] * cmovlw %r11w, %r12w # OPC=cmovlw_r16_r16
[----------] * cmovlw %r8w, %r8w # OPC=cmovlw_r16_r16
[----------] * cmovlw %cx, %si # OPC=cmovlw_r16_r16
[----------] * cmovlw %dx, %di # OPC=cmovlw_r16_r16
[----------] * cmovlw %r14w, %r12w # OPC=cmovlw_r16_r16
[----------] * cmovlw %di, %r13w # OPC=cmovlw_r16_r16
[----------] - Starting with OPC = cmovll_r32_m32
[----------] Seed is 1463511742727999
[----------] * cmovll 0x5dcffff9(%rip), %esi # OPC=cmovll_r32_m32
[----------] * cmovll (%r11d), %r8d # OPC=cmovll_r32_m32
[----------] * cmovll -0x7(%rip), %ebx # OPC=cmovll_r32_m32
[----------] * cmovll -0x300006(%rip), %esp # OPC=cmovll_r32_m32
[----------] * cmovll (%rax), %r8d # OPC=cmovll_r32_m32
[----------] * cmovll 0xf9(%rip), %edi # OPC=cmovll_r32_m32
[----------] * cmovll -0x7(%r11d,%ebx,4), %r8d # OPC=cmovll_r32_m32
[----------] * cmovll (%rdi,%rcx,1), %ebx # OPC=cmovll_r32_m32
[----------] * cmovll (%rax), %r10d # OPC=cmovll_r32_m32
[----------] * cmovll 0xf9(%rip), %ebx # OPC=cmovll_r32_m32
[----------] - Starting with OPC = cmovll_r32_r32
[----------] Seed is 1463511742729580
[----------] * cmovll %edx, %ebx # OPC=cmovll_r32_r32
[----------] * cmovll %r10d, %r11d # OPC=cmovll_r32_r32
[----------] * cmovll %r12d, %eax # OPC=cmovll_r32_r32
[----------] * cmovll %esp, %r14d # OPC=cmovll_r32_r32
[----------] * cmovll %ebp, %esp # OPC=cmovll_r32_r32
[----------] * cmovll %ecx, %ebp # OPC=cmovll_r32_r32
[----------] * cmovll %ecx, %r13d # OPC=cmovll_r32_r32
[----------] * cmovll %r8d, %r11d # OPC=cmovll_r32_r32
[----------] * cmovll %edi, %r10d # OPC=cmovll_r32_r32
[----------] * cmovll %ebx, %esp # OPC=cmovll_r32_r32
[----------] - Starting with OPC = cmovlq_r64_m64
[----------] Seed is 1463511742730800
[----------] * cmovlq (%rdi,%rcx,1), %rdi # OPC=cmovlq_r64_m64
[----------] * cmovlq 0x64(%rsp,%rdx,8), %rbp # OPC=cmovlq_r64_m64
[----------] * cmovlq 0x16(%r8), %r10 # OPC=cmovlq_r64_m64
[----------] * cmovlq 0x5dcffff8(%rip), %rsi # OPC=cmovlq_r64_m64
[----------] * cmovlq 0x7ffffff8(%rip), %r14 # OPC=cmovlq_r64_m64
[----------] * cmovlq -0x7(%r11d,%ebx,4), %r11 # OPC=cmovlq_r64_m64
[----------] * cmovlq 0x5dcffff8(%rip), %rcx # OPC=cmovlq_r64_m64
[----------] * cmovlq 0x7ffffff8(%rip), %rsi # OPC=cmovlq_r64_m64
[----------] * cmovlq (%r11d,%ebx,4), %rdx # OPC=cmovlq_r64_m64
[----------] * cmovlq (%r11d,%ebx,1), %rdi # OPC=cmovlq_r64_m64
[----------] - Starting with OPC = cmovlq_r64_r64
[----------] Seed is 1463511742732372
[----------] * cmovlq %r8, %r10 # OPC=cmovlq_r64_r64
[----------] * cmovlq %r13, %r11 # OPC=cmovlq_r64_r64
[----------] * cmovlq %r12, %rdi # OPC=cmovlq_r64_r64
[----------] * cmovlq %rsi, %r13 # OPC=cmovlq_r64_r64
[----------] * cmovlq %rbx, %rbp # OPC=cmovlq_r64_r64
[----------] * cmovlq %r14, %r14 # OPC=cmovlq_r64_r64
[----------] * cmovlq %rdi, %r8 # OPC=cmovlq_r64_r64
[----------] * cmovlq %rsi, %r15 # OPC=cmovlq_r64_r64
[----------] * cmovlq %r15, %rcx # OPC=cmovlq_r64_r64
[----------] * cmovlq %rax, %r13 # OPC=cmovlq_r64_r64
[----------] - Starting with OPC = cmovlew_r16_m16
[----------] Seed is 1463511742734190
[----------] * cmovlew -0x10(,%rdx,2), %bx # OPC=cmovlew_r16_m16
[----------] * cmovlew 0x5dcffff7(%rip), %r11w # OPC=cmovlew_r16_m16
[----------] * cmovlew (%r11d,%ebx,4), %cx # OPC=cmovlew_r16_m16
[----------] * cmovlew (%r11d,%ebx,1), %r8w # OPC=cmovlew_r16_m16
[----------] * cmovlew 0xf8(%rip), %si # OPC=cmovlew_r16_m16
[----------] * cmovlew 0x64(%rsp,%rdx,8), %dx # OPC=cmovlew_r16_m16
[----------] * cmovlew -0x10(,%rdx,2), %cx # OPC=cmovlew_r16_m16
[----------] * cmovlew 0x64(%rdx), %cx # OPC=cmovlew_r16_m16
[----------] * cmovlew 0x5dcffff7(%rip), %r13w # OPC=cmovlew_r16_m16
[----------] * cmovlew -0x64(%rax,%rcx,4), %cx # OPC=cmovlew_r16_m16
[----------] - Starting with OPC = cmovlew_r16_r16
[----------] Seed is 1463511742735929
[----------] * cmovlew %bp, %bx # OPC=cmovlew_r16_r16
[----------] * cmovlew %ax, %r12w # OPC=cmovlew_r16_r16
[----------] * cmovlew %r12w, %r12w # OPC=cmovlew_r16_r16
[----------] * cmovlew %si, %r9w # OPC=cmovlew_r16_r16
[----------] * cmovlew %ax, %r10w # OPC=cmovlew_r16_r16
[----------] * cmovlew %r15w, %bp # OPC=cmovlew_r16_r16
[----------] * cmovlew %r15w, %r10w # OPC=cmovlew_r16_r16
[----------] * cmovlew %r13w, %r15w # OPC=cmovlew_r16_r16
[----------] * cmovlew %r13w, %r13w # OPC=cmovlew_r16_r16
[----------] * cmovlew %dx, %r13w # OPC=cmovlew_r16_r16
[----------] - Starting with OPC = cmovlel_r32_m32
[----------] Seed is 1463511742737399
[----------] * cmovlel 0x5dcffff9(%rip), %ebx # OPC=cmovlel_r32_m32
[----------] * cmovlel (%rdi,%rcx,1), %edx # OPC=cmovlel_r32_m32
[----------] * cmovlel 0xf8(%rip), %r13d # OPC=cmovlel_r32_m32
[----------] * cmovlel (%r11d), %r9d # OPC=cmovlel_r32_m32
[----------] * cmovlel 0x64(%rsp,%rdx,8), %r8d # OPC=cmovlel_r32_m32
[----------] * cmovlel 0xf9(%rip), %esi # OPC=cmovlel_r32_m32
[----------] * cmovlel 0xf8(%rip), %r9d # OPC=cmovlel_r32_m32
[----------] * cmovlel 0xf8(%rip), %r10d # OPC=cmovlel_r32_m32
[----------] * cmovlel 0x5dcffff9(%rip), %eax # OPC=cmovlel_r32_m32
[----------] * cmovlel 0x5dcffff9(%rip), %edx # OPC=cmovlel_r32_m32
[----------] - Starting with OPC = cmovlel_r32_r32
[----------] Seed is 1463511742739004
[----------] * cmovlel %ebx, %r11d # OPC=cmovlel_r32_r32
[----------] * cmovlel %r9d, %r8d # OPC=cmovlel_r32_r32
[----------] * cmovlel %r14d, %r13d # OPC=cmovlel_r32_r32
[----------] * cmovlel %ebx, %r12d # OPC=cmovlel_r32_r32
[----------] * cmovlel %r13d, %r10d # OPC=cmovlel_r32_r32
[----------] * cmovlel %r9d, %r10d # OPC=cmovlel_r32_r32
[----------] * cmovlel %eax, %ebx # OPC=cmovlel_r32_r32
[----------] * cmovlel %r9d, %r10d # OPC=cmovlel_r32_r32
[----------] * cmovlel %r9d, %eax # OPC=cmovlel_r32_r32
[----------] * cmovlel %ebx, %esp # OPC=cmovlel_r32_r32
[----------] - Starting with OPC = cmovleq_r64_m64
[----------] Seed is 1463511742740591
[----------] * cmovleq 0x5dcffff8(%rip), %r14 # OPC=cmovleq_r64_m64
[----------] * cmovleq -0x8(%rip), %r13 # OPC=cmovleq_r64_m64
[----------] * cmovleq 0xf8(%rip), %r13 # OPC=cmovleq_r64_m64
[----------] * cmovleq 0xf8(%rip), %rdi # OPC=cmovleq_r64_m64
[----------] * cmovleq (%r11d), %r8 # OPC=cmovleq_r64_m64
[----------] * cmovleq 0xf8(%rip), %r15 # OPC=cmovleq_r64_m64
[----------] * cmovleq -0x10(,%rdx,2), %rbx # OPC=cmovleq_r64_m64
[----------] * cmovleq -0x64(%rax,%rcx,4), %rax # OPC=cmovleq_r64_m64
[----------] * cmovleq 0x5dcffff8(%rip), %rax # OPC=cmovleq_r64_m64
[----------] * cmovleq -0x7(%r11d,%ebx,4), %r8 # OPC=cmovleq_r64_m64
[----------] - Starting with OPC = cmovleq_r64_r64
[----------] Seed is 1463511742741936
[----------] * cmovleq %r15, %rax # OPC=cmovleq_r64_r64
[----------] * cmovleq %r11, %r10 # OPC=cmovleq_r64_r64
[----------] * cmovleq %rcx, %r12 # OPC=cmovleq_r64_r64
[----------] * cmovleq %r10, %rcx # OPC=cmovleq_r64_r64
[----------] * cmovleq %rsi, %rdi # OPC=cmovleq_r64_r64
[----------] * cmovleq %rsp, %rbp # OPC=cmovleq_r64_r64
[----------] * cmovleq %rsp, %rdi # OPC=cmovleq_r64_r64
[----------] * cmovleq %rbp, %r12 # OPC=cmovleq_r64_r64
[----------] * cmovleq %rbx, %r13 # OPC=cmovleq_r64_r64
[----------] * cmovleq %rdi, %r8 # OPC=cmovleq_r64_r64
[----------] - Starting with OPC = cmovnaw_r16_m16
[----------] Seed is 1463511742743500
[----------] * cmovnaw 0x7ffffff7(%rip), %r10w # OPC=cmovnaw_r16_m16
[----------] * cmovnaw 0xf8(%rip), %dx # OPC=cmovnaw_r16_m16
[----------] * cmovnaw 0xf8(%rip), %bp # OPC=cmovnaw_r16_m16
[----------] * cmovnaw 0x30(%r11d), %si # OPC=cmovnaw_r16_m16
[----------] * cmovnaw 0xf7(%rip), %r12w # OPC=cmovnaw_r16_m16
[----------] * cmovnaw (%rax), %r9w # OPC=cmovnaw_r16_m16
[----------] * cmovnaw 0x5dcffff8(%rip), %cx # OPC=cmovnaw_r16_m16
[----------] * cmovnaw 0xf8(%rip), %bx # OPC=cmovnaw_r16_m16
[----------] * cmovnaw -0x8(%rip), %cx # OPC=cmovnaw_r16_m16
[----------] * cmovnaw 0x64(%rdx), %r9w # OPC=cmovnaw_r16_m16
[----------] - Starting with OPC = cmovnaw_r16_r16
[----------] Seed is 1463511742745066
[----------] * cmovnaw %si, %si # OPC=cmovnaw_r16_r16
[----------] * cmovnaw %r9w, %dx # OPC=cmovnaw_r16_r16
[----------] * cmovnaw %r13w, %bp # OPC=cmovnaw_r16_r16
[----------] * cmovnaw %bp, %cx # OPC=cmovnaw_r16_r16
[----------] * cmovnaw %r11w, %r8w # OPC=cmovnaw_r16_r16
[----------] * cmovnaw %si, %ax # OPC=cmovnaw_r16_r16
[----------] * cmovnaw %bp, %cx # OPC=cmovnaw_r16_r16
[----------] * cmovnaw %di, %dx # OPC=cmovnaw_r16_r16
[----------] * cmovnaw %cx, %ax # OPC=cmovnaw_r16_r16
[----------] * cmovnaw %r15w, %r14w # OPC=cmovnaw_r16_r16
[----------] - Starting with OPC = cmovnal_r32_m32
[----------] Seed is 1463511742746915
[----------] * cmovnal -0x64(%rax,%rcx,4), %edx # OPC=cmovnal_r32_m32
[----------] * cmovnal 0x5(%r11d,%ebx,1), %ebp # OPC=cmovnal_r32_m32
[----------] * cmovnal -0x64(%rax,%rcx,4), %r8d # OPC=cmovnal_r32_m32
[----------] * cmovnal 0xf8(%rip), %r10d # OPC=cmovnal_r32_m32
[----------] * cmovnal (%rax), %r13d # OPC=cmovnal_r32_m32
[----------] * cmovnal 0x30(%r11d), %r10d # OPC=cmovnal_r32_m32
[----------] * cmovnal -0x10(,%rdx,2), %r12d # OPC=cmovnal_r32_m32
[----------] * cmovnal 0x5dcffff8(%rip), %r15d # OPC=cmovnal_r32_m32
[----------] * cmovnal -0x10(,%rdx,2), %r8d # OPC=cmovnal_r32_m32
[----------] * cmovnal -0x10(,%rdx,2), %r12d # OPC=cmovnal_r32_m32
[----------] - Starting with OPC = cmovnal_r32_r32
[----------] Seed is 1463511742748598
[----------] * cmovnal %r14d, %ebx # OPC=cmovnal_r32_r32
[----------] * cmovnal %r14d, %ebx # OPC=cmovnal_r32_r32
[----------] * cmovnal %ecx, %r11d # OPC=cmovnal_r32_r32
[----------] * cmovnal %r12d, %r12d # OPC=cmovnal_r32_r32
[----------] * cmovnal %r12d, %r10d # OPC=cmovnal_r32_r32
[----------] * cmovnal %r13d, %edi # OPC=cmovnal_r32_r32
[----------] * cmovnal %r11d, %r13d # OPC=cmovnal_r32_r32
[----------] * cmovnal %r9d, %r14d # OPC=cmovnal_r32_r32
[----------] * cmovnal %r10d, %ecx # OPC=cmovnal_r32_r32
[----------] * cmovnal %eax, %r11d # OPC=cmovnal_r32_r32
[----------] - Starting with OPC = cmovnaq_r64_m64
[----------] Seed is 1463511742750011
[----------] * cmovnaq 0x5dcffff8(%rip), %rcx # OPC=cmovnaq_r64_m64
[----------] * cmovnaq (%rax), %r11 # OPC=cmovnaq_r64_m64
[----------] * cmovnaq 0x5dcffff8(%rip), %r14 # OPC=cmovnaq_r64_m64
[----------] * cmovnaq 0xf8(%rip), %rbp # OPC=cmovnaq_r64_m64
[----------] * cmovnaq 0x5dcffff8(%rip), %r13 # OPC=cmovnaq_r64_m64
[----------] * cmovnaq 0x5dcffff8(%rip), %rax # OPC=cmovnaq_r64_m64
[----------] * cmovnaq -0x8(%rip), %rbx # OPC=cmovnaq_r64_m64
[----------] * cmovnaq (%r11d,%ebx,1), %rdx # OPC=cmovnaq_r64_m64
[----------] * cmovnaq 0x5dcffff8(%rip), %rbx # OPC=cmovnaq_r64_m64
[----------] * cmovnaq (%r11d,%ebx,4), %r9 # OPC=cmovnaq_r64_m64
[----------] - Starting with OPC = cmovnaq_r64_r64
[----------] Seed is 1463511742751716
[----------] * cmovnaq %rax, %r11 # OPC=cmovnaq_r64_r64
[----------] * cmovnaq %r9, %r13 # OPC=cmovnaq_r64_r64
[----------] * cmovnaq %rcx, %rbx # OPC=cmovnaq_r64_r64
[----------] * cmovnaq %rbp, %rdi # OPC=cmovnaq_r64_r64
[----------] * cmovnaq %r13, %rdx # OPC=cmovnaq_r64_r64
[----------] * cmovnaq %rbx, %rbp # OPC=cmovnaq_r64_r64
[----------] * cmovnaq %rbx, %rbp # OPC=cmovnaq_r64_r64
[----------] * cmovnaq %rsp, %rcx # OPC=cmovnaq_r64_r64
[----------] * cmovnaq %rdx, %rdx # OPC=cmovnaq_r64_r64
[----------] * cmovnaq %r12, %r12 # OPC=cmovnaq_r64_r64
[----------] - Starting with OPC = cmovnaew_r16_m16
[----------] Seed is 1463511742753085
[----------] * cmovnaew -0x10(,%rdx,2), %r8w # OPC=cmovnaew_r16_m16
[----------] * cmovnaew -0x64(%rax,%rcx,4), %r12w # OPC=cmovnaew_r16_m16
[----------] * cmovnaew 0x5(%r11d,%ebx,1), %cx # OPC=cmovnaew_r16_m16
[----------] * cmovnaew 0xf8(%rip), %bx # OPC=cmovnaew_r16_m16
[----------] * cmovnaew -0x10(,%rdx,2), %di # OPC=cmovnaew_r16_m16
[----------] * cmovnaew -0x7(%r11d,%ebx,4), %cx # OPC=cmovnaew_r16_m16
[----------] * cmovnaew 0x5dcffff8(%rip), %cx # OPC=cmovnaew_r16_m16
[----------] * cmovnaew 0x64(%rdx), %r11w # OPC=cmovnaew_r16_m16
[----------] * cmovnaew (%r11d,%ebx,4), %r11w # OPC=cmovnaew_r16_m16
[----------] * cmovnaew -0x10(,%rdx,2), %r9w # OPC=cmovnaew_r16_m16
[----------] - Starting with OPC = cmovnaew_r16_r16
[----------] Seed is 1463511742754451
[----------] * cmovnaew %r10w, %cx # OPC=cmovnaew_r16_r16
[----------] * cmovnaew %r8w, %r12w # OPC=cmovnaew_r16_r16
[----------] * cmovnaew %ax, %si # OPC=cmovnaew_r16_r16
[----------] * cmovnaew %r13w, %r8w # OPC=cmovnaew_r16_r16
[----------] * cmovnaew %r12w, %r14w # OPC=cmovnaew_r16_r16
[----------] * cmovnaew %di, %r10w # OPC=cmovnaew_r16_r16
[----------] * cmovnaew %r10w, %r8w # OPC=cmovnaew_r16_r16
[----------] * cmovnaew %ax, %r14w # OPC=cmovnaew_r16_r16
[----------] * cmovnaew %bx, %r15w # OPC=cmovnaew_r16_r16
[----------] * cmovnaew %bx, %si # OPC=cmovnaew_r16_r16
[----------] - Starting with OPC = cmovnael_r32_m32
[----------] Seed is 1463511742756027
[----------] * cmovnael 0xf8(%rip), %r9d # OPC=cmovnael_r32_m32
[----------] * cmovnael 0xf9(%rip), %ecx # OPC=cmovnael_r32_m32
[----------] * cmovnael 0xf9(%rip), %ebp # OPC=cmovnael_r32_m32
[----------] * cmovnael 0x16(%r8), %ebp # OPC=cmovnael_r32_m32
[----------] * cmovnael 0x16(%r8), %r11d # OPC=cmovnael_r32_m32
[----------] * cmovnael 0x5dcffff9(%rip), %esp # OPC=cmovnael_r32_m32
[----------] * cmovnael -0x7(%r11d,%ebx,4), %ebp # OPC=cmovnael_r32_m32
[----------] * cmovnael 0x16(%r8), %r12d # OPC=cmovnael_r32_m32
[----------] * cmovnael 0xf9(%rip), %eax # OPC=cmovnael_r32_m32
[----------] * cmovnael -0x300006(%rip), %eax # OPC=cmovnael_r32_m32
[----------] - Starting with OPC = cmovnael_r32_r32
[----------] Seed is 1463511742757579
[----------] * cmovnael %r14d, %ebp # OPC=cmovnael_r32_r32
[----------] * cmovnael %esp, %r14d # OPC=cmovnael_r32_r32
[----------] * cmovnael %esp, %ecx # OPC=cmovnael_r32_r32
[----------] * cmovnael %r14d, %r8d # OPC=cmovnael_r32_r32
[----------] * cmovnael %r11d, %r10d # OPC=cmovnael_r32_r32
[----------] * cmovnael %edi, %ebp # OPC=cmovnael_r32_r32
[----------] * cmovnael %r12d, %r9d # OPC=cmovnael_r32_r32
[----------] * cmovnael %edi, %r9d # OPC=cmovnael_r32_r32
[----------] * cmovnael %r10d, %edi # OPC=cmovnael_r32_r32
[----------] * cmovnael %r12d, %r11d # OPC=cmovnael_r32_r32
[----------] - Starting with OPC = cmovnaeq_r64_m64
[----------] Seed is 1463511742759569
[----------] * cmovnaeq 0x5dcffff8(%rip), %rcx # OPC=cmovnaeq_r64_m64
[----------] * cmovnaeq 0xf8(%rip), %r8 # OPC=cmovnaeq_r64_m64
[----------] * cmovnaeq 0x5dcffff8(%rip), %rdx # OPC=cmovnaeq_r64_m64
[----------] * cmovnaeq 0x7ffffff8(%rip), %r11 # OPC=cmovnaeq_r64_m64
[----------] * cmovnaeq (%rdi,%rcx,1), %r13 # OPC=cmovnaeq_r64_m64
[----------] * cmovnaeq 0xf8(%rip), %r10 # OPC=cmovnaeq_r64_m64
[----------] * cmovnaeq 0x5dcffff8(%rip), %r13 # OPC=cmovnaeq_r64_m64
[----------] * cmovnaeq (%r11d,%ebx,4), %r10 # OPC=cmovnaeq_r64_m64
[----------] * cmovnaeq 0x30(%r11d), %r11 # OPC=cmovnaeq_r64_m64
[----------] * cmovnaeq 0x5(%r11d,%ebx,1), %rbp # OPC=cmovnaeq_r64_m64
[----------] - Starting with OPC = cmovnaeq_r64_r64
[----------] Seed is 1463511742761396
[----------] * cmovnaeq %rbx, %rsp # OPC=cmovnaeq_r64_r64
[----------] * cmovnaeq %rax, %rdx # OPC=cmovnaeq_r64_r64
[----------] * cmovnaeq %rax, %r15 # OPC=cmovnaeq_r64_r64
[----------] * cmovnaeq %r9, %r8 # OPC=cmovnaeq_r64_r64
[----------] * cmovnaeq %rdx, %rax # OPC=cmovnaeq_r64_r64
[----------] * cmovnaeq %r14, %rsi # OPC=cmovnaeq_r64_r64
[----------] * cmovnaeq %r12, %r12 # OPC=cmovnaeq_r64_r64
[----------] * cmovnaeq %rbx, %rsi # OPC=cmovnaeq_r64_r64
[----------] * cmovnaeq %r12, %r15 # OPC=cmovnaeq_r64_r64
[----------] * cmovnaeq %rax, %rdi # OPC=cmovnaeq_r64_r64
[----------] - Starting with OPC = cmovnbw_r16_m16
[----------] Seed is 1463511742762604
[----------] * cmovnbw 0x5dcffff7(%rip), %r11w # OPC=cmovnbw_r16_m16
[----------] * cmovnbw -0x64(%rax,%rcx,4), %r9w # OPC=cmovnbw_r16_m16
[----------] * cmovnbw 0x5dcffff8(%rip), %bp # OPC=cmovnbw_r16_m16
[----------] * cmovnbw 0xf7(%rip), %r10w # OPC=cmovnbw_r16_m16
[----------] * cmovnbw -0x9(%rip), %r15w # OPC=cmovnbw_r16_m16
[----------] * cmovnbw 0x5dcffff7(%rip), %r10w # OPC=cmovnbw_r16_m16
[----------] * cmovnbw -0x300007(%rip), %sp # OPC=cmovnbw_r16_m16
[----------] * cmovnbw (%r11d,%ebx,1), %di # OPC=cmovnbw_r16_m16
[----------] * cmovnbw 0x30(%r11d), %r12w # OPC=cmovnbw_r16_m16
[----------] * cmovnbw 0xf7(%rip), %r12w # OPC=cmovnbw_r16_m16
[----------] - Starting with OPC = cmovnbw_r16_r16
[----------] Seed is 1463511742764233
[----------] * cmovnbw %r15w, %r14w # OPC=cmovnbw_r16_r16
[----------] * cmovnbw %bp, %bx # OPC=cmovnbw_r16_r16
[----------] * cmovnbw %si, %r11w # OPC=cmovnbw_r16_r16
[----------] * cmovnbw %sp, %ax # OPC=cmovnbw_r16_r16
[----------] * cmovnbw %r9w, %r12w # OPC=cmovnbw_r16_r16
[----------] * cmovnbw %r8w, %r9w # OPC=cmovnbw_r16_r16
[----------] * cmovnbw %r8w, %r14w # OPC=cmovnbw_r16_r16
[----------] * cmovnbw %r12w, %r14w # OPC=cmovnbw_r16_r16
[----------] * cmovnbw %r8w, %r15w # OPC=cmovnbw_r16_r16
[----------] * cmovnbw %r8w, %r11w # OPC=cmovnbw_r16_r16
[----------] - Starting with OPC = cmovnbl_r32_m32
[----------] Seed is 1463511742765581
[----------] * cmovnbl (%r11d,%ebx,4), %esp # OPC=cmovnbl_r32_m32
[----------] * cmovnbl (%rdi,%rcx,1), %r13d # OPC=cmovnbl_r32_m32
[----------] * cmovnbl 0xf9(%rip), %ecx # OPC=cmovnbl_r32_m32
[----------] * cmovnbl 0x5dcffff9(%rip), %ebx # OPC=cmovnbl_r32_m32
[----------] * cmovnbl 0xf9(%rip), %edi # OPC=cmovnbl_r32_m32
[----------] * cmovnbl (%rdi,%rcx,1), %edi # OPC=cmovnbl_r32_m32
[----------] * cmovnbl 0x7ffffff8(%rip), %r9d # OPC=cmovnbl_r32_m32
[----------] * cmovnbl 0x5dcffff9(%rip), %ebp # OPC=cmovnbl_r32_m32
[----------] * cmovnbl -0x300007(%rip), %r12d # OPC=cmovnbl_r32_m32
[----------] * cmovnbl -0x7(%r11d,%ebx,4), %ebp # OPC=cmovnbl_r32_m32
[----------] - Starting with OPC = cmovnbl_r32_r32
[----------] Seed is 1463511742767225
[----------] * cmovnbl %esp, %r8d # OPC=cmovnbl_r32_r32
[----------] * cmovnbl %ebp, %r13d # OPC=cmovnbl_r32_r32
[----------] * cmovnbl %edi, %r10d # OPC=cmovnbl_r32_r32
[----------] * cmovnbl %esi, %r11d # OPC=cmovnbl_r32_r32
[----------] * cmovnbl %r9d, %esp # OPC=cmovnbl_r32_r32
[----------] * cmovnbl %r15d, %ecx # OPC=cmovnbl_r32_r32
[----------] * cmovnbl %r9d, %esi # OPC=cmovnbl_r32_r32
[----------] * cmovnbl %r12d, %eax # OPC=cmovnbl_r32_r32
[----------] * cmovnbl %r12d, %r8d # OPC=cmovnbl_r32_r32
[----------] * cmovnbl %r10d, %r8d # OPC=cmovnbl_r32_r32
[----------] - Starting with OPC = cmovnbq_r64_m64
[----------] Seed is 1463511742768815
[----------] * cmovnbq (%r11d,%ebx,4), %r15 # OPC=cmovnbq_r64_m64
[----------] * cmovnbq -0x10(,%rdx,2), %rcx # OPC=cmovnbq_r64_m64
[----------] * cmovnbq 0xf8(%rip), %r10 # OPC=cmovnbq_r64_m64
[----------] * cmovnbq -0x64(%rax,%rcx,4), %rdi # OPC=cmovnbq_r64_m64
[----------] * cmovnbq 0xf8(%rip), %rdx # OPC=cmovnbq_r64_m64
[----------] * cmovnbq 0x16(%r8), %rsi # OPC=cmovnbq_r64_m64
[----------] * cmovnbq -0x8(%rip), %r11 # OPC=cmovnbq_r64_m64
[----------] * cmovnbq 0x5dcffff8(%rip), %r15 # OPC=cmovnbq_r64_m64
[----------] * cmovnbq -0x10(,%rdx,2), %r11 # OPC=cmovnbq_r64_m64
[----------] * cmovnbq 0xf8(%rip), %r13 # OPC=cmovnbq_r64_m64
[----------] - Starting with OPC = cmovnbq_r64_r64
[----------] Seed is 1463511742770659
[----------] * cmovnbq %rcx, %rbp # OPC=cmovnbq_r64_r64
[----------] * cmovnbq %rsp, %rdi # OPC=cmovnbq_r64_r64
[----------] * cmovnbq %rdx, %rcx # OPC=cmovnbq_r64_r64
[----------] * cmovnbq %rax, %rax # OPC=cmovnbq_r64_r64
[----------] * cmovnbq %r15, %r14 # OPC=cmovnbq_r64_r64
[----------] * cmovnbq %rsp, %r8 # OPC=cmovnbq_r64_r64
[----------] * cmovnbq %r8, %rbx # OPC=cmovnbq_r64_r64
[----------] * cmovnbq %r9, %r9 # OPC=cmovnbq_r64_r64
[----------] * cmovnbq %rbp, %r11 # OPC=cmovnbq_r64_r64
[----------] * cmovnbq %r8, %r13 # OPC=cmovnbq_r64_r64
[----------] - Starting with OPC = cmovnbew_r16_m16
[----------] Seed is 1463511742772373
[----------] * cmovnbew 0x64(%rsp,%rdx,8), %r9w # OPC=cmovnbew_r16_m16
[----------] * cmovnbew (%r11d), %r12w # OPC=cmovnbew_r16_m16
[----------] * cmovnbew 0xf8(%rip), %bp # OPC=cmovnbew_r16_m16
[----------] * cmovnbew (%r11d), %r14w # OPC=cmovnbew_r16_m16
[----------] * cmovnbew 0xf8(%rip), %bx # OPC=cmovnbew_r16_m16
[----------] * cmovnbew -0x9(%rip), %r8w # OPC=cmovnbew_r16_m16
[----------] * cmovnbew 0xf7(%rip), %r12w # OPC=cmovnbew_r16_m16
[----------] * cmovnbew 0x7ffffff7(%rip), %r8w # OPC=cmovnbew_r16_m16
[----------] * cmovnbew 0x5dcffff8(%rip), %si # OPC=cmovnbew_r16_m16
[----------] * cmovnbew 0x64(%rsp,%rdx,8), %r14w # OPC=cmovnbew_r16_m16
[----------] - Starting with OPC = cmovnbew_r16_r16
[----------] Seed is 1463511742773879
[----------] * cmovnbew %si, %cx # OPC=cmovnbew_r16_r16
[----------] * cmovnbew %si, %dx # OPC=cmovnbew_r16_r16
[----------] * cmovnbew %r9w, %bx # OPC=cmovnbew_r16_r16
[----------] * cmovnbew %r12w, %bx # OPC=cmovnbew_r16_r16
[----------] * cmovnbew %di, %si # OPC=cmovnbew_r16_r16
[----------] * cmovnbew %cx, %bp # OPC=cmovnbew_r16_r16
[----------] * cmovnbew %bp, %r11w # OPC=cmovnbew_r16_r16
[----------] * cmovnbew %cx, %bp # OPC=cmovnbew_r16_r16
[----------] * cmovnbew %r9w, %ax # OPC=cmovnbew_r16_r16
[----------] * cmovnbew %si, %r8w # OPC=cmovnbew_r16_r16
[----------] - Starting with OPC = cmovnbel_r32_m32
[----------] Seed is 1463511742775575
[----------] * cmovnbel 0xf9(%rip), %eax # OPC=cmovnbel_r32_m32
[----------] * cmovnbel 0x64(%rdx), %r9d # OPC=cmovnbel_r32_m32
[----------] * cmovnbel 0x5dcffff9(%rip), %eax # OPC=cmovnbel_r32_m32
[----------] * cmovnbel 0x5dcffff9(%rip), %eax # OPC=cmovnbel_r32_m32
[----------] * cmovnbel 0xf8(%rip), %r14d # OPC=cmovnbel_r32_m32
[----------] * cmovnbel -0x7(%r11d,%ebx,4), %ecx # OPC=cmovnbel_r32_m32
[----------] * cmovnbel 0xf8(%rip), %r13d # OPC=cmovnbel_r32_m32
[----------] * cmovnbel 0xf8(%rip), %r11d # OPC=cmovnbel_r32_m32
[----------] * cmovnbel (%r11d,%ebx,4), %esp # OPC=cmovnbel_r32_m32
[----------] * cmovnbel 0xf8(%rip), %r14d # OPC=cmovnbel_r32_m32
[----------] - Starting with OPC = cmovnbel_r32_r32
[----------] Seed is 1463511742777231
[----------] * cmovnbel %ebx, %edx # OPC=cmovnbel_r32_r32
[----------] * cmovnbel %ebx, %r12d # OPC=cmovnbel_r32_r32
[----------] * cmovnbel %esi, %esi # OPC=cmovnbel_r32_r32
[----------] * cmovnbel %ecx, %r8d # OPC=cmovnbel_r32_r32
[----------] * cmovnbel %edx, %r10d # OPC=cmovnbel_r32_r32
[----------] * cmovnbel %ebx, %edi # OPC=cmovnbel_r32_r32
[----------] * cmovnbel %esp, %r11d # OPC=cmovnbel_r32_r32
[----------] * cmovnbel %r8d, %ebx # OPC=cmovnbel_r32_r32
[----------] * cmovnbel %esi, %r14d # OPC=cmovnbel_r32_r32
[----------] * cmovnbel %r12d, %r11d # OPC=cmovnbel_r32_r32
[----------] - Starting with OPC = cmovnbeq_r64_m64
[----------] Seed is 1463511742778323
[----------] * cmovnbeq (%r11d), %rsi # OPC=cmovnbeq_r64_m64
[----------] * cmovnbeq 0xf8(%rip), %rbx # OPC=cmovnbeq_r64_m64
[----------] * cmovnbeq 0x5dcffff8(%rip), %rbp # OPC=cmovnbeq_r64_m64
[----------] * cmovnbeq -0x7(%r11d,%ebx,4), %rdi # OPC=cmovnbeq_r64_m64
[----------] * cmovnbeq 0xf8(%rip), %r15 # OPC=cmovnbeq_r64_m64
[----------] * cmovnbeq 0x64(%rsp,%rdx,8), %r12 # OPC=cmovnbeq_r64_m64
[----------] * cmovnbeq 0x7ffffff8(%rip), %rcx # OPC=cmovnbeq_r64_m64
[----------] * cmovnbeq 0xf8(%rip), %rsi # OPC=cmovnbeq_r64_m64
[----------] * cmovnbeq 0xf8(%rip), %r11 # OPC=cmovnbeq_r64_m64
[----------] * cmovnbeq (%r11d,%ebx,4), %r9 # OPC=cmovnbeq_r64_m64
[----------] - Starting with OPC = cmovnbeq_r64_r64
[----------] Seed is 1463511742779870
[----------] * cmovnbeq %rsp, %r12 # OPC=cmovnbeq_r64_r64
[----------] * cmovnbeq %r13, %r8 # OPC=cmovnbeq_r64_r64
[----------] * cmovnbeq %rsp, %r8 # OPC=cmovnbeq_r64_r64
[----------] * cmovnbeq %rdi, %rsp # OPC=cmovnbeq_r64_r64
[----------] * cmovnbeq %r12, %rbx # OPC=cmovnbeq_r64_r64
[----------] * cmovnbeq %rsi, %r11 # OPC=cmovnbeq_r64_r64
[----------] * cmovnbeq %rbx, %rdi # OPC=cmovnbeq_r64_r64
[----------] * cmovnbeq %r10, %r9 # OPC=cmovnbeq_r64_r64
[----------] * cmovnbeq %r13, %r8 # OPC=cmovnbeq_r64_r64
[----------] * cmovnbeq %rax, %r12 # OPC=cmovnbeq_r64_r64
[----------] - Starting with OPC = cmovncw_r16_m16
[----------] Seed is 1463511742781362
[----------] * cmovncw 0xf8(%rip), %sp # OPC=cmovncw_r16_m16
[----------] * cmovncw -0x10(,%rdx,2), %sp # OPC=cmovncw_r16_m16
[----------] * cmovncw 0xf8(%rip), %ax # OPC=cmovncw_r16_m16
[----------] * cmovncw -0x300008(%rip), %r14w # OPC=cmovncw_r16_m16
[----------] * cmovncw -0x7(%r11d,%ebx,4), %bp # OPC=cmovncw_r16_m16
[----------] * cmovncw 0xf8(%rip), %dx # OPC=cmovncw_r16_m16
[----------] * cmovncw 0xf7(%rip), %r14w # OPC=cmovncw_r16_m16
[----------] * cmovncw -0x8(%rip), %dx # OPC=cmovncw_r16_m16
[----------] * cmovncw 0x7ffffff7(%rip), %r8w # OPC=cmovncw_r16_m16
[----------] * cmovncw 0x5dcffff8(%rip), %di # OPC=cmovncw_r16_m16
[----------] - Starting with OPC = cmovncw_r16_r16
[----------] Seed is 1463511742782867
[----------] * cmovncw %r9w, %r11w # OPC=cmovncw_r16_r16
[----------] * cmovncw %si, %r15w # OPC=cmovncw_r16_r16
[----------] * cmovncw %si, %cx # OPC=cmovncw_r16_r16
[----------] * cmovncw %bp, %r10w # OPC=cmovncw_r16_r16
[----------] * cmovncw %r11w, %bp # OPC=cmovncw_r16_r16
[----------] * cmovncw %dx, %r9w # OPC=cmovncw_r16_r16
[----------] * cmovncw %cx, %bx # OPC=cmovncw_r16_r16
[----------] * cmovncw %di, %r15w # OPC=cmovncw_r16_r16
[----------] * cmovncw %r8w, %r12w # OPC=cmovncw_r16_r16
[----------] * cmovncw %r8w, %bx # OPC=cmovncw_r16_r16
[----------] - Starting with OPC = cmovncl_r32_m32
[----------] Seed is 1463511742784391
[----------] * cmovncl 0xf8(%rip), %r8d # OPC=cmovncl_r32_m32
[----------] * cmovncl 0x5dcffff9(%rip), %ebx # OPC=cmovncl_r32_m32
[----------] * cmovncl (%rax), %ecx # OPC=cmovncl_r32_m32
[----------] * cmovncl 0x5dcffff9(%rip), %ecx # OPC=cmovncl_r32_m32
[----------] * cmovncl 0x5dcffff9(%rip), %edx # OPC=cmovncl_r32_m32
[----------] * cmovncl -0x10(,%rdx,2), %edi # OPC=cmovncl_r32_m32
[----------] * cmovncl (%r11d,%ebx,1), %ebx # OPC=cmovncl_r32_m32
[----------] * cmovncl -0x7(%r11d,%ebx,4), %ecx # OPC=cmovncl_r32_m32
[----------] * cmovncl 0xf9(%rip), %edi # OPC=cmovncl_r32_m32
[----------] * cmovncl -0x10(,%rdx,2), %r11d # OPC=cmovncl_r32_m32
[----------] - Starting with OPC = cmovncl_r32_r32
[----------] Seed is 1463511742786274
[----------] * cmovncl %r15d, %r10d # OPC=cmovncl_r32_r32
[----------] * cmovncl %r8d, %esp # OPC=cmovncl_r32_r32
[----------] * cmovncl %r14d, %r11d # OPC=cmovncl_r32_r32
[----------] * cmovncl %r9d, %r12d # OPC=cmovncl_r32_r32
[----------] * cmovncl %r14d, %r8d # OPC=cmovncl_r32_r32
[----------] * cmovncl %r11d, %ecx # OPC=cmovncl_r32_r32
[----------] * cmovncl %eax, %ebx # OPC=cmovncl_r32_r32
[----------] * cmovncl %esp, %r8d # OPC=cmovncl_r32_r32
[----------] * cmovncl %esi, %r10d # OPC=cmovncl_r32_r32
[----------] * cmovncl %esi, %esp # OPC=cmovncl_r32_r32
[----------] - Starting with OPC = cmovncq_r64_m64
[----------] Seed is 1463511742787761
[----------] * cmovncq 0x5dcffff8(%rip), %r13 # OPC=cmovncq_r64_m64
[----------] * cmovncq 0x5dcffff8(%rip), %rbp # OPC=cmovncq_r64_m64
[----------] * cmovncq 0x5dcffff8(%rip), %rax # OPC=cmovncq_r64_m64
[----------] * cmovncq 0xf8(%rip), %r10 # OPC=cmovncq_r64_m64
[----------] * cmovncq 0xf8(%rip), %rsi # OPC=cmovncq_r64_m64
[----------] * cmovncq 0x5dcffff8(%rip), %r12 # OPC=cmovncq_r64_m64
[----------] * cmovncq 0x7ffffff8(%rip), %rbp # OPC=cmovncq_r64_m64
[----------] * cmovncq (%r11d,%ebx,4), %rdx # OPC=cmovncq_r64_m64
[----------] * cmovncq 0x64(%rdx), %rbp # OPC=cmovncq_r64_m64
[----------] * cmovncq (%rdi,%rcx,1), %rdx # OPC=cmovncq_r64_m64
[----------] - Starting with OPC = cmovncq_r64_r64
[----------] Seed is 1463511742789751
[----------] * cmovncq %r15, %r9 # OPC=cmovncq_r64_r64
[----------] * cmovncq %r9, %r10 # OPC=cmovncq_r64_r64
[----------] * cmovncq %rdi, %r10 # OPC=cmovncq_r64_r64
[----------] * cmovncq %rax, %r10 # OPC=cmovncq_r64_r64
[----------] * cmovncq %rdi, %r10 # OPC=cmovncq_r64_r64
[----------] * cmovncq %r11, %rcx # OPC=cmovncq_r64_r64
[----------] * cmovncq %rdi, %r15 # OPC=cmovncq_r64_r64
[----------] * cmovncq %rcx, %r9 # OPC=cmovncq_r64_r64
[----------] * cmovncq %r13, %r11 # OPC=cmovncq_r64_r64
[----------] * cmovncq %r15, %rbx # OPC=cmovncq_r64_r64
[----------] - Starting with OPC = cmovnew_r16_m16
[----------] Seed is 1463511742791302
[----------] * cmovnew (%r11d,%ebx,1), %sp # OPC=cmovnew_r16_m16
[----------] * cmovnew (%r11d), %sp # OPC=cmovnew_r16_m16
[----------] * cmovnew 0x5dcffff7(%rip), %r15w # OPC=cmovnew_r16_m16
[----------] * cmovnew 0x5dcffff7(%rip), %r14w # OPC=cmovnew_r16_m16
[----------] * cmovnew 0x5dcffff8(%rip), %si # OPC=cmovnew_r16_m16
[----------] * cmovnew 0x7ffffff8(%rip), %cx # OPC=cmovnew_r16_m16
[----------] * cmovnew 0xf8(%rip), %di # OPC=cmovnew_r16_m16
[----------] * cmovnew 0x5dcffff7(%rip), %r8w # OPC=cmovnew_r16_m16
[----------] * cmovnew 0x16(%r8), %r12w # OPC=cmovnew_r16_m16
[----------] * cmovnew 0x30(%r11d), %r9w # OPC=cmovnew_r16_m16
[----------] - Starting with OPC = cmovnew_r16_r16
[----------] Seed is 1463511742792870
[----------] * cmovnew %r11w, %dx # OPC=cmovnew_r16_r16
[----------] * cmovnew %r12w, %si # OPC=cmovnew_r16_r16
[----------] * cmovnew %r10w, %cx # OPC=cmovnew_r16_r16
[----------] * cmovnew %r15w, %r14w # OPC=cmovnew_r16_r16
[----------] * cmovnew %r11w, %sp # OPC=cmovnew_r16_r16
[----------] * cmovnew %dx, %r8w # OPC=cmovnew_r16_r16
[----------] * cmovnew %r14w, %r12w # OPC=cmovnew_r16_r16
[----------] * cmovnew %dx, %r9w # OPC=cmovnew_r16_r16
[----------] * cmovnew %cx, %dx # OPC=cmovnew_r16_r16
[----------] * cmovnew %bx, %r12w # OPC=cmovnew_r16_r16
[----------] - Starting with OPC = cmovnel_r32_m32
[----------] Seed is 1463511742794161
[----------] * cmovnel 0x5dcffff9(%rip), %edi # OPC=cmovnel_r32_m32
[----------] * cmovnel 0xf8(%rip), %r14d # OPC=cmovnel_r32_m32
[----------] * cmovnel 0x5dcffff8(%rip), %r15d # OPC=cmovnel_r32_m32
[----------] * cmovnel 0xf9(%rip), %edi # OPC=cmovnel_r32_m32
[----------] * cmovnel 0xf9(%rip), %edi # OPC=cmovnel_r32_m32
[----------] * cmovnel 0xf9(%rip), %edi # OPC=cmovnel_r32_m32
[----------] * cmovnel 0xf9(%rip), %ecx # OPC=cmovnel_r32_m32
[----------] * cmovnel (%rdi,%rcx,1), %r9d # OPC=cmovnel_r32_m32
[----------] * cmovnel 0x5dcffff9(%rip), %esp # OPC=cmovnel_r32_m32
[----------] * cmovnel (%r11d,%ebx,4), %r11d # OPC=cmovnel_r32_m32
[----------] - Starting with OPC = cmovnel_r32_r32
[----------] Seed is 1463511742795934
[----------] * cmovnel %r14d, %r13d # OPC=cmovnel_r32_r32
[----------] * cmovnel %r11d, %esi # OPC=cmovnel_r32_r32
[----------] * cmovnel %esp, %ecx # OPC=cmovnel_r32_r32
[----------] * cmovnel %r15d, %ebp # OPC=cmovnel_r32_r32
[----------] * cmovnel %edi, %r14d # OPC=cmovnel_r32_r32
[----------] * cmovnel %edx, %r8d # OPC=cmovnel_r32_r32
[----------] * cmovnel %ebp, %r9d # OPC=cmovnel_r32_r32
[----------] * cmovnel %r12d, %r14d # OPC=cmovnel_r32_r32
[----------] * cmovnel %ebx, %r8d # OPC=cmovnel_r32_r32
[----------] * cmovnel %r15d, %edi # OPC=cmovnel_r32_r32
[----------] - Starting with OPC = cmovneq_r64_m64
[----------] Seed is 1463511742797483
[----------] * cmovneq 0xf8(%rip), %rsi # OPC=cmovneq_r64_m64
[----------] * cmovneq 0x5dcffff8(%rip), %rsi # OPC=cmovneq_r64_m64
[----------] * cmovneq 0x5dcffff8(%rip), %rdx # OPC=cmovneq_r64_m64
[----------] * cmovneq 0xf8(%rip), %r14 # OPC=cmovneq_r64_m64
[----------] * cmovneq 0xf8(%rip), %r10 # OPC=cmovneq_r64_m64
[----------] * cmovneq 0x5dcffff8(%rip), %r11 # OPC=cmovneq_r64_m64
[----------] * cmovneq (%rax), %r9 # OPC=cmovneq_r64_m64
[----------] * cmovneq -0x300007(%rip), %r9 # OPC=cmovneq_r64_m64
[----------] * cmovneq -0x64(%rax,%rcx,4), %rax # OPC=cmovneq_r64_m64
[----------] * cmovneq (%r11d,%ebx,4), %r14 # OPC=cmovneq_r64_m64
[----------] - Starting with OPC = cmovneq_r64_r64
[----------] Seed is 1463511742798945
[----------] * cmovneq %r12, %r12 # OPC=cmovneq_r64_r64
[----------] * cmovneq %rsi, %rcx # OPC=cmovneq_r64_r64
[----------] * cmovneq %r10, %rdi # OPC=cmovneq_r64_r64
[----------] * cmovneq %r10, %rax # OPC=cmovneq_r64_r64
[----------] * cmovneq %rcx, %r12 # OPC=cmovneq_r64_r64
[----------] * cmovneq %r12, %rdx # OPC=cmovneq_r64_r64
[----------] * cmovneq %r11, %r14 # OPC=cmovneq_r64_r64
[----------] * cmovneq %r13, %rdx # OPC=cmovneq_r64_r64
[----------] * cmovneq %r9, %r10 # OPC=cmovneq_r64_r64
[----------] * cmovneq %rsp, %rsp # OPC=cmovneq_r64_r64
[----------] - Starting with OPC = cmovngw_r16_m16
[----------] Seed is 1463511742800988
[----------] * cmovngw 0xf8(%rip), %sp # OPC=cmovngw_r16_m16
[----------] * cmovngw 0x30(%r11d), %r13w # OPC=cmovngw_r16_m16
[----------] * cmovngw 0xf7(%rip), %r11w # OPC=cmovngw_r16_m16
[----------] * cmovngw 0xf7(%rip), %r9w # OPC=cmovngw_r16_m16
[----------] * cmovngw 0x5dcffff8(%rip), %si # OPC=cmovngw_r16_m16
[----------] * cmovngw 0x5dcffff8(%rip), %bx # OPC=cmovngw_r16_m16
[----------] * cmovngw 0x5(%r11d,%ebx,1), %bp # OPC=cmovngw_r16_m16
[----------] * cmovngw (%rax), %r9w # OPC=cmovngw_r16_m16
[----------] * cmovngw -0x64(%rax,%rcx,4), %r9w # OPC=cmovngw_r16_m16
[----------] * cmovngw 0x5dcffff8(%rip), %si # OPC=cmovngw_r16_m16
[----------] - Starting with OPC = cmovngw_r16_r16
[----------] Seed is 1463511742802119
[----------] * cmovngw %ax, %sp # OPC=cmovngw_r16_r16
[----------] * cmovngw %r13w, %r8w # OPC=cmovngw_r16_r16
[----------] * cmovngw %r8w, %si # OPC=cmovngw_r16_r16
[----------] * cmovngw %r9w, %cx # OPC=cmovngw_r16_r16
[----------] * cmovngw %r12w, %si # OPC=cmovngw_r16_r16
[----------] * cmovngw %r10w, %r14w # OPC=cmovngw_r16_r16
[----------] * cmovngw %dx, %r10w # OPC=cmovngw_r16_r16
[----------] * cmovngw %sp, %r14w # OPC=cmovngw_r16_r16
[----------] * cmovngw %r15w, %ax # OPC=cmovngw_r16_r16
[----------] * cmovngw %r15w, %r12w # OPC=cmovngw_r16_r16
[----------] - Starting with OPC = cmovngl_r32_m32
[----------] Seed is 1463511742804167
[----------] * cmovngl -0x300006(%rip), %ecx # OPC=cmovngl_r32_m32
[----------] * cmovngl 0xf8(%rip), %r13d # OPC=cmovngl_r32_m32
[----------] * cmovngl (%rax), %ebp # OPC=cmovngl_r32_m32
[----------] * cmovngl (%rax), %r13d # OPC=cmovngl_r32_m32
[----------] * cmovngl -0x64(%rax,%rcx,4), %r10d # OPC=cmovngl_r32_m32
[----------] * cmovngl (%rdi,%rcx,1), %ebp # OPC=cmovngl_r32_m32
[----------] * cmovngl 0x5dcffff9(%rip), %edi # OPC=cmovngl_r32_m32
[----------] * cmovngl 0x5dcffff8(%rip), %r11d # OPC=cmovngl_r32_m32
[----------] * cmovngl 0x16(%r8), %ecx # OPC=cmovngl_r32_m32
[----------] * cmovngl 0x5dcffff8(%rip), %r10d # OPC=cmovngl_r32_m32
[----------] - Starting with OPC = cmovngl_r32_r32
[----------] Seed is 1463511742805644
[----------] * cmovngl %ebp, %r8d # OPC=cmovngl_r32_r32
[----------] * cmovngl %r9d, %r8d # OPC=cmovngl_r32_r32
[----------] * cmovngl %edx, %ebp # OPC=cmovngl_r32_r32
[----------] * cmovngl %r9d, %ecx # OPC=cmovngl_r32_r32
[----------] * cmovngl %r8d, %r10d # OPC=cmovngl_r32_r32
[----------] * cmovngl %r10d, %r15d # OPC=cmovngl_r32_r32
[----------] * cmovngl %r13d, %r10d # OPC=cmovngl_r32_r32
[----------] * cmovngl %r13d, %r11d # OPC=cmovngl_r32_r32
[----------] * cmovngl %r10d, %r11d # OPC=cmovngl_r32_r32
[----------] * cmovngl %r10d, %r14d # OPC=cmovngl_r32_r32
[----------] - Starting with OPC = cmovngq_r64_m64
[----------] Seed is 1463511742807282
[----------] * cmovngq 0x16(%r8), %rsi # OPC=cmovngq_r64_m64
[----------] * cmovngq 0x16(%r8), %r15 # OPC=cmovngq_r64_m64
[----------] * cmovngq 0x5dcffff8(%rip), %rsp # OPC=cmovngq_r64_m64
[----------] * cmovngq 0x5dcffff8(%rip), %r15 # OPC=cmovngq_r64_m64
[----------] * cmovngq 0x7ffffff8(%rip), %r13 # OPC=cmovngq_r64_m64
[----------] * cmovngq 0x7ffffff8(%rip), %r11 # OPC=cmovngq_r64_m64
[----------] * cmovngq 0x64(%rdx), %r8 # OPC=cmovngq_r64_m64
[----------] * cmovngq (%r11d), %rcx # OPC=cmovngq_r64_m64
[----------] * cmovngq 0xf8(%rip), %rsi # OPC=cmovngq_r64_m64
[----------] * cmovngq 0x5dcffff8(%rip), %r13 # OPC=cmovngq_r64_m64
[----------] - Starting with OPC = cmovngq_r64_r64
[----------] Seed is 1463511742808867
[----------] * cmovngq %rdi, %rdi # OPC=cmovngq_r64_r64
[----------] * cmovngq %rdx, %r11 # OPC=cmovngq_r64_r64
[----------] * cmovngq %rsp, %rbx # OPC=cmovngq_r64_r64
[----------] * cmovngq %rsi, %r13 # OPC=cmovngq_r64_r64
[----------] * cmovngq %r9, %rdi # OPC=cmovngq_r64_r64
[----------] * cmovngq %r10, %rbx # OPC=cmovngq_r64_r64
[----------] * cmovngq %r8, %r13 # OPC=cmovngq_r64_r64
[----------] * cmovngq %rdi, %rax # OPC=cmovngq_r64_r64
[----------] * cmovngq %r15, %rax # OPC=cmovngq_r64_r64
[----------] * cmovngq %r15, %rbx # OPC=cmovngq_r64_r64
[----------] - Starting with OPC = cmovngew_r16_m16
[----------] Seed is 1463511742810288
[----------] * cmovngew 0x7ffffff7(%rip), %r15w # OPC=cmovngew_r16_m16
[----------] * cmovngew 0xf8(%rip), %dx # OPC=cmovngew_r16_m16
[----------] * cmovngew (%r11d), %bx # OPC=cmovngew_r16_m16
[----------] * cmovngew 0x5(%r11d,%ebx,1), %bx # OPC=cmovngew_r16_m16
[----------] * cmovngew (%rax), %dx # OPC=cmovngew_r16_m16
[----------] * cmovngew 0x64(%rdx), %r10w # OPC=cmovngew_r16_m16
[----------] * cmovngew 0x5dcffff7(%rip), %r14w # OPC=cmovngew_r16_m16
[----------] * cmovngew (%r11d,%ebx,4), %r14w # OPC=cmovngew_r16_m16
[----------] * cmovngew -0x64(%rax,%rcx,4), %r15w # OPC=cmovngew_r16_m16
[----------] * cmovngew (%r11d,%ebx,1), %bp # OPC=cmovngew_r16_m16
[----------] - Starting with OPC = cmovngew_r16_r16
[----------] Seed is 1463511742812228
[----------] * cmovngew %r12w, %dx # OPC=cmovngew_r16_r16
[----------] * cmovngew %r10w, %r11w # OPC=cmovngew_r16_r16
[----------] * cmovngew %dx, %r11w # OPC=cmovngew_r16_r16
[----------] * cmovngew %r12w, %r14w # OPC=cmovngew_r16_r16
[----------] * cmovngew %ax, %r14w # OPC=cmovngew_r16_r16
[----------] * cmovngew %bp, %r10w # OPC=cmovngew_r16_r16
[----------] * cmovngew %dx, %dx # OPC=cmovngew_r16_r16
[----------] * cmovngew %bx, %r9w # OPC=cmovngew_r16_r16
[----------] * cmovngew %r15w, %ax # OPC=cmovngew_r16_r16
[----------] * cmovngew %r11w, %cx # OPC=cmovngew_r16_r16
[----------] - Starting with OPC = cmovngel_r32_m32
[----------] Seed is 1463511742813920
[----------] * cmovngel 0x16(%r8), %r13d # OPC=cmovngel_r32_m32
[----------] * cmovngel 0x7ffffff8(%rip), %r13d # OPC=cmovngel_r32_m32
[----------] * cmovngel 0x5dcffff9(%rip), %esi # OPC=cmovngel_r32_m32
[----------] * cmovngel -0x300006(%rip), %eax # OPC=cmovngel_r32_m32
[----------] * cmovngel 0x5dcffff8(%rip), %r14d # OPC=cmovngel_r32_m32
[----------] * cmovngel 0x5dcffff8(%rip), %r8d # OPC=cmovngel_r32_m32
[----------] * cmovngel 0xf9(%rip), %edi # OPC=cmovngel_r32_m32
[----------] * cmovngel (%r11d,%ebx,4), %ecx # OPC=cmovngel_r32_m32
[----------] * cmovngel 0x5dcffff8(%rip), %r11d # OPC=cmovngel_r32_m32
[----------] * cmovngel 0xf9(%rip), %eax # OPC=cmovngel_r32_m32
[----------] - Starting with OPC = cmovngel_r32_r32
[----------] Seed is 1463511742815544
[----------] * cmovngel %r9d, %r11d # OPC=cmovngel_r32_r32
[----------] * cmovngel %eax, %r10d # OPC=cmovngel_r32_r32
[----------] * cmovngel %r11d, %r14d # OPC=cmovngel_r32_r32
[----------] * cmovngel %r11d, %esi # OPC=cmovngel_r32_r32
[----------] * cmovngel %r13d, %r8d # OPC=cmovngel_r32_r32
[----------] * cmovngel %edx, %edi # OPC=cmovngel_r32_r32
[----------] * cmovngel %esi, %eax # OPC=cmovngel_r32_r32
[----------] * cmovngel %esp, %r14d # OPC=cmovngel_r32_r32
[----------] * cmovngel %r12d, %edi # OPC=cmovngel_r32_r32
[----------] * cmovngel %r12d, %ebp # OPC=cmovngel_r32_r32
[----------] - Starting with OPC = cmovngeq_r64_m64
[----------] Seed is 1463511742816737
[----------] * cmovngeq (%r11d,%ebx,1), %rax # OPC=cmovngeq_r64_m64
[----------] * cmovngeq 0xf8(%rip), %r14 # OPC=cmovngeq_r64_m64
[----------] * cmovngeq 0x5dcffff8(%rip), %r12 # OPC=cmovngeq_r64_m64
[----------] * cmovngeq (%r11d), %rbx # OPC=cmovngeq_r64_m64
[----------] * cmovngeq 0x5dcffff8(%rip), %rbp # OPC=cmovngeq_r64_m64
[----------] * cmovngeq 0x5dcffff8(%rip), %r8 # OPC=cmovngeq_r64_m64
[----------] * cmovngeq 0xf8(%rip), %r9 # OPC=cmovngeq_r64_m64
[----------] * cmovngeq -0x300007(%rip), %r15 # OPC=cmovngeq_r64_m64
[----------] * cmovngeq 0x5dcffff8(%rip), %rsp # OPC=cmovngeq_r64_m64
[----------] * cmovngeq (%rax), %rax # OPC=cmovngeq_r64_m64
[----------] - Starting with OPC = cmovngeq_r64_r64
[----------] Seed is 1463511742818340
[----------] * cmovngeq %rsi, %rsi # OPC=cmovngeq_r64_r64
[----------] * cmovngeq %rbp, %rsp # OPC=cmovngeq_r64_r64
[----------] * cmovngeq %r10, %rax # OPC=cmovngeq_r64_r64
[----------] * cmovngeq %rbx, %rsi # OPC=cmovngeq_r64_r64
[----------] * cmovngeq %rdi, %rcx # OPC=cmovngeq_r64_r64
[----------] * cmovngeq %rsp, %rax # OPC=cmovngeq_r64_r64
[----------] * cmovngeq %r9, %r10 # OPC=cmovngeq_r64_r64
[----------] * cmovngeq %r10, %r9 # OPC=cmovngeq_r64_r64
[----------] * Couldn't apply transform.
[----------] * cmovngeq %rcx, %rsp # OPC=cmovngeq_r64_r64
[----------] - Starting with OPC = cmovnlw_r16_m16
[----------] Seed is 1463511742820529
[----------] * cmovnlw 0xf8(%rip), %bx # OPC=cmovnlw_r16_m16
[----------] * cmovnlw 0xf7(%rip), %r12w # OPC=cmovnlw_r16_m16
[----------] * cmovnlw 0x5dcffff8(%rip), %sp # OPC=cmovnlw_r16_m16
[----------] * cmovnlw 0x5dcffff8(%rip), %di # OPC=cmovnlw_r16_m16
[----------] * cmovnlw 0x5dcffff8(%rip), %dx # OPC=cmovnlw_r16_m16
[----------] * cmovnlw 0xf8(%rip), %sp # OPC=cmovnlw_r16_m16
[----------] * cmovnlw 0x64(%rdx), %di # OPC=cmovnlw_r16_m16
[----------] * cmovnlw (%r11d,%ebx,4), %dx # OPC=cmovnlw_r16_m16
[----------] * cmovnlw (%rdi,%rcx,1), %r8w # OPC=cmovnlw_r16_m16
[----------] * cmovnlw (%r11d), %sp # OPC=cmovnlw_r16_m16
[----------] - Starting with OPC = cmovnlw_r16_r16
[----------] Seed is 1463511742821955
[----------] * cmovnlw %r8w, %cx # OPC=cmovnlw_r16_r16
[----------] * cmovnlw %sp, %r8w # OPC=cmovnlw_r16_r16
[----------] * cmovnlw %r15w, %r8w # OPC=cmovnlw_r16_r16
[----------] * cmovnlw %sp, %r8w # OPC=cmovnlw_r16_r16
[----------] * cmovnlw %bp, %r12w # OPC=cmovnlw_r16_r16
[----------] * cmovnlw %r15w, %bx # OPC=cmovnlw_r16_r16
[----------] * cmovnlw %ax, %r8w # OPC=cmovnlw_r16_r16
[----------] * cmovnlw %r8w, %r13w # OPC=cmovnlw_r16_r16
[----------] * cmovnlw %bx, %ax # OPC=cmovnlw_r16_r16
[----------] * cmovnlw %r8w, %r8w # OPC=cmovnlw_r16_r16
[----------] - Starting with OPC = cmovnll_r32_m32
[----------] Seed is 1463511742823532
[----------] * cmovnll 0xf8(%rip), %r9d # OPC=cmovnll_r32_m32
[----------] * cmovnll -0x10(,%rdx,2), %ebp # OPC=cmovnll_r32_m32
[----------] * cmovnll 0xf8(%rip), %r10d # OPC=cmovnll_r32_m32
[----------] * cmovnll -0x10(,%rdx,2), %esp # OPC=cmovnll_r32_m32
[----------] * cmovnll -0x10(,%rdx,2), %esp # OPC=cmovnll_r32_m32
[----------] * cmovnll 0x5dcffff8(%rip), %r13d # OPC=cmovnll_r32_m32
[----------] * cmovnll 0xf8(%rip), %r12d # OPC=cmovnll_r32_m32
[----------] * cmovnll 0x7ffffff8(%rip), %r9d # OPC=cmovnll_r32_m32
[----------] * cmovnll 0x5(%r11d,%ebx,1), %r8d # OPC=cmovnll_r32_m32
[----------] * cmovnll 0x5dcffff9(%rip), %ebx # OPC=cmovnll_r32_m32
[----------] - Starting with OPC = cmovnll_r32_r32
[----------] Seed is 1463511742825099
[----------] * cmovnll %r8d, %esi # OPC=cmovnll_r32_r32
[----------] * cmovnll %ebp, %ebx # OPC=cmovnll_r32_r32
[----------] * cmovnll %r15d, %r14d # OPC=cmovnll_r32_r32
[----------] * cmovnll %r13d, %r14d # OPC=cmovnll_r32_r32
[----------] * cmovnll %ebp, %r9d # OPC=cmovnll_r32_r32
[----------] * cmovnll %r15d, %r9d # OPC=cmovnll_r32_r32
[----------] * cmovnll %r8d, %r10d # OPC=cmovnll_r32_r32
[----------] * cmovnll %r14d, %eax # OPC=cmovnll_r32_r32
[----------] * cmovnll %r12d, %ecx # OPC=cmovnll_r32_r32
[----------] * cmovnll %r13d, %esp # OPC=cmovnll_r32_r32
[----------] - Starting with OPC = cmovnlq_r64_m64
[----------] Seed is 1463511742826630
[----------] * cmovnlq -0x64(%rax,%rcx,4), %r11 # OPC=cmovnlq_r64_m64
[----------] * cmovnlq (%r11d,%ebx,4), %r12 # OPC=cmovnlq_r64_m64
[----------] * cmovnlq 0x5dcffff8(%rip), %r12 # OPC=cmovnlq_r64_m64
[----------] * cmovnlq 0x64(%rsp,%rdx,8), %rbx # OPC=cmovnlq_r64_m64
[----------] * cmovnlq -0x8(%rip), %rsi # OPC=cmovnlq_r64_m64
[----------] * cmovnlq 0x5dcffff8(%rip), %rdi # OPC=cmovnlq_r64_m64
[----------] * cmovnlq (%rdi,%rcx,1), %r15 # OPC=cmovnlq_r64_m64
[----------] * cmovnlq 0x30(%r11d), %r11 # OPC=cmovnlq_r64_m64
[----------] * cmovnlq 0x5dcffff8(%rip), %r9 # OPC=cmovnlq_r64_m64
[----------] * cmovnlq 0x5dcffff8(%rip), %r12 # OPC=cmovnlq_r64_m64
[----------] - Starting with OPC = cmovnlq_r64_r64
[----------] Seed is 1463511742827749
[----------] * cmovnlq %rsp, %r13 # OPC=cmovnlq_r64_r64
[----------] * cmovnlq %r9, %r10 # OPC=cmovnlq_r64_r64
[----------] * cmovnlq %rbp, %rcx # OPC=cmovnlq_r64_r64
[----------] * cmovnlq %r15, %rsi # OPC=cmovnlq_r64_r64
[----------] * cmovnlq %rcx, %r8 # OPC=cmovnlq_r64_r64
[----------] * cmovnlq %r13, %rdx # OPC=cmovnlq_r64_r64
[----------] * cmovnlq %rcx, %rbx # OPC=cmovnlq_r64_r64
[----------] * cmovnlq %rcx, %r11 # OPC=cmovnlq_r64_r64
[----------] * cmovnlq %r14, %rdi # OPC=cmovnlq_r64_r64
[----------] * cmovnlq %rbp, %rdx # OPC=cmovnlq_r64_r64
[----------] - Starting with OPC = cmovnlew_r16_m16
[----------] Seed is 1463511742829609
[----------] * cmovnlew (%r11d,%ebx,1), %si # OPC=cmovnlew_r16_m16
[----------] * cmovnlew (%r11d,%ebx,4), %ax # OPC=cmovnlew_r16_m16
[----------] * cmovnlew 0x5dcffff8(%rip), %sp # OPC=cmovnlew_r16_m16
[----------] * cmovnlew -0x64(%rax,%rcx,4), %ax # OPC=cmovnlew_r16_m16
[----------] * cmovnlew (%rax), %ax # OPC=cmovnlew_r16_m16
[----------] * cmovnlew 0xf7(%rip), %r8w # OPC=cmovnlew_r16_m16
[----------] * cmovnlew 0xf7(%rip), %r15w # OPC=cmovnlew_r16_m16
[----------] * cmovnlew 0x5dcffff7(%rip), %r9w # OPC=cmovnlew_r16_m16
[----------] * cmovnlew 0xf7(%rip), %r15w # OPC=cmovnlew_r16_m16
[----------] * cmovnlew 0xf8(%rip), %ax # OPC=cmovnlew_r16_m16
[----------] - Starting with OPC = cmovnlew_r16_r16
[----------] Seed is 1463511742830836
[----------] * cmovnlew %r8w, %dx # OPC=cmovnlew_r16_r16
[----------] * cmovnlew %bp, %bp # OPC=cmovnlew_r16_r16
[----------] * cmovnlew %bx, %bx # OPC=cmovnlew_r16_r16
[----------] * cmovnlew %r14w, %r14w # OPC=cmovnlew_r16_r16
[----------] * cmovnlew %bx, %cx # OPC=cmovnlew_r16_r16
[----------] * cmovnlew %sp, %dx # OPC=cmovnlew_r16_r16
[----------] * cmovnlew %r10w, %r14w # OPC=cmovnlew_r16_r16
[----------] * cmovnlew %bp, %r8w # OPC=cmovnlew_r16_r16
[----------] * cmovnlew %r15w, %r13w # OPC=cmovnlew_r16_r16
[----------] * cmovnlew %dx, %r14w # OPC=cmovnlew_r16_r16
[----------] - Starting with OPC = cmovnlel_r32_m32
[----------] Seed is 1463511742832973
[----------] * cmovnlel (%rdi,%rcx,1), %esp # OPC=cmovnlel_r32_m32
[----------] * cmovnlel 0x30(%r11d), %ecx # OPC=cmovnlel_r32_m32
[----------] * cmovnlel 0x16(%r8), %eax # OPC=cmovnlel_r32_m32
[----------] * cmovnlel -0x10(,%rdx,2), %r13d # OPC=cmovnlel_r32_m32
[----------] * cmovnlel 0x16(%r8), %r14d # OPC=cmovnlel_r32_m32
[----------] * cmovnlel (%rdi,%rcx,1), %edx # OPC=cmovnlel_r32_m32
[----------] * cmovnlel 0x64(%rsp,%rdx,8), %eax # OPC=cmovnlel_r32_m32
[----------] * cmovnlel -0x8(%rip), %r12d # OPC=cmovnlel_r32_m32
[----------] * cmovnlel (%rdi,%rcx,1), %r11d # OPC=cmovnlel_r32_m32
[----------] * cmovnlel (%r11d,%ebx,1), %ebp # OPC=cmovnlel_r32_m32
[----------] - Starting with OPC = cmovnlel_r32_r32
[----------] Seed is 1463511742833883
[----------] * cmovnlel %ebp, %r10d # OPC=cmovnlel_r32_r32
[----------] * cmovnlel %r8d, %r10d # OPC=cmovnlel_r32_r32
[----------] * cmovnlel %r13d, %r9d # OPC=cmovnlel_r32_r32
[----------] * cmovnlel %r15d, %edi # OPC=cmovnlel_r32_r32
[----------] * cmovnlel %r11d, %r8d # OPC=cmovnlel_r32_r32
[----------] * cmovnlel %ebx, %eax # OPC=cmovnlel_r32_r32
[----------] * cmovnlel %r11d, %ebp # OPC=cmovnlel_r32_r32
[----------] * cmovnlel %r11d, %esi # OPC=cmovnlel_r32_r32
[----------] * cmovnlel %esp, %esi # OPC=cmovnlel_r32_r32
[----------] * cmovnlel %r12d, %r10d # OPC=cmovnlel_r32_r32
[----------] - Starting with OPC = cmovnleq_r64_m64
[----------] Seed is 1463511742835396
[----------] * cmovnleq -0x64(%rax,%rcx,4), %r10 # OPC=cmovnleq_r64_m64
[----------] * cmovnleq -0x7(%r11d,%ebx,4), %r11 # OPC=cmovnleq_r64_m64
[----------] * cmovnleq 0xf8(%rip), %rsp # OPC=cmovnleq_r64_m64
[----------] * cmovnleq (%r11d), %r15 # OPC=cmovnleq_r64_m64
[----------] * cmovnleq 0xf8(%rip), %rdi # OPC=cmovnleq_r64_m64
[----------] * cmovnleq (%r11d,%ebx,1), %r9 # OPC=cmovnleq_r64_m64
[----------] * cmovnleq -0x300007(%rip), %rax # OPC=cmovnleq_r64_m64
[----------] * cmovnleq 0x16(%r8), %rax # OPC=cmovnleq_r64_m64
[----------] * cmovnleq 0xf8(%rip), %rbx # OPC=cmovnleq_r64_m64
[----------] * cmovnleq 0xf8(%rip), %r9 # OPC=cmovnleq_r64_m64
[----------] - Starting with OPC = cmovnleq_r64_r64
[----------] Seed is 1463511742837278
[----------] * cmovnleq %rsi, %r11 # OPC=cmovnleq_r64_r64
[----------] * cmovnleq %rdi, %rcx # OPC=cmovnleq_r64_r64
[----------] * cmovnleq %r9, %rsp # OPC=cmovnleq_r64_r64
[----------] * cmovnleq %rdx, %rbp # OPC=cmovnleq_r64_r64
[----------] * cmovnleq %r9, %rsp # OPC=cmovnleq_r64_r64
[----------] * cmovnleq %rax, %r12 # OPC=cmovnleq_r64_r64
[----------] * cmovnleq %rdx, %rsp # OPC=cmovnleq_r64_r64
[----------] * cmovnleq %rax, %r13 # OPC=cmovnleq_r64_r64
[----------] * cmovnleq %r13, %rcx # OPC=cmovnleq_r64_r64
[----------] * cmovnleq %r14, %rsi # OPC=cmovnleq_r64_r64
[----------] - Starting with OPC = cmovnow_r16_m16
[----------] Seed is 1463511742838420
[----------] * cmovnow -0x300008(%rip), %r8w # OPC=cmovnow_r16_m16
[----------] * cmovnow 0xf8(%rip), %cx # OPC=cmovnow_r16_m16
[----------] * cmovnow 0x5dcffff7(%rip), %r14w # OPC=cmovnow_r16_m16
[----------] * cmovnow -0x7(%r11d,%ebx,4), %di # OPC=cmovnow_r16_m16
[----------] * cmovnow 0x5dcffff7(%rip), %r15w # OPC=cmovnow_r16_m16
[----------] * cmovnow 0x5dcffff8(%rip), %si # OPC=cmovnow_r16_m16
[----------] * cmovnow (%r11d,%ebx,1), %r9w # OPC=cmovnow_r16_m16
[----------] * cmovnow 0xf7(%rip), %r8w # OPC=cmovnow_r16_m16
[----------] * cmovnow 0x5dcffff8(%rip), %dx # OPC=cmovnow_r16_m16
[----------] * cmovnow (%rax), %r8w # OPC=cmovnow_r16_m16
[----------] - Starting with OPC = cmovnow_r16_r16
[----------] Seed is 1463511742840755
[----------] * cmovnow %si, %r10w # OPC=cmovnow_r16_r16
[----------] * cmovnow %r9w, %r8w # OPC=cmovnow_r16_r16
[----------] * cmovnow %dx, %bx # OPC=cmovnow_r16_r16
[----------] * cmovnow %r9w, %dx # OPC=cmovnow_r16_r16
[----------] * cmovnow %dx, %si # OPC=cmovnow_r16_r16
[----------] * cmovnow %ax, %r13w # OPC=cmovnow_r16_r16
[----------] * cmovnow %r8w, %cx # OPC=cmovnow_r16_r16
[----------] * cmovnow %r13w, %r13w # OPC=cmovnow_r16_r16
[----------] * cmovnow %sp, %bx # OPC=cmovnow_r16_r16
[----------] * cmovnow %di, %sp # OPC=cmovnow_r16_r16
[----------] - Starting with OPC = cmovnol_r32_m32
[----------] Seed is 1463511742842178
[----------] * cmovnol (%rdi,%rcx,1), %esp # OPC=cmovnol_r32_m32
[----------] * cmovnol 0x5dcffff8(%rip), %r8d # OPC=cmovnol_r32_m32
[----------] * cmovnol (%r11d,%ebx,1), %r13d # OPC=cmovnol_r32_m32
[----------] * cmovnol 0xf9(%rip), %ebp # OPC=cmovnol_r32_m32
[----------] * cmovnol 0x30(%r11d), %r10d # OPC=cmovnol_r32_m32
[----------] * cmovnol 0xf8(%rip), %r9d # OPC=cmovnol_r32_m32
[----------] * cmovnol -0x10(,%rdx,2), %r11d # OPC=cmovnol_r32_m32
[----------] * cmovnol 0x7ffffff9(%rip), %ebp # OPC=cmovnol_r32_m32
[----------] * cmovnol 0xf8(%rip), %r15d # OPC=cmovnol_r32_m32
[----------] * cmovnol -0x64(%rax,%rcx,4), %r9d # OPC=cmovnol_r32_m32
[----------] - Starting with OPC = cmovnol_r32_r32
[----------] Seed is 1463511742843592
[----------] * cmovnol %edx, %esp # OPC=cmovnol_r32_r32
[----------] * cmovnol %r14d, %r9d # OPC=cmovnol_r32_r32
[----------] * cmovnol %r8d, %r15d # OPC=cmovnol_r32_r32
[----------] * cmovnol %ebx, %r10d # OPC=cmovnol_r32_r32
[----------] * cmovnol %r9d, %edx # OPC=cmovnol_r32_r32
[----------] * cmovnol %r10d, %eax # OPC=cmovnol_r32_r32
[----------] * cmovnol %esp, %edx # OPC=cmovnol_r32_r32
[----------] * cmovnol %ebp, %ebp # OPC=cmovnol_r32_r32
[----------] * cmovnol %eax, %edx # OPC=cmovnol_r32_r32
[----------] * cmovnol %r15d, %r9d # OPC=cmovnol_r32_r32
[----------] - Starting with OPC = cmovnoq_r64_m64
[----------] Seed is 1463511742845083
[----------] * cmovnoq 0x64(%rsp,%rdx,8), %r11 # OPC=cmovnoq_r64_m64
[----------] * cmovnoq -0x8(%rip), %r12 # OPC=cmovnoq_r64_m64
[----------] * cmovnoq (%r11d), %r13 # OPC=cmovnoq_r64_m64
[----------] * cmovnoq 0xf8(%rip), %r11 # OPC=cmovnoq_r64_m64
[----------] * cmovnoq 0xf8(%rip), %r9 # OPC=cmovnoq_r64_m64
[----------] * cmovnoq 0xf8(%rip), %r13 # OPC=cmovnoq_r64_m64
[----------] * cmovnoq (%rdi,%rcx,1), %rbx # OPC=cmovnoq_r64_m64
[----------] * cmovnoq (%r11d,%ebx,1), %r9 # OPC=cmovnoq_r64_m64
[----------] * cmovnoq -0x7(%r11d,%ebx,4), %rbx # OPC=cmovnoq_r64_m64
[----------] * cmovnoq (%rdi,%rcx,1), %rbx # OPC=cmovnoq_r64_m64
[----------] - Starting with OPC = cmovnoq_r64_r64
[----------] Seed is 1463511742846309
[----------] * cmovnoq %r12, %rsi # OPC=cmovnoq_r64_r64
[----------] * cmovnoq %r9, %r11 # OPC=cmovnoq_r64_r64
[----------] * cmovnoq %rsp, %r9 # OPC=cmovnoq_r64_r64
[----------] * cmovnoq %r8, %rsp # OPC=cmovnoq_r64_r64
[----------] * cmovnoq %rcx, %r10 # OPC=cmovnoq_r64_r64
[----------] * cmovnoq %r12, %r10 # OPC=cmovnoq_r64_r64
[----------] * cmovnoq %rbp, %r12 # OPC=cmovnoq_r64_r64
[----------] * cmovnoq %rsi, %r15 # OPC=cmovnoq_r64_r64
[----------] * cmovnoq %r8, %r11 # OPC=cmovnoq_r64_r64
[----------] * cmovnoq %r11, %r11 # OPC=cmovnoq_r64_r64
[----------] - Starting with OPC = cmovnpw_r16_m16
[----------] Seed is 1463511742847931
[----------] * cmovnpw -0x300007(%rip), %dx # OPC=cmovnpw_r16_m16
[----------] * cmovnpw 0x5(%r11d,%ebx,1), %r12w # OPC=cmovnpw_r16_m16
[----------] * cmovnpw (%rax), %bx # OPC=cmovnpw_r16_m16
[----------] * cmovnpw 0x5(%r11d,%ebx,1), %r14w # OPC=cmovnpw_r16_m16
[----------] * cmovnpw 0xf7(%rip), %r15w # OPC=cmovnpw_r16_m16
[----------] * cmovnpw (%r11d), %cx # OPC=cmovnpw_r16_m16
[----------] * cmovnpw -0x8(%rip), %ax # OPC=cmovnpw_r16_m16
[----------] * cmovnpw 0x64(%rdx), %si # OPC=cmovnpw_r16_m16
[----------] * cmovnpw 0x64(%rdx), %r11w # OPC=cmovnpw_r16_m16
[----------] * cmovnpw (%rdi,%rcx,1), %r13w # OPC=cmovnpw_r16_m16
[----------] - Starting with OPC = cmovnpw_r16_r16
[----------] Seed is 1463511742849574
[----------] * cmovnpw %r8w, %bp # OPC=cmovnpw_r16_r16
[----------] * cmovnpw %r12w, %r8w # OPC=cmovnpw_r16_r16
[----------] * cmovnpw %cx, %ax # OPC=cmovnpw_r16_r16
[----------] * cmovnpw %r12w, %ax # OPC=cmovnpw_r16_r16
[----------] * cmovnpw %dx, %r13w # OPC=cmovnpw_r16_r16
[----------] * cmovnpw %si, %ax # OPC=cmovnpw_r16_r16
[----------] * cmovnpw %di, %r10w # OPC=cmovnpw_r16_r16
[----------] * cmovnpw %r9w, %r15w # OPC=cmovnpw_r16_r16
[----------] * cmovnpw %ax, %r9w # OPC=cmovnpw_r16_r16
[----------] * cmovnpw %bx, %cx # OPC=cmovnpw_r16_r16
[----------] - Starting with OPC = cmovnpl_r32_m32
[----------] Seed is 1463511742851631
[----------] * cmovnpl (%r11d,%ebx,1), %r12d # OPC=cmovnpl_r32_m32
[----------] * cmovnpl 0x64(%rdx), %esi # OPC=cmovnpl_r32_m32
[----------] * cmovnpl 0xf8(%rip), %r9d # OPC=cmovnpl_r32_m32
[----------] * cmovnpl 0xf9(%rip), %esi # OPC=cmovnpl_r32_m32
[----------] * cmovnpl (%r11d,%ebx,4), %r15d # OPC=cmovnpl_r32_m32
[----------] * cmovnpl 0xf9(%rip), %edx # OPC=cmovnpl_r32_m32
[----------] * cmovnpl (%r11d,%ebx,4), %ecx # OPC=cmovnpl_r32_m32
[----------] * cmovnpl -0x300006(%rip), %ebp # OPC=cmovnpl_r32_m32
[----------] * cmovnpl 0xf9(%rip), %esi # OPC=cmovnpl_r32_m32
[----------] * cmovnpl 0xf9(%rip), %eax # OPC=cmovnpl_r32_m32
[----------] - Starting with OPC = cmovnpl_r32_r32
[----------] Seed is 1463511742853397
[----------] * cmovnpl %r8d, %r11d # OPC=cmovnpl_r32_r32
[----------] * cmovnpl %r9d, %r11d # OPC=cmovnpl_r32_r32
[----------] * cmovnpl %ebx, %ebp # OPC=cmovnpl_r32_r32
[----------] * cmovnpl %r9d, %edx # OPC=cmovnpl_r32_r32
[----------] * cmovnpl %r12d, %r15d # OPC=cmovnpl_r32_r32
[----------] * cmovnpl %ebx, %r15d # OPC=cmovnpl_r32_r32
[----------] * cmovnpl %esp, %esi # OPC=cmovnpl_r32_r32
[----------] * cmovnpl %r9d, %r13d # OPC=cmovnpl_r32_r32
[----------] * cmovnpl %esp, %edx # OPC=cmovnpl_r32_r32
[----------] * cmovnpl %ebp, %eax # OPC=cmovnpl_r32_r32
[----------] - Starting with OPC = cmovnpq_r64_m64
[----------] Seed is 1463511742854619
[----------] * cmovnpq 0x5(%r11d,%ebx,1), %rcx # OPC=cmovnpq_r64_m64
[----------] * cmovnpq 0xf8(%rip), %rsp # OPC=cmovnpq_r64_m64
[----------] * cmovnpq 0xf8(%rip), %r14 # OPC=cmovnpq_r64_m64
[----------] * cmovnpq 0x5dcffff8(%rip), %rbp # OPC=cmovnpq_r64_m64
[----------] * cmovnpq 0x7ffffff8(%rip), %rdx # OPC=cmovnpq_r64_m64
[----------] * cmovnpq 0xf8(%rip), %rdx # OPC=cmovnpq_r64_m64
[----------] * cmovnpq 0xf8(%rip), %rsp # OPC=cmovnpq_r64_m64
[----------] * cmovnpq -0x7(%r11d,%ebx,4), %r8 # OPC=cmovnpq_r64_m64
[----------] * cmovnpq 0x5dcffff8(%rip), %r8 # OPC=cmovnpq_r64_m64
[----------] * cmovnpq 0x64(%rdx), %rax # OPC=cmovnpq_r64_m64
[----------] - Starting with OPC = cmovnpq_r64_r64
[----------] Seed is 1463511742856150
[----------] * cmovnpq %rcx, %rsi # OPC=cmovnpq_r64_r64
[----------] * cmovnpq %r11, %r8 # OPC=cmovnpq_r64_r64
[----------] * cmovnpq %rsp, %rax # OPC=cmovnpq_r64_r64
[----------] * cmovnpq %rsp, %r10 # OPC=cmovnpq_r64_r64
[----------] * cmovnpq %rdx, %rax # OPC=cmovnpq_r64_r64
[----------] * cmovnpq %r9, %r14 # OPC=cmovnpq_r64_r64
[----------] * cmovnpq %rcx, %rdx # OPC=cmovnpq_r64_r64
[----------] * cmovnpq %rax, %rax # OPC=cmovnpq_r64_r64
[----------] * cmovnpq %r13, %rdx # OPC=cmovnpq_r64_r64
[----------] * cmovnpq %rsi, %rcx # OPC=cmovnpq_r64_r64
[----------] - Starting with OPC = cmovnsw_r16_m16
[----------] Seed is 1463511742857581
[----------] * cmovnsw 0x30(%r11d), %r9w # OPC=cmovnsw_r16_m16
[----------] * cmovnsw -0x9(%rip), %r13w # OPC=cmovnsw_r16_m16
[----------] * cmovnsw 0xf7(%rip), %r9w # OPC=cmovnsw_r16_m16
[----------] * cmovnsw (%rax), %ax # OPC=cmovnsw_r16_m16
[----------] * cmovnsw 0x5dcffff7(%rip), %r11w # OPC=cmovnsw_r16_m16
[----------] * cmovnsw (%rdi,%rcx,1), %si # OPC=cmovnsw_r16_m16
[----------] * cmovnsw 0x5dcffff8(%rip), %di # OPC=cmovnsw_r16_m16
[----------] * cmovnsw 0x5dcffff8(%rip), %bx # OPC=cmovnsw_r16_m16
[----------] * cmovnsw 0x5dcffff7(%rip), %r11w # OPC=cmovnsw_r16_m16
[----------] * cmovnsw (%rdi,%rcx,1), %r11w # OPC=cmovnsw_r16_m16
[----------] - Starting with OPC = cmovnsw_r16_r16
[----------] Seed is 1463511742858756
[----------] * cmovnsw %ax, %r11w # OPC=cmovnsw_r16_r16
[----------] * cmovnsw %si, %ax # OPC=cmovnsw_r16_r16
[----------] * cmovnsw %r9w, %r13w # OPC=cmovnsw_r16_r16
[----------] * cmovnsw %sp, %cx # OPC=cmovnsw_r16_r16
[----------] * cmovnsw %di, %si # OPC=cmovnsw_r16_r16
[----------] * cmovnsw %r11w, %bp # OPC=cmovnsw_r16_r16
[----------] * cmovnsw %bx, %r8w # OPC=cmovnsw_r16_r16
[----------] * cmovnsw %r14w, %bp # OPC=cmovnsw_r16_r16
[----------] * cmovnsw %si, %bp # OPC=cmovnsw_r16_r16
[----------] * cmovnsw %r12w, %r13w # OPC=cmovnsw_r16_r16
[----------] - Starting with OPC = cmovnsl_r32_m32
[----------] Seed is 1463511742860240
[----------] * cmovnsl -0x300007(%rip), %r10d # OPC=cmovnsl_r32_m32
[----------] * cmovnsl 0xf8(%rip), %r11d # OPC=cmovnsl_r32_m32
[----------] * cmovnsl 0x5dcffff9(%rip), %ebp # OPC=cmovnsl_r32_m32
[----------] * cmovnsl 0x5dcffff9(%rip), %ecx # OPC=cmovnsl_r32_m32
[----------] * cmovnsl 0x5dcffff9(%rip), %ebx # OPC=cmovnsl_r32_m32
[----------] * cmovnsl 0x5dcffff8(%rip), %r11d # OPC=cmovnsl_r32_m32
[----------] * cmovnsl 0xf8(%rip), %r15d # OPC=cmovnsl_r32_m32
[----------] * cmovnsl 0x16(%r8), %eax # OPC=cmovnsl_r32_m32
[----------] * cmovnsl 0x7ffffff9(%rip), %edx # OPC=cmovnsl_r32_m32
[----------] * cmovnsl (%rax), %r13d # OPC=cmovnsl_r32_m32
[----------] - Starting with OPC = cmovnsl_r32_r32
[----------] Seed is 1463511742862258
[----------] * cmovnsl %ebp, %ebp # OPC=cmovnsl_r32_r32
[----------] * cmovnsl %ebp, %esi # OPC=cmovnsl_r32_r32
[----------] * cmovnsl %r14d, %r10d # OPC=cmovnsl_r32_r32
[----------] * cmovnsl %ebp, %eax # OPC=cmovnsl_r32_r32
[----------] * cmovnsl %r13d, %r11d # OPC=cmovnsl_r32_r32
[----------] * cmovnsl %esp, %ebp # OPC=cmovnsl_r32_r32
[----------] * cmovnsl %r11d, %r10d # OPC=cmovnsl_r32_r32
[----------] * cmovnsl %r15d, %r9d # OPC=cmovnsl_r32_r32
[----------] * cmovnsl %edx, %eax # OPC=cmovnsl_r32_r32
[----------] * cmovnsl %ebp, %r14d # OPC=cmovnsl_r32_r32
[----------] - Starting with OPC = cmovnsq_r64_m64
[----------] Seed is 1463511742863591
[----------] * cmovnsq 0x5dcffff8(%rip), %r10 # OPC=cmovnsq_r64_m64
[----------] * cmovnsq 0x5dcffff8(%rip), %rcx # OPC=cmovnsq_r64_m64
[----------] * cmovnsq 0x64(%rdx), %r12 # OPC=cmovnsq_r64_m64
[----------] * cmovnsq 0x5dcffff8(%rip), %rbx # OPC=cmovnsq_r64_m64
[----------] * cmovnsq (%r11d,%ebx,1), %rbx # OPC=cmovnsq_r64_m64
[----------] * cmovnsq 0xf8(%rip), %rax # OPC=cmovnsq_r64_m64
[----------] * cmovnsq -0x10(,%rdx,2), %r8 # OPC=cmovnsq_r64_m64
[----------] * cmovnsq 0x5(%r11d,%ebx,1), %r15 # OPC=cmovnsq_r64_m64
[----------] * cmovnsq 0xf8(%rip), %rsi # OPC=cmovnsq_r64_m64
[----------] * cmovnsq -0x7(%r11d,%ebx,4), %r15 # OPC=cmovnsq_r64_m64
[----------] - Starting with OPC = cmovnsq_r64_r64
[----------] Seed is 1463511742865133
[----------] * cmovnsq %rsp, %r10 # OPC=cmovnsq_r64_r64
[----------] * cmovnsq %rdx, %rdi # OPC=cmovnsq_r64_r64
[----------] * cmovnsq %r15, %rsp # OPC=cmovnsq_r64_r64
[----------] * cmovnsq %rcx, %rdi # OPC=cmovnsq_r64_r64
[----------] * cmovnsq %rdi, %rbp # OPC=cmovnsq_r64_r64
[----------] * cmovnsq %rbp, %r12 # OPC=cmovnsq_r64_r64
[----------] * cmovnsq %rax, %rsi # OPC=cmovnsq_r64_r64
[----------] * cmovnsq %r9, %rsi # OPC=cmovnsq_r64_r64
[----------] * cmovnsq %rsp, %rdx # OPC=cmovnsq_r64_r64
[----------] * cmovnsq %rdx, %rdx # OPC=cmovnsq_r64_r64
[----------] - Starting with OPC = cmovnzw_r16_m16
[----------] Seed is 1463511742866623
[----------] * cmovnzw -0x64(%rax,%rcx,4), %ax # OPC=cmovnzw_r16_m16
[----------] * cmovnzw 0xf7(%rip), %r9w # OPC=cmovnzw_r16_m16
[----------] * cmovnzw 0x16(%r8), %si # OPC=cmovnzw_r16_m16
[----------] * cmovnzw 0x5dcffff7(%rip), %r12w # OPC=cmovnzw_r16_m16
[----------] * cmovnzw 0x64(%rdx), %bx # OPC=cmovnzw_r16_m16
[----------] * cmovnzw 0x5dcffff7(%rip), %r10w # OPC=cmovnzw_r16_m16
[----------] * cmovnzw 0xf7(%rip), %r13w # OPC=cmovnzw_r16_m16
[----------] * cmovnzw 0x16(%r8), %bp # OPC=cmovnzw_r16_m16
[----------] * cmovnzw 0x5dcffff7(%rip), %r14w # OPC=cmovnzw_r16_m16
[----------] * cmovnzw 0x5dcffff7(%rip), %r12w # OPC=cmovnzw_r16_m16
[----------] - Starting with OPC = cmovnzw_r16_r16
[----------] Seed is 1463511742868117
[----------] * cmovnzw %r11w, %r11w # OPC=cmovnzw_r16_r16
[----------] * cmovnzw %ax, %r13w # OPC=cmovnzw_r16_r16
[----------] * cmovnzw %bx, %r14w # OPC=cmovnzw_r16_r16
[----------] * cmovnzw %di, %r15w # OPC=cmovnzw_r16_r16
[----------] * cmovnzw %r15w, %r12w # OPC=cmovnzw_r16_r16
[----------] * cmovnzw %sp, %di # OPC=cmovnzw_r16_r16
[----------] * cmovnzw %si, %r14w # OPC=cmovnzw_r16_r16
[----------] * cmovnzw %r9w, %r11w # OPC=cmovnzw_r16_r16
[----------] * cmovnzw %r14w, %r14w # OPC=cmovnzw_r16_r16
[----------] * cmovnzw %di, %r11w # OPC=cmovnzw_r16_r16
[----------] - Starting with OPC = cmovnzl_r32_m32
[----------] Seed is 1463511742869630
[----------] * cmovnzl 0xf8(%rip), %r11d # OPC=cmovnzl_r32_m32
[----------] * cmovnzl 0x5dcffff9(%rip), %ebx # OPC=cmovnzl_r32_m32
[----------] * cmovnzl (%rdi,%rcx,1), %esp # OPC=cmovnzl_r32_m32
[----------] * cmovnzl 0x5dcffff9(%rip), %edx # OPC=cmovnzl_r32_m32
[----------] * cmovnzl 0x5dcffff8(%rip), %r9d # OPC=cmovnzl_r32_m32
[----------] * cmovnzl 0xf8(%rip), %r10d # OPC=cmovnzl_r32_m32
[----------] * cmovnzl 0x30(%r11d), %r9d # OPC=cmovnzl_r32_m32
[----------] * cmovnzl 0x64(%rdx), %r10d # OPC=cmovnzl_r32_m32
[----------] * cmovnzl (%r11d,%ebx,1), %r10d # OPC=cmovnzl_r32_m32
[----------] * cmovnzl -0x7(%rip), %edx # OPC=cmovnzl_r32_m32
[----------] - Starting with OPC = cmovnzl_r32_r32
[----------] Seed is 1463511742871122
[----------] * cmovnzl %r14d, %ebx # OPC=cmovnzl_r32_r32
[----------] * cmovnzl %r10d, %r8d # OPC=cmovnzl_r32_r32
[----------] * cmovnzl %ebx, %r12d # OPC=cmovnzl_r32_r32
[----------] * cmovnzl %ecx, %r8d # OPC=cmovnzl_r32_r32
[----------] * cmovnzl %esi, %r14d # OPC=cmovnzl_r32_r32
[----------] * cmovnzl %r8d, %edx # OPC=cmovnzl_r32_r32
[----------] * cmovnzl %r15d, %r10d # OPC=cmovnzl_r32_r32
[----------] * cmovnzl %esi, %r14d # OPC=cmovnzl_r32_r32
[----------] * cmovnzl %ecx, %r15d # OPC=cmovnzl_r32_r32
[----------] * cmovnzl %r13d, %ebp # OPC=cmovnzl_r32_r32
[----------] - Starting with OPC = cmovnzq_r64_m64
[----------] Seed is 1463511742872575
[----------] * cmovnzq 0x5dcffff8(%rip), %r15 # OPC=cmovnzq_r64_m64
[----------] * cmovnzq 0xf8(%rip), %rax # OPC=cmovnzq_r64_m64
[----------] * cmovnzq 0x5dcffff8(%rip), %rdx # OPC=cmovnzq_r64_m64
[----------] * cmovnzq 0xf8(%rip), %r10 # OPC=cmovnzq_r64_m64
[----------] * cmovnzq (%rax), %rcx # OPC=cmovnzq_r64_m64
[----------] * cmovnzq 0x5dcffff8(%rip), %rdx # OPC=cmovnzq_r64_m64
[----------] * cmovnzq (%r11d,%ebx,4), %r13 # OPC=cmovnzq_r64_m64
[----------] * cmovnzq (%r11d), %rdx # OPC=cmovnzq_r64_m64
[----------] * cmovnzq 0x7ffffff8(%rip), %r8 # OPC=cmovnzq_r64_m64
[----------] * cmovnzq 0xf8(%rip), %rdx # OPC=cmovnzq_r64_m64
[----------] - Starting with OPC = cmovnzq_r64_r64
[----------] Seed is 1463511742874065
[----------] * cmovnzq %rbp, %rbp # OPC=cmovnzq_r64_r64
[----------] * cmovnzq %rsi, %rsi # OPC=cmovnzq_r64_r64
[----------] * cmovnzq %r15, %r12 # OPC=cmovnzq_r64_r64
[----------] * cmovnzq %rsp, %r8 # OPC=cmovnzq_r64_r64
[----------] * cmovnzq %rcx, %rcx # OPC=cmovnzq_r64_r64
[----------] * cmovnzq %r14, %rbx # OPC=cmovnzq_r64_r64
[----------] * cmovnzq %r13, %r11 # OPC=cmovnzq_r64_r64
[----------] * cmovnzq %rbx, %rsi # OPC=cmovnzq_r64_r64
[----------] * cmovnzq %rbp, %r9 # OPC=cmovnzq_r64_r64
[----------] * cmovnzq %rbp, %rbp # OPC=cmovnzq_r64_r64
[----------] - Starting with OPC = cmovow_r16_m16
[----------] Seed is 1463511742875517
[----------] * cmovow 0x7ffffff8(%rip), %ax # OPC=cmovow_r16_m16
[----------] * cmovow -0x8(%rip), %sp # OPC=cmovow_r16_m16
[----------] * cmovow 0x5dcffff8(%rip), %bp # OPC=cmovow_r16_m16
[----------] * cmovow -0x9(%rip), %r12w # OPC=cmovow_r16_m16
[----------] * cmovow 0x30(%r11d), %bp # OPC=cmovow_r16_m16
[----------] * cmovow 0xf8(%rip), %sp # OPC=cmovow_r16_m16
[----------] * cmovow 0xf8(%rip), %dx # OPC=cmovow_r16_m16
[----------] * cmovow (%r11d,%ebx,4), %bx # OPC=cmovow_r16_m16
[----------] * cmovow 0x64(%rdx), %r14w # OPC=cmovow_r16_m16
[----------] * cmovow 0xf7(%rip), %r10w # OPC=cmovow_r16_m16
[----------] - Starting with OPC = cmovow_r16_r16
[----------] Seed is 1463511742876669
[----------] * cmovow %cx, %r8w # OPC=cmovow_r16_r16
[----------] * cmovow %ax, %r9w # OPC=cmovow_r16_r16
[----------] * cmovow %r12w, %r11w # OPC=cmovow_r16_r16
[----------] * cmovow %r9w, %r15w # OPC=cmovow_r16_r16
[----------] * cmovow %ax, %bx # OPC=cmovow_r16_r16
[----------] * cmovow %r14w, %r10w # OPC=cmovow_r16_r16
[----------] * cmovow %ax, %r9w # OPC=cmovow_r16_r16
[----------] * cmovow %si, %ax # OPC=cmovow_r16_r16
[----------] * cmovow %r9w, %cx # OPC=cmovow_r16_r16
[----------] * cmovow %r11w, %cx # OPC=cmovow_r16_r16
[----------] - Starting with OPC = cmovol_r32_m32
[----------] Seed is 1463511742879051
[----------] * cmovol 0x7ffffff8(%rip), %r15d # OPC=cmovol_r32_m32
[----------] * cmovol (%rax), %r10d # OPC=cmovol_r32_m32
[----------] * cmovol 0xf9(%rip), %ebx # OPC=cmovol_r32_m32
[----------] * cmovol 0x5dcffff9(%rip), %edx # OPC=cmovol_r32_m32
[----------] * cmovol 0xf8(%rip), %r14d # OPC=cmovol_r32_m32
[----------] * cmovol 0x5dcffff8(%rip), %r13d # OPC=cmovol_r32_m32
[----------] * cmovol -0x7(%r11d,%ebx,4), %r14d # OPC=cmovol_r32_m32
[----------] * cmovol 0x5dcffff9(%rip), %ebx # OPC=cmovol_r32_m32
[----------] * cmovol 0xf9(%rip), %eax # OPC=cmovol_r32_m32
[----------] * cmovol 0xf9(%rip), %ecx # OPC=cmovol_r32_m32
[----------] - Starting with OPC = cmovol_r32_r32
[----------] Seed is 1463511742880170
[----------] * cmovol %r11d, %ecx # OPC=cmovol_r32_r32
[----------] * cmovol %edi, %r13d # OPC=cmovol_r32_r32
[----------] * cmovol %r13d, %r10d # OPC=cmovol_r32_r32
[----------] * cmovol %ebp, %esi # OPC=cmovol_r32_r32
[----------] * cmovol %edx, %esi # OPC=cmovol_r32_r32
[----------] * cmovol %esi, %ebx # OPC=cmovol_r32_r32
[----------] * cmovol %r9d, %edi # OPC=cmovol_r32_r32
[----------] * cmovol %ecx, %edi # OPC=cmovol_r32_r32
[----------] * cmovol %r10d, %esi # OPC=cmovol_r32_r32
[----------] * cmovol %r13d, %r9d # OPC=cmovol_r32_r32
[----------] - Starting with OPC = cmovoq_r64_m64
[----------] Seed is 1463511742881580
[----------] * cmovoq 0x16(%r8), %r13 # OPC=cmovoq_r64_m64
[----------] * cmovoq 0x5dcffff8(%rip), %r12 # OPC=cmovoq_r64_m64
[----------] * cmovoq -0x7(%r11d,%ebx,4), %r11 # OPC=cmovoq_r64_m64
[----------] * cmovoq 0x16(%r8), %r11 # OPC=cmovoq_r64_m64
[----------] * cmovoq 0xf8(%rip), %rbx # OPC=cmovoq_r64_m64
[----------] * cmovoq 0x5dcffff8(%rip), %rdi # OPC=cmovoq_r64_m64
[----------] * cmovoq 0x5dcffff8(%rip), %rdi # OPC=cmovoq_r64_m64
[----------] * cmovoq 0x5dcffff8(%rip), %r8 # OPC=cmovoq_r64_m64
[----------] * cmovoq (%r11d,%ebx,4), %r11 # OPC=cmovoq_r64_m64
[----------] * cmovoq 0xf8(%rip), %rdi # OPC=cmovoq_r64_m64
[----------] - Starting with OPC = cmovoq_r64_r64
[----------] Seed is 1463511742883034
[----------] * cmovoq %r15, %r10 # OPC=cmovoq_r64_r64
[----------] * cmovoq %r10, %rdx # OPC=cmovoq_r64_r64
[----------] * cmovoq %rdi, %rdx # OPC=cmovoq_r64_r64
[----------] * cmovoq %rsp, %rax # OPC=cmovoq_r64_r64
[----------] * cmovoq %r11, %r9 # OPC=cmovoq_r64_r64
[----------] * cmovoq %r12, %rbp # OPC=cmovoq_r64_r64
[----------] * cmovoq %rsp, %rdi # OPC=cmovoq_r64_r64
[----------] * cmovoq %r10, %r14 # OPC=cmovoq_r64_r64
[----------] * cmovoq %rcx, %r12 # OPC=cmovoq_r64_r64
[----------] * cmovoq %rbp, %rcx # OPC=cmovoq_r64_r64
[----------] - Starting with OPC = cmovpw_r16_m16
[----------] Seed is 1463511742884493
[----------] * cmovpw -0x64(%rax,%rcx,4), %r13w # OPC=cmovpw_r16_m16
[----------] * cmovpw -0x7(%r11d,%ebx,4), %cx # OPC=cmovpw_r16_m16
[----------] * cmovpw (%r11d), %r11w # OPC=cmovpw_r16_m16
[----------] * cmovpw 0x7ffffff8(%rip), %dx # OPC=cmovpw_r16_m16
[----------] * cmovpw 0x64(%rsp,%rdx,8), %r10w # OPC=cmovpw_r16_m16
[----------] * cmovpw (%rdi,%rcx,1), %r9w # OPC=cmovpw_r16_m16
[----------] * cmovpw -0x9(%rip), %r11w # OPC=cmovpw_r16_m16
[----------] * cmovpw 0x5dcffff7(%rip), %r9w # OPC=cmovpw_r16_m16
[----------] * cmovpw 0x5dcffff7(%rip), %r8w # OPC=cmovpw_r16_m16
[----------] * cmovpw 0xf7(%rip), %r15w # OPC=cmovpw_r16_m16
[----------] - Starting with OPC = cmovpw_r16_r16
[----------] Seed is 1463511742886330
[----------] * cmovpw %r10w, %r12w # OPC=cmovpw_r16_r16
[----------] * cmovpw %r12w, %r14w # OPC=cmovpw_r16_r16
[----------] * cmovpw %si, %ax # OPC=cmovpw_r16_r16
[----------] * cmovpw %sp, %ax # OPC=cmovpw_r16_r16
[----------] * cmovpw %r11w, %r11w # OPC=cmovpw_r16_r16
[----------] * cmovpw %bp, %r9w # OPC=cmovpw_r16_r16
[----------] * cmovpw %sp, %bx # OPC=cmovpw_r16_r16
[----------] * cmovpw %sp, %bx # OPC=cmovpw_r16_r16
[----------] * cmovpw %ax, %sp # OPC=cmovpw_r16_r16
[----------] * cmovpw %r12w, %r12w # OPC=cmovpw_r16_r16
[----------] - Starting with OPC = cmovpl_r32_m32
[----------] Seed is 1463511742887513
[----------] * cmovpl -0x10(,%rdx,2), %esi # OPC=cmovpl_r32_m32
[----------] * cmovpl -0x10(,%rdx,2), %edi # OPC=cmovpl_r32_m32
[----------] * cmovpl (%rdi,%rcx,1), %r14d # OPC=cmovpl_r32_m32
[----------] * cmovpl -0x64(%rax,%rcx,4), %edx # OPC=cmovpl_r32_m32
[----------] * cmovpl -0x300007(%rip), %r13d # OPC=cmovpl_r32_m32
[----------] * cmovpl 0xf8(%rip), %r15d # OPC=cmovpl_r32_m32
[----------] * cmovpl 0x30(%r11d), %r15d # OPC=cmovpl_r32_m32
[----------] * cmovpl (%r11d,%ebx,1), %ebx # OPC=cmovpl_r32_m32
[----------] * cmovpl (%rax), %r11d # OPC=cmovpl_r32_m32
[----------] * cmovpl (%r11d), %edi # OPC=cmovpl_r32_m32
[----------] - Starting with OPC = cmovpl_r32_r32
[----------] Seed is 1463511742889006
[----------] * cmovpl %esp, %eax # OPC=cmovpl_r32_r32
[----------] * cmovpl %esi, %r8d # OPC=cmovpl_r32_r32
[----------] * cmovpl %r11d, %ecx # OPC=cmovpl_r32_r32
[----------] * cmovpl %esi, %edx # OPC=cmovpl_r32_r32
[----------] * cmovpl %edi, %eax # OPC=cmovpl_r32_r32
[----------] * cmovpl %r14d, %r9d # OPC=cmovpl_r32_r32
[----------] * cmovpl %r14d, %esi # OPC=cmovpl_r32_r32
[----------] * cmovpl %edx, %r15d # OPC=cmovpl_r32_r32
[----------] * cmovpl %edx, %r10d # OPC=cmovpl_r32_r32
[----------] * cmovpl %r13d, %ebp # OPC=cmovpl_r32_r32
[----------] - Starting with OPC = cmovpq_r64_m64
[----------] Seed is 1463511742890479
[----------] * cmovpq 0x16(%r8), %rdx # OPC=cmovpq_r64_m64
[----------] * cmovpq (%r11d,%ebx,1), %rax # OPC=cmovpq_r64_m64
[----------] * cmovpq 0xf8(%rip), %rax # OPC=cmovpq_r64_m64
[----------] * cmovpq (%rax), %rbp # OPC=cmovpq_r64_m64
[----------] * cmovpq 0xf8(%rip), %r10 # OPC=cmovpq_r64_m64
[----------] * cmovpq 0x64(%rdx), %r10 # OPC=cmovpq_r64_m64
[----------] * cmovpq 0xf8(%rip), %r8 # OPC=cmovpq_r64_m64
[----------] * cmovpq (%r11d,%ebx,4), %r13 # OPC=cmovpq_r64_m64
[----------] * cmovpq 0xf8(%rip), %r10 # OPC=cmovpq_r64_m64
[----------] * cmovpq 0x5dcffff8(%rip), %r9 # OPC=cmovpq_r64_m64
[----------] - Starting with OPC = cmovpq_r64_r64
[----------] Seed is 1463511742891949
[----------] * cmovpq %r10, %rdx # OPC=cmovpq_r64_r64
[----------] * cmovpq %rdx, %rsi # OPC=cmovpq_r64_r64
[----------] * cmovpq %r8, %rax # OPC=cmovpq_r64_r64
[----------] * cmovpq %r10, %rbx # OPC=cmovpq_r64_r64
[----------] * cmovpq %rcx, %rsp # OPC=cmovpq_r64_r64
[----------] * cmovpq %rsp, %r9 # OPC=cmovpq_r64_r64
[----------] * cmovpq %r11, %rdi # OPC=cmovpq_r64_r64
[----------] * cmovpq %r15, %r8 # OPC=cmovpq_r64_r64
[----------] * cmovpq %rsi, %rsp # OPC=cmovpq_r64_r64
[----------] * cmovpq %rbp, %rbp # OPC=cmovpq_r64_r64
[----------] - Starting with OPC = cmovpew_r16_m16
[----------] Seed is 1463511742893399
[----------] * cmovpew 0x30(%r11d), %r10w # OPC=cmovpew_r16_m16
[----------] * cmovpew 0x5dcffff8(%rip), %ax # OPC=cmovpew_r16_m16
[----------] * cmovpew 0x5dcffff8(%rip), %dx # OPC=cmovpew_r16_m16
[----------] * cmovpew -0x64(%rax,%rcx,4), %r10w # OPC=cmovpew_r16_m16
[----------] * cmovpew 0xf7(%rip), %r9w # OPC=cmovpew_r16_m16
[----------] * cmovpew (%rdi,%rcx,1), %di # OPC=cmovpew_r16_m16
[----------] * cmovpew 0x5dcffff8(%rip), %dx # OPC=cmovpew_r16_m16
[----------] * cmovpew 0x5dcffff8(%rip), %sp # OPC=cmovpew_r16_m16
[----------] * cmovpew 0x5(%r11d,%ebx,1), %r13w # OPC=cmovpew_r16_m16
[----------] * cmovpew 0x5dcffff8(%rip), %dx # OPC=cmovpew_r16_m16
[----------] - Starting with OPC = cmovpew_r16_r16
[----------] Seed is 1463511742895278
[----------] * cmovpew %di, %r9w # OPC=cmovpew_r16_r16
[----------] * cmovpew %bx, %si # OPC=cmovpew_r16_r16
[----------] * cmovpew %ax, %dx # OPC=cmovpew_r16_r16
[----------] * cmovpew %ax, %r8w # OPC=cmovpew_r16_r16
[----------] * cmovpew %si, %r9w # OPC=cmovpew_r16_r16
[----------] * cmovpew %r14w, %r11w # OPC=cmovpew_r16_r16
[----------] * cmovpew %r8w, %r9w # OPC=cmovpew_r16_r16
[----------] * cmovpew %r14w, %r13w # OPC=cmovpew_r16_r16
[----------] * cmovpew %bx, %bx # OPC=cmovpew_r16_r16
[----------] * cmovpew %r11w, %si # OPC=cmovpew_r16_r16
[----------] - Starting with OPC = cmovpel_r32_m32
[----------] Seed is 1463511742896977
[----------] * cmovpel 0x5dcffff8(%rip), %r11d # OPC=cmovpel_r32_m32
[----------] * cmovpel 0xf8(%rip), %r15d # OPC=cmovpel_r32_m32
[----------] * cmovpel 0x5dcffff9(%rip), %esp # OPC=cmovpel_r32_m32
[----------] * cmovpel (%rax), %r10d # OPC=cmovpel_r32_m32
[----------] * cmovpel (%r11d,%ebx,1), %r14d # OPC=cmovpel_r32_m32
[----------] * cmovpel 0xf8(%rip), %r10d # OPC=cmovpel_r32_m32
[----------] * cmovpel (%r11d), %edx # OPC=cmovpel_r32_m32
[----------] * cmovpel 0x64(%rsp,%rdx,8), %edi # OPC=cmovpel_r32_m32
[----------] * cmovpel 0x5(%r11d,%ebx,1), %ebp # OPC=cmovpel_r32_m32
[----------] * cmovpel 0x5dcffff9(%rip), %esi # OPC=cmovpel_r32_m32
[----------] - Starting with OPC = cmovpel_r32_r32
[----------] Seed is 1463511742898406
[----------] * cmovpel %r10d, %r12d # OPC=cmovpel_r32_r32
[----------] * cmovpel %eax, %r8d # OPC=cmovpel_r32_r32
[----------] * cmovpel %ebp, %r14d # OPC=cmovpel_r32_r32
[----------] * cmovpel %ecx, %edi # OPC=cmovpel_r32_r32
[----------] * cmovpel %ebp, %ebp # OPC=cmovpel_r32_r32
[----------] * cmovpel %r14d, %esi # OPC=cmovpel_r32_r32
[----------] * cmovpel %r10d, %r10d # OPC=cmovpel_r32_r32
[----------] * cmovpel %esp, %r8d # OPC=cmovpel_r32_r32
[----------] * cmovpel %r11d, %r12d # OPC=cmovpel_r32_r32
[----------] * cmovpel %esp, %r11d # OPC=cmovpel_r32_r32
[----------] - Starting with OPC = cmovpeq_r64_m64
[----------] Seed is 1463511742899852
[----------] * cmovpeq 0xf8(%rip), %rax # OPC=cmovpeq_r64_m64
[----------] * cmovpeq 0xf8(%rip), %r12 # OPC=cmovpeq_r64_m64
[----------] * cmovpeq -0x300007(%rip), %rdx # OPC=cmovpeq_r64_m64
[----------] * cmovpeq (%rax), %rbx # OPC=cmovpeq_r64_m64
[----------] * cmovpeq 0x5dcffff8(%rip), %r15 # OPC=cmovpeq_r64_m64
[----------] * cmovpeq 0xf8(%rip), %r12 # OPC=cmovpeq_r64_m64
[----------] * cmovpeq -0x64(%rax,%rcx,4), %rbx # OPC=cmovpeq_r64_m64
[----------] * cmovpeq 0x5(%r11d,%ebx,1), %rsp # OPC=cmovpeq_r64_m64
[----------] * cmovpeq -0x10(,%rdx,2), %r14 # OPC=cmovpeq_r64_m64
[----------] * cmovpeq 0xf8(%rip), %rsp # OPC=cmovpeq_r64_m64
[----------] - Starting with OPC = cmovpeq_r64_r64
[----------] Seed is 1463511742901311
[----------] * cmovpeq %r14, %rbx # OPC=cmovpeq_r64_r64
[----------] * cmovpeq %rsp, %rsi # OPC=cmovpeq_r64_r64
[----------] * cmovpeq %rbp, %rax # OPC=cmovpeq_r64_r64
[----------] * cmovpeq %rbx, %r9 # OPC=cmovpeq_r64_r64
[----------] * cmovpeq %r11, %r11 # OPC=cmovpeq_r64_r64
[----------] * cmovpeq %r14, %rbx # OPC=cmovpeq_r64_r64
[----------] * cmovpeq %r14, %rax # OPC=cmovpeq_r64_r64
[----------] * cmovpeq %rax, %r12 # OPC=cmovpeq_r64_r64
[----------] * cmovpeq %r9, %rbx # OPC=cmovpeq_r64_r64
[----------] * cmovpeq %r8, %r12 # OPC=cmovpeq_r64_r64
[----------] - Starting with OPC = cmovpow_r16_m16
[----------] Seed is 1463511742902762
[----------] * cmovpow (%rax), %r13w # OPC=cmovpow_r16_m16
[----------] * cmovpow -0x64(%rax,%rcx,4), %r10w # OPC=cmovpow_r16_m16
[----------] * cmovpow -0x7(%r11d,%ebx,4), %r8w # OPC=cmovpow_r16_m16
[----------] * cmovpow (%r11d,%ebx,1), %sp # OPC=cmovpow_r16_m16
[----------] * cmovpow -0x8(%rip), %sp # OPC=cmovpow_r16_m16
[----------] * cmovpow 0x5dcffff7(%rip), %r8w # OPC=cmovpow_r16_m16
[----------] * cmovpow 0xf8(%rip), %di # OPC=cmovpow_r16_m16
[----------] * cmovpow 0xf7(%rip), %r14w # OPC=cmovpow_r16_m16
[----------] * cmovpow -0x300007(%rip), %dx # OPC=cmovpow_r16_m16
[----------] * cmovpow 0x5dcffff8(%rip), %bx # OPC=cmovpow_r16_m16
[----------] - Starting with OPC = cmovpow_r16_r16
[----------] Seed is 1463511742904370
[----------] * cmovpow %cx, %r9w # OPC=cmovpow_r16_r16
[----------] * cmovpow %r10w, %r10w # OPC=cmovpow_r16_r16
[----------] * cmovpow %r12w, %di # OPC=cmovpow_r16_r16
[----------] * cmovpow %si, %si # OPC=cmovpow_r16_r16
[----------] * cmovpow %r8w, %r11w # OPC=cmovpow_r16_r16
[----------] * cmovpow %r8w, %r13w # OPC=cmovpow_r16_r16
[----------] * cmovpow %r8w, %r9w # OPC=cmovpow_r16_r16
[----------] * cmovpow %r13w, %r12w # OPC=cmovpow_r16_r16
[----------] * cmovpow %bx, %r14w # OPC=cmovpow_r16_r16
[----------] * cmovpow %r14w, %r12w # OPC=cmovpow_r16_r16
[----------] - Starting with OPC = cmovpol_r32_m32
[----------] Seed is 1463511742906220
[----------] * cmovpol (%rdi,%rcx,1), %esi # OPC=cmovpol_r32_m32
[----------] * cmovpol -0x7(%r11d,%ebx,4), %r15d # OPC=cmovpol_r32_m32
[----------] * cmovpol (%r11d), %edx # OPC=cmovpol_r32_m32
[----------] * cmovpol 0x5dcffff8(%rip), %r15d # OPC=cmovpol_r32_m32
[----------] * cmovpol -0x7(%rip), %ecx # OPC=cmovpol_r32_m32
[----------] * cmovpol (%r11d), %ecx # OPC=cmovpol_r32_m32
[----------] * cmovpol 0x5dcffff8(%rip), %r15d # OPC=cmovpol_r32_m32
[----------] * cmovpol 0x5dcffff9(%rip), %ebp # OPC=cmovpol_r32_m32
[----------] * cmovpol 0x5dcffff8(%rip), %r12d # OPC=cmovpol_r32_m32
[----------] * cmovpol 0x5(%r11d,%ebx,1), %ebp # OPC=cmovpol_r32_m32
[----------] - Starting with OPC = cmovpol_r32_r32
[----------] Seed is 1463511742907706
[----------] * cmovpol %ecx, %edi # OPC=cmovpol_r32_r32
[----------] * cmovpol %esp, %r11d # OPC=cmovpol_r32_r32
[----------] * cmovpol %r14d, %r15d # OPC=cmovpol_r32_r32
[----------] * cmovpol %ebx, %esi # OPC=cmovpol_r32_r32
[----------] * cmovpol %edx, %r14d # OPC=cmovpol_r32_r32
[----------] * cmovpol %r10d, %esp # OPC=cmovpol_r32_r32
[----------] * cmovpol %eax, %r8d # OPC=cmovpol_r32_r32
[----------] * cmovpol %ebp, %ecx # OPC=cmovpol_r32_r32
[----------] * cmovpol %r14d, %esp # OPC=cmovpol_r32_r32
[----------] * cmovpol %r9d, %r8d # OPC=cmovpol_r32_r32
[----------] - Starting with OPC = cmovpoq_r64_m64
[----------] Seed is 1463511742909171
[----------] * cmovpoq 0xf8(%rip), %rcx # OPC=cmovpoq_r64_m64
[----------] * cmovpoq 0xf8(%rip), %r13 # OPC=cmovpoq_r64_m64
[----------] * cmovpoq (%r11d), %rsp # OPC=cmovpoq_r64_m64
[----------] * cmovpoq (%r11d), %rbx # OPC=cmovpoq_r64_m64
[----------] * cmovpoq -0x300007(%rip), %r14 # OPC=cmovpoq_r64_m64
[----------] * cmovpoq 0x5dcffff8(%rip), %rbx # OPC=cmovpoq_r64_m64
[----------] * cmovpoq -0x7(%r11d,%ebx,4), %rbp # OPC=cmovpoq_r64_m64
[----------] * cmovpoq (%r11d,%ebx,1), %r11 # OPC=cmovpoq_r64_m64
[----------] * cmovpoq 0x7ffffff8(%rip), %r13 # OPC=cmovpoq_r64_m64
[----------] * cmovpoq 0xf8(%rip), %r8 # OPC=cmovpoq_r64_m64
[----------] - Starting with OPC = cmovpoq_r64_r64
[----------] Seed is 1463511742910253
[----------] * cmovpoq %rcx, %r9 # OPC=cmovpoq_r64_r64
[----------] * cmovpoq %r10, %r14 # OPC=cmovpoq_r64_r64
[----------] * cmovpoq %r9, %r10 # OPC=cmovpoq_r64_r64
[----------] * cmovpoq %r13, %r15 # OPC=cmovpoq_r64_r64
[----------] * cmovpoq %rbx, %r13 # OPC=cmovpoq_r64_r64
[----------] * cmovpoq %rcx, %rsi # OPC=cmovpoq_r64_r64
[----------] * cmovpoq %rbp, %r14 # OPC=cmovpoq_r64_r64
[----------] * cmovpoq %rsi, %rsp # OPC=cmovpoq_r64_r64
[----------] * cmovpoq %r9, %rcx # OPC=cmovpoq_r64_r64
[----------] * cmovpoq %r8, %rsp # OPC=cmovpoq_r64_r64
[----------] - Starting with OPC = cmovsw_r16_m16
[----------] Seed is 1463511742911991
[----------] * cmovsw -0x7(%r11d,%ebx,4), %r8w # OPC=cmovsw_r16_m16
[----------] * cmovsw 0x64(%rdx), %si # OPC=cmovsw_r16_m16
[----------] * cmovsw 0xf8(%rip), %bx # OPC=cmovsw_r16_m16
[----------] * cmovsw -0x7(%r11d,%ebx,4), %r13w # OPC=cmovsw_r16_m16
[----------] * cmovsw 0xf7(%rip), %r8w # OPC=cmovsw_r16_m16
[----------] * cmovsw (%r11d), %r8w # OPC=cmovsw_r16_m16
[----------] * cmovsw 0x5dcffff8(%rip), %di # OPC=cmovsw_r16_m16
[----------] * cmovsw 0xf8(%rip), %cx # OPC=cmovsw_r16_m16
[----------] * cmovsw 0x5dcffff7(%rip), %r15w # OPC=cmovsw_r16_m16
[----------] * cmovsw -0x300007(%rip), %cx # OPC=cmovsw_r16_m16
[----------] - Starting with OPC = cmovsw_r16_r16
[----------] Seed is 1463511742913899
[----------] * cmovsw %dx, %di # OPC=cmovsw_r16_r16
[----------] * cmovsw %r8w, %ax # OPC=cmovsw_r16_r16
[----------] * cmovsw %ax, %r10w # OPC=cmovsw_r16_r16
[----------] * cmovsw %r9w, %bp # OPC=cmovsw_r16_r16
[----------] * cmovsw %ax, %di # OPC=cmovsw_r16_r16
[----------] * cmovsw %r11w, %di # OPC=cmovsw_r16_r16
[----------] * cmovsw %r9w, %r10w # OPC=cmovsw_r16_r16
[----------] * cmovsw %r12w, %r14w # OPC=cmovsw_r16_r16
[----------] * cmovsw %dx, %r8w # OPC=cmovsw_r16_r16
[----------] * cmovsw %si, %ax # OPC=cmovsw_r16_r16
[----------] - Starting with OPC = cmovsl_r32_m32
[----------] Seed is 1463511742915461
[----------] * cmovsl 0x7ffffff8(%rip), %r14d # OPC=cmovsl_r32_m32
[----------] * cmovsl 0xf8(%rip), %r14d # OPC=cmovsl_r32_m32
[----------] * cmovsl (%rdi,%rcx,1), %ebp # OPC=cmovsl_r32_m32
[----------] * cmovsl -0x7(%r11d,%ebx,4), %ecx # OPC=cmovsl_r32_m32
[----------] * cmovsl 0xf9(%rip), %ecx # OPC=cmovsl_r32_m32
[----------] * cmovsl 0x30(%r11d), %ebp # OPC=cmovsl_r32_m32
[----------] * cmovsl (%r11d,%ebx,4), %ecx # OPC=cmovsl_r32_m32
[----------] * cmovsl -0x10(,%rdx,2), %esp # OPC=cmovsl_r32_m32
[----------] * cmovsl 0x16(%r8), %r14d # OPC=cmovsl_r32_m32
[----------] * cmovsl 0x5dcffff8(%rip), %r8d # OPC=cmovsl_r32_m32
[----------] - Starting with OPC = cmovsl_r32_r32
[----------] Seed is 1463511742916951
[----------] * cmovsl %eax, %esp # OPC=cmovsl_r32_r32
[----------] * cmovsl %esp, %edx # OPC=cmovsl_r32_r32
[----------] * cmovsl %r13d, %r9d # OPC=cmovsl_r32_r32
[----------] * cmovsl %esi, %edi # OPC=cmovsl_r32_r32
[----------] * cmovsl %r8d, %r8d # OPC=cmovsl_r32_r32
[----------] * cmovsl %r14d, %r12d # OPC=cmovsl_r32_r32
[----------] * cmovsl %edi, %esi # OPC=cmovsl_r32_r32
[----------] * cmovsl %eax, %r15d # OPC=cmovsl_r32_r32
[----------] * cmovsl %r15d, %r12d # OPC=cmovsl_r32_r32
[----------] * cmovsl %esi, %esi # OPC=cmovsl_r32_r32
[----------] - Starting with OPC = cmovsq_r64_m64
[----------] Seed is 1463511742918208
[----------] * cmovsq 0x5dcffff8(%rip), %rbx # OPC=cmovsq_r64_m64
[----------] * cmovsq -0x8(%rip), %rax # OPC=cmovsq_r64_m64
[----------] * cmovsq 0xf8(%rip), %r11 # OPC=cmovsq_r64_m64
[----------] * cmovsq (%r11d,%ebx,1), %rsi # OPC=cmovsq_r64_m64
[----------] * cmovsq 0xf8(%rip), %rcx # OPC=cmovsq_r64_m64
[----------] * cmovsq 0x7ffffff8(%rip), %r14 # OPC=cmovsq_r64_m64
[----------] * cmovsq -0x300007(%rip), %rax # OPC=cmovsq_r64_m64
[----------] * cmovsq (%r11d), %rdi # OPC=cmovsq_r64_m64
[----------] * cmovsq 0x64(%rdx), %rcx # OPC=cmovsq_r64_m64
[----------] * cmovsq 0x5(%r11d,%ebx,1), %rsp # OPC=cmovsq_r64_m64
[----------] - Starting with OPC = cmovsq_r64_r64
[----------] Seed is 1463511742920155
[----------] * cmovsq %r9, %r14 # OPC=cmovsq_r64_r64
[----------] * cmovsq %rdx, %rbp # OPC=cmovsq_r64_r64
[----------] * cmovsq %r10, %rcx # OPC=cmovsq_r64_r64
[----------] * cmovsq %r10, %rsp # OPC=cmovsq_r64_r64
[----------] * cmovsq %r15, %r15 # OPC=cmovsq_r64_r64
[----------] * cmovsq %r11, %r14 # OPC=cmovsq_r64_r64
[----------] * cmovsq %r13, %r12 # OPC=cmovsq_r64_r64
[----------] * cmovsq %r9, %rdx # OPC=cmovsq_r64_r64
[----------] * cmovsq %rdx, %r9 # OPC=cmovsq_r64_r64
[----------] * cmovsq %r9, %r11 # OPC=cmovsq_r64_r64
[----------] - Starting with OPC = cmovzw_r16_m16
[----------] Seed is 1463511742921633
[----------] * cmovzw (%rdi,%rcx,1), %si # OPC=cmovzw_r16_m16
[----------] * cmovzw 0xf8(%rip), %si # OPC=cmovzw_r16_m16
[----------] * cmovzw 0xf7(%rip), %r10w # OPC=cmovzw_r16_m16
[----------] * cmovzw 0x64(%rsp,%rdx,8), %r14w # OPC=cmovzw_r16_m16
[----------] * cmovzw (%r11d,%ebx,1), %r12w # OPC=cmovzw_r16_m16
[----------] * cmovzw 0xf7(%rip), %r15w # OPC=cmovzw_r16_m16
[----------] * cmovzw 0x64(%rsp,%rdx,8), %dx # OPC=cmovzw_r16_m16
[----------] * cmovzw 0x5dcffff7(%rip), %r15w # OPC=cmovzw_r16_m16
[----------] * cmovzw 0x5dcffff8(%rip), %di # OPC=cmovzw_r16_m16
[----------] * cmovzw 0x64(%rdx), %ax # OPC=cmovzw_r16_m16
[----------] - Starting with OPC = cmovzw_r16_r16
[----------] Seed is 1463511742923133
[----------] * cmovzw %bp, %r8w # OPC=cmovzw_r16_r16
[----------] * cmovzw %r14w, %r12w # OPC=cmovzw_r16_r16
[----------] * cmovzw %di, %dx # OPC=cmovzw_r16_r16
[----------] * cmovzw %r15w, %r10w # OPC=cmovzw_r16_r16
[----------] * cmovzw %sp, %r10w # OPC=cmovzw_r16_r16
[----------] * cmovzw %sp, %r11w # OPC=cmovzw_r16_r16
[----------] * cmovzw %si, %r11w # OPC=cmovzw_r16_r16
[----------] * cmovzw %si, %si # OPC=cmovzw_r16_r16
[----------] * cmovzw %r10w, %sp # OPC=cmovzw_r16_r16
[----------] * cmovzw %r15w, %dx # OPC=cmovzw_r16_r16
[----------] - Starting with OPC = cmovzl_r32_m32
[----------] Seed is 1463511742924618
[----------] * cmovzl (%r11d), %r8d # OPC=cmovzl_r32_m32
[----------] * cmovzl (%r11d,%ebx,4), %r11d # OPC=cmovzl_r32_m32
[----------] * cmovzl 0x64(%rsp,%rdx,8), %ebp # OPC=cmovzl_r32_m32
[----------] * cmovzl (%rax), %edi # OPC=cmovzl_r32_m32
[----------] * cmovzl 0x64(%rdx), %r12d # OPC=cmovzl_r32_m32
[----------] * cmovzl -0x8(%rip), %r10d # OPC=cmovzl_r32_m32
[----------] * cmovzl 0xf9(%rip), %ebx # OPC=cmovzl_r32_m32
[----------] * cmovzl 0xf8(%rip), %r11d # OPC=cmovzl_r32_m32
[----------] * cmovzl 0x64(%rsp,%rdx,8), %eax # OPC=cmovzl_r32_m32
[----------] * cmovzl 0xf9(%rip), %edi # OPC=cmovzl_r32_m32
[----------] - Starting with OPC = cmovzl_r32_r32
[----------] Seed is 1463511742926088
[----------] * cmovzl %ecx, %edi # OPC=cmovzl_r32_r32
[----------] * cmovzl %r13d, %r8d # OPC=cmovzl_r32_r32
[----------] * cmovzl %r15d, %edx # OPC=cmovzl_r32_r32
[----------] * cmovzl %ebp, %r15d # OPC=cmovzl_r32_r32
[----------] * cmovzl %ebx, %esi # OPC=cmovzl_r32_r32
[----------] * cmovzl %ebp, %edi # OPC=cmovzl_r32_r32
[----------] * cmovzl %r13d, %r13d # OPC=cmovzl_r32_r32
[----------] * cmovzl %r11d, %edx # OPC=cmovzl_r32_r32
[----------] * cmovzl %edx, %eax # OPC=cmovzl_r32_r32
[----------] * cmovzl %esp, %edi # OPC=cmovzl_r32_r32
[----------] - Starting with OPC = cmovzq_r64_m64
[----------] Seed is 1463511742927297
[----------] * cmovzq 0x5dcffff8(%rip), %r15 # OPC=cmovzq_r64_m64
[----------] * cmovzq -0x10(,%rdx,2), %r14 # OPC=cmovzq_r64_m64
[----------] * cmovzq 0xf8(%rip), %r8 # OPC=cmovzq_r64_m64
[----------] * cmovzq 0xf8(%rip), %rdx # OPC=cmovzq_r64_m64
[----------] * cmovzq 0x16(%r8), %r8 # OPC=cmovzq_r64_m64
[----------] * cmovzq 0xf8(%rip), %rcx # OPC=cmovzq_r64_m64
[----------] * cmovzq 0xf8(%rip), %r10 # OPC=cmovzq_r64_m64
[----------] * cmovzq 0xf8(%rip), %rbx # OPC=cmovzq_r64_m64
[----------] * cmovzq 0x5(%r11d,%ebx,1), %rsp # OPC=cmovzq_r64_m64
[----------] * cmovzq 0xf8(%rip), %r12 # OPC=cmovzq_r64_m64
[----------] - Starting with OPC = cmovzq_r64_r64
[----------] Seed is 1463511742929104
[----------] * cmovzq %rax, %r12 # OPC=cmovzq_r64_r64
[----------] * cmovzq %rcx, %r15 # OPC=cmovzq_r64_r64
[----------] * cmovzq %r8, %rdx # OPC=cmovzq_r64_r64
[----------] * cmovzq %r12, %rsp # OPC=cmovzq_r64_r64
[----------] * cmovzq %r12, %r14 # OPC=cmovzq_r64_r64
[----------] * cmovzq %rbp, %rdi # OPC=cmovzq_r64_r64
[----------] * cmovzq %rax, %rsi # OPC=cmovzq_r64_r64
[----------] * cmovzq %r9, %r10 # OPC=cmovzq_r64_r64
[----------] * cmovzq %rax, %r13 # OPC=cmovzq_r64_r64
[----------] * cmovzq %r15, %r14 # OPC=cmovzq_r64_r64
[----------] - Starting with OPC = cmpb_al_imm8
[----------] Seed is 1463511742930086
[----------] * cmpb $0xc0, %al # OPC=cmpb_al_imm8
[----------] * cmpb $0xff, %al # OPC=cmpb_al_imm8
[----------] * cmpb $0x2, %al # OPC=cmpb_al_imm8
[----------] * cmpb $0xfc, %al # OPC=cmpb_al_imm8
[----------] * cmpb $0xf0, %al # OPC=cmpb_al_imm8
[----------] * cmpb $0xfe, %al # OPC=cmpb_al_imm8
[----------] * cmpb $0x1, %al # OPC=cmpb_al_imm8
[----------] * cmpb $0x4, %al # OPC=cmpb_al_imm8
[----------] * cmpb $0x0, %al # OPC=cmpb_al_imm8
[----------] * cmpb $0xe0, %al # OPC=cmpb_al_imm8
[----------] - Starting with OPC = cmpw_ax_imm16
[----------] Seed is 1463511742932354
[----------] * cmpw $0x3, %ax # OPC=cmpw_ax_imm16
[----------] * cmpw $0xfd, %ax # OPC=cmpw_ax_imm16
[----------] * cmpw $0xd0, %ax # OPC=cmpw_ax_imm16
[----------] * cmpw $0x0, %ax # OPC=cmpw_ax_imm16
[----------] * cmpw $0xffff, %ax # OPC=cmpw_ax_imm16
[----------] * cmpw $0xffff, %ax # OPC=cmpw_ax_imm16
[----------] * cmpw $0x1, %ax # OPC=cmpw_ax_imm16
[----------] * cmpw $0xcafe, %ax # OPC=cmpw_ax_imm16
[----------] * cmpw $0xc0de, %ax # OPC=cmpw_ax_imm16
[----------] * cmpw $0xfffc, %ax # OPC=cmpw_ax_imm16
[----------] - Starting with OPC = cmpl_eax_imm32
[----------] Seed is 1463511742933806
[----------] * cmpl $0x1, %eax # OPC=cmpl_eax_imm32
[----------] * cmpl $0xfd, %eax # OPC=cmpl_eax_imm32
[----------] * cmpl $0xfffffff0, %eax # OPC=cmpl_eax_imm32
[----------] * cmpl $0x88, %eax # OPC=cmpl_eax_imm32
[----------] * cmpl $0x7f, %eax # OPC=cmpl_eax_imm32
[----------] * cmpl $0x6, %eax # OPC=cmpl_eax_imm32
[----------] * cmpl $0x80808080, %eax # OPC=cmpl_eax_imm32
[----------] * cmpl $0x0, %eax # OPC=cmpl_eax_imm32
[----------] * cmpl $0xfffffff8, %eax # OPC=cmpl_eax_imm32
[----------] * cmpl $0x50, %eax # OPC=cmpl_eax_imm32
[----------] - Starting with OPC = cmpw_m16_imm16
[----------] Seed is 1463511742935687
[----------] * cmpw $0xffff, 0x5dcffff7(%rip) # OPC=cmpw_m16_imm16
[----------] * cmpw $0x8, 0x5dcffff7(%rip) # OPC=cmpw_m16_imm16
[----------] * cmpw $0xffff, (%r11d) # OPC=cmpw_m16_imm16
[----------] * cmpw $0x1010, 0x16(%r8) # OPC=cmpw_m16_imm16
[----------] * cmpw $0xfff8, 0x64(%rsp,%rdx,8) # OPC=cmpw_m16_imm16
[----------] * cmpw $0x10, 0xf7(%rip) # OPC=cmpw_m16_imm16
[----------] * cmpw $0x404, 0xf7(%rip) # OPC=cmpw_m16_imm16
[----------] * cmpw $0x20, 0x64(%rsp,%rdx,8) # OPC=cmpw_m16_imm16
[----------] * cmpw $0xffff, (%rdi,%rcx,1) # OPC=cmpw_m16_imm16
[----------] * cmpw $0x7, 0xf7(%rip) # OPC=cmpw_m16_imm16
[----------] - Starting with OPC = cmpw_m16_imm8
[----------] Seed is 1463511742937083
[----------] * cmpw $0x88, (%rax) # OPC=cmpw_m16_imm8
[----------] * cmpw $0xff, 0xf8(%rip) # OPC=cmpw_m16_imm8
[----------] * cmpw $0xff, 0xf8(%rip) # OPC=cmpw_m16_imm8
[----------] * cmpw $0xfc, (%r11d,%ebx,4) # OPC=cmpw_m16_imm8
[----------] * cmpw $0x6, 0xf8(%rip) # OPC=cmpw_m16_imm8
[----------] * cmpw $0xe0, 0x64(%rsp,%rdx,8) # OPC=cmpw_m16_imm8
[----------] * cmpw $0x1, 0x5dcffff8(%rip) # OPC=cmpw_m16_imm8
[----------] * cmpw $0x80, 0x5dcffff8(%rip) # OPC=cmpw_m16_imm8
[----------] * cmpw $0x7, 0x16(%r8) # OPC=cmpw_m16_imm8
[----------] * cmpw $0x1, 0x5dcffff8(%rip) # OPC=cmpw_m16_imm8
[----------] - Starting with OPC = cmpw_m16_r16
[----------] Seed is 1463511742938466
[----------] * cmpw %r8w, 0xf8(%rip) # OPC=cmpw_m16_r16
[----------] * cmpw %cx, 0x5dcffff9(%rip) # OPC=cmpw_m16_r16
[----------] * cmpw %sp, 0x5(%r11d,%ebx,1) # OPC=cmpw_m16_r16
[----------] * cmpw %ax, (%r11d,%ebx,1) # OPC=cmpw_m16_r16
[----------] * cmpw %ax, 0xf9(%rip) # OPC=cmpw_m16_r16
[----------] * cmpw %r9w, 0xf8(%rip) # OPC=cmpw_m16_r16
[----------] * cmpw %r9w, -0x64(%rax,%rcx,4) # OPC=cmpw_m16_r16
[----------] * cmpw %r13w, (%r11d) # OPC=cmpw_m16_r16
[----------] * cmpw %r14w, 0x5dcffff8(%rip) # OPC=cmpw_m16_r16
[----------] * cmpw %r13w, (%r11d,%ebx,1) # OPC=cmpw_m16_r16
[----------] - Starting with OPC = cmpl_m32_imm32
[----------] Seed is 1463511742939678
[----------] * cmpl $0xffffffff, 0xf6(%rip) # OPC=cmpl_m32_imm32
[----------] * cmpl $0x4040404, 0xf6(%rip) # OPC=cmpl_m32_imm32
[----------] * cmpl $0x8000, 0x5dcffff6(%rip) # OPC=cmpl_m32_imm32
[----------] * cmpl $0xfffffffa, 0x30(%r11d) # OPC=cmpl_m32_imm32
[----------] * cmpl $0xd0, (%r11d,%ebx,1) # OPC=cmpl_m32_imm32
[----------] * cmpl $0xffffffff, 0xf6(%rip) # OPC=cmpl_m32_imm32
[----------] * cmpl $0x88, 0xf6(%rip) # OPC=cmpl_m32_imm32
[----------] * cmpl $0xc0, 0xf6(%rip) # OPC=cmpl_m32_imm32
[----------] * cmpl $0x7fffffff, -0xa(%rip) # OPC=cmpl_m32_imm32
[----------] * cmpl $0x80808080, 0xf6(%rip) # OPC=cmpl_m32_imm32
[----------] - Starting with OPC = cmpl_m32_imm8
[----------] Seed is 1463511742941621
[----------] * cmpl $0x40, 0x5dcffff9(%rip) # OPC=cmpl_m32_imm8
[----------] * cmpl $0x6, 0x5(%r11d,%ebx,1) # OPC=cmpl_m32_imm8
[----------] * cmpl $0x44, 0x30(%r11d) # OPC=cmpl_m32_imm8
[----------] * cmpl $0xfe, 0xf9(%rip) # OPC=cmpl_m32_imm8
[----------] * cmpl $0x20, (%r11d,%ebx,4) # OPC=cmpl_m32_imm8
[----------] * cmpl $0xf9, 0x5dcffff9(%rip) # OPC=cmpl_m32_imm8
[----------] * cmpl $0x0, (%rdi,%rcx,1) # OPC=cmpl_m32_imm8
[----------] * cmpl $0xf0, 0xf9(%rip) # OPC=cmpl_m32_imm8
[----------] * cmpl $0xfb, 0x16(%r8) # OPC=cmpl_m32_imm8
[----------] * cmpl $0xfd, 0x5dcffff9(%rip) # OPC=cmpl_m32_imm8
[----------] - Starting with OPC = cmpl_m32_r32
[----------] Seed is 1463511742943149
[----------] * cmpl %r10d, (%r11d) # OPC=cmpl_m32_r32
[----------] * cmpl %esi, 0xfa(%rip) # OPC=cmpl_m32_r32
[----------] * cmpl %r12d, 0xf9(%rip) # OPC=cmpl_m32_r32
[----------] * cmpl %r13d, 0x64(%rdx) # OPC=cmpl_m32_r32
[----------] * cmpl %ebp, 0x16(%r8) # OPC=cmpl_m32_r32
[----------] * cmpl %esi, -0x64(%rax,%rcx,4) # OPC=cmpl_m32_r32
[----------] * cmpl %edx, 0xfa(%rip) # OPC=cmpl_m32_r32
[----------] * cmpl %ebp, -0x64(%rax,%rcx,4) # OPC=cmpl_m32_r32
[----------] * cmpl %r10d, (%rdi,%rcx,1) # OPC=cmpl_m32_r32
[----------] * cmpl %ebx, 0x5dcffffa(%rip) # OPC=cmpl_m32_r32
[----------] - Starting with OPC = cmpq_m64_imm32
[----------] Seed is 1463511742944626
[----------] * cmpq $0x2, 0x64(%rdx) # OPC=cmpq_m64_imm32
[----------] * cmpq $0xd0, 0x7ffffff5(%rip) # OPC=cmpq_m64_imm32
[----------] * cmpq $0x88, -0x10(,%rdx,2) # OPC=cmpq_m64_imm32
[----------] * cmpq $0x6, 0xf5(%rip) # OPC=cmpq_m64_imm32
[----------] * cmpq $0xfffffff9, (%rax) # OPC=cmpq_m64_imm32
[----------] * cmpq $0xf0, 0xf5(%rip) # OPC=cmpq_m64_imm32
[----------] * cmpq $0x44, (%r11d) # OPC=cmpq_m64_imm32
[----------] * cmpq $0x0, 0x5dcffff5(%rip) # OPC=cmpq_m64_imm32
[----------] * cmpq $0xd0, 0x5dcffff5(%rip) # OPC=cmpq_m64_imm32
[----------] * cmpq $0xffffff80, 0xf5(%rip) # OPC=cmpq_m64_imm32
[----------] - Starting with OPC = cmpq_m64_imm8
[----------] Seed is 1463511742946045
[----------] * cmpq $0xe0, 0x5dcffff8(%rip) # OPC=cmpq_m64_imm8
[----------] * cmpq $0xfa, 0xf8(%rip) # OPC=cmpq_m64_imm8
[----------] * cmpq $0xe0, 0x5dcffff8(%rip) # OPC=cmpq_m64_imm8
[----------] * cmpq $0x2, -0x8(%rip) # OPC=cmpq_m64_imm8
[----------] * cmpq $0x0, (%r11d,%ebx,4) # OPC=cmpq_m64_imm8
[----------] * cmpq $0x4, 0x5dcffff8(%rip) # OPC=cmpq_m64_imm8
[----------] * cmpq $0x7, 0x5dcffff8(%rip) # OPC=cmpq_m64_imm8
[----------] * cmpq $0x1, 0x5dcffff8(%rip) # OPC=cmpq_m64_imm8
[----------] * cmpq $0x88, 0x5(%r11d,%ebx,1) # OPC=cmpq_m64_imm8
[----------] * cmpq $0x20, 0x7ffffff8(%rip) # OPC=cmpq_m64_imm8
[----------] - Starting with OPC = cmpq_m64_r64
[----------] Seed is 1463511742947524
[----------] * cmpq %rdi, 0xf9(%rip) # OPC=cmpq_m64_r64
[----------] * cmpq %rdx, 0x5dcffff9(%rip) # OPC=cmpq_m64_r64
[----------] * cmpq %r15, 0xf9(%rip) # OPC=cmpq_m64_r64
[----------] * cmpq %r12, 0x5dcffff9(%rip) # OPC=cmpq_m64_r64
[----------] * cmpq %rbp, (%r11d,%ebx,1) # OPC=cmpq_m64_r64
[----------] * cmpq %r15, 0x7ffffff9(%rip) # OPC=cmpq_m64_r64
[----------] * cmpq %r9, 0xf9(%rip) # OPC=cmpq_m64_r64
[----------] * cmpq %r9, 0x5dcffff9(%rip) # OPC=cmpq_m64_r64
[----------] * cmpq %r13, 0x5dcffff9(%rip) # OPC=cmpq_m64_r64
[----------] * cmpq %rsp, 0xf9(%rip) # OPC=cmpq_m64_r64
[----------] - Starting with OPC = cmpb_m8_imm8
[----------] Seed is 1463511742949027
[----------] * cmpb $0xff, (%r11d) # OPC=cmpb_m8_imm8
[----------] * cmpb $0x60, (%rdi,%rcx,1) # OPC=cmpb_m8_imm8
[----------] * cmpb $0x22, 0x5dcffff9(%rip) # OPC=cmpb_m8_imm8
[----------] * cmpb $0xc0, 0xf9(%rip) # OPC=cmpb_m8_imm8
[----------] * cmpb $0xfe, 0x5dcffff9(%rip) # OPC=cmpb_m8_imm8
[----------] * cmpb $0x3, 0x5dcffff9(%rip) # OPC=cmpb_m8_imm8
[----------] * cmpb $0x6, (%r11d) # OPC=cmpb_m8_imm8
[----------] * cmpb $0x60, (%rax) # OPC=cmpb_m8_imm8
[----------] * cmpb $0x7, 0x5dcffff9(%rip) # OPC=cmpb_m8_imm8
[----------] * cmpb $0x80, 0xf9(%rip) # OPC=cmpb_m8_imm8
[----------] - Starting with OPC = cmpb_m8_r8
[----------] Seed is 1463511742951142
[----------] * cmpb %sil, 0xf9(%rip) # OPC=cmpb_m8_r8
[----------] * cmpb %sil, 0xf9(%rip) # OPC=cmpb_m8_r8
[----------] * cmpb %cl, 0xfa(%rip) # OPC=cmpb_m8_r8
[----------] * cmpb %sil, (%r11d,%ebx,4) # OPC=cmpb_m8_r8
[----------] * cmpb %r15b, 0x64(%rdx) # OPC=cmpb_m8_r8
[----------] * cmpb %al, 0x30(%r11d) # OPC=cmpb_m8_r8
[----------] * cmpb %dl, 0x30(%r11d) # OPC=cmpb_m8_r8
[----------] * cmpb %bl, (%rax) # OPC=cmpb_m8_r8
[----------] * cmpb %dl, 0x64(%rsp,%rdx,8) # OPC=cmpb_m8_r8
[----------] * cmpb %r8b, -0x10(,%rdx,2) # OPC=cmpb_m8_r8
[----------] - Starting with OPC = cmpb_m8_rh
[----------] Seed is 1463511742952702
[----------] * cmpb %ch, -0x10(,%rdx,2) # OPC=cmpb_m8_rh
[----------] * cmpb %bh, 0xfa(%rip) # OPC=cmpb_m8_rh
[----------] * cmpb %ah, 0x64(%rsp,%rdx,8) # OPC=cmpb_m8_rh
[----------] * cmpb %bh, 0x64(%rsp,%rdx,8) # OPC=cmpb_m8_rh
[----------] * cmpb %ah, 0x64(%rsp,%rdx,8) # OPC=cmpb_m8_rh
[----------] * cmpb %dh, 0xfa(%rip) # OPC=cmpb_m8_rh
[----------] * cmpb %bh, 0xfa(%rip) # OPC=cmpb_m8_rh
[----------] * cmpb %ch, 0xfa(%rip) # OPC=cmpb_m8_rh
[----------] * cmpb %ch, 0x64(%rsp,%rdx,8) # OPC=cmpb_m8_rh
[----------] * cmpb %ah, 0x5dcffffa(%rip) # OPC=cmpb_m8_rh
[----------] - Starting with OPC = cmpw_r16_imm16
[----------] Seed is 1463511742954012
[----------] * cmpw $0x50, %sp # OPC=cmpw_r16_imm16
[----------] * cmpw $0xfd, %r13w # OPC=cmpw_r16_imm16
[----------] * cmpw $0x404, %di # OPC=cmpw_r16_imm16
[----------] * cmpw $0x80, %sp # OPC=cmpw_r16_imm16
[----------] * cmpw $0xfe, %bx # OPC=cmpw_r16_imm16
[----------] * cmpw $0x8080, %r8w # OPC=cmpw_r16_imm16
[----------] * cmpw $0x1010, %di # OPC=cmpw_r16_imm16
[----------] * cmpw $0x0, %sp # OPC=cmpw_r16_imm16
[----------] * cmpw $0x0, %r14w # OPC=cmpw_r16_imm16
[----------] * cmpw $0x404, %di # OPC=cmpw_r16_imm16
[----------] - Starting with OPC = cmpw_r16_imm8
[----------] Seed is 1463511742955559
[----------] * cmpw $0x70, %r11w # OPC=cmpw_r16_imm8
[----------] * cmpw $0x1, %r11w # OPC=cmpw_r16_imm8
[----------] * cmpw $0xc0, %r11w # OPC=cmpw_r16_imm8
[----------] * cmpw $0x4, %r14w # OPC=cmpw_r16_imm8
[----------] * cmpw $0xfc, %r15w # OPC=cmpw_r16_imm8
[----------] * cmpw $0x80, %bx # OPC=cmpw_r16_imm8
[----------] * cmpw $0x22, %r10w # OPC=cmpw_r16_imm8
[----------] * cmpw $0xfe, %dx # OPC=cmpw_r16_imm8
[----------] * cmpw $0x0, %sp # OPC=cmpw_r16_imm8
[----------] * cmpw $0xff, %bx # OPC=cmpw_r16_imm8
[----------] - Starting with OPC = cmpw_r16_m16
[----------] Seed is 1463511742955983
[----------] * cmpw 0xf8(%rip), %r11w # OPC=cmpw_r16_m16
[----------] * cmpw 0x5dcffff9(%rip), %di # OPC=cmpw_r16_m16
[----------] * cmpw (%rax), %r10w # OPC=cmpw_r16_m16
[----------] * cmpw (%r11d), %r13w # OPC=cmpw_r16_m16
[----------] * cmpw (%r11d,%ebx,1), %bx # OPC=cmpw_r16_m16
[----------] * cmpw -0x10(,%rdx,2), %sp # OPC=cmpw_r16_m16
[----------] * cmpw 0xf8(%rip), %r12w # OPC=cmpw_r16_m16
[----------] * cmpw 0x7ffffff9(%rip), %di # OPC=cmpw_r16_m16
[----------] * cmpw 0xf8(%rip), %r15w # OPC=cmpw_r16_m16
[----------] * cmpw -0x300006(%rip), %bp # OPC=cmpw_r16_m16
[----------] - Starting with OPC = cmpw_r16_r16
[----------] Seed is 1463511742958215
[----------] * cmpw %r11w, %r8w # OPC=cmpw_r16_r16
[----------] * cmpw %ax, %dx # OPC=cmpw_r16_r16
[----------] * cmpw %r12w, %si # OPC=cmpw_r16_r16
[----------] * cmpw %r15w, %r8w # OPC=cmpw_r16_r16
[----------] * cmpw %si, %r11w # OPC=cmpw_r16_r16
[----------] * cmpw %r12w, %r10w # OPC=cmpw_r16_r16
[----------] * cmpw %dx, %r12w # OPC=cmpw_r16_r16
[----------] * cmpw %r10w, %r15w # OPC=cmpw_r16_r16
[----------] * cmpw %dx, %r12w # OPC=cmpw_r16_r16
[----------] * cmpw %r12w, %sp # OPC=cmpw_r16_r16
[----------] - Starting with OPC = cmpw_r16_r16_1
[----------] Seed is 1463511742959753
[----------] * cmpw %di, %sp # OPC=cmpw_r16_r16_1
[----------] * cmpw %ax, %r10w # OPC=cmpw_r16_r16_1
[----------] * cmpw %di, %si # OPC=cmpw_r16_r16_1
[----------] * cmpw %r8w, %si # OPC=cmpw_r16_r16_1
[----------] * cmpw %r14w, %sp # OPC=cmpw_r16_r16_1
[----------] * cmpw %r10w, %ax # OPC=cmpw_r16_r16_1
[----------] * cmpw %dx, %r11w # OPC=cmpw_r16_r16_1
[----------] * cmpw %r11w, %bx # OPC=cmpw_r16_r16_1
[----------] * cmpw %bp, %ax # OPC=cmpw_r16_r16_1
[----------] * cmpw %cx, %sp # OPC=cmpw_r16_r16_1
[----------] - Starting with OPC = cmpl_r32_imm32
[----------] Seed is 1463511742961357
[----------] * cmpl $0xc0decafe, %r11d # OPC=cmpl_r32_imm32
[----------] * cmpl $0xfffffffb, %r8d # OPC=cmpl_r32_imm32
[----------] * cmpl $0x88, %r15d # OPC=cmpl_r32_imm32
[----------] * cmpl $0x2, %r13d # OPC=cmpl_r32_imm32
[----------] * cmpl $0xffffffc0, %ebx # OPC=cmpl_r32_imm32
[----------] * cmpl $0x80808080, %ecx # OPC=cmpl_r32_imm32
[----------] * cmpl $0x80808080, %esi # OPC=cmpl_r32_imm32
[----------] * cmpl $0x2, %edi # OPC=cmpl_r32_imm32
[----------] * cmpl $0x80, %ecx # OPC=cmpl_r32_imm32
[----------] * cmpl $0xfffffffa, %r15d # OPC=cmpl_r32_imm32
[----------] - Starting with OPC = cmpl_r32_imm8
[----------] Seed is 1463511742963038
[----------] * cmpl $0x0, %r10d # OPC=cmpl_r32_imm8
[----------] * cmpl $0xfe, %r10d # OPC=cmpl_r32_imm8
[----------] * cmpl $0x40, %edx # OPC=cmpl_r32_imm8
[----------] * cmpl $0x4, %r10d # OPC=cmpl_r32_imm8
[----------] * cmpl $0x0, %r15d # OPC=cmpl_r32_imm8
[----------] * cmpl $0xf8, %eax # OPC=cmpl_r32_imm8
[----------] * cmpl $0x22, %r10d # OPC=cmpl_r32_imm8
[----------] * cmpl $0xe0, %edx # OPC=cmpl_r32_imm8
[----------] * cmpl $0x4, %r12d # OPC=cmpl_r32_imm8
[----------] * cmpl $0xfe, %edx # OPC=cmpl_r32_imm8
[----------] - Starting with OPC = cmpl_r32_m32
[----------] Seed is 1463511742964477
[----------] * cmpl 0xfa(%rip), %esi # OPC=cmpl_r32_m32
[----------] * cmpl 0x5dcffff9(%rip), %r11d # OPC=cmpl_r32_m32
[----------] * cmpl 0x64(%rdx), %esp # OPC=cmpl_r32_m32
[----------] * cmpl 0x7ffffff9(%rip), %r15d # OPC=cmpl_r32_m32
[----------] * cmpl 0x5dcffffa(%rip), %edx # OPC=cmpl_r32_m32
[----------] * cmpl 0xf9(%rip), %r11d # OPC=cmpl_r32_m32
[----------] * cmpl 0x30(%r11d), %r13d # OPC=cmpl_r32_m32
[----------] * cmpl -0x10(,%rdx,2), %r13d # OPC=cmpl_r32_m32
[----------] * cmpl 0xf9(%rip), %r12d # OPC=cmpl_r32_m32
[----------] * cmpl -0x64(%rax,%rcx,4), %esp # OPC=cmpl_r32_m32
[----------] - Starting with OPC = cmpl_r32_r32
[----------] Seed is 1463511742966052
[----------] * cmpl %edx, %r12d # OPC=cmpl_r32_r32
[----------] * cmpl %r12d, %r12d # OPC=cmpl_r32_r32
[----------] * cmpl %r14d, %esp # OPC=cmpl_r32_r32
[----------] * cmpl %edi, %r14d # OPC=cmpl_r32_r32
[----------] * cmpl %eax, %esp # OPC=cmpl_r32_r32
[----------] * cmpl %ebp, %ecx # OPC=cmpl_r32_r32
[----------] * cmpl %r13d, %r12d # OPC=cmpl_r32_r32
[----------] * cmpl %esi, %r15d # OPC=cmpl_r32_r32
[----------] * cmpl %edx, %r14d # OPC=cmpl_r32_r32
[----------] * cmpl %r15d, %r8d # OPC=cmpl_r32_r32
[----------] - Starting with OPC = cmpl_r32_r32_1
[----------] Seed is 1463511742967533
[----------] * cmpl %edx, %r8d # OPC=cmpl_r32_r32_1
[----------] * cmpl %r8d, %ebx # OPC=cmpl_r32_r32_1
[----------] * cmpl %edi, %eax # OPC=cmpl_r32_r32_1
[----------] * cmpl %ebp, %r14d # OPC=cmpl_r32_r32_1
[----------] * cmpl %r10d, %r9d # OPC=cmpl_r32_r32_1
[----------] * cmpl %r10d, %edx # OPC=cmpl_r32_r32_1
[----------] * cmpl %r14d, %ebx # OPC=cmpl_r32_r32_1
[----------] * cmpl %ebp, %r13d # OPC=cmpl_r32_r32_1
[----------] * cmpl %r13d, %r8d # OPC=cmpl_r32_r32_1
[----------] * cmpl %r12d, %r8d # OPC=cmpl_r32_r32_1
[----------] - Starting with OPC = cmpq_r64_imm32
[----------] Seed is 1463511742968985
[----------] * cmpq $0x60, %rbx # OPC=cmpq_r64_imm32
[----------] * cmpq $0x80000000, %rax # OPC=cmpq_r64_imm32
[----------] * cmpq $0xfffffff0, %rcx # OPC=cmpq_r64_imm32
[----------] * cmpq $0x7f, %r10 # OPC=cmpq_r64_imm32
[----------] * cmpq $0x8, %rbx # OPC=cmpq_r64_imm32
[----------] * cmpq $0x60, %rsp # OPC=cmpq_r64_imm32
[----------] * cmpq $0x30, %rsp # OPC=cmpq_r64_imm32
[----------] * cmpq $0x70, %rax # OPC=cmpq_r64_imm32
[----------] * cmpq $0xfffffffa, %rcx # OPC=cmpq_r64_imm32
[----------] * cmpq $0x0, %rsp # OPC=cmpq_r64_imm32
[----------] - Starting with OPC = cmpq_r64_imm8
[----------] Seed is 1463511742970327
[----------] * cmpq $0x2, %rcx # OPC=cmpq_r64_imm8
[----------] * cmpq $0x0, %rdi # OPC=cmpq_r64_imm8
[----------] * cmpq $0xff, %rbp # OPC=cmpq_r64_imm8
[----------] * cmpq $0x22, %r13 # OPC=cmpq_r64_imm8
[----------] * cmpq $0x4, %r13 # OPC=cmpq_r64_imm8
[----------] * cmpq $0x1, %r11 # OPC=cmpq_r64_imm8
[----------] * cmpq $0x10, %rsi # OPC=cmpq_r64_imm8
[----------] * cmpq $0xc0, %r12 # OPC=cmpq_r64_imm8
[----------] * cmpq $0x0, %r10 # OPC=cmpq_r64_imm8
[----------] * cmpq $0x4, %rdx # OPC=cmpq_r64_imm8
[----------] - Starting with OPC = cmpq_r64_m64
[----------] Seed is 1463511742972131
[----------] * cmpq -0x64(%rax,%rcx,4), %r11 # OPC=cmpq_r64_m64
[----------] * cmpq 0x5dcffff9(%rip), %rdi # OPC=cmpq_r64_m64
[----------] * cmpq 0xf9(%rip), %rsp # OPC=cmpq_r64_m64
[----------] * cmpq 0x7ffffff9(%rip), %rsp # OPC=cmpq_r64_m64
[----------] * cmpq -0x300006(%rip), %rbx # OPC=cmpq_r64_m64
[----------] * cmpq 0xf9(%rip), %r10 # OPC=cmpq_r64_m64
[----------] * cmpq -0x300006(%rip), %r12 # OPC=cmpq_r64_m64
[----------] * cmpq -0x7(%r11d,%ebx,4), %r14 # OPC=cmpq_r64_m64
[----------] * cmpq 0x5dcffff9(%rip), %r10 # OPC=cmpq_r64_m64
[----------] * cmpq 0x5dcffff9(%rip), %r15 # OPC=cmpq_r64_m64
[----------] - Starting with OPC = cmpq_r64_r64
[----------] Seed is 1463511742973601
[----------] * cmpq %r15, %r10 # OPC=cmpq_r64_r64
[----------] * cmpq %r8, %r12 # OPC=cmpq_r64_r64
[----------] * cmpq %r13, %r15 # OPC=cmpq_r64_r64
[----------] * cmpq %r9, %rbp # OPC=cmpq_r64_r64
[----------] * cmpq %r10, %rbx # OPC=cmpq_r64_r64
[----------] * cmpq %r12, %rsi # OPC=cmpq_r64_r64
[----------] * cmpq %rax, %r8 # OPC=cmpq_r64_r64
[----------] * cmpq %rdi, %rdi # OPC=cmpq_r64_r64
[----------] * cmpq %rdi, %r9 # OPC=cmpq_r64_r64
[----------] * cmpq %rdi, %rsp # OPC=cmpq_r64_r64
[----------] - Starting with OPC = cmpq_r64_r64_1
[----------] Seed is 1463511742974803
[----------] * cmpq %r13, %r10 # OPC=cmpq_r64_r64_1
[----------] * cmpq %rax, %rax # OPC=cmpq_r64_r64_1
[----------] * cmpq %rsp, %r11 # OPC=cmpq_r64_r64_1
[----------] * cmpq %rbx, %rdx # OPC=cmpq_r64_r64_1
[----------] * cmpq %rax, %rax # OPC=cmpq_r64_r64_1
[----------] * cmpq %rdi, %r11 # OPC=cmpq_r64_r64_1
[----------] * cmpq %rsp, %rcx # OPC=cmpq_r64_r64_1
[----------] * cmpq %rax, %rbp # OPC=cmpq_r64_r64_1
[----------] * cmpq %r11, %r12 # OPC=cmpq_r64_r64_1
[----------] * cmpq %rax, %r8 # OPC=cmpq_r64_r64_1
[----------] - Starting with OPC = cmpb_r8_imm8
[----------] Seed is 1463511742976254
[----------] * cmpb $0x30, %spl # OPC=cmpb_r8_imm8
[----------] * cmpb $0xde, %r11b # OPC=cmpb_r8_imm8
[----------] * cmpb $0x20, %r14b # OPC=cmpb_r8_imm8
[----------] * cmpb $0x0, %sil # OPC=cmpb_r8_imm8
[----------] * cmpb $0x10, %r8b # OPC=cmpb_r8_imm8
[----------] * cmpb $0x88, %sil # OPC=cmpb_r8_imm8
[----------] * cmpb $0xc0, %r14b # OPC=cmpb_r8_imm8
[----------] * cmpb $0x22, %r10b # OPC=cmpb_r8_imm8
[----------] * cmpb $0x1, %al # OPC=cmpb_r8_imm8
[----------] * cmpb $0x0, %r12b # OPC=cmpb_r8_imm8
[----------] - Starting with OPC = cmpb_r8_m8
[----------] Seed is 1463511742977581
[----------] * cmpb 0x5(%r11d,%ebx,1), %dl # OPC=cmpb_r8_m8
[----------] * cmpb 0x5dcffffa(%rip), %al # OPC=cmpb_r8_m8
[----------] * cmpb 0xf9(%rip), %r12b # OPC=cmpb_r8_m8
[----------] * cmpb 0xf9(%rip), %spl # OPC=cmpb_r8_m8
[----------] * cmpb 0xf9(%rip), %dil # OPC=cmpb_r8_m8
[----------] * cmpb 0xfa(%rip), %bl # OPC=cmpb_r8_m8
[----------] * cmpb 0x5dcffff9(%rip), %sil # OPC=cmpb_r8_m8
[----------] * cmpb 0x5dcffffa(%rip), %dl # OPC=cmpb_r8_m8
[----------] * cmpb 0x5dcffff9(%rip), %r10b # OPC=cmpb_r8_m8
[----------] * cmpb (%rdi,%rcx,1), %r12b # OPC=cmpb_r8_m8
[----------] - Starting with OPC = cmpb_r8_r8
[----------] Seed is 1463511742979052
[----------] * cmpb %r9b, %dl # OPC=cmpb_r8_r8
[----------] * cmpb %r10b, %r10b # OPC=cmpb_r8_r8
[----------] * cmpb %bpl, %r14b # OPC=cmpb_r8_r8
[----------] * cmpb %r15b, %dil # OPC=cmpb_r8_r8
[----------] * cmpb %r15b, %bpl # OPC=cmpb_r8_r8
[----------] * cmpb %cl, %r14b # OPC=cmpb_r8_r8
[----------] * cmpb %r8b, %cl # OPC=cmpb_r8_r8
[----------] * cmpb %r14b, %al # OPC=cmpb_r8_r8
[----------] * cmpb %bpl, %r8b # OPC=cmpb_r8_r8
[----------] * cmpb %dl, %r8b # OPC=cmpb_r8_r8
[----------] - Starting with OPC = cmpb_r8_r8_1
[----------] Seed is 1463511742980739
[----------] * cmpb %dl, %dil # OPC=cmpb_r8_r8_1
[----------] * cmpb %bl, %r10b # OPC=cmpb_r8_r8_1
[----------] * cmpb %spl, %r9b # OPC=cmpb_r8_r8_1
[----------] * cmpb %r15b, %sil # OPC=cmpb_r8_r8_1
[----------] * cmpb %r14b, %r13b # OPC=cmpb_r8_r8_1
[----------] * cmpb %bpl, %r11b # OPC=cmpb_r8_r8_1
[----------] * cmpb %dl, %r14b # OPC=cmpb_r8_r8_1
[----------] * cmpb %bl, %r13b # OPC=cmpb_r8_r8_1
[----------] * cmpb %r13b, %spl # OPC=cmpb_r8_r8_1
[----------] * cmpb %dl, %r14b # OPC=cmpb_r8_r8_1
[----------] - Starting with OPC = cmpb_r8_rh
[----------] Seed is 1463511742981621
[----------] * cmpb %bh, %al # OPC=cmpb_r8_rh
[----------] * cmpb %ah, %al # OPC=cmpb_r8_rh
[----------] * cmpb %ch, %al # OPC=cmpb_r8_rh
[----------] * cmpb %dh, %bl # OPC=cmpb_r8_rh
[----------] * cmpb %ah, %dl # OPC=cmpb_r8_rh
[----------] * cmpb %dh, %dl # OPC=cmpb_r8_rh
[----------] * cmpb %bh, %cl # OPC=cmpb_r8_rh
[----------] * cmpb %bh, %bl # OPC=cmpb_r8_rh
[----------] * cmpb %ah, %cl # OPC=cmpb_r8_rh
[----------] * cmpb %ch, %bl # OPC=cmpb_r8_rh
[----------] - Starting with OPC = cmpb_r8_rh_1
[----------] Seed is 1463511742983549
[----------] * cmpb %ah, %bl # OPC=cmpb_r8_rh_1
[----------] * cmpb %dh, %bl # OPC=cmpb_r8_rh_1
[----------] * cmpb %ch, %cl # OPC=cmpb_r8_rh_1
[----------] * cmpb %dh, %al # OPC=cmpb_r8_rh_1
[----------] * Couldn't apply transform.
[----------] * cmpb %bh, %al # OPC=cmpb_r8_rh_1
[----------] * cmpb %bh, %dl # OPC=cmpb_r8_rh_1
[----------] * cmpb %dh, %bl # OPC=cmpb_r8_rh_1
[----------] * cmpb %dh, %dl # OPC=cmpb_r8_rh_1
[----------] * cmpb %ch, %al # OPC=cmpb_r8_rh_1
[----------] - Starting with OPC = cmpq_rax_imm32
[----------] Seed is 1463511742984952
[----------] * cmpq $0x7, %rax # OPC=cmpq_rax_imm32
[----------] * cmpq $0x80808080, %rax # OPC=cmpq_rax_imm32
[----------] * cmpq $0x7, %rax # OPC=cmpq_rax_imm32
[----------] * cmpq $0xff, %rax # OPC=cmpq_rax_imm32
[----------] * cmpq $0x7f, %rax # OPC=cmpq_rax_imm32
[----------] * cmpq $0xfd, %rax # OPC=cmpq_rax_imm32
[----------] * cmpq $0x44, %rax # OPC=cmpq_rax_imm32
[----------] * cmpq $0xff, %rax # OPC=cmpq_rax_imm32
[----------] * cmpq $0xfffffffc, %rax # OPC=cmpq_rax_imm32
[----------] * cmpq $0x22222222, %rax # OPC=cmpq_rax_imm32
[----------] - Starting with OPC = cmpb_rh_imm8
[----------] Seed is 1463511742986303
[----------] * cmpb $0xfe, %bh # OPC=cmpb_rh_imm8
[----------] * cmpb $0xfd, %bh # OPC=cmpb_rh_imm8
[----------] * cmpb $0xfd, %dh # OPC=cmpb_rh_imm8
[----------] * cmpb $0x8, %ah # OPC=cmpb_rh_imm8
[----------] * cmpb $0x80, %dh # OPC=cmpb_rh_imm8
[----------] * cmpb $0xf9, %ch # OPC=cmpb_rh_imm8
[----------] * cmpb $0xd0, %ch # OPC=cmpb_rh_imm8
[----------] * cmpb $0xfc, %dh # OPC=cmpb_rh_imm8
[----------] * cmpb $0xfe, %ah # OPC=cmpb_rh_imm8
[----------] * cmpb $0xfe, %ah # OPC=cmpb_rh_imm8
[----------] - Starting with OPC = cmpb_rh_m8
[----------] Seed is 1463511742987706
[----------] * cmpb (%rax), %dh # OPC=cmpb_rh_m8
[----------] * cmpb -0x10(,%rdx,2), %ch # OPC=cmpb_rh_m8
[----------] * cmpb 0x64(%rsp,%rdx,8), %ch # OPC=cmpb_rh_m8
[----------] * cmpb 0xfa(%rip), %ah # OPC=cmpb_rh_m8
[----------] * cmpb 0x5dcffffa(%rip), %dh # OPC=cmpb_rh_m8
[----------] * cmpb 0xfa(%rip), %dh # OPC=cmpb_rh_m8
[----------] * cmpb 0xfa(%rip), %dh # OPC=cmpb_rh_m8
[----------] * cmpb 0xfa(%rip), %ah # OPC=cmpb_rh_m8
[----------] * cmpb 0x5dcffffa(%rip), %ch # OPC=cmpb_rh_m8
[----------] * cmpb 0x5dcffffa(%rip), %ch # OPC=cmpb_rh_m8
[----------] - Starting with OPC = cmpb_rh_r8
[----------] Seed is 1463511742989162
[----------] * cmpb %al, %ah # OPC=cmpb_rh_r8
[----------] * cmpb %bl, %ch # OPC=cmpb_rh_r8
[----------] * Couldn't apply transform.
[----------] * cmpb %bl, %ch # OPC=cmpb_rh_r8
[----------] * cmpb %cl, %ch # OPC=cmpb_rh_r8
[----------] * Couldn't apply transform.
[----------] * cmpb %cl, %ch # OPC=cmpb_rh_r8
[----------] * Couldn't apply transform.
[----------] * cmpb %cl, %dh # OPC=cmpb_rh_r8
[----------] * cmpb %bl, %ah # OPC=cmpb_rh_r8
[----------] - Starting with OPC = cmpb_rh_r8_1
[----------] Seed is 1463511742989712
[----------] * cmpb %bl, %ah # OPC=cmpb_rh_r8_1
[----------] * cmpb %cl, %bh # OPC=cmpb_rh_r8_1
[----------] * cmpb %cl, %dh # OPC=cmpb_rh_r8_1
[----------] * Couldn't apply transform.
[----------] * cmpb %al, %dh # OPC=cmpb_rh_r8_1
[----------] * cmpb %al, %dh # OPC=cmpb_rh_r8_1
[----------] * Couldn't apply transform.
[----------] * cmpb %cl, %ch # OPC=cmpb_rh_r8_1
[----------] * cmpb %bl, %bh # OPC=cmpb_rh_r8_1
[----------] * cmpb %al, %dh # OPC=cmpb_rh_r8_1
[----------] - Starting with OPC = cmpb_rh_rh
[----------] Seed is 1463511742990915
[----------] * cmpb %bh, %ch # OPC=cmpb_rh_rh
[----------] * cmpb %ah, %ah # OPC=cmpb_rh_rh
[----------] * cmpb %ch, %ch # OPC=cmpb_rh_rh
[----------] * cmpb %ah, %ch # OPC=cmpb_rh_rh
[----------] * cmpb %dh, %ch # OPC=cmpb_rh_rh
[----------] * cmpb %ah, %ah # OPC=cmpb_rh_rh
[----------] * cmpb %dh, %dh # OPC=cmpb_rh_rh
[----------] * cmpb %bh, %dh # OPC=cmpb_rh_rh
[----------] * cmpb %ch, %dh # OPC=cmpb_rh_rh
[----------] * cmpb %ch, %bh # OPC=cmpb_rh_rh
[----------] - Starting with OPC = cmpb_rh_rh_1
[----------] Seed is 1463511742992443
[----------] * cmpb %dh, %dh # OPC=cmpb_rh_rh_1
[----------] * cmpb %dh, %dh # OPC=cmpb_rh_rh_1
[----------] * cmpb %bh, %dh # OPC=cmpb_rh_rh_1
[----------] * cmpb %dh, %bh # OPC=cmpb_rh_rh_1
[----------] * cmpb %bh, %dh # OPC=cmpb_rh_rh_1
[----------] * cmpb %bh, %dh # OPC=cmpb_rh_rh_1
[----------] * cmpb %ah, %ah # OPC=cmpb_rh_rh_1
[----------] * cmpb %ch, %dh # OPC=cmpb_rh_rh_1
[----------] * cmpb %dh, %bh # OPC=cmpb_rh_rh_1
[----------] * cmpb %ch, %bh # OPC=cmpb_rh_rh_1
[----------] - Starting with OPC = cmppd_xmm_m128_imm8
[----------] Seed is 1463511742994350
[----------] * cmppd $0x50, 0x7ffffff7(%rip), %xmm0 # OPC=cmppd_xmm_m128_imm8
[----------] * cmppd $0x60, 0x5dcffff7(%rip), %xmm2 # OPC=cmppd_xmm_m128_imm8
[----------] * cmppd $0xff, 0xf7(%rip), %xmm3 # OPC=cmppd_xmm_m128_imm8
[----------] * cmppd $0xf0, 0x5dcffff7(%rip), %xmm7 # OPC=cmppd_xmm_m128_imm8
[----------] * cmppd $0xfd, 0x64(%rdx), %xmm0 # OPC=cmppd_xmm_m128_imm8
[----------] * cmppd $0x10, 0xf6(%rip), %xmm10 # OPC=cmppd_xmm_m128_imm8
[----------] * cmppd $0x4, (%r11d), %xmm8 # OPC=cmppd_xmm_m128_imm8
[----------] * cmppd $0x80, 0xf6(%rip), %xmm14 # OPC=cmppd_xmm_m128_imm8
[----------] * cmppd $0xf0, (%r11d), %xmm13 # OPC=cmppd_xmm_m128_imm8
[----------] * cmppd $0x3, 0x5dcffff6(%rip), %xmm12 # OPC=cmppd_xmm_m128_imm8
[----------] - Starting with OPC = cmppd_xmm_xmm_imm8
[----------] Seed is 1463511742996290
[----------] * cmppd $0xc0, %xmm0, %xmm3 # OPC=cmppd_xmm_xmm_imm8
[----------] * cmppd $0x0, %xmm14, %xmm8 # OPC=cmppd_xmm_xmm_imm8
[----------] * cmppd $0x20, %xmm10, %xmm12 # OPC=cmppd_xmm_xmm_imm8
[----------] * cmppd $0x64, %xmm10, %xmm5 # OPC=cmppd_xmm_xmm_imm8
[----------] * cmppd $0x3, %xmm1, %xmm12 # OPC=cmppd_xmm_xmm_imm8
[----------] * cmppd $0x20, %xmm7, %xmm9 # OPC=cmppd_xmm_xmm_imm8
[----------] * cmppd $0x4, %xmm8, %xmm1 # OPC=cmppd_xmm_xmm_imm8
[----------] * cmppd $0x4, %xmm7, %xmm3 # OPC=cmppd_xmm_xmm_imm8
[----------] * cmppd $0x30, %xmm12, %xmm1 # OPC=cmppd_xmm_xmm_imm8
[----------] * cmppd $0x50, %xmm1, %xmm4 # OPC=cmppd_xmm_xmm_imm8
[----------] - Starting with OPC = cmpps_xmm_m128_imm8
[----------] Seed is 1463511742997835
[----------] * cmpps $0x22, (%rax), %xmm8 # OPC=cmpps_xmm_m128_imm8
[----------] * cmpps $0xff, 0x5dcffff7(%rip), %xmm14 # OPC=cmpps_xmm_m128_imm8
[----------] * cmpps $0x1, 0xf8(%rip), %xmm7 # OPC=cmpps_xmm_m128_imm8
[----------] * cmpps $0xe0, 0x5dcffff8(%rip), %xmm5 # OPC=cmpps_xmm_m128_imm8
[----------] * cmpps $0x20, -0x300007(%rip), %xmm7 # OPC=cmpps_xmm_m128_imm8
[----------] * cmpps $0xc0, (%rdi,%rcx,1), %xmm10 # OPC=cmpps_xmm_m128_imm8
[----------] * cmpps $0xfe, 0xf8(%rip), %xmm2 # OPC=cmpps_xmm_m128_imm8
[----------] * cmpps $0x0, (%r11d,%ebx,1), %xmm2 # OPC=cmpps_xmm_m128_imm8
[----------] * cmpps $0x2, 0x5dcffff7(%rip), %xmm13 # OPC=cmpps_xmm_m128_imm8
[----------] * cmpps $0x40, 0x5dcffff8(%rip), %xmm2 # OPC=cmpps_xmm_m128_imm8
[----------] - Starting with OPC = cmpps_xmm_xmm_imm8
[----------] Seed is 1463511742999578
[----------] * cmpps $0x6, %xmm12, %xmm12 # OPC=cmpps_xmm_xmm_imm8
[----------] * cmpps $0xfc, %xmm8, %xmm8 # OPC=cmpps_xmm_xmm_imm8
[----------] * cmpps $0x2, %xmm7, %xmm5 # OPC=cmpps_xmm_xmm_imm8
[----------] * cmpps $0xd0, %xmm2, %xmm7 # OPC=cmpps_xmm_xmm_imm8
[----------] * cmpps $0x80, %xmm13, %xmm13 # OPC=cmpps_xmm_xmm_imm8
[----------] * cmpps $0x4, %xmm0, %xmm3 # OPC=cmpps_xmm_xmm_imm8
[----------] * cmpps $0x4, %xmm15, %xmm14 # OPC=cmpps_xmm_xmm_imm8
[----------] * cmpps $0x10, %xmm1, %xmm13 # OPC=cmpps_xmm_xmm_imm8
[----------] * cmpps $0x10, %xmm1, %xmm5 # OPC=cmpps_xmm_xmm_imm8
[----------] * cmpps $0xf9, %xmm3, %xmm4 # OPC=cmpps_xmm_xmm_imm8
[----------] - Starting with OPC = cmpsd_xmm_m64_imm8
[----------] Seed is 1463511743001260
[----------] * cmpsd $0xfd, 0x5dcffff6(%rip), %xmm11 # OPC=cmpsd_xmm_m64_imm8
[----------] * cmpsd $0xf0, -0x64(%rax,%rcx,4), %xmm7 # OPC=cmpsd_xmm_m64_imm8
[----------] * cmpsd $0xff, 0x5dcffff6(%rip), %xmm15 # OPC=cmpsd_xmm_m64_imm8
[----------] * cmpsd $0xfe, 0x64(%rdx), %xmm6 # OPC=cmpsd_xmm_m64_imm8
[----------] * cmpsd $0xfe, -0x10(,%rdx,2), %xmm8 # OPC=cmpsd_xmm_m64_imm8
[----------] * cmpsd $0xe0, -0x300008(%rip), %xmm0 # OPC=cmpsd_xmm_m64_imm8
[----------] * cmpsd $0x80, -0x7(%r11d,%ebx,4), %xmm7 # OPC=cmpsd_xmm_m64_imm8
[----------] * cmpsd $0x70, 0x30(%r11d), %xmm12 # OPC=cmpsd_xmm_m64_imm8
[----------] * cmpsd $0x10, 0x5dcffff7(%rip), %xmm2 # OPC=cmpsd_xmm_m64_imm8
[----------] * cmpsd $0x22, -0x7(%r11d,%ebx,4), %xmm1 # OPC=cmpsd_xmm_m64_imm8
[----------] - Starting with OPC = cmpsd_xmm_xmm_imm8
[----------] Seed is 1463511743002917
[----------] * cmpsd $0x6, %xmm10, %xmm14 # OPC=cmpsd_xmm_xmm_imm8
[----------] * cmpsd $0x60, %xmm13, %xmm11 # OPC=cmpsd_xmm_xmm_imm8
[----------] * cmpsd $0x0, %xmm15, %xmm5 # OPC=cmpsd_xmm_xmm_imm8
[----------] * cmpsd $0x0, %xmm5, %xmm0 # OPC=cmpsd_xmm_xmm_imm8
[----------] * cmpsd $0x0, %xmm5, %xmm2 # OPC=cmpsd_xmm_xmm_imm8
[----------] * cmpsd $0xc0, %xmm13, %xmm3 # OPC=cmpsd_xmm_xmm_imm8
[----------] * cmpsd $0xf0, %xmm11, %xmm4 # OPC=cmpsd_xmm_xmm_imm8
[----------] * cmpsd $0x0, %xmm3, %xmm15 # OPC=cmpsd_xmm_xmm_imm8
[----------] * cmpsd $0x1, %xmm0, %xmm5 # OPC=cmpsd_xmm_xmm_imm8
[----------] * cmpsd $0xff, %xmm1, %xmm0 # OPC=cmpsd_xmm_xmm_imm8
[----------] - Starting with OPC = cmpss_xmm_m32_imm8
[----------] Seed is 1463511743004441
[----------] * cmpss $0xf8, 0x64(%rdx), %xmm11 # OPC=cmpss_xmm_m32_imm8
[----------] * cmpss $0xfe, 0x5dcffff7(%rip), %xmm5 # OPC=cmpss_xmm_m32_imm8
[----------] * cmpss $0x10, -0x9(%rip), %xmm4 # OPC=cmpss_xmm_m32_imm8
[----------] * cmpss $0xff, -0x300009(%rip), %xmm8 # OPC=cmpss_xmm_m32_imm8
[----------] * cmpss $0x1, 0xf6(%rip), %xmm14 # OPC=cmpss_xmm_m32_imm8
[----------] * cmpss $0xff, 0x64(%rdx), %xmm3 # OPC=cmpss_xmm_m32_imm8
[----------] * cmpss $0xfa, 0x5dcffff6(%rip), %xmm9 # OPC=cmpss_xmm_m32_imm8
[----------] * cmpss $0x10, 0xf6(%rip), %xmm15 # OPC=cmpss_xmm_m32_imm8
[----------] * cmpss $0x80, 0x5dcffff6(%rip), %xmm8 # OPC=cmpss_xmm_m32_imm8
[----------] * cmpss $0xf0, (%r11d), %xmm6 # OPC=cmpss_xmm_m32_imm8
[----------] - Starting with OPC = cmpss_xmm_xmm_imm8
[----------] Seed is 1463511743005632
[----------] * cmpss $0xfc, %xmm1, %xmm14 # OPC=cmpss_xmm_xmm_imm8
[----------] * cmpss $0x80, %xmm5, %xmm6 # OPC=cmpss_xmm_xmm_imm8
[----------] * cmpss $0xfc, %xmm9, %xmm14 # OPC=cmpss_xmm_xmm_imm8
[----------] * cmpss $0xfc, %xmm8, %xmm4 # OPC=cmpss_xmm_xmm_imm8
[----------] * cmpss $0xf0, %xmm14, %xmm2 # OPC=cmpss_xmm_xmm_imm8
[----------] * cmpss $0x4, %xmm11, %xmm7 # OPC=cmpss_xmm_xmm_imm8
[----------] * cmpss $0x8, %xmm14, %xmm2 # OPC=cmpss_xmm_xmm_imm8
[----------] * cmpss $0xcc, %xmm14, %xmm12 # OPC=cmpss_xmm_xmm_imm8
[----------] * cmpss $0xff, %xmm5, %xmm7 # OPC=cmpss_xmm_xmm_imm8
[----------] * cmpss $0x10, %xmm5, %xmm5 # OPC=cmpss_xmm_xmm_imm8
[----------] - Starting with OPC = cmpxchgw_m16_r16
[----------] Seed is 1463511743007239
[----------] * cmpxchgw %cx, 0xf8(%rip) # OPC=cmpxchgw_m16_r16
[----------] * cmpxchgw %di, (%r11d) # OPC=cmpxchgw_m16_r16
[----------] * cmpxchgw %di, 0x5dcffff8(%rip) # OPC=cmpxchgw_m16_r16
[----------] * cmpxchgw %ax, 0x64(%rdx) # OPC=cmpxchgw_m16_r16
[----------] * cmpxchgw %r9w, 0x5dcffff7(%rip) # OPC=cmpxchgw_m16_r16
[----------] * cmpxchgw %di, 0x5dcffff8(%rip) # OPC=cmpxchgw_m16_r16
[----------] * cmpxchgw %bx, -0x300007(%rip) # OPC=cmpxchgw_m16_r16
[----------] * cmpxchgw %r10w, 0x64(%rsp,%rdx,8) # OPC=cmpxchgw_m16_r16
[----------] * cmpxchgw %ax, 0x64(%rdx) # OPC=cmpxchgw_m16_r16
[----------] * cmpxchgw %r12w, 0x5dcffff7(%rip) # OPC=cmpxchgw_m16_r16
[----------] - Starting with OPC = cmpxchgl_m32_r32
[----------] Seed is 1463511743009219
[----------] * cmpxchgl %ebp, 0xf9(%rip) # OPC=cmpxchgl_m32_r32
[----------] * cmpxchgl %r15d, 0xf8(%rip) # OPC=cmpxchgl_m32_r32
[----------] * cmpxchgl %r8d, (%rax) # OPC=cmpxchgl_m32_r32
[----------] * cmpxchgl %r13d, (%rax) # OPC=cmpxchgl_m32_r32
[----------] * cmpxchgl %r13d, (%rdi,%rcx,1) # OPC=cmpxchgl_m32_r32
[----------] * cmpxchgl %esi, 0x5dcffff9(%rip) # OPC=cmpxchgl_m32_r32
[----------] * cmpxchgl %r10d, 0xf8(%rip) # OPC=cmpxchgl_m32_r32
[----------] * cmpxchgl %edi, 0x5(%r11d,%ebx,1) # OPC=cmpxchgl_m32_r32
[----------] * cmpxchgl %esi, -0x7(%r11d,%ebx,4) # OPC=cmpxchgl_m32_r32
[----------] * cmpxchgl %r11d, 0x5dcffff8(%rip) # OPC=cmpxchgl_m32_r32
[----------] - Starting with OPC = cmpxchgq_m64_r64
[----------] Seed is 1463511743010324
[----------] * cmpxchgq %r10, 0xf8(%rip) # OPC=cmpxchgq_m64_r64
[----------] * cmpxchgq %r11, 0xf8(%rip) # OPC=cmpxchgq_m64_r64
[----------] * cmpxchgq %r11, (%rax) # OPC=cmpxchgq_m64_r64
[----------] * cmpxchgq %r13, -0x300007(%rip) # OPC=cmpxchgq_m64_r64
[----------] * cmpxchgq %r11, -0x10(,%rdx,2) # OPC=cmpxchgq_m64_r64
[----------] * cmpxchgq %r15, 0x5dcffff8(%rip) # OPC=cmpxchgq_m64_r64
[----------] * cmpxchgq %rbx, (%r11d) # OPC=cmpxchgq_m64_r64
[----------] * cmpxchgq %rbx, 0x16(%r8) # OPC=cmpxchgq_m64_r64
[----------] * cmpxchgq %rdx, -0x7(%r11d,%ebx,4) # OPC=cmpxchgq_m64_r64
[----------] * cmpxchgq %rsp, -0x7(%r11d,%ebx,4) # OPC=cmpxchgq_m64_r64
[----------] - Starting with OPC = cmpxchgb_m8_r8
[----------] Seed is 1463511743011947
[----------] * cmpxchgb %r8b, (%r11d,%ebx,1) # OPC=cmpxchgb_m8_r8
[----------] * cmpxchgb %r11b, 0xf8(%rip) # OPC=cmpxchgb_m8_r8
[----------] * cmpxchgb %r9b, (%rdi,%rcx,1) # OPC=cmpxchgb_m8_r8
[----------] * cmpxchgb %r10b, 0x5(%r11d,%ebx,1) # OPC=cmpxchgb_m8_r8
[----------] * cmpxchgb %spl, 0xf8(%rip) # OPC=cmpxchgb_m8_r8
[----------] * cmpxchgb %r8b, 0xf8(%rip) # OPC=cmpxchgb_m8_r8
[----------] * cmpxchgb %dl, 0x5dcffff9(%rip) # OPC=cmpxchgb_m8_r8
[----------] * cmpxchgb %sil, 0x5dcffff8(%rip) # OPC=cmpxchgb_m8_r8
[----------] * cmpxchgb %r13b, -0x64(%rax,%rcx,4) # OPC=cmpxchgb_m8_r8
[----------] * cmpxchgb %r8b, 0xf8(%rip) # OPC=cmpxchgb_m8_r8
[----------] - Starting with OPC = cmpxchgb_m8_rh
[----------] Seed is 1463511743012882
[----------] * cmpxchgb %ah, 0xf9(%rip) # OPC=cmpxchgb_m8_rh
[----------] * cmpxchgb %ch, -0x10(,%rdx,2) # OPC=cmpxchgb_m8_rh
[----------] * cmpxchgb %dh, 0x5dcffff9(%rip) # OPC=cmpxchgb_m8_rh
[----------] * cmpxchgb %ch, -0x64(%rax,%rcx,4) # OPC=cmpxchgb_m8_rh
[----------] * cmpxchgb %bh, -0x300006(%rip) # OPC=cmpxchgb_m8_rh
[----------] * cmpxchgb %ch, 0x5dcffff9(%rip) # OPC=cmpxchgb_m8_rh
[----------] * cmpxchgb %bh, 0x5dcffff9(%rip) # OPC=cmpxchgb_m8_rh
[----------] * cmpxchgb %ah, 0xf9(%rip) # OPC=cmpxchgb_m8_rh
[----------] * cmpxchgb %dh, 0x64(%rdx) # OPC=cmpxchgb_m8_rh
[----------] * cmpxchgb %ah, 0xf9(%rip) # OPC=cmpxchgb_m8_rh
[----------] - Starting with OPC = cmpxchgw_r16_r16
[----------] Seed is 1463511743014995
[----------] * cmpxchgw %r14w, %cx # OPC=cmpxchgw_r16_r16
[----------] * cmpxchgw %ax, %bp # OPC=cmpxchgw_r16_r16
[----------] * cmpxchgw %r10w, %ax # OPC=cmpxchgw_r16_r16
[----------] * cmpxchgw %ax, %di # OPC=cmpxchgw_r16_r16
[----------] * cmpxchgw %bp, %r14w # OPC=cmpxchgw_r16_r16
[----------] * cmpxchgw %r13w, %r10w # OPC=cmpxchgw_r16_r16
[----------] * cmpxchgw %r15w, %r15w # OPC=cmpxchgw_r16_r16
[----------] * cmpxchgw %sp, %r13w # OPC=cmpxchgw_r16_r16
[----------] * cmpxchgw %r12w, %di # OPC=cmpxchgw_r16_r16
[----------] * cmpxchgw %si, %r8w # OPC=cmpxchgw_r16_r16
[----------] - Starting with OPC = cmpxchgl_r32_r32
[----------] Seed is 1463511743016474
[----------] * cmpxchgl %r11d, %r10d # OPC=cmpxchgl_r32_r32
[----------] * cmpxchgl %r12d, %edi # OPC=cmpxchgl_r32_r32
[----------] * cmpxchgl %r12d, %r14d # OPC=cmpxchgl_r32_r32
[----------] * cmpxchgl %ebx, %edi # OPC=cmpxchgl_r32_r32
[----------] * cmpxchgl %r9d, %r15d # OPC=cmpxchgl_r32_r32
[----------] * cmpxchgl %r15d, %r11d # OPC=cmpxchgl_r32_r32
[----------] * cmpxchgl %edx, %r14d # OPC=cmpxchgl_r32_r32
[----------] * cmpxchgl %edi, %r15d # OPC=cmpxchgl_r32_r32
[----------] * cmpxchgl %ecx, %ebp # OPC=cmpxchgl_r32_r32
[----------] * cmpxchgl %esp, %edi # OPC=cmpxchgl_r32_r32
[----------] - Starting with OPC = cmpxchgq_r64_r64
[----------] Seed is 1463511743017580
[----------] * cmpxchgq %rcx, %r14 # OPC=cmpxchgq_r64_r64
[----------] * cmpxchgq %r14, %r8 # OPC=cmpxchgq_r64_r64
[----------] * cmpxchgq %rcx, %r9 # OPC=cmpxchgq_r64_r64
[----------] * cmpxchgq %r12, %r15 # OPC=cmpxchgq_r64_r64
[----------] * cmpxchgq %r10, %r9 # OPC=cmpxchgq_r64_r64
[----------] * cmpxchgq %r10, %rax # OPC=cmpxchgq_r64_r64
[----------] * cmpxchgq %r13, %rax # OPC=cmpxchgq_r64_r64
[----------] * cmpxchgq %rsi, %rsp # OPC=cmpxchgq_r64_r64
[----------] * cmpxchgq %r12, %rsi # OPC=cmpxchgq_r64_r64
[----------] * cmpxchgq %r10, %rsp # OPC=cmpxchgq_r64_r64
[----------] - Starting with OPC = cmpxchgb_r8_r8
[----------] Seed is 1463511743018942
[----------] * cmpxchgb %r8b, %bl # OPC=cmpxchgb_r8_r8
[----------] * cmpxchgb %r8b, %dl # OPC=cmpxchgb_r8_r8
[----------] * cmpxchgb %spl, %dl # OPC=cmpxchgb_r8_r8
[----------] * cmpxchgb %r9b, %r9b # OPC=cmpxchgb_r8_r8
[----------] * cmpxchgb %r9b, %r12b # OPC=cmpxchgb_r8_r8
[----------] * cmpxchgb %sil, %al # OPC=cmpxchgb_r8_r8
[----------] * cmpxchgb %spl, %bl # OPC=cmpxchgb_r8_r8
[----------] * cmpxchgb %bl, %al # OPC=cmpxchgb_r8_r8
[----------] * cmpxchgb %al, %r13b # OPC=cmpxchgb_r8_r8
[----------] * cmpxchgb %bl, %r10b # OPC=cmpxchgb_r8_r8
[----------] - Starting with OPC = cmpxchgb_r8_rh
[----------] Seed is 1463511743020358
[----------] * cmpxchgb %dh, %bl # OPC=cmpxchgb_r8_rh
[----------] * cmpxchgb %bh, %dl # OPC=cmpxchgb_r8_rh
[----------] * cmpxchgb %dh, %al # OPC=cmpxchgb_r8_rh
[----------] * cmpxchgb %bh, %bl # OPC=cmpxchgb_r8_rh
[----------] * cmpxchgb %ah, %dl # OPC=cmpxchgb_r8_rh
[----------] * cmpxchgb %ch, %cl # OPC=cmpxchgb_r8_rh
[----------] * cmpxchgb %dh, %dl # OPC=cmpxchgb_r8_rh
[----------] * cmpxchgb %bh, %al # OPC=cmpxchgb_r8_rh
[----------] * Couldn't apply transform.
[----------] * cmpxchgb %bh, %dl # OPC=cmpxchgb_r8_rh
[----------] - Starting with OPC = cmpxchgb_rh_r8
[----------] Seed is 1463511743021665
[----------] * Couldn't apply transform.
[----------] * cmpxchgb %dl, %ch # OPC=cmpxchgb_rh_r8
[----------] * cmpxchgb %bl, %bh # OPC=cmpxchgb_rh_r8
[----------] * cmpxchgb %al, %ch # OPC=cmpxchgb_rh_r8
[----------] * cmpxchgb %dl, %ah # OPC=cmpxchgb_rh_r8
[----------] * cmpxchgb %al, %dh # OPC=cmpxchgb_rh_r8
[----------] * cmpxchgb %al, %dh # OPC=cmpxchgb_rh_r8
[----------] * cmpxchgb %cl, %ah # OPC=cmpxchgb_rh_r8
[----------] * cmpxchgb %cl, %dh # OPC=cmpxchgb_rh_r8
[----------] * cmpxchgb %cl, %ah # OPC=cmpxchgb_rh_r8
[----------] - Starting with OPC = cmpxchgb_rh_rh
[----------] Seed is 1463511743022989
[----------] * cmpxchgb %ch, %dh # OPC=cmpxchgb_rh_rh
[----------] * cmpxchgb %dh, %ah # OPC=cmpxchgb_rh_rh
[----------] * cmpxchgb %bh, %bh # OPC=cmpxchgb_rh_rh
[----------] * cmpxchgb %dh, %ch # OPC=cmpxchgb_rh_rh
[----------] * cmpxchgb %dh, %dh # OPC=cmpxchgb_rh_rh
[----------] * cmpxchgb %ah, %ch # OPC=cmpxchgb_rh_rh
[----------] * cmpxchgb %bh, %dh # OPC=cmpxchgb_rh_rh
[----------] * cmpxchgb %ah, %bh # OPC=cmpxchgb_rh_rh
[----------] * cmpxchgb %ch, %ch # OPC=cmpxchgb_rh_rh
[----------] * cmpxchgb %ch, %dh # OPC=cmpxchgb_rh_rh
[----------] - Starting with OPC = cmpxchg16b_m128
[----------] Seed is 1463511743024389
[----------] * cmpxchg16b 0x5dcffff8(%rip) # OPC=cmpxchg16b_m128
[----------] * cmpxchg16b (%r11d) # OPC=cmpxchg16b_m128
[----------] * cmpxchg16b 0xf8(%rip) # OPC=cmpxchg16b_m128
[----------] * cmpxchg16b (%r11d) # OPC=cmpxchg16b_m128
[----------] * cmpxchg16b 0x16(%r8) # OPC=cmpxchg16b_m128
[----------] * cmpxchg16b (%r11d,%ebx,1) # OPC=cmpxchg16b_m128
[----------] * cmpxchg16b 0x5dcffff8(%rip) # OPC=cmpxchg16b_m128
[----------] * cmpxchg16b 0x64(%rdx) # OPC=cmpxchg16b_m128
[----------] * cmpxchg16b 0xf8(%rip) # OPC=cmpxchg16b_m128
[----------] * cmpxchg16b 0x7ffffff8(%rip) # OPC=cmpxchg16b_m128
[----------] - Starting with OPC = cmpxchg8b_m64
[----------] Seed is 1463511743026374
[----------] * cmpxchg8b 0x5dcffff9(%rip) # OPC=cmpxchg8b_m64
[----------] * cmpxchg8b 0xf9(%rip) # OPC=cmpxchg8b_m64
[----------] * cmpxchg8b 0x5dcffff9(%rip) # OPC=cmpxchg8b_m64
[----------] * cmpxchg8b 0x5dcffff9(%rip) # OPC=cmpxchg8b_m64
[----------] * cmpxchg8b 0xf9(%rip) # OPC=cmpxchg8b_m64
[----------] * cmpxchg8b (%r11d,%ebx,1) # OPC=cmpxchg8b_m64
[----------] * cmpxchg8b -0x7(%r11d,%ebx,4) # OPC=cmpxchg8b_m64
[----------] * cmpxchg8b -0x300006(%rip) # OPC=cmpxchg8b_m64
[----------] * cmpxchg8b -0x64(%rax,%rcx,4) # OPC=cmpxchg8b_m64
[----------] * cmpxchg8b (%rdi,%rcx,1) # OPC=cmpxchg8b_m64
[----------] - Starting with OPC = comisd_xmm_m64
[----------] Seed is 1463511743027630
[----------] * comisd 0x5dcffff7(%rip), %xmm10 # OPC=comisd_xmm_m64
[----------] * comisd 0x30(%r11d), %xmm7 # OPC=comisd_xmm_m64
[----------] * comisd 0xf8(%rip), %xmm5 # OPC=comisd_xmm_m64
[----------] * comisd 0x64(%rdx), %xmm8 # OPC=comisd_xmm_m64
[----------] * comisd 0xf7(%rip), %xmm9 # OPC=comisd_xmm_m64
[----------] * comisd 0x5dcffff7(%rip), %xmm8 # OPC=comisd_xmm_m64
[----------] * comisd 0x5dcffff7(%rip), %xmm15 # OPC=comisd_xmm_m64
[----------] * comisd 0xf7(%rip), %xmm15 # OPC=comisd_xmm_m64
[----------] * comisd 0xf8(%rip), %xmm5 # OPC=comisd_xmm_m64
[----------] * comisd (%r11d,%ebx,4), %xmm10 # OPC=comisd_xmm_m64
[----------] - Starting with OPC = comisd_xmm_xmm
[----------] Seed is 1463511743029084
[----------] * comisd %xmm5, %xmm7 # OPC=comisd_xmm_xmm
[----------] * comisd %xmm5, %xmm9 # OPC=comisd_xmm_xmm
[----------] * comisd %xmm8, %xmm11 # OPC=comisd_xmm_xmm
[----------] * comisd %xmm3, %xmm11 # OPC=comisd_xmm_xmm
[----------] * comisd %xmm1, %xmm7 # OPC=comisd_xmm_xmm
[----------] * comisd %xmm2, %xmm9 # OPC=comisd_xmm_xmm
[----------] * comisd %xmm0, %xmm1 # OPC=comisd_xmm_xmm
[----------] * comisd %xmm6, %xmm12 # OPC=comisd_xmm_xmm
[----------] * comisd %xmm14, %xmm4 # OPC=comisd_xmm_xmm
[----------] * comisd %xmm12, %xmm5 # OPC=comisd_xmm_xmm
[----------] - Starting with OPC = comiss_xmm_m32
[----------] Seed is 1463511743030877
[----------] * comiss 0xf9(%rip), %xmm4 # OPC=comiss_xmm_m32
[----------] * comiss 0xf9(%rip), %xmm6 # OPC=comiss_xmm_m32
[----------] * comiss -0x7(%r11d,%ebx,4), %xmm3 # OPC=comiss_xmm_m32
[----------] * comiss -0x64(%rax,%rcx,4), %xmm7 # OPC=comiss_xmm_m32
[----------] * comiss -0x7(%rip), %xmm1 # OPC=comiss_xmm_m32
[----------] * comiss 0x5dcffff8(%rip), %xmm13 # OPC=comiss_xmm_m32
[----------] * comiss (%r11d), %xmm9 # OPC=comiss_xmm_m32
[----------] * comiss (%r11d,%ebx,1), %xmm12 # OPC=comiss_xmm_m32
[----------] * comiss 0x5dcffff8(%rip), %xmm12 # OPC=comiss_xmm_m32
[----------] * comiss 0x5dcffff9(%rip), %xmm5 # OPC=comiss_xmm_m32
[----------] - Starting with OPC = comiss_xmm_xmm
[----------] Seed is 1463511743032430
[----------] * comiss %xmm7, %xmm1 # OPC=comiss_xmm_xmm
[----------] * comiss %xmm2, %xmm4 # OPC=comiss_xmm_xmm
[----------] * comiss %xmm15, %xmm6 # OPC=comiss_xmm_xmm
[----------] * comiss %xmm7, %xmm14 # OPC=comiss_xmm_xmm
[----------] * comiss %xmm10, %xmm14 # OPC=comiss_xmm_xmm
[----------] * comiss %xmm14, %xmm12 # OPC=comiss_xmm_xmm
[----------] * comiss %xmm3, %xmm9 # OPC=comiss_xmm_xmm
[----------] * comiss %xmm9, %xmm9 # OPC=comiss_xmm_xmm
[----------] * comiss %xmm8, %xmm1 # OPC=comiss_xmm_xmm
[----------] * comiss %xmm4, %xmm5 # OPC=comiss_xmm_xmm
[----------] - Starting with OPC = cpuid
[----------] Seed is 1463511743033768
[----------] * cpuid # OPC=cpuid
[----------] * cpuid # OPC=cpuid
[----------] * cpuid # OPC=cpuid
[----------] * cpuid # OPC=cpuid
[----------] * cpuid # OPC=cpuid
[----------] * cpuid # OPC=cpuid
[----------] * cpuid # OPC=cpuid
[----------] * cpuid # OPC=cpuid
[----------] * cpuid # OPC=cpuid
[----------] * cpuid # OPC=cpuid
[----------] - Starting with OPC = cqto
[----------] Seed is 1463511743035230
[----------] * cqto # OPC=cqto
[----------] * cqto # OPC=cqto
[----------] * cqto # OPC=cqto
[----------] * cqto # OPC=cqto
[----------] * cqto # OPC=cqto
[----------] * cqto # OPC=cqto
[----------] * cqto # OPC=cqto
[----------] * cqto # OPC=cqto
[----------] * cqto # OPC=cqto
[----------] * cqto # OPC=cqto
[----------] - Starting with OPC = crc32w_r32_m16
[----------] Seed is 1463511743036653
[----------] * crc32w 0xf5(%rip), %r12d # OPC=crc32w_r32_m16
[----------] * crc32w -0x7(%r11d,%ebx,4), %esi # OPC=crc32w_r32_m16
[----------] * crc32w 0x5dcffff5(%rip), %r10d # OPC=crc32w_r32_m16
[----------] * crc32w 0xf5(%rip), %r14d # OPC=crc32w_r32_m16
[----------] * crc32w 0x7ffffff5(%rip), %r14d # OPC=crc32w_r32_m16
[----------] * crc32w 0x5dcffff5(%rip), %r12d # OPC=crc32w_r32_m16
[----------] * crc32w 0xf5(%rip), %r13d # OPC=crc32w_r32_m16
[----------] * crc32w (%r11d), %r14d # OPC=crc32w_r32_m16
[----------] * crc32w 0x5dcffff5(%rip), %r14d # OPC=crc32w_r32_m16
[----------] * crc32w 0xf6(%rip), %esi # OPC=crc32w_r32_m16
[----------] - Starting with OPC = crc32l_r32_m32
[----------] Seed is 1463511743037801
[----------] * crc32l 0xf6(%rip), %r15d # OPC=crc32l_r32_m32
[----------] * crc32l -0x300008(%rip), %edx # OPC=crc32l_r32_m32
[----------] * crc32l 0x64(%rsp,%rdx,8), %edi # OPC=crc32l_r32_m32
[----------] * crc32l 0x5(%r11d,%ebx,1), %r14d # OPC=crc32l_r32_m32
[----------] * crc32l 0x30(%r11d), %edx # OPC=crc32l_r32_m32
[----------] * crc32l 0x5dcffff6(%rip), %r12d # OPC=crc32l_r32_m32
[----------] * crc32l 0xf7(%rip), %esi # OPC=crc32l_r32_m32
[----------] * crc32l 0xf7(%rip), %edi # OPC=crc32l_r32_m32
[----------] * crc32l 0x64(%rdx), %r9d # OPC=crc32l_r32_m32
[----------] * crc32l 0x5dcffff7(%rip), %edi # OPC=crc32l_r32_m32
[----------] - Starting with OPC = crc32b_r32_m8
[----------] Seed is 1463511743039268
[----------] * crc32b -0x10(,%rdx,2), %r11d # OPC=crc32b_r32_m8
[----------] * Couldn't apply transform.
[----------] * crc32b 0x30(%r11d), %r11d # OPC=crc32b_r32_m8
[----------] * crc32b -0x10(,%rdx,2), %ecx # OPC=crc32b_r32_m8
[----------] * crc32b 0x16(%r8), %edi # OPC=crc32b_r32_m8
[----------] * crc32b 0xf6(%rip), %r9d # OPC=crc32b_r32_m8
[----------] * crc32b 0x16(%r8), %edi # OPC=crc32b_r32_m8
[----------] * crc32b 0xf7(%rip), %edx # OPC=crc32b_r32_m8
[----------] * crc32b 0xf6(%rip), %r9d # OPC=crc32b_r32_m8
[----------] * crc32b -0x300009(%rip), %r15d # OPC=crc32b_r32_m8
[----------] - Starting with OPC = crc32w_r32_r16
[----------] Seed is 1463511743040590
[----------] * crc32w %r13w, %ebx # OPC=crc32w_r32_r16
[----------] * crc32w %r12w, %r15d # OPC=crc32w_r32_r16
[----------] * crc32w %si, %r10d # OPC=crc32w_r32_r16
[----------] * crc32w %bp, %edi # OPC=crc32w_r32_r16
[----------] * crc32w %r14w, %r9d # OPC=crc32w_r32_r16
[----------] * crc32w %r13w, %ecx # OPC=crc32w_r32_r16
[----------] * crc32w %dx, %r10d # OPC=crc32w_r32_r16
[----------] * crc32w %cx, %r15d # OPC=crc32w_r32_r16
[----------] * crc32w %di, %r12d # OPC=crc32w_r32_r16
[----------] * crc32w %r14w, %r8d # OPC=crc32w_r32_r16
[----------] - Starting with OPC = crc32l_r32_r32
[----------] Seed is 1463511743041924
[----------] * crc32l %ebx, %r8d # OPC=crc32l_r32_r32
[----------] * crc32l %eax, %edx # OPC=crc32l_r32_r32
[----------] * crc32l %edx, %edi # OPC=crc32l_r32_r32
[----------] * crc32l %r8d, %edi # OPC=crc32l_r32_r32
[----------] * crc32l %r8d, %ebx # OPC=crc32l_r32_r32
[----------] * crc32l %r13d, %r10d # OPC=crc32l_r32_r32
[----------] * crc32l %r9d, %r11d # OPC=crc32l_r32_r32
[----------] * crc32l %r9d, %r14d # OPC=crc32l_r32_r32
[----------] * crc32l %ebx, %r9d # OPC=crc32l_r32_r32
[----------] * crc32l %r15d, %ebx # OPC=crc32l_r32_r32
[----------] - Starting with OPC = crc32b_r32_r8
[----------] Seed is 1463511743044072
[----------] * crc32b %r14b, %edi # OPC=crc32b_r32_r8
[----------] * crc32b %dil, %edx # OPC=crc32b_r32_r8
[----------] * crc32b %cl, %ecx # OPC=crc32b_r32_r8
[----------] * crc32b %r8b, %r14d # OPC=crc32b_r32_r8
[----------] * crc32b %dil, %ebp # OPC=crc32b_r32_r8
[----------] * crc32b %dl, %r8d # OPC=crc32b_r32_r8
[----------] * crc32b %bpl, %r11d # OPC=crc32b_r32_r8
[----------] * crc32b %r11b, %ebx # OPC=crc32b_r32_r8
[----------] * crc32b %bpl, %r9d # OPC=crc32b_r32_r8
[----------] * crc32b %r14b, %eax # OPC=crc32b_r32_r8
[----------] - Starting with OPC = crc32b_r32_rh
[----------] Seed is 1463511743045577
[----------] * crc32b %ah, %esi # OPC=crc32b_r32_rh
[----------] * crc32b %dh, %ecx # OPC=crc32b_r32_rh
[----------] * crc32b %ch, %ebx # OPC=crc32b_r32_rh
[----------] * crc32b %ah, %edi # OPC=crc32b_r32_rh
[----------] * crc32b %dh, %edi # OPC=crc32b_r32_rh
[----------] * crc32b %bh, %ebx # OPC=crc32b_r32_rh
[----------] * crc32b %dh, %edx # OPC=crc32b_r32_rh
[----------] * crc32b %bh, %ecx # OPC=crc32b_r32_rh
[----------] * crc32b %dh, %esi # OPC=crc32b_r32_rh
[----------] * crc32b %ch, %ecx # OPC=crc32b_r32_rh
[----------] - Starting with OPC = crc32q_r64_m64
[----------] Seed is 1463511743046341
[----------] * crc32q -0x7(%r11d,%ebx,4), %r14 # OPC=crc32q_r64_m64
[----------] * crc32q 0x30(%r11d), %rax # OPC=crc32q_r64_m64
[----------] * crc32q 0x5dcffff6(%rip), %rcx # OPC=crc32q_r64_m64
[----------] * crc32q 0xf6(%rip), %r13 # OPC=crc32q_r64_m64
[----------] * crc32q 0x5dcffff6(%rip), %rax # OPC=crc32q_r64_m64
[----------] * crc32q 0x5dcffff6(%rip), %rcx # OPC=crc32q_r64_m64
[----------] * crc32q (%r11d), %rsi # OPC=crc32q_r64_m64
[----------] * crc32q 0x5dcffff6(%rip), %rax # OPC=crc32q_r64_m64
[----------] * crc32q 0x16(%r8), %rdx # OPC=crc32q_r64_m64
[----------] * crc32q 0x7ffffff6(%rip), %r15 # OPC=crc32q_r64_m64
[----------] - Starting with OPC = crc32b_r64_m8
[----------] Seed is 1463511743047870
[----------] * crc32b 0x64(%rdx), %rax # OPC=crc32b_r64_m8
[----------] * crc32b (%r11d,%ebx,4), %rsi # OPC=crc32b_r64_m8
[----------] * crc32b 0x5dcffff6(%rip), %r12 # OPC=crc32b_r64_m8
[----------] * crc32b -0x64(%rax,%rcx,4), %rsp # OPC=crc32b_r64_m8
[----------] * crc32b 0x5dcffff6(%rip), %rbp # OPC=crc32b_r64_m8
[----------] * crc32b (%r11d,%ebx,1), %rbp # OPC=crc32b_r64_m8
[----------] * crc32b (%r11d,%ebx,1), %r8 # OPC=crc32b_r64_m8
[----------] * crc32b 0x16(%r8), %r15 # OPC=crc32b_r64_m8
[----------] * crc32b 0xf6(%rip), %rsi # OPC=crc32b_r64_m8
[----------] * crc32b -0x7(%r11d,%ebx,4), %r8 # OPC=crc32b_r64_m8
[----------] - Starting with OPC = crc32q_r64_r64
[----------] Seed is 1463511743049362
[----------] * crc32q %rbp, %r8 # OPC=crc32q_r64_r64
[----------] * crc32q %r13, %r9 # OPC=crc32q_r64_r64
[----------] * crc32q %r9, %rbp # OPC=crc32q_r64_r64
[----------] * crc32q %rsi, %r11 # OPC=crc32q_r64_r64
[----------] * crc32q %r15, %rax # OPC=crc32q_r64_r64
[----------] * crc32q %rsp, %r12 # OPC=crc32q_r64_r64
[----------] * crc32q %r12, %rsp # OPC=crc32q_r64_r64
[----------] * crc32q %rdi, %rcx # OPC=crc32q_r64_r64
[----------] * crc32q %r9, %r15 # OPC=crc32q_r64_r64
[----------] * crc32q %rcx, %r9 # OPC=crc32q_r64_r64
[----------] - Starting with OPC = crc32b_r64_r8
[----------] Seed is 1463511743050968
[----------] * crc32b %r9b, %rdx # OPC=crc32b_r64_r8
[----------] * crc32b %r13b, %r12 # OPC=crc32b_r64_r8
[----------] * crc32b %r14b, %r11 # OPC=crc32b_r64_r8
[----------] * crc32b %sil, %rbx # OPC=crc32b_r64_r8
[----------] * crc32b %dil, %rbx # OPC=crc32b_r64_r8
[----------] * crc32b %dil, %r12 # OPC=crc32b_r64_r8
[----------] * crc32b %spl, %r8 # OPC=crc32b_r64_r8
[----------] * crc32b %r11b, %rcx # OPC=crc32b_r64_r8
[----------] * crc32b %r15b, %r11 # OPC=crc32b_r64_r8
[----------] * crc32b %cl, %rbp # OPC=crc32b_r64_r8
[----------] - Starting with OPC = cvtdq2pd_xmm_m64
[----------] Seed is 1463511743052637
[----------] * cvtdq2pd 0x5dcffff8(%rip), %xmm2 # OPC=cvtdq2pd_xmm_m64
[----------] * cvtdq2pd -0x300007(%rip), %xmm2 # OPC=cvtdq2pd_xmm_m64
[----------] * cvtdq2pd 0xf8(%rip), %xmm6 # OPC=cvtdq2pd_xmm_m64
[----------] * cvtdq2pd (%r11d), %xmm7 # OPC=cvtdq2pd_xmm_m64
[----------] * cvtdq2pd 0x5dcffff7(%rip), %xmm9 # OPC=cvtdq2pd_xmm_m64
[----------] * cvtdq2pd 0x5dcffff7(%rip), %xmm13 # OPC=cvtdq2pd_xmm_m64
[----------] * cvtdq2pd 0xf8(%rip), %xmm3 # OPC=cvtdq2pd_xmm_m64
[----------] * cvtdq2pd (%rax), %xmm6 # OPC=cvtdq2pd_xmm_m64
[----------] * cvtdq2pd -0x7(%r11d,%ebx,4), %xmm5 # OPC=cvtdq2pd_xmm_m64
[----------] * cvtdq2pd -0x64(%rax,%rcx,4), %xmm1 # OPC=cvtdq2pd_xmm_m64
[----------] - Starting with OPC = cvtdq2pd_xmm_xmm
[----------] Seed is 1463511743054157
[----------] * cvtdq2pd %xmm15, %xmm10 # OPC=cvtdq2pd_xmm_xmm
[----------] * cvtdq2pd %xmm15, %xmm9 # OPC=cvtdq2pd_xmm_xmm
[----------] * cvtdq2pd %xmm3, %xmm6 # OPC=cvtdq2pd_xmm_xmm
[----------] * cvtdq2pd %xmm7, %xmm2 # OPC=cvtdq2pd_xmm_xmm
[----------] * cvtdq2pd %xmm1, %xmm12 # OPC=cvtdq2pd_xmm_xmm
[----------] * cvtdq2pd %xmm4, %xmm11 # OPC=cvtdq2pd_xmm_xmm
[----------] * cvtdq2pd %xmm3, %xmm1 # OPC=cvtdq2pd_xmm_xmm
[----------] * cvtdq2pd %xmm12, %xmm8 # OPC=cvtdq2pd_xmm_xmm
[----------] * cvtdq2pd %xmm11, %xmm4 # OPC=cvtdq2pd_xmm_xmm
[----------] * cvtdq2pd %xmm0, %xmm12 # OPC=cvtdq2pd_xmm_xmm
[----------] - Starting with OPC = cvtdq2ps_xmm_m128
[----------] Seed is 1463511743055839
[----------] * cvtdq2ps -0x64(%rax,%rcx,4), %xmm9 # OPC=cvtdq2ps_xmm_m128
[----------] * cvtdq2ps 0xf8(%rip), %xmm15 # OPC=cvtdq2ps_xmm_m128
[----------] * cvtdq2ps 0x5dcffff9(%rip), %xmm1 # OPC=cvtdq2ps_xmm_m128
[----------] * cvtdq2ps 0x5dcffff8(%rip), %xmm10 # OPC=cvtdq2ps_xmm_m128
[----------] * cvtdq2ps 0x5dcffff9(%rip), %xmm3 # OPC=cvtdq2ps_xmm_m128
[----------] * cvtdq2ps 0x5dcffff9(%rip), %xmm6 # OPC=cvtdq2ps_xmm_m128
[----------] * cvtdq2ps (%r11d,%ebx,4), %xmm5 # OPC=cvtdq2ps_xmm_m128
[----------] * cvtdq2ps 0x5dcffff8(%rip), %xmm9 # OPC=cvtdq2ps_xmm_m128
[----------] * cvtdq2ps 0xf9(%rip), %xmm3 # OPC=cvtdq2ps_xmm_m128
[----------] * cvtdq2ps 0x5dcffff9(%rip), %xmm1 # OPC=cvtdq2ps_xmm_m128
[----------] - Starting with OPC = cvtdq2ps_xmm_xmm
[----------] Seed is 1463511743057567
[----------] * cvtdq2ps %xmm2, %xmm13 # OPC=cvtdq2ps_xmm_xmm
[----------] * cvtdq2ps %xmm10, %xmm6 # OPC=cvtdq2ps_xmm_xmm
[----------] * cvtdq2ps %xmm5, %xmm13 # OPC=cvtdq2ps_xmm_xmm
[----------] * cvtdq2ps %xmm12, %xmm14 # OPC=cvtdq2ps_xmm_xmm
[----------] * cvtdq2ps %xmm13, %xmm5 # OPC=cvtdq2ps_xmm_xmm
[----------] * cvtdq2ps %xmm1, %xmm10 # OPC=cvtdq2ps_xmm_xmm
[----------] * cvtdq2ps %xmm0, %xmm13 # OPC=cvtdq2ps_xmm_xmm
[----------] * cvtdq2ps %xmm10, %xmm11 # OPC=cvtdq2ps_xmm_xmm
[----------] * cvtdq2ps %xmm11, %xmm3 # OPC=cvtdq2ps_xmm_xmm
[----------] * cvtdq2ps %xmm5, %xmm6 # OPC=cvtdq2ps_xmm_xmm
[----------] - Starting with OPC = cvtpd2dq_xmm_m128
[----------] Seed is 1463511743059207
[----------] * cvtpd2dq 0xf7(%rip), %xmm12 # OPC=cvtpd2dq_xmm_m128
[----------] * cvtpd2dq (%rdi,%rcx,1), %xmm1 # OPC=cvtpd2dq_xmm_m128
[----------] * cvtpd2dq 0xf8(%rip), %xmm5 # OPC=cvtpd2dq_xmm_m128
[----------] * cvtpd2dq 0x5dcffff7(%rip), %xmm14 # OPC=cvtpd2dq_xmm_m128
[----------] * cvtpd2dq -0x7(%r11d,%ebx,4), %xmm5 # OPC=cvtpd2dq_xmm_m128
[----------] * cvtpd2dq 0xf8(%rip), %xmm7 # OPC=cvtpd2dq_xmm_m128
[----------] * cvtpd2dq 0x64(%rdx), %xmm11 # OPC=cvtpd2dq_xmm_m128
[----------] * cvtpd2dq 0xf7(%rip), %xmm11 # OPC=cvtpd2dq_xmm_m128
[----------] * cvtpd2dq 0x64(%rdx), %xmm11 # OPC=cvtpd2dq_xmm_m128
[----------] * cvtpd2dq 0x5dcffff7(%rip), %xmm13 # OPC=cvtpd2dq_xmm_m128
[----------] - Starting with OPC = cvtpd2dq_xmm_xmm
[----------] Seed is 1463511743060882
[----------] * cvtpd2dq %xmm6, %xmm4 # OPC=cvtpd2dq_xmm_xmm
[----------] * cvtpd2dq %xmm7, %xmm2 # OPC=cvtpd2dq_xmm_xmm
[----------] * cvtpd2dq %xmm10, %xmm1 # OPC=cvtpd2dq_xmm_xmm
[----------] * cvtpd2dq %xmm5, %xmm13 # OPC=cvtpd2dq_xmm_xmm
[----------] * cvtpd2dq %xmm7, %xmm14 # OPC=cvtpd2dq_xmm_xmm
[----------] * cvtpd2dq %xmm13, %xmm0 # OPC=cvtpd2dq_xmm_xmm
[----------] * cvtpd2dq %xmm5, %xmm6 # OPC=cvtpd2dq_xmm_xmm
[----------] * cvtpd2dq %xmm6, %xmm2 # OPC=cvtpd2dq_xmm_xmm
[----------] * cvtpd2dq %xmm13, %xmm5 # OPC=cvtpd2dq_xmm_xmm
[----------] * cvtpd2dq %xmm15, %xmm1 # OPC=cvtpd2dq_xmm_xmm
[----------] - Starting with OPC = cvtpd2pi_mm_m128
[----------] Seed is 1463511743062276
[----------] * cvtpd2pi 0xf8(%rip), %mm5 # OPC=cvtpd2pi_mm_m128
[----------] * cvtpd2pi 0x7ffffff8(%rip), %mm1 # OPC=cvtpd2pi_mm_m128
[----------] * cvtpd2pi -0x64(%rax,%rcx,4), %mm3 # OPC=cvtpd2pi_mm_m128
[----------] * cvtpd2pi 0x30(%r11d), %mm2 # OPC=cvtpd2pi_mm_m128
[----------] * cvtpd2pi 0xf8(%rip), %mm2 # OPC=cvtpd2pi_mm_m128
[----------] * cvtpd2pi 0x5dcffff8(%rip), %mm0 # OPC=cvtpd2pi_mm_m128
[----------] * cvtpd2pi 0x5dcffff8(%rip), %mm5 # OPC=cvtpd2pi_mm_m128
[----------] * cvtpd2pi 0x16(%r8), %mm6 # OPC=cvtpd2pi_mm_m128
[----------] * cvtpd2pi 0xf8(%rip), %mm3 # OPC=cvtpd2pi_mm_m128
[----------] * cvtpd2pi 0xf8(%rip), %mm7 # OPC=cvtpd2pi_mm_m128
[----------] - Starting with OPC = cvtpd2pi_mm_xmm
[----------] Seed is 1463511743063679
[----------] * cvtpd2pi %xmm12, %mm1 # OPC=cvtpd2pi_mm_xmm
[----------] * cvtpd2pi %xmm4, %mm6 # OPC=cvtpd2pi_mm_xmm
[----------] * cvtpd2pi %xmm13, %mm2 # OPC=cvtpd2pi_mm_xmm
[----------] * cvtpd2pi %xmm3, %mm6 # OPC=cvtpd2pi_mm_xmm
[----------] * cvtpd2pi %xmm4, %mm1 # OPC=cvtpd2pi_mm_xmm
[----------] * cvtpd2pi %xmm0, %mm0 # OPC=cvtpd2pi_mm_xmm
[----------] * cvtpd2pi %xmm8, %mm5 # OPC=cvtpd2pi_mm_xmm
[----------] * cvtpd2pi %xmm1, %mm2 # OPC=cvtpd2pi_mm_xmm
[----------] * cvtpd2pi %xmm13, %mm0 # OPC=cvtpd2pi_mm_xmm
[----------] * cvtpd2pi %xmm3, %mm5 # OPC=cvtpd2pi_mm_xmm
[----------] - Starting with OPC = cvtpd2ps_xmm_m128
[----------] Seed is 1463511743065275
[----------] * cvtpd2ps -0x64(%rax,%rcx,4), %xmm15 # OPC=cvtpd2ps_xmm_m128
[----------] * cvtpd2ps 0x5dcffff8(%rip), %xmm1 # OPC=cvtpd2ps_xmm_m128
[----------] * cvtpd2ps 0x30(%r11d), %xmm1 # OPC=cvtpd2ps_xmm_m128
[----------] * cvtpd2ps 0x5dcffff7(%rip), %xmm8 # OPC=cvtpd2ps_xmm_m128
[----------] * cvtpd2ps (%rax), %xmm8 # OPC=cvtpd2ps_xmm_m128
[----------] * cvtpd2ps 0xf8(%rip), %xmm3 # OPC=cvtpd2ps_xmm_m128
[----------] * cvtpd2ps 0x5(%r11d,%ebx,1), %xmm13 # OPC=cvtpd2ps_xmm_m128
[----------] * cvtpd2ps 0x5dcffff8(%rip), %xmm6 # OPC=cvtpd2ps_xmm_m128
[----------] * cvtpd2ps 0xf8(%rip), %xmm7 # OPC=cvtpd2ps_xmm_m128
[----------] * cvtpd2ps 0x64(%rdx), %xmm14 # OPC=cvtpd2ps_xmm_m128
[----------] - Starting with OPC = cvtpd2ps_xmm_xmm
[----------] Seed is 1463511743066639
[----------] * cvtpd2ps %xmm9, %xmm6 # OPC=cvtpd2ps_xmm_xmm
[----------] * cvtpd2ps %xmm12, %xmm7 # OPC=cvtpd2ps_xmm_xmm
[----------] * cvtpd2ps %xmm8, %xmm11 # OPC=cvtpd2ps_xmm_xmm
[----------] * cvtpd2ps %xmm5, %xmm5 # OPC=cvtpd2ps_xmm_xmm
[----------] * cvtpd2ps %xmm2, %xmm15 # OPC=cvtpd2ps_xmm_xmm
[----------] * cvtpd2ps %xmm6, %xmm3 # OPC=cvtpd2ps_xmm_xmm
[----------] * cvtpd2ps %xmm12, %xmm11 # OPC=cvtpd2ps_xmm_xmm
[----------] * cvtpd2ps %xmm3, %xmm10 # OPC=cvtpd2ps_xmm_xmm
[----------] * cvtpd2ps %xmm13, %xmm15 # OPC=cvtpd2ps_xmm_xmm
[----------] * cvtpd2ps %xmm14, %xmm4 # OPC=cvtpd2ps_xmm_xmm
[----------] - Starting with OPC = cvtpi2pd_xmm_m64
[----------] Seed is 1463511743068336
[----------] * cvtpi2pd 0x16(%r8), %xmm6 # OPC=cvtpi2pd_xmm_m64
[----------] * cvtpi2pd 0x5dcffff7(%rip), %xmm8 # OPC=cvtpi2pd_xmm_m64
[----------] * cvtpi2pd -0x7(%r11d,%ebx,4), %xmm15 # OPC=cvtpi2pd_xmm_m64
[----------] * cvtpi2pd 0x5(%r11d,%ebx,1), %xmm12 # OPC=cvtpi2pd_xmm_m64
[----------] * cvtpi2pd 0x16(%r8), %xmm5 # OPC=cvtpi2pd_xmm_m64
[----------] * cvtpi2pd -0x64(%rax,%rcx,4), %xmm14 # OPC=cvtpi2pd_xmm_m64
[----------] * cvtpi2pd 0x5(%r11d,%ebx,1), %xmm3 # OPC=cvtpi2pd_xmm_m64
[----------] * cvtpi2pd 0x64(%rsp,%rdx,8), %xmm11 # OPC=cvtpi2pd_xmm_m64
[----------] * cvtpi2pd 0x7ffffff8(%rip), %xmm7 # OPC=cvtpi2pd_xmm_m64
[----------] * cvtpi2pd 0xf7(%rip), %xmm11 # OPC=cvtpi2pd_xmm_m64
[----------] - Starting with OPC = cvtpi2pd_xmm_mm
[----------] Seed is 1463511743070606
[----------] * cvtpi2pd %mm5, %xmm15 # OPC=cvtpi2pd_xmm_mm
[----------] * cvtpi2pd %mm1, %xmm7 # OPC=cvtpi2pd_xmm_mm
[----------] * cvtpi2pd %mm4, %xmm2 # OPC=cvtpi2pd_xmm_mm
[----------] * cvtpi2pd %mm4, %xmm14 # OPC=cvtpi2pd_xmm_mm
[----------] * cvtpi2pd %mm3, %xmm6 # OPC=cvtpi2pd_xmm_mm
[----------] * cvtpi2pd %mm4, %xmm2 # OPC=cvtpi2pd_xmm_mm
[----------] * cvtpi2pd %mm5, %xmm0 # OPC=cvtpi2pd_xmm_mm
[----------] * cvtpi2pd %mm1, %xmm13 # OPC=cvtpi2pd_xmm_mm
[----------] * cvtpi2pd %mm7, %xmm5 # OPC=cvtpi2pd_xmm_mm
[----------] * cvtpi2pd %mm5, %xmm14 # OPC=cvtpi2pd_xmm_mm
[----------] - Starting with OPC = cvtpi2ps_xmm_m64
[----------] Seed is 1463511743072281
[----------] * cvtpi2ps 0x30(%r11d), %xmm6 # OPC=cvtpi2ps_xmm_m64
[----------] * cvtpi2ps 0x5dcffff8(%rip), %xmm15 # OPC=cvtpi2ps_xmm_m64
[----------] * cvtpi2ps 0x5dcffff8(%rip), %xmm11 # OPC=cvtpi2ps_xmm_m64
[----------] * cvtpi2ps -0x64(%rax,%rcx,4), %xmm6 # OPC=cvtpi2ps_xmm_m64
[----------] * cvtpi2ps 0xf8(%rip), %xmm12 # OPC=cvtpi2ps_xmm_m64
[----------] * cvtpi2ps 0x5dcffff8(%rip), %xmm12 # OPC=cvtpi2ps_xmm_m64
[----------] * cvtpi2ps 0x64(%rsp,%rdx,8), %xmm14 # OPC=cvtpi2ps_xmm_m64
[----------] * cvtpi2ps 0x5dcffff8(%rip), %xmm8 # OPC=cvtpi2ps_xmm_m64
[----------] * cvtpi2ps (%r11d,%ebx,1), %xmm13 # OPC=cvtpi2ps_xmm_m64
[----------] * cvtpi2ps (%r11d,%ebx,4), %xmm8 # OPC=cvtpi2ps_xmm_m64
[----------] - Starting with OPC = cvtpi2ps_xmm_mm
[----------] Seed is 1463511743073674
[----------] * cvtpi2ps %mm0, %xmm14 # OPC=cvtpi2ps_xmm_mm
[----------] * cvtpi2ps %mm0, %xmm1 # OPC=cvtpi2ps_xmm_mm
[----------] * cvtpi2ps %mm4, %xmm13 # OPC=cvtpi2ps_xmm_mm
[----------] * cvtpi2ps %mm2, %xmm7 # OPC=cvtpi2ps_xmm_mm
[----------] * cvtpi2ps %mm3, %xmm8 # OPC=cvtpi2ps_xmm_mm
[----------] * cvtpi2ps %mm0, %xmm1 # OPC=cvtpi2ps_xmm_mm
[----------] * cvtpi2ps %mm2, %xmm14 # OPC=cvtpi2ps_xmm_mm
[----------] * cvtpi2ps %mm4, %xmm8 # OPC=cvtpi2ps_xmm_mm
[----------] * cvtpi2ps %mm5, %xmm1 # OPC=cvtpi2ps_xmm_mm
[----------] * cvtpi2ps %mm0, %xmm11 # OPC=cvtpi2ps_xmm_mm
[----------] - Starting with OPC = cvtps2dq_xmm_m128
[----------] Seed is 1463511743075673
[----------] * cvtps2dq 0xf8(%rip), %xmm4 # OPC=cvtps2dq_xmm_m128
[----------] * cvtps2dq 0x30(%r11d), %xmm6 # OPC=cvtps2dq_xmm_m128
[----------] * cvtps2dq -0x7(%r11d,%ebx,4), %xmm14 # OPC=cvtps2dq_xmm_m128
[----------] * cvtps2dq 0x5dcffff7(%rip), %xmm11 # OPC=cvtps2dq_xmm_m128
[----------] * cvtps2dq 0x5dcffff8(%rip), %xmm6 # OPC=cvtps2dq_xmm_m128
[----------] * cvtps2dq 0x5dcffff8(%rip), %xmm6 # OPC=cvtps2dq_xmm_m128
[----------] * cvtps2dq -0x300008(%rip), %xmm10 # OPC=cvtps2dq_xmm_m128
[----------] * cvtps2dq -0x300007(%rip), %xmm3 # OPC=cvtps2dq_xmm_m128
[----------] * cvtps2dq 0x5dcffff7(%rip), %xmm14 # OPC=cvtps2dq_xmm_m128
[----------] * cvtps2dq 0x5dcffff7(%rip), %xmm14 # OPC=cvtps2dq_xmm_m128
[----------] - Starting with OPC = cvtps2dq_xmm_xmm
[----------] Seed is 1463511743077527
[----------] * cvtps2dq %xmm4, %xmm6 # OPC=cvtps2dq_xmm_xmm
[----------] * cvtps2dq %xmm12, %xmm0 # OPC=cvtps2dq_xmm_xmm
[----------] * cvtps2dq %xmm4, %xmm11 # OPC=cvtps2dq_xmm_xmm
[----------] * cvtps2dq %xmm4, %xmm5 # OPC=cvtps2dq_xmm_xmm
[----------] * cvtps2dq %xmm0, %xmm8 # OPC=cvtps2dq_xmm_xmm
[----------] * cvtps2dq %xmm2, %xmm6 # OPC=cvtps2dq_xmm_xmm
[----------] * cvtps2dq %xmm5, %xmm3 # OPC=cvtps2dq_xmm_xmm
[----------] * cvtps2dq %xmm14, %xmm15 # OPC=cvtps2dq_xmm_xmm
[----------] * cvtps2dq %xmm14, %xmm1 # OPC=cvtps2dq_xmm_xmm
[----------] * cvtps2dq %xmm9, %xmm5 # OPC=cvtps2dq_xmm_xmm
[----------] - Starting with OPC = cvtps2pd_xmm_m64
[----------] Seed is 1463511743078958
[----------] * cvtps2pd -0x10(,%rdx,2), %xmm9 # OPC=cvtps2pd_xmm_m64
[----------] * cvtps2pd 0xf8(%rip), %xmm13 # OPC=cvtps2pd_xmm_m64
[----------] * cvtps2pd 0xf8(%rip), %xmm13 # OPC=cvtps2pd_xmm_m64
[----------] * cvtps2pd (%rdi,%rcx,1), %xmm7 # OPC=cvtps2pd_xmm_m64
[----------] * cvtps2pd 0x5dcffff9(%rip), %xmm4 # OPC=cvtps2pd_xmm_m64
[----------] * cvtps2pd 0x64(%rsp,%rdx,8), %xmm11 # OPC=cvtps2pd_xmm_m64
[----------] * cvtps2pd 0xf9(%rip), %xmm6 # OPC=cvtps2pd_xmm_m64
[----------] * cvtps2pd (%rax), %xmm5 # OPC=cvtps2pd_xmm_m64
[----------] * cvtps2pd 0xf8(%rip), %xmm9 # OPC=cvtps2pd_xmm_m64
[----------] * cvtps2pd (%r11d,%ebx,4), %xmm3 # OPC=cvtps2pd_xmm_m64
[----------] - Starting with OPC = cvtps2pd_xmm_xmm
[----------] Seed is 1463511743080441
[----------] * cvtps2pd %xmm0, %xmm7 # OPC=cvtps2pd_xmm_xmm
[----------] * cvtps2pd %xmm10, %xmm4 # OPC=cvtps2pd_xmm_xmm
[----------] * cvtps2pd %xmm5, %xmm1 # OPC=cvtps2pd_xmm_xmm
[----------] * cvtps2pd %xmm8, %xmm2 # OPC=cvtps2pd_xmm_xmm
[----------] * cvtps2pd %xmm2, %xmm0 # OPC=cvtps2pd_xmm_xmm
[----------] * cvtps2pd %xmm11, %xmm8 # OPC=cvtps2pd_xmm_xmm
[----------] * cvtps2pd %xmm4, %xmm14 # OPC=cvtps2pd_xmm_xmm
[----------] * cvtps2pd %xmm15, %xmm13 # OPC=cvtps2pd_xmm_xmm
[----------] * cvtps2pd %xmm0, %xmm10 # OPC=cvtps2pd_xmm_xmm
[----------] * cvtps2pd %xmm2, %xmm2 # OPC=cvtps2pd_xmm_xmm
[----------] - Starting with OPC = cvtps2pi_mm_m64
[----------] Seed is 1463511743081642
[----------] * cvtps2pi 0x30(%r11d), %mm6 # OPC=cvtps2pi_mm_m64
[----------] * cvtps2pi 0xf9(%rip), %mm1 # OPC=cvtps2pi_mm_m64
[----------] * cvtps2pi 0xf9(%rip), %mm6 # OPC=cvtps2pi_mm_m64
[----------] * cvtps2pi 0xf9(%rip), %mm4 # OPC=cvtps2pi_mm_m64
[----------] * cvtps2pi 0x64(%rdx), %mm5 # OPC=cvtps2pi_mm_m64
[----------] * cvtps2pi 0xf9(%rip), %mm2 # OPC=cvtps2pi_mm_m64
[----------] * cvtps2pi -0x64(%rax,%rcx,4), %mm0 # OPC=cvtps2pi_mm_m64
[----------] * cvtps2pi 0xf9(%rip), %mm3 # OPC=cvtps2pi_mm_m64
[----------] * cvtps2pi (%r11d), %mm5 # OPC=cvtps2pi_mm_m64
[----------] * cvtps2pi (%r11d), %mm6 # OPC=cvtps2pi_mm_m64
[----------] - Starting with OPC = cvtps2pi_mm_xmm
[----------] Seed is 1463511743083061
[----------] * cvtps2pi %xmm7, %mm4 # OPC=cvtps2pi_mm_xmm
[----------] * cvtps2pi %xmm8, %mm0 # OPC=cvtps2pi_mm_xmm
[----------] * cvtps2pi %xmm13, %mm4 # OPC=cvtps2pi_mm_xmm
[----------] * cvtps2pi %xmm4, %mm7 # OPC=cvtps2pi_mm_xmm
[----------] * cvtps2pi %xmm2, %mm3 # OPC=cvtps2pi_mm_xmm
[----------] * cvtps2pi %xmm11, %mm2 # OPC=cvtps2pi_mm_xmm
[----------] * cvtps2pi %xmm14, %mm5 # OPC=cvtps2pi_mm_xmm
[----------] * cvtps2pi %xmm1, %mm0 # OPC=cvtps2pi_mm_xmm
[----------] * cvtps2pi %xmm5, %mm3 # OPC=cvtps2pi_mm_xmm
[----------] * cvtps2pi %xmm3, %mm4 # OPC=cvtps2pi_mm_xmm
[----------] - Starting with OPC = cvtsd2sil_r32_m64
[----------] Seed is 1463511743084363
[----------] * cvtsd2sil 0xf7(%rip), %r13d # OPC=cvtsd2sil_r32_m64
[----------] * cvtsd2sil 0xf8(%rip), %ebp # OPC=cvtsd2sil_r32_m64
[----------] * cvtsd2sil (%r11d,%ebx,1), %edx # OPC=cvtsd2sil_r32_m64
[----------] * cvtsd2sil (%rax), %r12d # OPC=cvtsd2sil_r32_m64
[----------] * cvtsd2sil 0xf7(%rip), %r11d # OPC=cvtsd2sil_r32_m64
[----------] * cvtsd2sil 0xf7(%rip), %r8d # OPC=cvtsd2sil_r32_m64
[----------] * cvtsd2sil 0xf8(%rip), %edi # OPC=cvtsd2sil_r32_m64
[----------] * cvtsd2sil 0xf7(%rip), %r14d # OPC=cvtsd2sil_r32_m64
[----------] * cvtsd2sil 0x5dcffff8(%rip), %ecx # OPC=cvtsd2sil_r32_m64
[----------] * cvtsd2sil 0xf8(%rip), %ebp # OPC=cvtsd2sil_r32_m64
[----------] - Starting with OPC = cvtsd2sil_r32_xmm
[----------] Seed is 1463511743085579
[----------] * cvtsd2sil %xmm12, %r13d # OPC=cvtsd2sil_r32_xmm
[----------] * cvtsd2sil %xmm15, %r10d # OPC=cvtsd2sil_r32_xmm
[----------] * cvtsd2sil %xmm14, %r13d # OPC=cvtsd2sil_r32_xmm
[----------] * cvtsd2sil %xmm14, %ebp # OPC=cvtsd2sil_r32_xmm
[----------] * cvtsd2sil %xmm11, %esi # OPC=cvtsd2sil_r32_xmm
[----------] * cvtsd2sil %xmm4, %r14d # OPC=cvtsd2sil_r32_xmm
[----------] * cvtsd2sil %xmm3, %r13d # OPC=cvtsd2sil_r32_xmm
[----------] * cvtsd2sil %xmm6, %r9d # OPC=cvtsd2sil_r32_xmm
[----------] * cvtsd2sil %xmm15, %edi # OPC=cvtsd2sil_r32_xmm
[----------] * cvtsd2sil %xmm3, %r11d # OPC=cvtsd2sil_r32_xmm
[----------] - Starting with OPC = cvtsd2siq_r64_m64
[----------] Seed is 1463511743086697
[----------] * cvtsd2siq 0xf7(%rip), %r14 # OPC=cvtsd2siq_r64_m64
[----------] * cvtsd2siq 0xf7(%rip), %rsp # OPC=cvtsd2siq_r64_m64
[----------] * cvtsd2siq 0x5dcffff7(%rip), %r14 # OPC=cvtsd2siq_r64_m64
[----------] * cvtsd2siq (%r11d,%ebx,1), %r9 # OPC=cvtsd2siq_r64_m64
[----------] * cvtsd2siq (%rax), %r11 # OPC=cvtsd2siq_r64_m64
[----------] * cvtsd2siq 0x30(%r11d), %r9 # OPC=cvtsd2siq_r64_m64
[----------] * cvtsd2siq (%rdi,%rcx,1), %r10 # OPC=cvtsd2siq_r64_m64
[----------] * cvtsd2siq 0x16(%r8), %rbp # OPC=cvtsd2siq_r64_m64
[----------] * cvtsd2siq 0x5dcffff7(%rip), %r10 # OPC=cvtsd2siq_r64_m64
[----------] * cvtsd2siq -0x7(%r11d,%ebx,4), %rax # OPC=cvtsd2siq_r64_m64
[----------] - Starting with OPC = cvtsd2siq_r64_xmm
[----------] Seed is 1463511743089114
[----------] * cvtsd2siq %xmm2, %r13 # OPC=cvtsd2siq_r64_xmm
[----------] * cvtsd2siq %xmm13, %rbx # OPC=cvtsd2siq_r64_xmm
[----------] * cvtsd2siq %xmm12, %r15 # OPC=cvtsd2siq_r64_xmm
[----------] * cvtsd2siq %xmm5, %r8 # OPC=cvtsd2siq_r64_xmm
[----------] * cvtsd2siq %xmm5, %r14 # OPC=cvtsd2siq_r64_xmm
[----------] * cvtsd2siq %xmm14, %r12 # OPC=cvtsd2siq_r64_xmm
[----------] * cvtsd2siq %xmm8, %rsi # OPC=cvtsd2siq_r64_xmm
[----------] * cvtsd2siq %xmm10, %r14 # OPC=cvtsd2siq_r64_xmm
[----------] * cvtsd2siq %xmm9, %r9 # OPC=cvtsd2siq_r64_xmm
[----------] * cvtsd2siq %xmm11, %rdx # OPC=cvtsd2siq_r64_xmm
[----------] - Starting with OPC = cvtsd2ss_xmm_m64
[----------] Seed is 1463511743090292
[----------] * cvtsd2ss 0x7ffffff8(%rip), %xmm2 # OPC=cvtsd2ss_xmm_m64
[----------] * cvtsd2ss -0x7(%r11d,%ebx,4), %xmm15 # OPC=cvtsd2ss_xmm_m64
[----------] * cvtsd2ss -0x7(%r11d,%ebx,4), %xmm13 # OPC=cvtsd2ss_xmm_m64
[----------] * cvtsd2ss 0x64(%rsp,%rdx,8), %xmm11 # OPC=cvtsd2ss_xmm_m64
[----------] * cvtsd2ss 0x30(%r11d), %xmm2 # OPC=cvtsd2ss_xmm_m64
[----------] * cvtsd2ss 0x64(%rsp,%rdx,8), %xmm9 # OPC=cvtsd2ss_xmm_m64
[----------] * cvtsd2ss 0x5dcffff7(%rip), %xmm8 # OPC=cvtsd2ss_xmm_m64
[----------] * cvtsd2ss 0x5dcffff7(%rip), %xmm11 # OPC=cvtsd2ss_xmm_m64
[----------] * cvtsd2ss 0x5(%r11d,%ebx,1), %xmm5 # OPC=cvtsd2ss_xmm_m64
[----------] * cvtsd2ss -0x64(%rax,%rcx,4), %xmm15 # OPC=cvtsd2ss_xmm_m64
[----------] - Starting with OPC = cvtsd2ss_xmm_xmm
[----------] Seed is 1463511743091716
[----------] * cvtsd2ss %xmm10, %xmm14 # OPC=cvtsd2ss_xmm_xmm
[----------] * cvtsd2ss %xmm7, %xmm1 # OPC=cvtsd2ss_xmm_xmm
[----------] * cvtsd2ss %xmm2, %xmm1 # OPC=cvtsd2ss_xmm_xmm
[----------] * cvtsd2ss %xmm15, %xmm14 # OPC=cvtsd2ss_xmm_xmm
[----------] * cvtsd2ss %xmm14, %xmm12 # OPC=cvtsd2ss_xmm_xmm
[----------] * cvtsd2ss %xmm12, %xmm4 # OPC=cvtsd2ss_xmm_xmm
[----------] * cvtsd2ss %xmm12, %xmm11 # OPC=cvtsd2ss_xmm_xmm
[----------] * cvtsd2ss %xmm1, %xmm13 # OPC=cvtsd2ss_xmm_xmm
[----------] * cvtsd2ss %xmm6, %xmm6 # OPC=cvtsd2ss_xmm_xmm
[----------] * cvtsd2ss %xmm1, %xmm12 # OPC=cvtsd2ss_xmm_xmm
[----------] - Starting with OPC = cvtsi2sdl_xmm_m32
[----------] Seed is 1463511743093124
[----------] * cvtsi2sdl 0x64(%rdx), %xmm7 # OPC=cvtsi2sdl_xmm_m32
[----------] * cvtsi2sdl 0x5dcffff7(%rip), %xmm11 # OPC=cvtsi2sdl_xmm_m32
[----------] * cvtsi2sdl 0x5(%r11d,%ebx,1), %xmm4 # OPC=cvtsi2sdl_xmm_m32
[----------] * cvtsi2sdl 0xf7(%rip), %xmm13 # OPC=cvtsi2sdl_xmm_m32
[----------] * cvtsi2sdl 0x5(%r11d,%ebx,1), %xmm7 # OPC=cvtsi2sdl_xmm_m32
[----------] * cvtsi2sdl 0x7ffffff8(%rip), %xmm2 # OPC=cvtsi2sdl_xmm_m32
[----------] * cvtsi2sdl -0x64(%rax,%rcx,4), %xmm12 # OPC=cvtsi2sdl_xmm_m32
[----------] * cvtsi2sdl 0x5dcffff7(%rip), %xmm12 # OPC=cvtsi2sdl_xmm_m32
[----------] * cvtsi2sdl 0x30(%r11d), %xmm12 # OPC=cvtsi2sdl_xmm_m32
[----------] * cvtsi2sdl 0xf7(%rip), %xmm13 # OPC=cvtsi2sdl_xmm_m32
[----------] - Starting with OPC = cvtsi2sdq_xmm_m64
[----------] Seed is 1463511743094475
[----------] * cvtsi2sdq 0x64(%rsp,%rdx,8), %xmm15 # OPC=cvtsi2sdq_xmm_m64
[----------] * cvtsi2sdq 0xf7(%rip), %xmm11 # OPC=cvtsi2sdq_xmm_m64
[----------] * cvtsi2sdq -0x7(%r11d,%ebx,4), %xmm14 # OPC=cvtsi2sdq_xmm_m64
[----------] * cvtsi2sdq -0x9(%rip), %xmm9 # OPC=cvtsi2sdq_xmm_m64
[----------] * cvtsi2sdq (%rax), %xmm9 # OPC=cvtsi2sdq_xmm_m64
[----------] * cvtsi2sdq 0x5dcffff7(%rip), %xmm9 # OPC=cvtsi2sdq_xmm_m64
[----------] * cvtsi2sdq 0x5dcffff7(%rip), %xmm7 # OPC=cvtsi2sdq_xmm_m64
[----------] * cvtsi2sdq -0x9(%rip), %xmm1 # OPC=cvtsi2sdq_xmm_m64
[----------] * cvtsi2sdq 0xf7(%rip), %xmm1 # OPC=cvtsi2sdq_xmm_m64
[----------] * cvtsi2sdq 0xf7(%rip), %xmm6 # OPC=cvtsi2sdq_xmm_m64
[----------] - Starting with OPC = cvtsi2sdl_xmm_r32
[----------] Seed is 1463511743096447
[----------] * cvtsi2sdl %esp, %xmm7 # OPC=cvtsi2sdl_xmm_r32
[----------] * cvtsi2sdl %r11d, %xmm0 # OPC=cvtsi2sdl_xmm_r32
[----------] * cvtsi2sdl %eax, %xmm7 # OPC=cvtsi2sdl_xmm_r32
[----------] * cvtsi2sdl %r15d, %xmm12 # OPC=cvtsi2sdl_xmm_r32
[----------] * cvtsi2sdl %r12d, %xmm6 # OPC=cvtsi2sdl_xmm_r32
[----------] * cvtsi2sdl %r12d, %xmm8 # OPC=cvtsi2sdl_xmm_r32
[----------] * cvtsi2sdl %r8d, %xmm4 # OPC=cvtsi2sdl_xmm_r32
[----------] * cvtsi2sdl %r10d, %xmm14 # OPC=cvtsi2sdl_xmm_r32
[----------] * cvtsi2sdl %edx, %xmm10 # OPC=cvtsi2sdl_xmm_r32
[----------] * cvtsi2sdl %ebx, %xmm4 # OPC=cvtsi2sdl_xmm_r32
[----------] - Starting with OPC = cvtsi2sdq_xmm_r64
[----------] Seed is 1463511743098303
[----------] * cvtsi2sdq %r14, %xmm11 # OPC=cvtsi2sdq_xmm_r64
[----------] * cvtsi2sdq %rcx, %xmm13 # OPC=cvtsi2sdq_xmm_r64
[----------] * cvtsi2sdq %r13, %xmm3 # OPC=cvtsi2sdq_xmm_r64
[----------] * cvtsi2sdq %rbx, %xmm4 # OPC=cvtsi2sdq_xmm_r64
[----------] * cvtsi2sdq %r15, %xmm6 # OPC=cvtsi2sdq_xmm_r64
[----------] * cvtsi2sdq %r10, %xmm6 # OPC=cvtsi2sdq_xmm_r64
[----------] * cvtsi2sdq %r15, %xmm0 # OPC=cvtsi2sdq_xmm_r64
[----------] * cvtsi2sdq %r9, %xmm3 # OPC=cvtsi2sdq_xmm_r64
[----------] * cvtsi2sdq %r13, %xmm12 # OPC=cvtsi2sdq_xmm_r64
[----------] * cvtsi2sdq %r9, %xmm8 # OPC=cvtsi2sdq_xmm_r64
[----------] - Starting with OPC = cvtsi2ssl_xmm_m32
[----------] Seed is 1463511743099898
[----------] * cvtsi2ssl 0x5dcffff7(%rip), %xmm8 # OPC=cvtsi2ssl_xmm_m32
[----------] * cvtsi2ssl (%r11d,%ebx,4), %xmm6 # OPC=cvtsi2ssl_xmm_m32
[----------] * cvtsi2ssl (%r11d,%ebx,1), %xmm14 # OPC=cvtsi2ssl_xmm_m32
[----------] * cvtsi2ssl 0xf8(%rip), %xmm3 # OPC=cvtsi2ssl_xmm_m32
[----------] * cvtsi2ssl 0xf8(%rip), %xmm1 # OPC=cvtsi2ssl_xmm_m32
[----------] * cvtsi2ssl 0x30(%r11d), %xmm4 # OPC=cvtsi2ssl_xmm_m32
[----------] * cvtsi2ssl 0x5dcffff7(%rip), %xmm11 # OPC=cvtsi2ssl_xmm_m32
[----------] * cvtsi2ssl (%rax), %xmm4 # OPC=cvtsi2ssl_xmm_m32
[----------] * cvtsi2ssl 0x16(%r8), %xmm15 # OPC=cvtsi2ssl_xmm_m32
[----------] * cvtsi2ssl (%rdi,%rcx,1), %xmm15 # OPC=cvtsi2ssl_xmm_m32
[----------] - Starting with OPC = cvtsi2ssq_xmm_m64
[----------] Seed is 1463511743101442
[----------] * cvtsi2ssq 0x5dcffff7(%rip), %xmm11 # OPC=cvtsi2ssq_xmm_m64
[----------] * cvtsi2ssq (%rax), %xmm8 # OPC=cvtsi2ssq_xmm_m64
[----------] * cvtsi2ssq 0x16(%r8), %xmm9 # OPC=cvtsi2ssq_xmm_m64
[----------] * cvtsi2ssq (%r11d,%ebx,4), %xmm8 # OPC=cvtsi2ssq_xmm_m64
[----------] * cvtsi2ssq 0xf7(%rip), %xmm5 # OPC=cvtsi2ssq_xmm_m64
[----------] * cvtsi2ssq 0xf7(%rip), %xmm0 # OPC=cvtsi2ssq_xmm_m64
[----------] * cvtsi2ssq 0xf7(%rip), %xmm1 # OPC=cvtsi2ssq_xmm_m64
[----------] * cvtsi2ssq 0x5dcffff7(%rip), %xmm7 # OPC=cvtsi2ssq_xmm_m64
[----------] * cvtsi2ssq 0xf7(%rip), %xmm0 # OPC=cvtsi2ssq_xmm_m64
[----------] * cvtsi2ssq -0x64(%rax,%rcx,4), %xmm7 # OPC=cvtsi2ssq_xmm_m64
[----------] - Starting with OPC = cvtsi2ssl_xmm_r32
[----------] Seed is 1463511743102551
[----------] * cvtsi2ssl %eax, %xmm2 # OPC=cvtsi2ssl_xmm_r32
[----------] * cvtsi2ssl %ebx, %xmm4 # OPC=cvtsi2ssl_xmm_r32
[----------] * cvtsi2ssl %r11d, %xmm7 # OPC=cvtsi2ssl_xmm_r32
[----------] * cvtsi2ssl %r10d, %xmm1 # OPC=cvtsi2ssl_xmm_r32
[----------] * cvtsi2ssl %r10d, %xmm9 # OPC=cvtsi2ssl_xmm_r32
[----------] * cvtsi2ssl %ebx, %xmm1 # OPC=cvtsi2ssl_xmm_r32
[----------] * cvtsi2ssl %ebp, %xmm12 # OPC=cvtsi2ssl_xmm_r32
[----------] * cvtsi2ssl %ecx, %xmm1 # OPC=cvtsi2ssl_xmm_r32
[----------] * cvtsi2ssl %r12d, %xmm2 # OPC=cvtsi2ssl_xmm_r32
[----------] * cvtsi2ssl %ebx, %xmm15 # OPC=cvtsi2ssl_xmm_r32
[----------] - Starting with OPC = cvtsi2ssq_xmm_r64
[----------] Seed is 1463511743104224
[----------] * cvtsi2ssq %rcx, %xmm7 # OPC=cvtsi2ssq_xmm_r64
[----------] * cvtsi2ssq %r10, %xmm1 # OPC=cvtsi2ssq_xmm_r64
[----------] * cvtsi2ssq %rsi, %xmm4 # OPC=cvtsi2ssq_xmm_r64
[----------] * cvtsi2ssq %r12, %xmm11 # OPC=cvtsi2ssq_xmm_r64
[----------] * cvtsi2ssq %r14, %xmm4 # OPC=cvtsi2ssq_xmm_r64
[----------] * cvtsi2ssq %r9, %xmm3 # OPC=cvtsi2ssq_xmm_r64
[----------] * cvtsi2ssq %rsi, %xmm0 # OPC=cvtsi2ssq_xmm_r64
[----------] * cvtsi2ssq %rbx, %xmm0 # OPC=cvtsi2ssq_xmm_r64
[----------] * cvtsi2ssq %r9, %xmm1 # OPC=cvtsi2ssq_xmm_r64
[----------] * cvtsi2ssq %r8, %xmm15 # OPC=cvtsi2ssq_xmm_r64
[----------] - Starting with OPC = cvtss2sd_xmm_m32
[----------] Seed is 1463511743105764
[----------] * cvtss2sd 0x5dcffff8(%rip), %xmm5 # OPC=cvtss2sd_xmm_m32
[----------] * cvtss2sd 0x64(%rdx), %xmm11 # OPC=cvtss2sd_xmm_m32
[----------] * cvtss2sd 0xf7(%rip), %xmm11 # OPC=cvtss2sd_xmm_m32
[----------] * cvtss2sd 0x5dcffff8(%rip), %xmm2 # OPC=cvtss2sd_xmm_m32
[----------] * cvtss2sd 0xf7(%rip), %xmm9 # OPC=cvtss2sd_xmm_m32
[----------] * cvtss2sd 0xf7(%rip), %xmm11 # OPC=cvtss2sd_xmm_m32
[----------] * cvtss2sd -0x8(%rip), %xmm0 # OPC=cvtss2sd_xmm_m32
[----------] * cvtss2sd -0x7(%r11d,%ebx,4), %xmm11 # OPC=cvtss2sd_xmm_m32
[----------] * cvtss2sd (%rax), %xmm4 # OPC=cvtss2sd_xmm_m32
[----------] * cvtss2sd 0xf8(%rip), %xmm6 # OPC=cvtss2sd_xmm_m32
[----------] - Starting with OPC = cvtss2sd_xmm_xmm
[----------] Seed is 1463511743107182
[----------] * cvtss2sd %xmm10, %xmm10 # OPC=cvtss2sd_xmm_xmm
[----------] * cvtss2sd %xmm1, %xmm5 # OPC=cvtss2sd_xmm_xmm
[----------] * cvtss2sd %xmm10, %xmm1 # OPC=cvtss2sd_xmm_xmm
[----------] * cvtss2sd %xmm2, %xmm9 # OPC=cvtss2sd_xmm_xmm
[----------] * cvtss2sd %xmm7, %xmm7 # OPC=cvtss2sd_xmm_xmm
[----------] * cvtss2sd %xmm14, %xmm6 # OPC=cvtss2sd_xmm_xmm
[----------] * cvtss2sd %xmm11, %xmm13 # OPC=cvtss2sd_xmm_xmm
[----------] * cvtss2sd %xmm9, %xmm4 # OPC=cvtss2sd_xmm_xmm
[----------] * cvtss2sd %xmm3, %xmm14 # OPC=cvtss2sd_xmm_xmm
[----------] * cvtss2sd %xmm4, %xmm14 # OPC=cvtss2sd_xmm_xmm
[----------] - Starting with OPC = cvtss2sil_r32_m32
[----------] Seed is 1463511743108539
[----------] * cvtss2sil 0xf7(%rip), %r9d # OPC=cvtss2sil_r32_m32
[----------] * cvtss2sil (%rax), %edx # OPC=cvtss2sil_r32_m32
[----------] * cvtss2sil 0x64(%rsp,%rdx,8), %edi # OPC=cvtss2sil_r32_m32
[----------] * cvtss2sil (%rdi,%rcx,1), %eax # OPC=cvtss2sil_r32_m32
[----------] * cvtss2sil 0xf8(%rip), %ebp # OPC=cvtss2sil_r32_m32
[----------] * cvtss2sil (%r11d), %ebx # OPC=cvtss2sil_r32_m32
[----------] * cvtss2sil -0x9(%rip), %r10d # OPC=cvtss2sil_r32_m32
[----------] * cvtss2sil 0xf8(%rip), %esi # OPC=cvtss2sil_r32_m32
[----------] * cvtss2sil 0xf7(%rip), %r12d # OPC=cvtss2sil_r32_m32
[----------] * cvtss2sil 0xf8(%rip), %esp # OPC=cvtss2sil_r32_m32
[----------] - Starting with OPC = cvtss2sil_r32_xmm
[----------] Seed is 1463511743109987
[----------] * cvtss2sil %xmm15, %eax # OPC=cvtss2sil_r32_xmm
[----------] * cvtss2sil %xmm15, %esi # OPC=cvtss2sil_r32_xmm
[----------] * cvtss2sil %xmm10, %edi # OPC=cvtss2sil_r32_xmm
[----------] * cvtss2sil %xmm12, %ebp # OPC=cvtss2sil_r32_xmm
[----------] * cvtss2sil %xmm12, %edx # OPC=cvtss2sil_r32_xmm
[----------] * cvtss2sil %xmm8, %esp # OPC=cvtss2sil_r32_xmm
[----------] * cvtss2sil %xmm9, %r13d # OPC=cvtss2sil_r32_xmm
[----------] * cvtss2sil %xmm4, %r9d # OPC=cvtss2sil_r32_xmm
[----------] * cvtss2sil %xmm12, %r13d # OPC=cvtss2sil_r32_xmm
[----------] * cvtss2sil %xmm5, %ebp # OPC=cvtss2sil_r32_xmm
[----------] - Starting with OPC = cvtss2siq_r64_m32
[----------] Seed is 1463511743111375
[----------] * cvtss2siq -0x64(%rax,%rcx,4), %rdx # OPC=cvtss2siq_r64_m32
[----------] * cvtss2siq -0x9(%rip), %r15 # OPC=cvtss2siq_r64_m32
[----------] * cvtss2siq 0x5dcffff7(%rip), %rsi # OPC=cvtss2siq_r64_m32
[----------] * cvtss2siq 0x16(%r8), %r10 # OPC=cvtss2siq_r64_m32
[----------] * cvtss2siq 0x5(%r11d,%ebx,1), %r15 # OPC=cvtss2siq_r64_m32
[----------] * cvtss2siq -0x7(%r11d,%ebx,4), %rbx # OPC=cvtss2siq_r64_m32
[----------] * cvtss2siq 0xf7(%rip), %rsp # OPC=cvtss2siq_r64_m32
[----------] * cvtss2siq 0xf7(%rip), %rdi # OPC=cvtss2siq_r64_m32
[----------] * cvtss2siq -0x9(%rip), %r15 # OPC=cvtss2siq_r64_m32
[----------] * cvtss2siq 0xf7(%rip), %r9 # OPC=cvtss2siq_r64_m32
[----------] - Starting with OPC = cvtss2siq_r64_xmm
[----------] Seed is 1463511743112716
[----------] * cvtss2siq %xmm14, %rax # OPC=cvtss2siq_r64_xmm
[----------] * cvtss2siq %xmm13, %rbp # OPC=cvtss2siq_r64_xmm
[----------] * cvtss2siq %xmm3, %rcx # OPC=cvtss2siq_r64_xmm
[----------] * cvtss2siq %xmm3, %rsp # OPC=cvtss2siq_r64_xmm
[----------] * cvtss2siq %xmm8, %rdx # OPC=cvtss2siq_r64_xmm
[----------] * cvtss2siq %xmm6, %r10 # OPC=cvtss2siq_r64_xmm
[----------] * cvtss2siq %xmm3, %rdi # OPC=cvtss2siq_r64_xmm
[----------] * cvtss2siq %xmm12, %rbp # OPC=cvtss2siq_r64_xmm
[----------] * cvtss2siq %xmm10, %r8 # OPC=cvtss2siq_r64_xmm
[----------] * cvtss2siq %xmm14, %r12 # OPC=cvtss2siq_r64_xmm
[----------] - Starting with OPC = cvttpd2dq_xmm_m128
[----------] Seed is 1463511743114224
[----------] * cvttpd2dq 0xf7(%rip), %xmm10 # OPC=cvttpd2dq_xmm_m128
[----------] * cvttpd2dq (%r11d), %xmm7 # OPC=cvttpd2dq_xmm_m128
[----------] * cvttpd2dq (%rdi,%rcx,1), %xmm10 # OPC=cvttpd2dq_xmm_m128
[----------] * cvttpd2dq 0x5dcffff7(%rip), %xmm14 # OPC=cvttpd2dq_xmm_m128
[----------] * cvttpd2dq 0x30(%r11d), %xmm6 # OPC=cvttpd2dq_xmm_m128
[----------] * cvttpd2dq 0x5dcffff7(%rip), %xmm9 # OPC=cvttpd2dq_xmm_m128
[----------] * cvttpd2dq 0x16(%r8), %xmm6 # OPC=cvttpd2dq_xmm_m128
[----------] * cvttpd2dq 0xf7(%rip), %xmm11 # OPC=cvttpd2dq_xmm_m128
[----------] * cvttpd2dq 0x5dcffff7(%rip), %xmm9 # OPC=cvttpd2dq_xmm_m128
[----------] * cvttpd2dq (%rdi,%rcx,1), %xmm1 # OPC=cvttpd2dq_xmm_m128
[----------] - Starting with OPC = cvttpd2dq_xmm_xmm
[----------] Seed is 1463511743115779
[----------] * cvttpd2dq %xmm7, %xmm10 # OPC=cvttpd2dq_xmm_xmm
[----------] * cvttpd2dq %xmm4, %xmm3 # OPC=cvttpd2dq_xmm_xmm
[----------] * cvttpd2dq %xmm8, %xmm3 # OPC=cvttpd2dq_xmm_xmm
[----------] * cvttpd2dq %xmm13, %xmm2 # OPC=cvttpd2dq_xmm_xmm
[----------] * cvttpd2dq %xmm1, %xmm10 # OPC=cvttpd2dq_xmm_xmm
[----------] * cvttpd2dq %xmm5, %xmm3 # OPC=cvttpd2dq_xmm_xmm
[----------] * cvttpd2dq %xmm11, %xmm0 # OPC=cvttpd2dq_xmm_xmm
[----------] * cvttpd2dq %xmm1, %xmm12 # OPC=cvttpd2dq_xmm_xmm
[----------] * cvttpd2dq %xmm0, %xmm9 # OPC=cvttpd2dq_xmm_xmm
[----------] * cvttpd2dq %xmm3, %xmm14 # OPC=cvttpd2dq_xmm_xmm
[----------] - Starting with OPC = cvttpd2pi_mm_m128
[----------] Seed is 1463511743117274
[----------] * cvttpd2pi 0x64(%rdx), %mm5 # OPC=cvttpd2pi_mm_m128
[----------] * cvttpd2pi 0xf8(%rip), %mm3 # OPC=cvttpd2pi_mm_m128
[----------] * cvttpd2pi (%r11d,%ebx,4), %mm7 # OPC=cvttpd2pi_mm_m128
[----------] * cvttpd2pi 0x64(%rdx), %mm4 # OPC=cvttpd2pi_mm_m128
[----------] * cvttpd2pi (%rax), %mm7 # OPC=cvttpd2pi_mm_m128
[----------] * cvttpd2pi -0x64(%rax,%rcx,4), %mm1 # OPC=cvttpd2pi_mm_m128
[----------] * cvttpd2pi 0x5dcffff8(%rip), %mm7 # OPC=cvttpd2pi_mm_m128
[----------] * cvttpd2pi 0x30(%r11d), %mm4 # OPC=cvttpd2pi_mm_m128
[----------] * cvttpd2pi (%r11d,%ebx,4), %mm0 # OPC=cvttpd2pi_mm_m128
[----------] * cvttpd2pi -0x64(%rax,%rcx,4), %mm6 # OPC=cvttpd2pi_mm_m128
[----------] - Starting with OPC = cvttpd2pi_mm_xmm
[----------] Seed is 1463511743118495
[----------] * cvttpd2pi %xmm8, %mm3 # OPC=cvttpd2pi_mm_xmm
[----------] * cvttpd2pi %xmm6, %mm2 # OPC=cvttpd2pi_mm_xmm
[----------] * cvttpd2pi %xmm1, %mm7 # OPC=cvttpd2pi_mm_xmm
[----------] * cvttpd2pi %xmm11, %mm4 # OPC=cvttpd2pi_mm_xmm
[----------] * cvttpd2pi %xmm6, %mm0 # OPC=cvttpd2pi_mm_xmm
[----------] * cvttpd2pi %xmm6, %mm6 # OPC=cvttpd2pi_mm_xmm
[----------] * cvttpd2pi %xmm13, %mm5 # OPC=cvttpd2pi_mm_xmm
[----------] * cvttpd2pi %xmm12, %mm0 # OPC=cvttpd2pi_mm_xmm
[----------] * cvttpd2pi %xmm14, %mm4 # OPC=cvttpd2pi_mm_xmm
[----------] * cvttpd2pi %xmm7, %mm0 # OPC=cvttpd2pi_mm_xmm
[----------] - Starting with OPC = cvttps2dq_xmm_m128
[----------] Seed is 1463511743119904
[----------] * cvttps2dq 0x5dcffff8(%rip), %xmm5 # OPC=cvttps2dq_xmm_m128
[----------] * cvttps2dq 0x5dcffff8(%rip), %xmm3 # OPC=cvttps2dq_xmm_m128
[----------] * cvttps2dq 0x30(%r11d), %xmm7 # OPC=cvttps2dq_xmm_m128
[----------] * cvttps2dq 0x5dcffff8(%rip), %xmm3 # OPC=cvttps2dq_xmm_m128
[----------] * cvttps2dq (%r11d,%ebx,4), %xmm1 # OPC=cvttps2dq_xmm_m128
[----------] * cvttps2dq 0xf8(%rip), %xmm5 # OPC=cvttps2dq_xmm_m128
[----------] * cvttps2dq 0x5dcffff8(%rip), %xmm7 # OPC=cvttps2dq_xmm_m128
[----------] * cvttps2dq -0x9(%rip), %xmm10 # OPC=cvttps2dq_xmm_m128
[----------] * cvttps2dq -0x300007(%rip), %xmm7 # OPC=cvttps2dq_xmm_m128
[----------] * cvttps2dq 0x5dcffff7(%rip), %xmm9 # OPC=cvttps2dq_xmm_m128
[----------] - Starting with OPC = cvttps2dq_xmm_xmm
[----------] Seed is 1463511743121316
[----------] * cvttps2dq %xmm8, %xmm3 # OPC=cvttps2dq_xmm_xmm
[----------] * cvttps2dq %xmm8, %xmm11 # OPC=cvttps2dq_xmm_xmm
[----------] * cvttps2dq %xmm13, %xmm0 # OPC=cvttps2dq_xmm_xmm
[----------] * cvttps2dq %xmm14, %xmm6 # OPC=cvttps2dq_xmm_xmm
[----------] * cvttps2dq %xmm12, %xmm11 # OPC=cvttps2dq_xmm_xmm
[----------] * cvttps2dq %xmm0, %xmm14 # OPC=cvttps2dq_xmm_xmm
[----------] * cvttps2dq %xmm2, %xmm6 # OPC=cvttps2dq_xmm_xmm
[----------] * cvttps2dq %xmm6, %xmm6 # OPC=cvttps2dq_xmm_xmm
[----------] * cvttps2dq %xmm8, %xmm3 # OPC=cvttps2dq_xmm_xmm
[----------] * cvttps2dq %xmm4, %xmm6 # OPC=cvttps2dq_xmm_xmm
[----------] - Starting with OPC = cvttps2pi_mm_m64
[----------] Seed is 1463511743122387
[----------] * cvttps2pi (%rdi,%rcx,1), %mm7 # OPC=cvttps2pi_mm_m64
[----------] * cvttps2pi (%r11d), %mm3 # OPC=cvttps2pi_mm_m64
[----------] * cvttps2pi -0x10(,%rdx,2), %mm7 # OPC=cvttps2pi_mm_m64
[----------] * cvttps2pi (%rdi,%rcx,1), %mm6 # OPC=cvttps2pi_mm_m64
[----------] * cvttps2pi 0x5(%r11d,%ebx,1), %mm0 # OPC=cvttps2pi_mm_m64
[----------] * cvttps2pi -0x10(,%rdx,2), %mm2 # OPC=cvttps2pi_mm_m64
[----------] * cvttps2pi -0x7(%rip), %mm3 # OPC=cvttps2pi_mm_m64
[----------] * cvttps2pi 0x5dcffff9(%rip), %mm4 # OPC=cvttps2pi_mm_m64
[----------] * cvttps2pi (%rax), %mm6 # OPC=cvttps2pi_mm_m64
[----------] * cvttps2pi 0xf9(%rip), %mm7 # OPC=cvttps2pi_mm_m64
[----------] - Starting with OPC = cvttps2pi_mm_xmm
[----------] Seed is 1463511743123994
[----------] * cvttps2pi %xmm6, %mm1 # OPC=cvttps2pi_mm_xmm
[----------] * cvttps2pi %xmm2, %mm2 # OPC=cvttps2pi_mm_xmm
[----------] * cvttps2pi %xmm10, %mm6 # OPC=cvttps2pi_mm_xmm
[----------] * cvttps2pi %xmm11, %mm1 # OPC=cvttps2pi_mm_xmm
[----------] * cvttps2pi %xmm13, %mm4 # OPC=cvttps2pi_mm_xmm
[----------] * cvttps2pi %xmm11, %mm5 # OPC=cvttps2pi_mm_xmm
[----------] * cvttps2pi %xmm10, %mm1 # OPC=cvttps2pi_mm_xmm
[----------] * cvttps2pi %xmm15, %mm6 # OPC=cvttps2pi_mm_xmm
[----------] * cvttps2pi %xmm1, %mm4 # OPC=cvttps2pi_mm_xmm
[----------] * cvttps2pi %xmm4, %mm0 # OPC=cvttps2pi_mm_xmm
[----------] - Starting with OPC = cvttsd2sil_r32_m64
[----------] Seed is 1463511743125498
[----------] * cvttsd2sil -0x300008(%rip), %r15d # OPC=cvttsd2sil_r32_m64
[----------] * cvttsd2sil -0x7(%r11d,%ebx,4), %r12d # OPC=cvttsd2sil_r32_m64
[----------] * cvttsd2sil (%r11d,%ebx,4), %esi # OPC=cvttsd2sil_r32_m64
[----------] * cvttsd2sil (%r11d,%ebx,1), %r8d # OPC=cvttsd2sil_r32_m64
[----------] * cvttsd2sil 0xf8(%rip), %edi # OPC=cvttsd2sil_r32_m64
[----------] * cvttsd2sil 0x5dcffff8(%rip), %ecx # OPC=cvttsd2sil_r32_m64
[----------] * cvttsd2sil 0x5dcffff7(%rip), %r13d # OPC=cvttsd2sil_r32_m64
[----------] * cvttsd2sil (%r11d), %ebx # OPC=cvttsd2sil_r32_m64
[----------] * cvttsd2sil 0x64(%rsp,%rdx,8), %r14d # OPC=cvttsd2sil_r32_m64
[----------] * cvttsd2sil 0x5dcffff8(%rip), %ebx # OPC=cvttsd2sil_r32_m64
[----------] - Starting with OPC = cvttsd2sil_r32_xmm
[----------] Seed is 1463511743127135
[----------] * cvttsd2sil %xmm8, %r12d # OPC=cvttsd2sil_r32_xmm
[----------] * cvttsd2sil %xmm10, %r13d # OPC=cvttsd2sil_r32_xmm
[----------] * cvttsd2sil %xmm15, %r8d # OPC=cvttsd2sil_r32_xmm
[----------] * cvttsd2sil %xmm3, %ebp # OPC=cvttsd2sil_r32_xmm
[----------] * cvttsd2sil %xmm4, %r11d # OPC=cvttsd2sil_r32_xmm
[----------] * cvttsd2sil %xmm8, %r12d # OPC=cvttsd2sil_r32_xmm
[----------] * cvttsd2sil %xmm4, %edi # OPC=cvttsd2sil_r32_xmm
[----------] * cvttsd2sil %xmm3, %r9d # OPC=cvttsd2sil_r32_xmm
[----------] * cvttsd2sil %xmm9, %esp # OPC=cvttsd2sil_r32_xmm
[----------] * cvttsd2sil %xmm2, %edx # OPC=cvttsd2sil_r32_xmm
[----------] - Starting with OPC = cvttsd2siq_r64_m64
[----------] Seed is 1463511743128591
[----------] * cvttsd2siq -0x7(%r11d,%ebx,4), %r11 # OPC=cvttsd2siq_r64_m64
[----------] * cvttsd2siq 0x64(%rsp,%rdx,8), %r9 # OPC=cvttsd2siq_r64_m64
[----------] * cvttsd2siq (%r11d,%ebx,1), %rdx # OPC=cvttsd2siq_r64_m64
[----------] * cvttsd2siq (%rax), %r13 # OPC=cvttsd2siq_r64_m64
[----------] * cvttsd2siq 0xf7(%rip), %rbx # OPC=cvttsd2siq_r64_m64
[----------] * cvttsd2siq -0x300008(%rip), %rdx # OPC=cvttsd2siq_r64_m64
[----------] * cvttsd2siq 0xf7(%rip), %rsp # OPC=cvttsd2siq_r64_m64
[----------] * cvttsd2siq 0xf7(%rip), %r14 # OPC=cvttsd2siq_r64_m64
[----------] * cvttsd2siq 0xf7(%rip), %rax # OPC=cvttsd2siq_r64_m64
[----------] * cvttsd2siq 0xf7(%rip), %rdi # OPC=cvttsd2siq_r64_m64
[----------] - Starting with OPC = cvttsd2siq_r64_xmm
[----------] Seed is 1463511743129792
[----------] * cvttsd2siq %xmm9, %r10 # OPC=cvttsd2siq_r64_xmm
[----------] * cvttsd2siq %xmm8, %rdi # OPC=cvttsd2siq_r64_xmm
[----------] * cvttsd2siq %xmm14, %rdx # OPC=cvttsd2siq_r64_xmm
[----------] * cvttsd2siq %xmm12, %r8 # OPC=cvttsd2siq_r64_xmm
[----------] * cvttsd2siq %xmm5, %r8 # OPC=cvttsd2siq_r64_xmm
[----------] * cvttsd2siq %xmm14, %r11 # OPC=cvttsd2siq_r64_xmm
[----------] * cvttsd2siq %xmm8, %r13 # OPC=cvttsd2siq_r64_xmm
[----------] * cvttsd2siq %xmm0, %rbx # OPC=cvttsd2siq_r64_xmm
[----------] * cvttsd2siq %xmm8, %rcx # OPC=cvttsd2siq_r64_xmm
[----------] * cvttsd2siq %xmm0, %r12 # OPC=cvttsd2siq_r64_xmm
[----------] - Starting with OPC = cvttss2sil_r32_m32
[----------] Seed is 1463511743131582
[----------] * cvttss2sil 0x5dcffff8(%rip), %ebx # OPC=cvttss2sil_r32_m32
[----------] * cvttss2sil -0x10(,%rdx,2), %eax # OPC=cvttss2sil_r32_m32
[----------] * cvttss2sil 0xf8(%rip), %ecx # OPC=cvttss2sil_r32_m32
[----------] * cvttss2sil 0x5dcffff8(%rip), %edx # OPC=cvttss2sil_r32_m32
[----------] * cvttss2sil 0x30(%r11d), %r9d # OPC=cvttss2sil_r32_m32
[----------] * cvttss2sil 0xf7(%rip), %r8d # OPC=cvttss2sil_r32_m32
[----------] * cvttss2sil 0xf8(%rip), %edi # OPC=cvttss2sil_r32_m32
[----------] * cvttss2sil 0xf7(%rip), %r9d # OPC=cvttss2sil_r32_m32
[----------] * cvttss2sil -0x10(,%rdx,2), %r11d # OPC=cvttss2sil_r32_m32
[----------] * cvttss2sil 0x64(%rdx), %ecx # OPC=cvttss2sil_r32_m32
[----------] - Starting with OPC = cvttss2sil_r32_xmm
[----------] Seed is 1463511743133054
[----------] * cvttss2sil %xmm7, %ebp # OPC=cvttss2sil_r32_xmm
[----------] * cvttss2sil %xmm2, %r13d # OPC=cvttss2sil_r32_xmm
[----------] * cvttss2sil %xmm0, %r12d # OPC=cvttss2sil_r32_xmm
[----------] * cvttss2sil %xmm1, %r11d # OPC=cvttss2sil_r32_xmm
[----------] * cvttss2sil %xmm14, %ebp # OPC=cvttss2sil_r32_xmm
[----------] * cvttss2sil %xmm5, %r10d # OPC=cvttss2sil_r32_xmm
[----------] * cvttss2sil %xmm12, %r15d # OPC=cvttss2sil_r32_xmm
[----------] * cvttss2sil %xmm1, %r10d # OPC=cvttss2sil_r32_xmm
[----------] * cvttss2sil %xmm14, %r14d # OPC=cvttss2sil_r32_xmm
[----------] * cvttss2sil %xmm1, %r9d # OPC=cvttss2sil_r32_xmm
[----------] - Starting with OPC = cvttss2siq_r64_m32
[----------] Seed is 1463511743134136
[----------] * cvttss2siq 0xf7(%rip), %r13 # OPC=cvttss2siq_r64_m32
[----------] * cvttss2siq 0x5dcffff7(%rip), %r15 # OPC=cvttss2siq_r64_m32
[----------] * cvttss2siq -0x10(,%rdx,2), %rsi # OPC=cvttss2siq_r64_m32
[----------] * cvttss2siq (%r11d,%ebx,4), %r15 # OPC=cvttss2siq_r64_m32
[----------] * cvttss2siq 0x5dcffff7(%rip), %rdi # OPC=cvttss2siq_r64_m32
[----------] * cvttss2siq 0xf7(%rip), %r12 # OPC=cvttss2siq_r64_m32
[----------] * cvttss2siq 0xf7(%rip), %r10 # OPC=cvttss2siq_r64_m32
[----------] * cvttss2siq 0x30(%r11d), %r14 # OPC=cvttss2siq_r64_m32
[----------] * cvttss2siq -0x10(,%rdx,2), %rdx # OPC=cvttss2siq_r64_m32
[----------] * cvttss2siq 0x5dcffff7(%rip), %r15 # OPC=cvttss2siq_r64_m32
[----------] - Starting with OPC = cvttss2siq_r64_xmm
[----------] Seed is 1463511743135610
[----------] * cvttss2siq %xmm15, %rcx # OPC=cvttss2siq_r64_xmm
[----------] * Couldn't apply transform.
[----------] * cvttss2siq %xmm2, %rdi # OPC=cvttss2siq_r64_xmm
[----------] * cvttss2siq %xmm13, %r11 # OPC=cvttss2siq_r64_xmm
[----------] * cvttss2siq %xmm12, %rax # OPC=cvttss2siq_r64_xmm
[----------] * cvttss2siq %xmm10, %rsi # OPC=cvttss2siq_r64_xmm
[----------] * cvttss2siq %xmm4, %rcx # OPC=cvttss2siq_r64_xmm
[----------] * cvttss2siq %xmm11, %r9 # OPC=cvttss2siq_r64_xmm
[----------] * cvttss2siq %xmm7, %rdi # OPC=cvttss2siq_r64_xmm
[----------] * cvttss2siq %xmm13, %r13 # OPC=cvttss2siq_r64_xmm
[----------] - Starting with OPC = cwtd
[----------] Seed is 1463511743136896
[----------] * cwtd # OPC=cwtd
[----------] * cwtd # OPC=cwtd
[----------] * cwtd # OPC=cwtd
[----------] * cwtd # OPC=cwtd
[----------] * cwtd # OPC=cwtd
[----------] * cwtd # OPC=cwtd
[----------] * cwtd # OPC=cwtd
[----------] * cwtd # OPC=cwtd
[----------] * cwtd # OPC=cwtd
[----------] * cwtd # OPC=cwtd
[----------] - Starting with OPC = cwtl
[----------] Seed is 1463511743138911
[----------] * cwtl # OPC=cwtl
[----------] * cwtl # OPC=cwtl
[----------] * cwtl # OPC=cwtl
[----------] * cwtl # OPC=cwtl
[----------] * cwtl # OPC=cwtl
[----------] * cwtl # OPC=cwtl
[----------] * cwtl # OPC=cwtl
[----------] * cwtl # OPC=cwtl
[----------] * cwtl # OPC=cwtl
[----------] * cwtl # OPC=cwtl
[----------] - Starting with OPC = decw_m16
[----------] Seed is 1463511743140354
[----------] * decw 0x5dcffff9(%rip) # OPC=decw_m16
[----------] * decw 0x16(%r8) # OPC=decw_m16
[----------] * decw -0x7(%r11d,%ebx,4) # OPC=decw_m16
[----------] * decw 0xf9(%rip) # OPC=decw_m16
[----------] * decw (%rax) # OPC=decw_m16
[----------] * decw 0x5dcffff9(%rip) # OPC=decw_m16
[----------] * decw 0xf9(%rip) # OPC=decw_m16
[----------] * decw 0x5dcffff9(%rip) # OPC=decw_m16
[----------] * decw 0x5dcffff9(%rip) # OPC=decw_m16
[----------] * decw 0xf9(%rip) # OPC=decw_m16
[----------] - Starting with OPC = decl_m32
[----------] Seed is 1463511743141620
[----------] * decl (%rdi,%rcx,1) # OPC=decl_m32
[----------] * decl 0xfa(%rip) # OPC=decl_m32
[----------] * decl 0x5dcffffa(%rip) # OPC=decl_m32
[----------] * decl (%rax) # OPC=decl_m32
[----------] * decl 0xfa(%rip) # OPC=decl_m32
[----------] * decl 0x5dcffffa(%rip) # OPC=decl_m32
[----------] * decl 0xfa(%rip) # OPC=decl_m32
[----------] * decl 0x5dcffffa(%rip) # OPC=decl_m32
[----------] * decl 0x64(%rsp,%rdx,8) # OPC=decl_m32
[----------] * decl 0x16(%r8) # OPC=decl_m32
[----------] - Starting with OPC = decq_m64
[----------] Seed is 1463511743143041
[----------] * decq -0x7(%rip) # OPC=decq_m64
[----------] * decq -0x10(,%rdx,2) # OPC=decq_m64
[----------] * decq (%r11d) # OPC=decq_m64
[----------] * decq 0x5dcffff9(%rip) # OPC=decq_m64
[----------] * decq -0x7(%rip) # OPC=decq_m64
[----------] * decq -0x10(,%rdx,2) # OPC=decq_m64
[----------] * decq -0x64(%rax,%rcx,4) # OPC=decq_m64
[----------] * decq 0x5dcffff9(%rip) # OPC=decq_m64
[----------] * decq -0x10(,%rdx,2) # OPC=decq_m64
[----------] * decq 0x5dcffff9(%rip) # OPC=decq_m64
[----------] - Starting with OPC = decb_m8
[----------] Seed is 1463511743144454
[----------] * decb 0x5dcffffa(%rip) # OPC=decb_m8
[----------] * decb 0x64(%rdx) # OPC=decb_m8
[----------] * decb 0xfa(%rip) # OPC=decb_m8
[----------] * decb 0xfa(%rip) # OPC=decb_m8
[----------] * decb 0x5dcffffa(%rip) # OPC=decb_m8
[----------] * decb 0xfa(%rip) # OPC=decb_m8
[----------] * decb 0x5dcffffa(%rip) # OPC=decb_m8
[----------] * decb (%r11d,%ebx,4) # OPC=decb_m8
[----------] * decb 0xfa(%rip) # OPC=decb_m8
[----------] * decb 0xfa(%rip) # OPC=decb_m8
[----------] - Starting with OPC = decw_r16
[----------] Seed is 1463511743145806
[----------] * decw %dx # OPC=decw_r16
[----------] * decw %r9w # OPC=decw_r16
[----------] * decw %r10w # OPC=decw_r16
[----------] * decw %r13w # OPC=decw_r16
[----------] * decw %ax # OPC=decw_r16
[----------] * decw %ax # OPC=decw_r16
[----------] * decw %r14w # OPC=decw_r16
[----------] * decw %r8w # OPC=decw_r16
[----------] * decw %di # OPC=decw_r16
[----------] * decw %bx # OPC=decw_r16
[----------] - Starting with OPC = decl_r32
[----------] Seed is 1463511743147212
[----------] * decl %r9d # OPC=decl_r32
[----------] * decl %r10d # OPC=decl_r32
[----------] * decl %r14d # OPC=decl_r32
[----------] * decl %r12d # OPC=decl_r32
[----------] * decl %r8d # OPC=decl_r32
[----------] * decl %ecx # OPC=decl_r32
[----------] * decl %r11d # OPC=decl_r32
[----------] * decl %edx # OPC=decl_r32
[----------] * decl %eax # OPC=decl_r32
[----------] * decl %r9d # OPC=decl_r32
[----------] - Starting with OPC = decq_r64
[----------] Seed is 1463511743148619
[----------] * decq %rcx # OPC=decq_r64
[----------] * decq %rbp # OPC=decq_r64
[----------] * decq %r10 # OPC=decq_r64
[----------] * decq %r9 # OPC=decq_r64
[----------] * decq %r14 # OPC=decq_r64
[----------] * decq %rsi # OPC=decq_r64
[----------] * decq %r9 # OPC=decq_r64
[----------] * decq %rbp # OPC=decq_r64
[----------] * decq %r10 # OPC=decq_r64
[----------] * decq %rbx # OPC=decq_r64
[----------] - Starting with OPC = decb_r8
[----------] Seed is 1463511743149579
[----------] * decb %al # OPC=decb_r8
[----------] * decb %r13b # OPC=decb_r8
[----------] * decb %r12b # OPC=decb_r8
[----------] * decb %spl # OPC=decb_r8
[----------] * decb %r15b # OPC=decb_r8
[----------] * decb %r9b # OPC=decb_r8
[----------] * decb %r11b # OPC=decb_r8
[----------] * decb %cl # OPC=decb_r8
[----------] * decb %cl # OPC=decb_r8
[----------] * decb %bl # OPC=decb_r8
[----------] - Starting with OPC = decb_rh
[----------] Seed is 1463511743151719
[----------] * decb %ch # OPC=decb_rh
[----------] * decb %bh # OPC=decb_rh
[----------] * decb %ch # OPC=decb_rh
[----------] * decb %ch # OPC=decb_rh
[----------] * decb %bh # OPC=decb_rh
[----------] * decb %ch # OPC=decb_rh
[----------] * decb %ah # OPC=decb_rh
[----------] * decb %bh # OPC=decb_rh
[----------] * decb %ch # OPC=decb_rh
[----------] * decb %dh # OPC=decb_rh
[----------] - Starting with OPC = divw_m16
[----------] Seed is 1463511743153120
[----------] * divw 0x5dcffff9(%rip) # OPC=divw_m16
[----------] * divw 0xf9(%rip) # OPC=divw_m16
[----------] * divw -0x10(,%rdx,2) # OPC=divw_m16
[----------] * divw 0x5dcffff9(%rip) # OPC=divw_m16
[----------] * divw 0x5dcffff9(%rip) # OPC=divw_m16
[----------] * divw 0x5dcffff9(%rip) # OPC=divw_m16
[----------] * divw -0x64(%rax,%rcx,4) # OPC=divw_m16
[----------] * divw (%r11d) # OPC=divw_m16
[----------] * divw (%r11d) # OPC=divw_m16
[----------] * divw -0x10(,%rdx,2) # OPC=divw_m16
[----------] - Starting with OPC = divl_m32
[----------] Seed is 1463511743153873
[----------] * divl 0x5dcffffa(%rip) # OPC=divl_m32
[----------] * divl 0x5dcffffa(%rip) # OPC=divl_m32
[----------] * divl 0xfa(%rip) # OPC=divl_m32
[----------] * divl 0x5dcffffa(%rip) # OPC=divl_m32
[----------] * divl 0xfa(%rip) # OPC=divl_m32
[----------] * divl (%r11d,%ebx,4) # OPC=divl_m32
[----------] * divl -0x6(%rip) # OPC=divl_m32
[----------] * divl 0x5dcffffa(%rip) # OPC=divl_m32
[----------] * divl 0xfa(%rip) # OPC=divl_m32
[----------] * divl 0xfa(%rip) # OPC=divl_m32
[----------] - Starting with OPC = divq_m64
[----------] Seed is 1463511743155282
[----------] * divq 0x5dcffff9(%rip) # OPC=divq_m64
[----------] * divq 0x5dcffff9(%rip) # OPC=divq_m64
[----------] * divq (%r11d,%ebx,4) # OPC=divq_m64
[----------] * divq -0x300006(%rip) # OPC=divq_m64
[----------] * divq -0x300006(%rip) # OPC=divq_m64
[----------] * divq 0x64(%rsp,%rdx,8) # OPC=divq_m64
[----------] * divq (%r11d,%ebx,4) # OPC=divq_m64
[----------] * divq 0x7ffffff9(%rip) # OPC=divq_m64
[----------] * divq 0xf9(%rip) # OPC=divq_m64
[----------] * divq 0x7ffffff9(%rip) # OPC=divq_m64
[----------] - Starting with OPC = divb_m8
[----------] Seed is 1463511743156679
[----------] * divb 0x64(%rsp,%rdx,8) # OPC=divb_m8
[----------] * divb 0x7ffffffa(%rip) # OPC=divb_m8
[----------] * divb 0x30(%r11d) # OPC=divb_m8
[----------] * divb -0x6(%rip) # OPC=divb_m8
[----------] * divb (%r11d,%ebx,4) # OPC=divb_m8
[----------] * divb 0xfa(%rip) # OPC=divb_m8
[----------] * divb 0x5(%r11d,%ebx,1) # OPC=divb_m8
[----------] * divb 0xfa(%rip) # OPC=divb_m8
[----------] * divb -0x300005(%rip) # OPC=divb_m8
[----------] * divb 0x5dcffffa(%rip) # OPC=divb_m8
[----------] - Starting with OPC = divw_r16
[----------] Seed is 1463511743158091
[----------] * divw %r15w # OPC=divw_r16
[----------] * divw %r13w # OPC=divw_r16
[----------] * divw %sp # OPC=divw_r16
[----------] * divw %di # OPC=divw_r16
[----------] * divw %bx # OPC=divw_r16
[----------] * divw %r14w # OPC=divw_r16
[----------] * divw %cx # OPC=divw_r16
[----------] * divw %r14w # OPC=divw_r16
[----------] * divw %dx # OPC=divw_r16
[----------] * divw %r12w # OPC=divw_r16
[----------] - Starting with OPC = divl_r32
[----------] Seed is 1463511743160143
[----------] * divl %ecx # OPC=divl_r32
[----------] * divl %edx # OPC=divl_r32
[----------] * divl %esi # OPC=divl_r32
[----------] * divl %eax # OPC=divl_r32
[----------] * divl %ebp # OPC=divl_r32
[----------] * divl %r12d # OPC=divl_r32
[----------] * divl %eax # OPC=divl_r32
[----------] * divl %r9d # OPC=divl_r32
[----------] * divl %esi # OPC=divl_r32
[----------] * divl %ebp # OPC=divl_r32
[----------] - Starting with OPC = divq_r64
[----------] Seed is 1463511743161581
[----------] * divq %r12 # OPC=divq_r64
[----------] * divq %rdx # OPC=divq_r64
[----------] * divq %rax # OPC=divq_r64
[----------] * divq %rsp # OPC=divq_r64
[----------] * divq %r11 # OPC=divq_r64
[----------] * divq %r13 # OPC=divq_r64
[----------] * divq %r13 # OPC=divq_r64
[----------] * divq %rbp # OPC=divq_r64
[----------] * divq %r15 # OPC=divq_r64
[----------] * divq %r13 # OPC=divq_r64
[----------] - Starting with OPC = divb_r8
[----------] Seed is 1463511743162367
[----------] * divb %sil # OPC=divb_r8
[----------] * divb %r14b # OPC=divb_r8
[----------] * divb %r13b # OPC=divb_r8
[----------] * divb %sil # OPC=divb_r8
[----------] * divb %spl # OPC=divb_r8
[----------] * divb %r15b # OPC=divb_r8
[----------] * divb %r13b # OPC=divb_r8
[----------] * divb %bl # OPC=divb_r8
[----------] * divb %dil # OPC=divb_r8
[----------] * divb %r10b # OPC=divb_r8
[----------] - Starting with OPC = divb_rh
[----------] Seed is 1463511743164659
[----------] * divb %bh # OPC=divb_rh
[----------] * divb %dh # OPC=divb_rh
[----------] * divb %dh # OPC=divb_rh
[----------] * divb %dh # OPC=divb_rh
[----------] * divb %dh # OPC=divb_rh
[----------] * divb %dh # OPC=divb_rh
[----------] * divb %ah # OPC=divb_rh
[----------] * divb %ch # OPC=divb_rh
[----------] * divb %ch # OPC=divb_rh
[----------] * divb %bh # OPC=divb_rh
[----------] - Starting with OPC = divpd_xmm_m128
[----------] Seed is 1463511743165619
[----------] * divpd 0xf8(%rip), %xmm6 # OPC=divpd_xmm_m128
[----------] * divpd -0x8(%rip), %xmm5 # OPC=divpd_xmm_m128
[----------] * divpd 0x30(%r11d), %xmm8 # OPC=divpd_xmm_m128
[----------] * divpd 0x5(%r11d,%ebx,1), %xmm5 # OPC=divpd_xmm_m128
[----------] * divpd -0x64(%rax,%rcx,4), %xmm4 # OPC=divpd_xmm_m128
[----------] * divpd 0xf7(%rip), %xmm12 # OPC=divpd_xmm_m128
[----------] * divpd -0x7(%r11d,%ebx,4), %xmm15 # OPC=divpd_xmm_m128
[----------] * divpd 0x7ffffff8(%rip), %xmm6 # OPC=divpd_xmm_m128
[----------] * divpd -0x300008(%rip), %xmm10 # OPC=divpd_xmm_m128
[----------] * divpd 0xf8(%rip), %xmm4 # OPC=divpd_xmm_m128
[----------] - Starting with OPC = divpd_xmm_xmm
[----------] Seed is 1463511743167053
[----------] * divpd %xmm8, %xmm12 # OPC=divpd_xmm_xmm
[----------] * divpd %xmm15, %xmm12 # OPC=divpd_xmm_xmm
[----------] * divpd %xmm5, %xmm7 # OPC=divpd_xmm_xmm
[----------] * divpd %xmm7, %xmm2 # OPC=divpd_xmm_xmm
[----------] * divpd %xmm4, %xmm11 # OPC=divpd_xmm_xmm
[----------] * divpd %xmm9, %xmm5 # OPC=divpd_xmm_xmm
[----------] * divpd %xmm15, %xmm11 # OPC=divpd_xmm_xmm
[----------] * divpd %xmm14, %xmm5 # OPC=divpd_xmm_xmm
[----------] * divpd %xmm10, %xmm4 # OPC=divpd_xmm_xmm
[----------] * divpd %xmm10, %xmm0 # OPC=divpd_xmm_xmm
[----------] - Starting with OPC = divps_xmm_m128
[----------] Seed is 1463511743168463
[----------] * divps 0x5(%r11d,%ebx,1), %xmm8 # OPC=divps_xmm_m128
[----------] * divps 0xf9(%rip), %xmm3 # OPC=divps_xmm_m128
[----------] * divps 0xf9(%rip), %xmm6 # OPC=divps_xmm_m128
[----------] * divps (%rax), %xmm15 # OPC=divps_xmm_m128
[----------] * divps 0x16(%r8), %xmm6 # OPC=divps_xmm_m128
[----------] * divps (%r11d,%ebx,4), %xmm9 # OPC=divps_xmm_m128
[----------] * divps 0x5dcffff9(%rip), %xmm5 # OPC=divps_xmm_m128
[----------] * divps 0xf9(%rip), %xmm4 # OPC=divps_xmm_m128
[----------] * divps 0x7ffffff9(%rip), %xmm4 # OPC=divps_xmm_m128
[----------] * divps (%r11d), %xmm7 # OPC=divps_xmm_m128
[----------] - Starting with OPC = divps_xmm_xmm
[----------] Seed is 1463511743170146
[----------] * divps %xmm6, %xmm8 # OPC=divps_xmm_xmm
[----------] * divps %xmm12, %xmm6 # OPC=divps_xmm_xmm
[----------] * divps %xmm9, %xmm1 # OPC=divps_xmm_xmm
[----------] * divps %xmm7, %xmm12 # OPC=divps_xmm_xmm
[----------] * divps %xmm9, %xmm0 # OPC=divps_xmm_xmm
[----------] * divps %xmm6, %xmm4 # OPC=divps_xmm_xmm
[----------] * divps %xmm6, %xmm14 # OPC=divps_xmm_xmm
[----------] * divps %xmm5, %xmm4 # OPC=divps_xmm_xmm
[----------] * divps %xmm13, %xmm11 # OPC=divps_xmm_xmm
[----------] * divps %xmm5, %xmm15 # OPC=divps_xmm_xmm
[----------] - Starting with OPC = divsd_xmm_m64
[----------] Seed is 1463511743171634
[----------] * divsd 0x5dcffff7(%rip), %xmm12 # OPC=divsd_xmm_m64
[----------] * divsd 0x5dcffff8(%rip), %xmm2 # OPC=divsd_xmm_m64
[----------] * divsd 0xf8(%rip), %xmm1 # OPC=divsd_xmm_m64
[----------] * divsd -0x10(,%rdx,2), %xmm3 # OPC=divsd_xmm_m64
[----------] * divsd 0x16(%r8), %xmm2 # OPC=divsd_xmm_m64
[----------] * divsd -0x9(%rip), %xmm14 # OPC=divsd_xmm_m64
[----------] * divsd 0x64(%rdx), %xmm11 # OPC=divsd_xmm_m64
[----------] * divsd 0x5dcffff7(%rip), %xmm9 # OPC=divsd_xmm_m64
[----------] * divsd -0x64(%rax,%rcx,4), %xmm4 # OPC=divsd_xmm_m64
[----------] * divsd 0xf7(%rip), %xmm13 # OPC=divsd_xmm_m64
[----------] - Starting with OPC = divsd_xmm_xmm
[----------] Seed is 1463511743173159
[----------] * divsd %xmm8, %xmm9 # OPC=divsd_xmm_xmm
[----------] * divsd %xmm8, %xmm6 # OPC=divsd_xmm_xmm
[----------] * divsd %xmm6, %xmm4 # OPC=divsd_xmm_xmm
[----------] * divsd %xmm13, %xmm8 # OPC=divsd_xmm_xmm
[----------] * divsd %xmm9, %xmm2 # OPC=divsd_xmm_xmm
[----------] * divsd %xmm2, %xmm13 # OPC=divsd_xmm_xmm
[----------] * divsd %xmm10, %xmm11 # OPC=divsd_xmm_xmm
[----------] * divsd %xmm1, %xmm4 # OPC=divsd_xmm_xmm
[----------] * divsd %xmm9, %xmm8 # OPC=divsd_xmm_xmm
[----------] * divsd %xmm9, %xmm12 # OPC=divsd_xmm_xmm
[----------] - Starting with OPC = divss_xmm_m32
[----------] Seed is 1463511743174434
[----------] * divss -0x7(%r11d,%ebx,4), %xmm12 # OPC=divss_xmm_m32
[----------] * divss (%rax), %xmm7 # OPC=divss_xmm_m32
[----------] * divss 0xf7(%rip), %xmm10 # OPC=divss_xmm_m32
[----------] * divss (%rax), %xmm4 # OPC=divss_xmm_m32
[----------] * divss -0x8(%rip), %xmm7 # OPC=divss_xmm_m32
[----------] * divss -0x7(%r11d,%ebx,4), %xmm1 # OPC=divss_xmm_m32
[----------] * divss 0x5dcffff7(%rip), %xmm15 # OPC=divss_xmm_m32
[----------] * divss 0x30(%r11d), %xmm4 # OPC=divss_xmm_m32
[----------] * divss 0xf7(%rip), %xmm9 # OPC=divss_xmm_m32
[----------] * divss -0x8(%rip), %xmm2 # OPC=divss_xmm_m32
[----------] - Starting with OPC = divss_xmm_xmm
[----------] Seed is 1463511743175677
[----------] * divss %xmm13, %xmm11 # OPC=divss_xmm_xmm
[----------] * divss %xmm15, %xmm15 # OPC=divss_xmm_xmm
[----------] * divss %xmm7, %xmm5 # OPC=divss_xmm_xmm
[----------] * divss %xmm7, %xmm13 # OPC=divss_xmm_xmm
[----------] * divss %xmm1, %xmm5 # OPC=divss_xmm_xmm
[----------] * divss %xmm12, %xmm1 # OPC=divss_xmm_xmm
[----------] * divss %xmm0, %xmm12 # OPC=divss_xmm_xmm
[----------] * divss %xmm6, %xmm13 # OPC=divss_xmm_xmm
[----------] * divss %xmm3, %xmm5 # OPC=divss_xmm_xmm
[----------] * divss %xmm9, %xmm4 # OPC=divss_xmm_xmm
[----------] - Starting with OPC = dppd_xmm_m128_imm8
[----------] Seed is 1463511743177073
[----------] * dppd $0x10, 0x5dcffff6(%rip), %xmm6 # OPC=dppd_xmm_m128_imm8
[----------] * dppd $0x0, 0x5dcffff5(%rip), %xmm14 # OPC=dppd_xmm_m128_imm8
[----------] * dppd $0x7f, 0x5dcffff6(%rip), %xmm0 # OPC=dppd_xmm_m128_imm8
[----------] * dppd $0x64, 0xf6(%rip), %xmm6 # OPC=dppd_xmm_m128_imm8
[----------] * dppd $0xfe, 0x5dcffff6(%rip), %xmm5 # OPC=dppd_xmm_m128_imm8
[----------] * dppd $0xfc, 0x5dcffff5(%rip), %xmm15 # OPC=dppd_xmm_m128_imm8
[----------] * dppd $0x64, -0x64(%rax,%rcx,4), %xmm5 # OPC=dppd_xmm_m128_imm8
[----------] * dppd $0x44, (%r11d,%ebx,4), %xmm5 # OPC=dppd_xmm_m128_imm8
[----------] * dppd $0xf9, 0xf5(%rip), %xmm12 # OPC=dppd_xmm_m128_imm8
[----------] * dppd $0xff, 0x7ffffff6(%rip), %xmm6 # OPC=dppd_xmm_m128_imm8
[----------] - Starting with OPC = dppd_xmm_xmm_imm8
[----------] Seed is 1463511743178928
[----------] * dppd $0x0, %xmm0, %xmm9 # OPC=dppd_xmm_xmm_imm8
[----------] * dppd $0x44, %xmm14, %xmm15 # OPC=dppd_xmm_xmm_imm8
[----------] * dppd $0xfa, %xmm4, %xmm8 # OPC=dppd_xmm_xmm_imm8
[----------] * dppd $0x0, %xmm8, %xmm11 # OPC=dppd_xmm_xmm_imm8
[----------] * dppd $0x20, %xmm11, %xmm8 # OPC=dppd_xmm_xmm_imm8
[----------] * dppd $0xff, %xmm14, %xmm14 # OPC=dppd_xmm_xmm_imm8
[----------] * dppd $0x0, %xmm15, %xmm5 # OPC=dppd_xmm_xmm_imm8
[----------] * dppd $0x64, %xmm9, %xmm5 # OPC=dppd_xmm_xmm_imm8
[----------] * dppd $0x22, %xmm13, %xmm8 # OPC=dppd_xmm_xmm_imm8
[----------] * dppd $0xff, %xmm4, %xmm0 # OPC=dppd_xmm_xmm_imm8
[----------] - Starting with OPC = dpps_xmm_m128_imm8
[----------] Seed is 1463511743180403
[----------] * dpps $0x8, (%r11d,%ebx,1), %xmm14 # OPC=dpps_xmm_m128_imm8
[----------] * dpps $0x1, -0x64(%rax,%rcx,4), %xmm11 # OPC=dpps_xmm_m128_imm8
[----------] * dpps $0x44, 0x64(%rsp,%rdx,8), %xmm11 # OPC=dpps_xmm_m128_imm8
[----------] * dpps $0xf8, (%r11d,%ebx,4), %xmm15 # OPC=dpps_xmm_m128_imm8
[----------] * dpps $0xf8, 0x16(%r8), %xmm6 # OPC=dpps_xmm_m128_imm8
[----------] * dpps $0xff, 0xf6(%rip), %xmm7 # OPC=dpps_xmm_m128_imm8
[----------] * dpps $0x2, (%r11d,%ebx,1), %xmm3 # OPC=dpps_xmm_m128_imm8
[----------] * dpps $0x10, -0x64(%rax,%rcx,4), %xmm6 # OPC=dpps_xmm_m128_imm8
[----------] * dpps $0xfe, -0x10(,%rdx,2), %xmm3 # OPC=dpps_xmm_m128_imm8
[----------] * dpps $0xe0, 0x5dcffff6(%rip), %xmm6 # OPC=dpps_xmm_m128_imm8
[----------] - Starting with OPC = dpps_xmm_xmm_imm8
[----------] Seed is 1463511743181626
[----------] * dpps $0x22, %xmm1, %xmm6 # OPC=dpps_xmm_xmm_imm8
[----------] * dpps $0x0, %xmm13, %xmm13 # OPC=dpps_xmm_xmm_imm8
[----------] * dpps $0xf9, %xmm15, %xmm4 # OPC=dpps_xmm_xmm_imm8
[----------] * dpps $0x70, %xmm6, %xmm12 # OPC=dpps_xmm_xmm_imm8
[----------] * dpps $0x80, %xmm5, %xmm7 # OPC=dpps_xmm_xmm_imm8
[----------] * dpps $0x4, %xmm6, %xmm4 # OPC=dpps_xmm_xmm_imm8
[----------] * dpps $0xc0, %xmm5, %xmm4 # OPC=dpps_xmm_xmm_imm8
[----------] * dpps $0xcc, %xmm11, %xmm15 # OPC=dpps_xmm_xmm_imm8
[----------] * dpps $0xfe, %xmm3, %xmm6 # OPC=dpps_xmm_xmm_imm8
[----------] * dpps $0x1, %xmm4, %xmm11 # OPC=dpps_xmm_xmm_imm8
[----------] - Starting with OPC = emms
[----------] Seed is 1463511743183051
[----------] * emms # OPC=emms
[----------] * emms # OPC=emms
[----------] * emms # OPC=emms
[----------] * emms # OPC=emms
[----------] * emms # OPC=emms
[----------] * emms # OPC=emms
[----------] * emms # OPC=emms
[----------] * emms # OPC=emms
[----------] * emms # OPC=emms
[----------] * emms # OPC=emms
[----------] - Starting with OPC = extractps_m32_xmm_imm8
[----------] Seed is 1463511743184429
[----------] * extractps $0xf0, %xmm1, 0x64(%rdx) # OPC=extractps_m32_xmm_imm8
[----------] * extractps $0x5, %xmm0, 0x5dcffff6(%rip) # OPC=extractps_m32_xmm_imm8
[----------] * extractps $0x4, %xmm3, 0xf6(%rip) # OPC=extractps_m32_xmm_imm8
[----------] * extractps $0x8, %xmm0, 0x5dcffff6(%rip) # OPC=extractps_m32_xmm_imm8
[----------] * extractps $0x5, %xmm5, 0x7ffffff6(%rip) # OPC=extractps_m32_xmm_imm8
[----------] * extractps $0xf9, %xmm13, -0x64(%rax,%rcx,4) # OPC=extractps_m32_xmm_imm8
[----------] * extractps $0x4, %xmm4, -0x10(,%rdx,2) # OPC=extractps_m32_xmm_imm8
[----------] * extractps $0x7f, %xmm6, 0xf6(%rip) # OPC=extractps_m32_xmm_imm8
[----------] * extractps $0xfb, %xmm14, 0x5dcffff5(%rip) # OPC=extractps_m32_xmm_imm8
[----------] * extractps $0x40, %xmm13, 0xf5(%rip) # OPC=extractps_m32_xmm_imm8
[----------] - Starting with OPC = extractps_r32_xmm_imm8
[----------] Seed is 1463511743185578
[----------] * extractps $0xf9, %xmm11, %r14d # OPC=extractps_r32_xmm_imm8
[----------] * extractps $0x3, %xmm7, %r15d # OPC=extractps_r32_xmm_imm8
[----------] * extractps $0xff, %xmm10, %edx # OPC=extractps_r32_xmm_imm8
[----------] * extractps $0x22, %xmm10, %ebp # OPC=extractps_r32_xmm_imm8
[----------] * extractps $0x10, %xmm1, %ebp # OPC=extractps_r32_xmm_imm8
[----------] * extractps $0xfd, %xmm13, %r15d # OPC=extractps_r32_xmm_imm8
[----------] * extractps $0x7, %xmm0, %edi # OPC=extractps_r32_xmm_imm8
[----------] * extractps $0x10, %xmm8, %edx # OPC=extractps_r32_xmm_imm8
[----------] * extractps $0x70, %xmm0, %edx # OPC=extractps_r32_xmm_imm8
[----------] * extractps $0x7, %xmm0, %r8d # OPC=extractps_r32_xmm_imm8
[----------] - Starting with OPC = extractps_r64_xmm_imm8
[----------] Seed is 1463511743187178
[----------] * extractps $0x0, %xmm4, %rax # OPC=extractps_r64_xmm_imm8
[----------] * extractps $0x22, %xmm2, %r13 # OPC=extractps_r64_xmm_imm8
[----------] * extractps $0xfe, %xmm0, %r10 # OPC=extractps_r64_xmm_imm8
[----------] * extractps $0xfd, %xmm15, %r12 # OPC=extractps_r64_xmm_imm8
[----------] * extractps $0xfd, %xmm6, %rcx # OPC=extractps_r64_xmm_imm8
[----------] * extractps $0xfe, %xmm12, %r9 # OPC=extractps_r64_xmm_imm8
[----------] * extractps $0x22, %xmm3, %rdx # OPC=extractps_r64_xmm_imm8
[----------] * extractps $0xff, %xmm9, %rsp # OPC=extractps_r64_xmm_imm8
[----------] * extractps $0x5, %xmm10, %r14 # OPC=extractps_r64_xmm_imm8
[----------] * extractps $0x64, %xmm2, %rdx # OPC=extractps_r64_xmm_imm8
[----------] - Starting with OPC = f2xm1
[----------] Seed is 1463511743188393
[----------] * f2xm1 # OPC=f2xm1
[----------] * f2xm1 # OPC=f2xm1
[----------] * f2xm1 # OPC=f2xm1
[----------] * f2xm1 # OPC=f2xm1
[----------] * f2xm1 # OPC=f2xm1
[----------] * f2xm1 # OPC=f2xm1
[----------] * f2xm1 # OPC=f2xm1
[----------] * f2xm1 # OPC=f2xm1
[----------] * f2xm1 # OPC=f2xm1
[----------] * f2xm1 # OPC=f2xm1
[----------] - Starting with OPC = fabs
[----------] Seed is 1463511743189627
[----------] * fabs # OPC=fabs
[----------] * fabs # OPC=fabs
[----------] * fabs # OPC=fabs
[----------] * fabs # OPC=fabs
[----------] * fabs # OPC=fabs
[----------] * fabs # OPC=fabs
[----------] * fabs # OPC=fabs
[----------] * fabs # OPC=fabs
[----------] * fabs # OPC=fabs
[----------] * fabs # OPC=fabs
[----------] - Starting with OPC = fadds_m32fp
[----------] Seed is 1463511743191001
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] - Starting with OPC = faddl_m64fp
[----------] Seed is 1463511743191089
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] - Starting with OPC = faddp
[----------] Seed is 1463511743191183
[----------] * faddp # OPC=faddp
[----------] * faddp # OPC=faddp
[----------] * faddp # OPC=faddp
[----------] * faddp # OPC=faddp
[----------] * faddp # OPC=faddp
[----------] * faddp # OPC=faddp
[----------] * faddp # OPC=faddp
[----------] * faddp # OPC=faddp
[----------] * faddp # OPC=faddp
[----------] * faddp # OPC=faddp
[----------] - Starting with OPC = fbld_m80bcd
[----------] Seed is 1463511743192559
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] - Starting with OPC = fbstp_m80bcd
[----------] Seed is 1463511743192663
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] - Starting with OPC = fchs
[----------] Seed is 1463511743192750
[----------] * fchs # OPC=fchs
[----------] * fchs # OPC=fchs
[----------] * fchs # OPC=fchs
[----------] * fchs # OPC=fchs
[----------] * fchs # OPC=fchs
[----------] * fchs # OPC=fchs
[----------] * fchs # OPC=fchs
[----------] * fchs # OPC=fchs
[----------] * fchs # OPC=fchs
[----------] * fchs # OPC=fchs
[----------] - Starting with OPC = fclex
[----------] Seed is 1463511743194608
[----------] * fclex # OPC=fclex
[----------] * fclex # OPC=fclex
[----------] * fclex # OPC=fclex
[----------] * fclex # OPC=fclex
[----------] * fclex # OPC=fclex
[----------] * fclex # OPC=fclex
[----------] * fclex # OPC=fclex
[----------] * fclex # OPC=fclex
[----------] * fclex # OPC=fclex
[----------] * fclex # OPC=fclex
[----------] - Starting with OPC = fcom
[----------] Seed is 1463511743196090
[----------] * fcom # OPC=fcom
[----------] * fcom # OPC=fcom
[----------] * fcom # OPC=fcom
[----------] * fcom # OPC=fcom
[----------] * fcom # OPC=fcom
[----------] * fcom # OPC=fcom
[----------] * fcom # OPC=fcom
[----------] * fcom # OPC=fcom
[----------] * fcom # OPC=fcom
[----------] * fcom # OPC=fcom
[----------] - Starting with OPC = fcoms_m32fp
[----------] Seed is 1463511743197567
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] - Starting with OPC = fcoml_m64fp
[----------] Seed is 1463511743197620
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] - Starting with OPC = fcomp
[----------] Seed is 1463511743197720
[----------] * fcomp # OPC=fcomp
[----------] * fcomp # OPC=fcomp
[----------] * fcomp # OPC=fcomp
[----------] * fcomp # OPC=fcomp
[----------] * fcomp # OPC=fcomp
[----------] * fcomp # OPC=fcomp
[----------] * fcomp # OPC=fcomp
[----------] * fcomp # OPC=fcomp
[----------] * fcomp # OPC=fcomp
[----------] * fcomp # OPC=fcomp
[----------] - Starting with OPC = fcomps_m32fp
[----------] Seed is 1463511743199106
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] - Starting with OPC = fcompl_m64fp
[----------] Seed is 1463511743199192
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] - Starting with OPC = fcos
[----------] Seed is 1463511743199227
[----------] * fcos # OPC=fcos
[----------] * fcos # OPC=fcos
[----------] * fcos # OPC=fcos
[----------] * fcos # OPC=fcos
[----------] * fcos # OPC=fcos
[----------] * fcos # OPC=fcos
[----------] * fcos # OPC=fcos
[----------] * fcos # OPC=fcos
[----------] * fcos # OPC=fcos
[----------] * fcos # OPC=fcos
[----------] - Starting with OPC = fdecstp
[----------] Seed is 1463511743200605
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] - Starting with OPC = fdivs_m32fp
[----------] Seed is 1463511743200776
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] - Starting with OPC = fdivl_m64fp
[----------] Seed is 1463511743200859
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] - Starting with OPC = fdivp
[----------] Seed is 1463511743200937
[----------] * fdivp # OPC=fdivp
[----------] * fdivp # OPC=fdivp
[----------] * fdivp # OPC=fdivp
[----------] * fdivp # OPC=fdivp
[----------] * fdivp # OPC=fdivp
[----------] * fdivp # OPC=fdivp
[----------] * fdivp # OPC=fdivp
[----------] * fdivp # OPC=fdivp
[----------] * fdivp # OPC=fdivp
[----------] * fdivp # OPC=fdivp
[----------] - Starting with OPC = fdivrs_m32fp
[----------] Seed is 1463511743202146
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] - Starting with OPC = fdivrl_m64fp
[----------] Seed is 1463511743202566
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] - Starting with OPC = fdivrp
[----------] Seed is 1463511743202681
[----------] * fdivrp # OPC=fdivrp
[----------] * fdivrp # OPC=fdivrp
[----------] * fdivrp # OPC=fdivrp
[----------] * fdivrp # OPC=fdivrp
[----------] * fdivrp # OPC=fdivrp
[----------] * fdivrp # OPC=fdivrp
[----------] * fdivrp # OPC=fdivrp
[----------] * fdivrp # OPC=fdivrp
[----------] * fdivrp # OPC=fdivrp
[----------] * fdivrp # OPC=fdivrp
[----------] - Starting with OPC = fiadd_m16int
[----------] Seed is 1463511743204143
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] - Starting with OPC = fiaddl_m32int
[----------] Seed is 1463511743204236
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] - Starting with OPC = ficom_m16int
[----------] Seed is 1463511743204315
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] - Starting with OPC = ficoml_m32int
[----------] Seed is 1463511743204407
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] - Starting with OPC = ficomp_m16int
[----------] Seed is 1463511743204489
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] - Starting with OPC = ficompl_m32int
[----------] Seed is 1463511743204565
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] - Starting with OPC = fidiv_m16int
[----------] Seed is 1463511743204641
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] - Starting with OPC = fidivl_m32int
[----------] Seed is 1463511743204719
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] - Starting with OPC = fidivr_m16int
[----------] Seed is 1463511743204796
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] - Starting with OPC = fidivrl_m32int
[----------] Seed is 1463511743204892
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] - Starting with OPC = fild_m16int
[----------] Seed is 1463511743204974
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] - Starting with OPC = fildl_m32int
[----------] Seed is 1463511743205051
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] - Starting with OPC = fildll_m64int
[----------] Seed is 1463511743205129
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] - Starting with OPC = fimul_m16int
[----------] Seed is 1463511743205207
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] - Starting with OPC = fimull_m32int
[----------] Seed is 1463511743205283
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] - Starting with OPC = fincstp
[----------] Seed is 1463511743205368
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] - Starting with OPC = finit
[----------] Seed is 1463511743205503
[----------] * finit # OPC=finit
[----------] * finit # OPC=finit
[----------] * finit # OPC=finit
[----------] * finit # OPC=finit
[----------] * finit # OPC=finit
[----------] * finit # OPC=finit
[----------] * finit # OPC=finit
[----------] * finit # OPC=finit
[----------] * finit # OPC=finit
[----------] * finit # OPC=finit
[----------] - Starting with OPC = fist_m16int
[----------] Seed is 1463511743206682
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] - Starting with OPC = fistl_m32int
[----------] Seed is 1463511743206770
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] - Starting with OPC = fistp_m16int
[----------] Seed is 1463511743206847
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] - Starting with OPC = fistpl_m32int
[----------] Seed is 1463511743206923
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] - Starting with OPC = fistpll_m64int
[----------] Seed is 1463511743206999
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] - Starting with OPC = fisttp_m16int
[----------] Seed is 1463511743207076
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] - Starting with OPC = fisttpl_m32int
[----------] Seed is 1463511743207167
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] - Starting with OPC = fisttpll_m64int
[----------] Seed is 1463511743207248
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] - Starting with OPC = fisub_m16int
[----------] Seed is 1463511743207330
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] - Starting with OPC = fisubl_m32int
[----------] Seed is 1463511743207408
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] - Starting with OPC = fisubr_m16int
[----------] Seed is 1463511743207484
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] - Starting with OPC = fisubrl_m32int
[----------] Seed is 1463511743207562
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] - Starting with OPC = flds_m32fp
[----------] Seed is 1463511743207654
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] - Starting with OPC = fldl_m64fp
[----------] Seed is 1463511743207740
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] - Starting with OPC = fldt_m80fp
[----------] Seed is 1463511743207818
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] - Starting with OPC = fld1
[----------] Seed is 1463511743207896
[----------] * fld1 # OPC=fld1
[----------] * fld1 # OPC=fld1
[----------] * fld1 # OPC=fld1
[----------] * fld1 # OPC=fld1
[----------] * fld1 # OPC=fld1
[----------] * fld1 # OPC=fld1
[----------] * fld1 # OPC=fld1
[----------] * fld1 # OPC=fld1
[----------] * fld1 # OPC=fld1
[----------] * fld1 # OPC=fld1
[----------] - Starting with OPC = fldl2e
[----------] Seed is 1463511743209291
[----------] * fldl2e # OPC=fldl2e
[----------] * fldl2e # OPC=fldl2e
[----------] * fldl2e # OPC=fldl2e
[----------] * fldl2e # OPC=fldl2e
[----------] * fldl2e # OPC=fldl2e
[----------] * fldl2e # OPC=fldl2e
[----------] * fldl2e # OPC=fldl2e
[----------] * fldl2e # OPC=fldl2e
[----------] * fldl2e # OPC=fldl2e
[----------] * fldl2e # OPC=fldl2e
[----------] - Starting with OPC = fldl2t
[----------] Seed is 1463511743210768
[----------] * fldl2t # OPC=fldl2t
[----------] * fldl2t # OPC=fldl2t
[----------] * fldl2t # OPC=fldl2t
[----------] * fldl2t # OPC=fldl2t
[----------] * fldl2t # OPC=fldl2t
[----------] * fldl2t # OPC=fldl2t
[----------] * fldl2t # OPC=fldl2t
[----------] * fldl2t # OPC=fldl2t
[----------] * fldl2t # OPC=fldl2t
[----------] * fldl2t # OPC=fldl2t
[----------] - Starting with OPC = fldlg2
[----------] Seed is 1463511743212107
[----------] * fldlg2 # OPC=fldlg2
[----------] * fldlg2 # OPC=fldlg2
[----------] * fldlg2 # OPC=fldlg2
[----------] * fldlg2 # OPC=fldlg2
[----------] * fldlg2 # OPC=fldlg2
[----------] * fldlg2 # OPC=fldlg2
[----------] * fldlg2 # OPC=fldlg2
[----------] * fldlg2 # OPC=fldlg2
[----------] * fldlg2 # OPC=fldlg2
[----------] * fldlg2 # OPC=fldlg2
[----------] - Starting with OPC = fldln2
[----------] Seed is 1463511743212466
[----------] * fldln2 # OPC=fldln2
[----------] * fldln2 # OPC=fldln2
[----------] * fldln2 # OPC=fldln2
[----------] * fldln2 # OPC=fldln2
[----------] * fldln2 # OPC=fldln2
[----------] * fldln2 # OPC=fldln2
[----------] * fldln2 # OPC=fldln2
[----------] * fldln2 # OPC=fldln2
[----------] * fldln2 # OPC=fldln2
[----------] * fldln2 # OPC=fldln2
[----------] - Starting with OPC = fldpi
[----------] Seed is 1463511743214915
[----------] * fldpi # OPC=fldpi
[----------] * fldpi # OPC=fldpi
[----------] * fldpi # OPC=fldpi
[----------] * fldpi # OPC=fldpi
[----------] * fldpi # OPC=fldpi
[----------] * fldpi # OPC=fldpi
[----------] * fldpi # OPC=fldpi
[----------] * fldpi # OPC=fldpi
[----------] * fldpi # OPC=fldpi
[----------] * fldpi # OPC=fldpi
[----------] - Starting with OPC = fldz
[----------] Seed is 1463511743216345
[----------] * fldz # OPC=fldz
[----------] * fldz # OPC=fldz
[----------] * fldz # OPC=fldz
[----------] * fldz # OPC=fldz
[----------] * fldz # OPC=fldz
[----------] * fldz # OPC=fldz
[----------] * fldz # OPC=fldz
[----------] * fldz # OPC=fldz
[----------] * fldz # OPC=fldz
[----------] * fldz # OPC=fldz
[----------] - Starting with OPC = fmuls_m32fp
[----------] Seed is 1463511743217661
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] - Starting with OPC = fmull_m64fp
[----------] Seed is 1463511743217752
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] - Starting with OPC = fmulp
[----------] Seed is 1463511743217832
[----------] * fmulp # OPC=fmulp
[----------] * fmulp # OPC=fmulp
[----------] * fmulp # OPC=fmulp
[----------] * fmulp # OPC=fmulp
[----------] * fmulp # OPC=fmulp
[----------] * fmulp # OPC=fmulp
[----------] * fmulp # OPC=fmulp
[----------] * fmulp # OPC=fmulp
[----------] * fmulp # OPC=fmulp
[----------] * fmulp # OPC=fmulp
[----------] - Starting with OPC = fnclex
[----------] Seed is 1463511743219233
[----------] * fnclex # OPC=fnclex
[----------] * fnclex # OPC=fnclex
[----------] * fnclex # OPC=fnclex
[----------] * fnclex # OPC=fnclex
[----------] * fnclex # OPC=fnclex
[----------] * fnclex # OPC=fnclex
[----------] * fnclex # OPC=fnclex
[----------] * fnclex # OPC=fnclex
[----------] * fnclex # OPC=fnclex
[----------] * fnclex # OPC=fnclex
[----------] - Starting with OPC = fninit
[----------] Seed is 1463511743220781
[----------] * fninit # OPC=fninit
[----------] * fninit # OPC=fninit
[----------] * fninit # OPC=fninit
[----------] * fninit # OPC=fninit
[----------] * fninit # OPC=fninit
[----------] * fninit # OPC=fninit
[----------] * fninit # OPC=fninit
[----------] * fninit # OPC=fninit
[----------] * fninit # OPC=fninit
[----------] * fninit # OPC=fninit
[----------] - Starting with OPC = fnop
[----------] Seed is 1463511743222034
[----------] * fnop # OPC=fnop
[----------] * fnop # OPC=fnop
[----------] * fnop # OPC=fnop
[----------] * fnop # OPC=fnop
[----------] * fnop # OPC=fnop
[----------] * fnop # OPC=fnop
[----------] * fnop # OPC=fnop
[----------] * fnop # OPC=fnop
[----------] * fnop # OPC=fnop
[----------] * fnop # OPC=fnop
[----------] - Starting with OPC = fnstsw_ax
[----------] Seed is 1463511743223619
[----------] * fnstsw %ax # OPC=fnstsw_ax
[----------] * fnstsw %ax # OPC=fnstsw_ax
[----------] * fnstsw %ax # OPC=fnstsw_ax
[----------] * fnstsw %ax # OPC=fnstsw_ax
[----------] * fnstsw %ax # OPC=fnstsw_ax
[----------] * fnstsw %ax # OPC=fnstsw_ax
[----------] * fnstsw %ax # OPC=fnstsw_ax
[----------] * fnstsw %ax # OPC=fnstsw_ax
[----------] * fnstsw %ax # OPC=fnstsw_ax
[----------] * fnstsw %ax # OPC=fnstsw_ax
[----------] - Starting with OPC = fpatan
[----------] Seed is 1463511743225196
[----------] * fpatan # OPC=fpatan
[----------] * fpatan # OPC=fpatan
[----------] * fpatan # OPC=fpatan
[----------] * fpatan # OPC=fpatan
[----------] * fpatan # OPC=fpatan
[----------] * fpatan # OPC=fpatan
[----------] * fpatan # OPC=fpatan
[----------] * fpatan # OPC=fpatan
[----------] * fpatan # OPC=fpatan
[----------] * fpatan # OPC=fpatan
[----------] - Starting with OPC = fprem
[----------] Seed is 1463511743227350
[----------] * fprem # OPC=fprem
[----------] * fprem # OPC=fprem
[----------] * fprem # OPC=fprem
[----------] * fprem # OPC=fprem
[----------] * fprem # OPC=fprem
[----------] * fprem # OPC=fprem
[----------] * fprem # OPC=fprem
[----------] * fprem # OPC=fprem
[----------] * fprem # OPC=fprem
[----------] * fprem # OPC=fprem
[----------] - Starting with OPC = fprem1
[----------] Seed is 1463511743228224
[----------] * fprem1 # OPC=fprem1
[----------] * fprem1 # OPC=fprem1
[----------] * fprem1 # OPC=fprem1
[----------] * fprem1 # OPC=fprem1
[----------] * fprem1 # OPC=fprem1
[----------] * fprem1 # OPC=fprem1
[----------] * fprem1 # OPC=fprem1
[----------] * fprem1 # OPC=fprem1
[----------] * fprem1 # OPC=fprem1
[----------] * fprem1 # OPC=fprem1
[----------] - Starting with OPC = fptan
[----------] Seed is 1463511743230018
[----------] * fptan # OPC=fptan
[----------] * fptan # OPC=fptan
[----------] * fptan # OPC=fptan
[----------] * fptan # OPC=fptan
[----------] * fptan # OPC=fptan
[----------] * fptan # OPC=fptan
[----------] * fptan # OPC=fptan
[----------] * fptan # OPC=fptan
[----------] * fptan # OPC=fptan
[----------] * fptan # OPC=fptan
[----------] - Starting with OPC = frndint
[----------] Seed is 1463511743231548
[----------] * frndint # OPC=frndint
[----------] * frndint # OPC=frndint
[----------] * frndint # OPC=frndint
[----------] * frndint # OPC=frndint
[----------] * frndint # OPC=frndint
[----------] * frndint # OPC=frndint
[----------] * frndint # OPC=frndint
[----------] * frndint # OPC=frndint
[----------] * frndint # OPC=frndint
[----------] * frndint # OPC=frndint
[----------] - Starting with OPC = fscale
[----------] Seed is 1463511743233073
[----------] * fscale # OPC=fscale
[----------] * fscale # OPC=fscale
[----------] * fscale # OPC=fscale
[----------] * fscale # OPC=fscale
[----------] * fscale # OPC=fscale
[----------] * fscale # OPC=fscale
[----------] * fscale # OPC=fscale
[----------] * fscale # OPC=fscale
[----------] * fscale # OPC=fscale
[----------] * fscale # OPC=fscale
[----------] - Starting with OPC = fsin
[----------] Seed is 1463511743234571
[----------] * fsin # OPC=fsin
[----------] * fsin # OPC=fsin
[----------] * fsin # OPC=fsin
[----------] * fsin # OPC=fsin
[----------] * fsin # OPC=fsin
[----------] * fsin # OPC=fsin
[----------] * fsin # OPC=fsin
[----------] * fsin # OPC=fsin
[----------] * fsin # OPC=fsin
[----------] * fsin # OPC=fsin
[----------] - Starting with OPC = fsincos
[----------] Seed is 1463511743235932
[----------] * fsincos # OPC=fsincos
[----------] * fsincos # OPC=fsincos
[----------] * fsincos # OPC=fsincos
[----------] * fsincos # OPC=fsincos
[----------] * fsincos # OPC=fsincos
[----------] * fsincos # OPC=fsincos
[----------] * fsincos # OPC=fsincos
[----------] * fsincos # OPC=fsincos
[----------] * fsincos # OPC=fsincos
[----------] * fsincos # OPC=fsincos
[----------] - Starting with OPC = fsqrt
[----------] Seed is 1463511743237528
[----------] * fsqrt # OPC=fsqrt
[----------] * fsqrt # OPC=fsqrt
[----------] * fsqrt # OPC=fsqrt
[----------] * fsqrt # OPC=fsqrt
[----------] * fsqrt # OPC=fsqrt
[----------] * fsqrt # OPC=fsqrt
[----------] * fsqrt # OPC=fsqrt
[----------] * fsqrt # OPC=fsqrt
[----------] * fsqrt # OPC=fsqrt
[----------] * fsqrt # OPC=fsqrt
[----------] - Starting with OPC = fsts_m32fp
[----------] Seed is 1463511743238766
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] - Starting with OPC = fstl_m64fp
[----------] Seed is 1463511743238858
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] - Starting with OPC = fstps_m32fp
[----------] Seed is 1463511743238939
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] - Starting with OPC = fstpl_m64fp
[----------] Seed is 1463511743239017
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] - Starting with OPC = fstpt_m80fp
[----------] Seed is 1463511743239095
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] - Starting with OPC = fstsw_ax
[----------] Seed is 1463511743239193
[----------] * fstsw %ax # OPC=fstsw_ax
[----------] * fstsw %ax # OPC=fstsw_ax
[----------] * fstsw %ax # OPC=fstsw_ax
[----------] * fstsw %ax # OPC=fstsw_ax
[----------] * fstsw %ax # OPC=fstsw_ax
[----------] * fstsw %ax # OPC=fstsw_ax
[----------] * fstsw %ax # OPC=fstsw_ax
[----------] * fstsw %ax # OPC=fstsw_ax
[----------] * fstsw %ax # OPC=fstsw_ax
[----------] * fstsw %ax # OPC=fstsw_ax
[----------] - Starting with OPC = fsubs_m32fp
[----------] Seed is 1463511743240644
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] - Starting with OPC = fsubl_m64fp
[----------] Seed is 1463511743240757
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] - Starting with OPC = fsubp
[----------] Seed is 1463511743240838
[----------] * fsubp # OPC=fsubp
[----------] * fsubp # OPC=fsubp
[----------] * fsubp # OPC=fsubp
[----------] * fsubp # OPC=fsubp
[----------] * fsubp # OPC=fsubp
[----------] * fsubp # OPC=fsubp
[----------] * fsubp # OPC=fsubp
[----------] * fsubp # OPC=fsubp
[----------] * fsubp # OPC=fsubp
[----------] * fsubp # OPC=fsubp
[----------] - Starting with OPC = fsubrs_m32fp
[----------] Seed is 1463511743242868
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] - Starting with OPC = fsubrl_m64fp
[----------] Seed is 1463511743242968
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] - Starting with OPC = fsubrp
[----------] Seed is 1463511743243059
[----------] * fsubrp # OPC=fsubrp
[----------] * fsubrp # OPC=fsubrp
[----------] * fsubrp # OPC=fsubrp
[----------] * fsubrp # OPC=fsubrp
[----------] * fsubrp # OPC=fsubrp
[----------] * fsubrp # OPC=fsubrp
[----------] * fsubrp # OPC=fsubrp
[----------] * fsubrp # OPC=fsubrp
[----------] * fsubrp # OPC=fsubrp
[----------] * fsubrp # OPC=fsubrp
[----------] - Starting with OPC = ftst
[----------] Seed is 1463511743244553
[----------] * ftst # OPC=ftst
[----------] * ftst # OPC=ftst
[----------] * ftst # OPC=ftst
[----------] * ftst # OPC=ftst
[----------] * ftst # OPC=ftst
[----------] * ftst # OPC=ftst
[----------] * ftst # OPC=ftst
[----------] * ftst # OPC=ftst
[----------] * ftst # OPC=ftst
[----------] * ftst # OPC=ftst
[----------] - Starting with OPC = fucom
[----------] Seed is 1463511743245784
[----------] * fucom # OPC=fucom
[----------] * fucom # OPC=fucom
[----------] * fucom # OPC=fucom
[----------] * fucom # OPC=fucom
[----------] * fucom # OPC=fucom
[----------] * fucom # OPC=fucom
[----------] * fucom # OPC=fucom
[----------] * fucom # OPC=fucom
[----------] * fucom # OPC=fucom
[----------] * fucom # OPC=fucom
[----------] - Starting with OPC = fucomp
[----------] Seed is 1463511743247329
[----------] * fucomp # OPC=fucomp
[----------] * fucomp # OPC=fucomp
[----------] * fucomp # OPC=fucomp
[----------] * fucomp # OPC=fucomp
[----------] * fucomp # OPC=fucomp
[----------] * fucomp # OPC=fucomp
[----------] * fucomp # OPC=fucomp
[----------] * fucomp # OPC=fucomp
[----------] * fucomp # OPC=fucomp
[----------] * fucomp # OPC=fucomp
[----------] - Starting with OPC = fucompp
[----------] Seed is 1463511743248884
[----------] * fucompp # OPC=fucompp
[----------] * fucompp # OPC=fucompp
[----------] * fucompp # OPC=fucompp
[----------] * fucompp # OPC=fucompp
[----------] * fucompp # OPC=fucompp
[----------] * fucompp # OPC=fucompp
[----------] * fucompp # OPC=fucompp
[----------] * fucompp # OPC=fucompp
[----------] * fucompp # OPC=fucompp
[----------] * fucompp # OPC=fucompp
[----------] - Starting with OPC = fwait
[----------] Seed is 1463511743250329
[----------] * fwait # OPC=fwait
[----------] * fwait # OPC=fwait
[----------] * fwait # OPC=fwait
[----------] * fwait # OPC=fwait
[----------] * fwait # OPC=fwait
[----------] * fwait # OPC=fwait
[----------] * fwait # OPC=fwait
[----------] * fwait # OPC=fwait
[----------] * fwait # OPC=fwait
[----------] * fwait # OPC=fwait
[----------] - Starting with OPC = fxam
[----------] Seed is 1463511743251741
[----------] * fxam # OPC=fxam
[----------] * fxam # OPC=fxam
[----------] * fxam # OPC=fxam
[----------] * fxam # OPC=fxam
[----------] * fxam # OPC=fxam
[----------] * fxam # OPC=fxam
[----------] * fxam # OPC=fxam
[----------] * fxam # OPC=fxam
[----------] * fxam # OPC=fxam
[----------] * fxam # OPC=fxam
[----------] - Starting with OPC = fxch
[----------] Seed is 1463511743253166
[----------] * fxch # OPC=fxch
[----------] * fxch # OPC=fxch
[----------] * fxch # OPC=fxch
[----------] * fxch # OPC=fxch
[----------] * fxch # OPC=fxch
[----------] * fxch # OPC=fxch
[----------] * fxch # OPC=fxch
[----------] * fxch # OPC=fxch
[----------] * fxch # OPC=fxch
[----------] * fxch # OPC=fxch
[----------] - Starting with OPC = fxtract
[----------] Seed is 1463511743254645
[----------] * fxtract # OPC=fxtract
[----------] * fxtract # OPC=fxtract
[----------] * fxtract # OPC=fxtract
[----------] * fxtract # OPC=fxtract
[----------] * fxtract # OPC=fxtract
[----------] * fxtract # OPC=fxtract
[----------] * fxtract # OPC=fxtract
[----------] * fxtract # OPC=fxtract
[----------] * fxtract # OPC=fxtract
[----------] * fxtract # OPC=fxtract
[----------] - Starting with OPC = fyl2x
[----------] Seed is 1463511743256149
[----------] * fyl2x # OPC=fyl2x
[----------] * fyl2x # OPC=fyl2x
[----------] * fyl2x # OPC=fyl2x
[----------] * fyl2x # OPC=fyl2x
[----------] * fyl2x # OPC=fyl2x
[----------] * fyl2x # OPC=fyl2x
[----------] * fyl2x # OPC=fyl2x
[----------] * fyl2x # OPC=fyl2x
[----------] * fyl2x # OPC=fyl2x
[----------] * fyl2x # OPC=fyl2x
[----------] - Starting with OPC = fyl2xp1
[----------] Seed is 1463511743257621
[----------] * fyl2xp1 # OPC=fyl2xp1
[----------] * fyl2xp1 # OPC=fyl2xp1
[----------] * fyl2xp1 # OPC=fyl2xp1
[----------] * fyl2xp1 # OPC=fyl2xp1
[----------] * fyl2xp1 # OPC=fyl2xp1
[----------] * fyl2xp1 # OPC=fyl2xp1
[----------] * fyl2xp1 # OPC=fyl2xp1
[----------] * fyl2xp1 # OPC=fyl2xp1
[----------] * fyl2xp1 # OPC=fyl2xp1
[----------] * fyl2xp1 # OPC=fyl2xp1
[----------] - Starting with OPC = haddpd_xmm_m128
[----------] Seed is 1463511743259023
[----------] * haddpd 0xf8(%rip), %xmm0 # OPC=haddpd_xmm_m128
[----------] * haddpd (%rdi,%rcx,1), %xmm8 # OPC=haddpd_xmm_m128
[----------] * haddpd 0xf7(%rip), %xmm12 # OPC=haddpd_xmm_m128
[----------] * haddpd 0xf7(%rip), %xmm10 # OPC=haddpd_xmm_m128
[----------] * haddpd (%r11d,%ebx,1), %xmm15 # OPC=haddpd_xmm_m128
[----------] * haddpd 0x30(%r11d), %xmm12 # OPC=haddpd_xmm_m128
[----------] * haddpd 0x5(%r11d,%ebx,1), %xmm12 # OPC=haddpd_xmm_m128
[----------] * haddpd 0x7ffffff8(%rip), %xmm0 # OPC=haddpd_xmm_m128
[----------] * haddpd 0xf7(%rip), %xmm15 # OPC=haddpd_xmm_m128
[----------] * haddpd (%rdi,%rcx,1), %xmm11 # OPC=haddpd_xmm_m128
[----------] - Starting with OPC = haddpd_xmm_xmm
[----------] Seed is 1463511743260535
[----------] * haddpd %xmm14, %xmm15 # OPC=haddpd_xmm_xmm
[----------] * haddpd %xmm3, %xmm13 # OPC=haddpd_xmm_xmm
[----------] * haddpd %xmm1, %xmm8 # OPC=haddpd_xmm_xmm
[----------] * haddpd %xmm5, %xmm12 # OPC=haddpd_xmm_xmm
[----------] * haddpd %xmm8, %xmm14 # OPC=haddpd_xmm_xmm
[----------] * haddpd %xmm3, %xmm0 # OPC=haddpd_xmm_xmm
[----------] * haddpd %xmm9, %xmm12 # OPC=haddpd_xmm_xmm
[----------] * haddpd %xmm3, %xmm10 # OPC=haddpd_xmm_xmm
[----------] * haddpd %xmm13, %xmm1 # OPC=haddpd_xmm_xmm
[----------] * haddpd %xmm12, %xmm9 # OPC=haddpd_xmm_xmm
[----------] - Starting with OPC = haddps_xmm_m128
[----------] Seed is 1463511743261690
[----------] * haddps 0x7ffffff7(%rip), %xmm10 # OPC=haddps_xmm_m128
[----------] * haddps 0x5dcffff7(%rip), %xmm8 # OPC=haddps_xmm_m128
[----------] * haddps 0xf7(%rip), %xmm8 # OPC=haddps_xmm_m128
[----------] * haddps 0x5dcffff7(%rip), %xmm12 # OPC=haddps_xmm_m128
[----------] * haddps 0x5dcffff7(%rip), %xmm15 # OPC=haddps_xmm_m128
[----------] * haddps 0x5dcffff7(%rip), %xmm14 # OPC=haddps_xmm_m128
[----------] * haddps 0x30(%r11d), %xmm0 # OPC=haddps_xmm_m128
[----------] * haddps 0xf7(%rip), %xmm11 # OPC=haddps_xmm_m128
[----------] * haddps -0x64(%rax,%rcx,4), %xmm14 # OPC=haddps_xmm_m128
[----------] * haddps -0x7(%r11d,%ebx,4), %xmm12 # OPC=haddps_xmm_m128
[----------] - Starting with OPC = haddps_xmm_xmm
[----------] Seed is 1463511743262343
[----------] * haddps %xmm4, %xmm12 # OPC=haddps_xmm_xmm
[----------] * haddps %xmm15, %xmm0 # OPC=haddps_xmm_xmm
[----------] * haddps %xmm13, %xmm4 # OPC=haddps_xmm_xmm
[----------] * haddps %xmm0, %xmm2 # OPC=haddps_xmm_xmm
[----------] * haddps %xmm9, %xmm13 # OPC=haddps_xmm_xmm
[----------] * haddps %xmm1, %xmm13 # OPC=haddps_xmm_xmm
[----------] * haddps %xmm11, %xmm5 # OPC=haddps_xmm_xmm
[----------] * haddps %xmm5, %xmm3 # OPC=haddps_xmm_xmm
[----------] * haddps %xmm3, %xmm9 # OPC=haddps_xmm_xmm
[----------] * haddps %xmm0, %xmm9 # OPC=haddps_xmm_xmm
[----------] - Starting with OPC = hsubpd_xmm_m128
[----------] Seed is 1463511743264838
[----------] * hsubpd -0x7(%r11d,%ebx,4), %xmm4 # OPC=hsubpd_xmm_m128
[----------] * hsubpd 0xf7(%rip), %xmm9 # OPC=hsubpd_xmm_m128
[----------] * hsubpd 0x5dcffff8(%rip), %xmm2 # OPC=hsubpd_xmm_m128
[----------] * hsubpd 0x5dcffff8(%rip), %xmm1 # OPC=hsubpd_xmm_m128
[----------] * hsubpd (%r11d,%ebx,1), %xmm3 # OPC=hsubpd_xmm_m128
[----------] * hsubpd 0xf7(%rip), %xmm12 # OPC=hsubpd_xmm_m128
[----------] * hsubpd 0xf8(%rip), %xmm7 # OPC=hsubpd_xmm_m128
[----------] * hsubpd -0x9(%rip), %xmm15 # OPC=hsubpd_xmm_m128
[----------] * hsubpd (%r11d,%ebx,4), %xmm8 # OPC=hsubpd_xmm_m128
[----------] * hsubpd -0x10(,%rdx,2), %xmm5 # OPC=hsubpd_xmm_m128
[----------] - Starting with OPC = hsubpd_xmm_xmm
[----------] Seed is 1463511743266025
[----------] * hsubpd %xmm4, %xmm3 # OPC=hsubpd_xmm_xmm
[----------] * hsubpd %xmm5, %xmm13 # OPC=hsubpd_xmm_xmm
[----------] * hsubpd %xmm8, %xmm3 # OPC=hsubpd_xmm_xmm
[----------] * hsubpd %xmm3, %xmm6 # OPC=hsubpd_xmm_xmm
[----------] * hsubpd %xmm4, %xmm0 # OPC=hsubpd_xmm_xmm
[----------] * hsubpd %xmm15, %xmm2 # OPC=hsubpd_xmm_xmm
[----------] * hsubpd %xmm11, %xmm3 # OPC=hsubpd_xmm_xmm
[----------] * hsubpd %xmm1, %xmm6 # OPC=hsubpd_xmm_xmm
[----------] * hsubpd %xmm12, %xmm8 # OPC=hsubpd_xmm_xmm
[----------] * hsubpd %xmm4, %xmm5 # OPC=hsubpd_xmm_xmm
[----------] - Starting with OPC = hsubps_xmm_m128
[----------] Seed is 1463511743267629
[----------] * hsubps 0x16(%r8), %xmm10 # OPC=hsubps_xmm_m128
[----------] * hsubps 0xf8(%rip), %xmm5 # OPC=hsubps_xmm_m128
[----------] * hsubps 0xf7(%rip), %xmm14 # OPC=hsubps_xmm_m128
[----------] * hsubps 0xf8(%rip), %xmm0 # OPC=hsubps_xmm_m128
[----------] * hsubps -0x300007(%rip), %xmm0 # OPC=hsubps_xmm_m128
[----------] * hsubps 0x5(%r11d,%ebx,1), %xmm0 # OPC=hsubps_xmm_m128
[----------] * hsubps 0x5dcffff7(%rip), %xmm9 # OPC=hsubps_xmm_m128
[----------] * hsubps -0x7(%r11d,%ebx,4), %xmm5 # OPC=hsubps_xmm_m128
[----------] * hsubps -0x64(%rax,%rcx,4), %xmm1 # OPC=hsubps_xmm_m128
[----------] * hsubps 0xf7(%rip), %xmm15 # OPC=hsubps_xmm_m128
[----------] - Starting with OPC = hsubps_xmm_xmm
[----------] Seed is 1463511743269060
[----------] * hsubps %xmm12, %xmm13 # OPC=hsubps_xmm_xmm
[----------] * hsubps %xmm6, %xmm4 # OPC=hsubps_xmm_xmm
[----------] * hsubps %xmm7, %xmm10 # OPC=hsubps_xmm_xmm
[----------] * hsubps %xmm2, %xmm10 # OPC=hsubps_xmm_xmm
[----------] * hsubps %xmm7, %xmm15 # OPC=hsubps_xmm_xmm
[----------] * hsubps %xmm2, %xmm4 # OPC=hsubps_xmm_xmm
[----------] * hsubps %xmm3, %xmm10 # OPC=hsubps_xmm_xmm
[----------] * hsubps %xmm0, %xmm0 # OPC=hsubps_xmm_xmm
[----------] * hsubps %xmm12, %xmm14 # OPC=hsubps_xmm_xmm
[----------] * hsubps %xmm1, %xmm11 # OPC=hsubps_xmm_xmm
[----------] - Starting with OPC = idivw_m16
[----------] Seed is 1463511743270506
[----------] * idivw 0x5dcffff9(%rip) # OPC=idivw_m16
[----------] * idivw 0x5dcffff9(%rip) # OPC=idivw_m16
[----------] * idivw 0x5dcffff9(%rip) # OPC=idivw_m16
[----------] * idivw 0x7ffffff9(%rip) # OPC=idivw_m16
[----------] * idivw 0xf9(%rip) # OPC=idivw_m16
[----------] * idivw 0x5dcffff9(%rip) # OPC=idivw_m16
[----------] * idivw (%r11d,%ebx,4) # OPC=idivw_m16
[----------] * idivw (%rax) # OPC=idivw_m16
[----------] * idivw -0x64(%rax,%rcx,4) # OPC=idivw_m16
[----------] * idivw 0x5dcffff9(%rip) # OPC=idivw_m16
[----------] - Starting with OPC = idivl_m32
[----------] Seed is 1463511743271918
[----------] * idivl 0xfa(%rip) # OPC=idivl_m32
[----------] * idivl 0xfa(%rip) # OPC=idivl_m32
[----------] * idivl 0x5(%r11d,%ebx,1) # OPC=idivl_m32
[----------] * idivl 0x16(%r8) # OPC=idivl_m32
[----------] * idivl -0x300005(%rip) # OPC=idivl_m32
[----------] * idivl 0x64(%rdx) # OPC=idivl_m32
[----------] * idivl 0xfa(%rip) # OPC=idivl_m32
[----------] * idivl 0x5dcffffa(%rip) # OPC=idivl_m32
[----------] * idivl 0x16(%r8) # OPC=idivl_m32
[----------] * idivl -0x7(%r11d,%ebx,4) # OPC=idivl_m32
[----------] - Starting with OPC = idivq_m64
[----------] Seed is 1463511743273322
[----------] * idivq (%r11d,%ebx,1) # OPC=idivq_m64
[----------] * idivq 0x5dcffff9(%rip) # OPC=idivq_m64
[----------] * idivq 0xf9(%rip) # OPC=idivq_m64
[----------] * idivq (%rdi,%rcx,1) # OPC=idivq_m64
[----------] * idivq 0x5dcffff9(%rip) # OPC=idivq_m64
[----------] * idivq 0x5dcffff9(%rip) # OPC=idivq_m64
[----------] * idivq (%rax) # OPC=idivq_m64
[----------] * idivq 0x30(%r11d) # OPC=idivq_m64
[----------] * idivq (%rdi,%rcx,1) # OPC=idivq_m64
[----------] * idivq (%r11d,%ebx,1) # OPC=idivq_m64
[----------] - Starting with OPC = idivb_m8
[----------] Seed is 1463511743274448
[----------] * idivb (%rax) # OPC=idivb_m8
[----------] * idivb 0xfa(%rip) # OPC=idivb_m8
[----------] * idivb (%r11d,%ebx,1) # OPC=idivb_m8
[----------] * idivb -0x6(%rip) # OPC=idivb_m8
[----------] * idivb 0x5dcffffa(%rip) # OPC=idivb_m8
[----------] * idivb (%r11d,%ebx,1) # OPC=idivb_m8
[----------] * idivb (%rax) # OPC=idivb_m8
[----------] * idivb 0x16(%r8) # OPC=idivb_m8
[----------] * idivb 0x5dcffffa(%rip) # OPC=idivb_m8
[----------] * idivb (%r11d,%ebx,1) # OPC=idivb_m8
[----------] - Starting with OPC = idivw_r16
[----------] Seed is 1463511743276065
[----------] * idivw %bx # OPC=idivw_r16
[----------] * idivw %si # OPC=idivw_r16
[----------] * idivw %r12w # OPC=idivw_r16
[----------] * idivw %bx # OPC=idivw_r16
[----------] * idivw %r15w # OPC=idivw_r16
[----------] * idivw %r10w # OPC=idivw_r16
[----------] * idivw %r11w # OPC=idivw_r16
[----------] * idivw %bx # OPC=idivw_r16
[----------] * idivw %bp # OPC=idivw_r16
[----------] * idivw %dx # OPC=idivw_r16
[----------] - Starting with OPC = idivl_r32
[----------] Seed is 1463511743277636
[----------] * idivl %ebp # OPC=idivl_r32
[----------] * idivl %esp # OPC=idivl_r32
[----------] * idivl %r12d # OPC=idivl_r32
[----------] * idivl %r8d # OPC=idivl_r32
[----------] * idivl %edx # OPC=idivl_r32
[----------] * idivl %r9d # OPC=idivl_r32
[----------] * idivl %r8d # OPC=idivl_r32
[----------] * idivl %r8d # OPC=idivl_r32
[----------] * idivl %esp # OPC=idivl_r32
[----------] * idivl %edi # OPC=idivl_r32
[----------] - Starting with OPC = idivq_r64
[----------] Seed is 1463511743279057
[----------] * idivq %r13 # OPC=idivq_r64
[----------] * idivq %rdx # OPC=idivq_r64
[----------] * idivq %r11 # OPC=idivq_r64
[----------] * idivq %rdx # OPC=idivq_r64
[----------] * idivq %r11 # OPC=idivq_r64
[----------] * idivq %r12 # OPC=idivq_r64
[----------] * idivq %rbx # OPC=idivq_r64
[----------] * idivq %rsp # OPC=idivq_r64
[----------] * idivq %r12 # OPC=idivq_r64
[----------] * idivq %r10 # OPC=idivq_r64
[----------] - Starting with OPC = idivb_r8
[----------] Seed is 1463511743280464
[----------] * idivb %bpl # OPC=idivb_r8
[----------] * idivb %r14b # OPC=idivb_r8
[----------] * idivb %dil # OPC=idivb_r8
[----------] * idivb %al # OPC=idivb_r8
[----------] * idivb %cl # OPC=idivb_r8
[----------] * idivb %dl # OPC=idivb_r8
[----------] * idivb %cl # OPC=idivb_r8
[----------] * idivb %sil # OPC=idivb_r8
[----------] * idivb %sil # OPC=idivb_r8
[----------] * idivb %spl # OPC=idivb_r8
[----------] - Starting with OPC = idivb_rh
[----------] Seed is 1463511743281579
[----------] * idivb %bh # OPC=idivb_rh
[----------] * idivb %bh # OPC=idivb_rh
[----------] * idivb %bh # OPC=idivb_rh
[----------] * idivb %bh # OPC=idivb_rh
[----------] * idivb %bh # OPC=idivb_rh
[----------] * idivb %ah # OPC=idivb_rh
[----------] * idivb %dh # OPC=idivb_rh
[----------] * idivb %dh # OPC=idivb_rh
[----------] * idivb %ch # OPC=idivb_rh
[----------] * idivb %dh # OPC=idivb_rh
[----------] - Starting with OPC = imulw_m16
[----------] Seed is 1463511743282929
[----------] * imulw 0x16(%r8) # OPC=imulw_m16
[----------] * imulw 0x5dcffff9(%rip) # OPC=imulw_m16
[----------] * imulw 0x5dcffff9(%rip) # OPC=imulw_m16
[----------] * imulw 0x5dcffff9(%rip) # OPC=imulw_m16
[----------] * imulw 0x5dcffff9(%rip) # OPC=imulw_m16
[----------] * imulw 0x5dcffff9(%rip) # OPC=imulw_m16
[----------] * imulw 0xf9(%rip) # OPC=imulw_m16
[----------] * imulw (%r11d) # OPC=imulw_m16
[----------] * imulw 0xf9(%rip) # OPC=imulw_m16
[----------] * imulw 0x5dcffff9(%rip) # OPC=imulw_m16
[----------] - Starting with OPC = imull_m32
[----------] Seed is 1463511743284327
[----------] * imull (%r11d,%ebx,1) # OPC=imull_m32
[----------] * imull -0x6(%rip) # OPC=imull_m32
[----------] * imull 0x64(%rdx) # OPC=imull_m32
[----------] * imull 0x5dcffffa(%rip) # OPC=imull_m32
[----------] * imull 0xfa(%rip) # OPC=imull_m32
[----------] * imull 0x5(%r11d,%ebx,1) # OPC=imull_m32
[----------] * imull -0x10(,%rdx,2) # OPC=imull_m32
[----------] * imull 0xfa(%rip) # OPC=imull_m32
[----------] * imull 0x5dcffffa(%rip) # OPC=imull_m32
[----------] * imull (%r11d,%ebx,1) # OPC=imull_m32
[----------] - Starting with OPC = imulq_m64
[----------] Seed is 1463511743286222
[----------] * imulq -0x300006(%rip) # OPC=imulq_m64
[----------] * imulq 0x64(%rsp,%rdx,8) # OPC=imulq_m64
[----------] * imulq 0x7ffffff9(%rip) # OPC=imulq_m64
[----------] * imulq (%r11d,%ebx,1) # OPC=imulq_m64
[----------] * imulq 0xf9(%rip) # OPC=imulq_m64
[----------] * imulq 0xf9(%rip) # OPC=imulq_m64
[----------] * imulq 0xf9(%rip) # OPC=imulq_m64
[----------] * imulq 0x64(%rdx) # OPC=imulq_m64
[----------] * imulq 0xf9(%rip) # OPC=imulq_m64
[----------] * imulq (%r11d) # OPC=imulq_m64
[----------] - Starting with OPC = imulb_m8
[----------] Seed is 1463511743287529
[----------] * imulb 0x5dcffffa(%rip) # OPC=imulb_m8
[----------] * imulb 0x5(%r11d,%ebx,1) # OPC=imulb_m8
[----------] * imulb (%r11d,%ebx,4) # OPC=imulb_m8
[----------] * imulb 0xfa(%rip) # OPC=imulb_m8
[----------] * imulb 0x16(%r8) # OPC=imulb_m8
[----------] * imulb 0x5dcffffa(%rip) # OPC=imulb_m8
[----------] * imulb 0x30(%r11d) # OPC=imulb_m8
[----------] * imulb 0x5dcffffa(%rip) # OPC=imulb_m8
[----------] * imulb 0x5dcffffa(%rip) # OPC=imulb_m8
[----------] * imulb 0x5(%r11d,%ebx,1) # OPC=imulb_m8
[----------] - Starting with OPC = imulw_r16
[----------] Seed is 1463511743289299
[----------] * imulw %dx # OPC=imulw_r16
[----------] * imulw %ax # OPC=imulw_r16
[----------] * imulw %r13w # OPC=imulw_r16
[----------] * imulw %di # OPC=imulw_r16
[----------] * imulw %r10w # OPC=imulw_r16
[----------] * imulw %r14w # OPC=imulw_r16
[----------] * imulw %r9w # OPC=imulw_r16
[----------] * imulw %bx # OPC=imulw_r16
[----------] * imulw %r13w # OPC=imulw_r16
[----------] * imulw %r14w # OPC=imulw_r16
[----------] - Starting with OPC = imulw_r16_m16
[----------] Seed is 1463511743289971
[----------] * imulw 0x64(%rsp,%rdx,8), %r11w # OPC=imulw_r16_m16
[----------] * imulw (%rax), %cx # OPC=imulw_r16_m16
[----------] * imulw 0x5dcffff7(%rip), %r15w # OPC=imulw_r16_m16
[----------] * imulw (%r11d,%ebx,1), %ax # OPC=imulw_r16_m16
[----------] * imulw -0x7(%r11d,%ebx,4), %dx # OPC=imulw_r16_m16
[----------] * imulw 0xf8(%rip), %si # OPC=imulw_r16_m16
[----------] * imulw 0x7ffffff8(%rip), %bx # OPC=imulw_r16_m16
[----------] * imulw 0x30(%r11d), %cx # OPC=imulw_r16_m16
[----------] * imulw -0x300008(%rip), %r8w # OPC=imulw_r16_m16
[----------] * imulw 0xf8(%rip), %cx # OPC=imulw_r16_m16
[----------] - Starting with OPC = imulw_r16_m16_imm16
[----------] Seed is 1463511743291393
[----------] * imulw $0xffff, 0x30(%r11d), %sp # OPC=imulw_r16_m16_imm16
[----------] * imulw $0xfffa, 0xf7(%rip), %cx # OPC=imulw_r16_m16_imm16
[----------] * imulw $0xffff, 0x5dcffff7(%rip), %bx # OPC=imulw_r16_m16_imm16
[----------] * imulw $0xffff, 0xf6(%rip), %r12w # OPC=imulw_r16_m16_imm16
[----------] * imulw $0xff80, 0x5dcffff7(%rip), %sp # OPC=imulw_r16_m16_imm16
[----------] * imulw $0x404, 0xf7(%rip), %cx # OPC=imulw_r16_m16_imm16
[----------] * imulw $0x70, -0x10(,%rdx,2), %bx # OPC=imulw_r16_m16_imm16
[----------] * imulw $0x70, (%r11d,%ebx,4), %r8w # OPC=imulw_r16_m16_imm16
[----------] * imulw $0x10, 0x64(%rsp,%rdx,8), %cx # OPC=imulw_r16_m16_imm16
[----------] * imulw $0x7, (%r11d,%ebx,1), %di # OPC=imulw_r16_m16_imm16
[----------] - Starting with OPC = imulw_r16_m16_imm8
[----------] Seed is 1463511743292806
[----------] * imulw $0x4, 0xf8(%rip), %bx # OPC=imulw_r16_m16_imm8
[----------] * imulw $0x2, 0x7ffffff7(%rip), %r11w # OPC=imulw_r16_m16_imm8
[----------] * imulw $0x80, 0xf7(%rip), %r10w # OPC=imulw_r16_m16_imm8
[----------] * imulw $0x80, 0x5dcffff8(%rip), %bx # OPC=imulw_r16_m16_imm8
[----------] * imulw $0xe0, (%r11d,%ebx,4), %sp # OPC=imulw_r16_m16_imm8
[----------] * imulw $0x3, 0x5dcffff7(%rip), %r10w # OPC=imulw_r16_m16_imm8
[----------] * imulw $0xe0, 0x5dcffff8(%rip), %dx # OPC=imulw_r16_m16_imm8
[----------] * imulw $0x40, 0x7ffffff8(%rip), %bp # OPC=imulw_r16_m16_imm8
[----------] * imulw $0x80, -0x10(,%rdx,2), %r13w # OPC=imulw_r16_m16_imm8
[----------] * imulw $0xcc, 0x5dcffff7(%rip), %r15w # OPC=imulw_r16_m16_imm8
[----------] - Starting with OPC = imulw_r16_r16
[----------] Seed is 1463511743294693
[----------] * imulw %r14w, %r10w # OPC=imulw_r16_r16
[----------] * imulw %r11w, %r15w # OPC=imulw_r16_r16
[----------] * imulw %r14w, %cx # OPC=imulw_r16_r16
[----------] * imulw %r10w, %r8w # OPC=imulw_r16_r16
[----------] * imulw %sp, %di # OPC=imulw_r16_r16
[----------] * imulw %r8w, %r15w # OPC=imulw_r16_r16
[----------] * imulw %r15w, %r15w # OPC=imulw_r16_r16
[----------] * imulw %r15w, %si # OPC=imulw_r16_r16
[----------] * imulw %r12w, %si # OPC=imulw_r16_r16
[----------] * imulw %r14w, %r10w # OPC=imulw_r16_r16
[----------] - Starting with OPC = imulw_r16_r16_imm16
[----------] Seed is 1463511743296227
[----------] * imulw $0x1, %bx, %dx # OPC=imulw_r16_r16_imm16
[----------] * imulw $0xcafe, %sp, %r10w # OPC=imulw_r16_r16_imm16
[----------] * imulw $0x0, %sp, %si # OPC=imulw_r16_r16_imm16
[----------] * imulw $0x4, %ax, %r8w # OPC=imulw_r16_r16_imm16
[----------] * imulw $0xffff, %cx, %dx # OPC=imulw_r16_r16_imm16
[----------] * imulw $0xfe, %sp, %r14w # OPC=imulw_r16_r16_imm16
[----------] * imulw $0xfff9, %bx, %sp # OPC=imulw_r16_r16_imm16
[----------] * imulw $0xfff8, %r15w, %bx # OPC=imulw_r16_r16_imm16
[----------] * imulw $0xfffd, %r9w, %cx # OPC=imulw_r16_r16_imm16
[----------] * imulw $0xffff, %sp, %r13w # OPC=imulw_r16_r16_imm16
[----------] - Starting with OPC = imulw_r16_r16_imm8
[----------] Seed is 1463511743297622
[----------] * imulw $0xff, %r12w, %r12w # OPC=imulw_r16_r16_imm8
[----------] * imulw $0xfe, %r14w, %sp # OPC=imulw_r16_r16_imm8
[----------] * imulw $0x70, %bx, %bp # OPC=imulw_r16_r16_imm8
[----------] * imulw $0xff, %sp, %r15w # OPC=imulw_r16_r16_imm8
[----------] * imulw $0x8, %ax, %ax # OPC=imulw_r16_r16_imm8
[----------] * imulw $0x7, %ax, %r15w # OPC=imulw_r16_r16_imm8
[----------] * imulw $0x88, %sp, %dx # OPC=imulw_r16_r16_imm8
[----------] * imulw $0x4, %ax, %r10w # OPC=imulw_r16_r16_imm8
[----------] * imulw $0x7, %cx, %r12w # OPC=imulw_r16_r16_imm8
[----------] * imulw $0x20, %sp, %bx # OPC=imulw_r16_r16_imm8
[----------] - Starting with OPC = imull_r32
[----------] Seed is 1463511743299042
[----------] * imull %ebx # OPC=imull_r32
[----------] * imull %r10d # OPC=imull_r32
[----------] * imull %r11d # OPC=imull_r32
[----------] * imull %eax # OPC=imull_r32
[----------] * imull %eax # OPC=imull_r32
[----------] * imull %r14d # OPC=imull_r32
[----------] * imull %r8d # OPC=imull_r32
[----------] * imull %ebp # OPC=imull_r32
[----------] * imull %edi # OPC=imull_r32
[----------] * imull %esi # OPC=imull_r32
[----------] - Starting with OPC = imull_r32_m32
[----------] Seed is 1463511743300499
[----------] * imull 0x5dcffff9(%rip), %ebx # OPC=imull_r32_m32
[----------] * imull 0x5dcffff9(%rip), %edx # OPC=imull_r32_m32
[----------] * imull 0x5dcffff8(%rip), %r15d # OPC=imull_r32_m32
[----------] * imull 0xf8(%rip), %r12d # OPC=imull_r32_m32
[----------] * imull 0x5dcffff9(%rip), %ebx # OPC=imull_r32_m32
[----------] * imull 0x7ffffff9(%rip), %esp # OPC=imull_r32_m32
[----------] * imull 0x64(%rsp,%rdx,8), %r15d # OPC=imull_r32_m32
[----------] * imull 0x64(%rsp,%rdx,8), %edi # OPC=imull_r32_m32
[----------] * imull 0xf8(%rip), %r12d # OPC=imull_r32_m32
[----------] * imull -0x7(%r11d,%ebx,4), %r12d # OPC=imull_r32_m32
[----------] - Starting with OPC = imull_r32_m32_imm32
[----------] Seed is 1463511743301620
[----------] * imull $0x22, 0x5dcffff5(%rip), %r8d # OPC=imull_r32_m32_imm32
[----------] * imull $0xffff, -0xb(%rip), %r10d # OPC=imull_r32_m32_imm32
[----------] * imull $0xffffffff, -0x10(,%rdx,2), %ebx # OPC=imull_r32_m32_imm32
[----------] * imull $0x88, -0xa(%rip), %ecx # OPC=imull_r32_m32_imm32
[----------] * imull $0x80808080, 0x5dcffff6(%rip), %edi # OPC=imull_r32_m32_imm32
[----------] * imull $0x8000, 0xf5(%rip), %r14d # OPC=imull_r32_m32_imm32
[----------] * imull $0xfffffffa, 0x64(%rsp,%rdx,8), %r12d # OPC=imull_r32_m32_imm32
[----------] * imull $0xc0de, 0xf6(%rip), %edi # OPC=imull_r32_m32_imm32
[----------] * imull $0x60, 0x5dcffff6(%rip), %ecx # OPC=imull_r32_m32_imm32
[----------] * imull $0x10, 0xf6(%rip), %edi # OPC=imull_r32_m32_imm32
[----------] - Starting with OPC = imull_r32_m32_imm8
[----------] Seed is 1463511743303139
[----------] * imull $0xc0, -0x7(%r11d,%ebx,4), %r15d # OPC=imull_r32_m32_imm8
[----------] * imull $0x40, 0x5dcffff8(%rip), %r9d # OPC=imull_r32_m32_imm8
[----------] * imull $0xf9, (%r11d,%ebx,1), %ebx # OPC=imull_r32_m32_imm8
[----------] * imull $0xff, 0x5dcffff9(%rip), %ebp # OPC=imull_r32_m32_imm8
[----------] * imull $0x7, 0xf8(%rip), %r9d # OPC=imull_r32_m32_imm8
[----------] * imull $0xff, 0x64(%rsp,%rdx,8), %r15d # OPC=imull_r32_m32_imm8
[----------] * imull $0xfb, 0x5dcffff9(%rip), %eax # OPC=imull_r32_m32_imm8
[----------] * imull $0x10, 0xf9(%rip), %ebp # OPC=imull_r32_m32_imm8
[----------] * imull $0xfd, -0x10(,%rdx,2), %esi # OPC=imull_r32_m32_imm8
[----------] * imull $0x3, -0x300007(%rip), %r10d # OPC=imull_r32_m32_imm8
[----------] - Starting with OPC = imull_r32_r32
[----------] Seed is 1463511743304586
[----------] * imull %r14d, %esp # OPC=imull_r32_r32
[----------] * imull %r9d, %eax # OPC=imull_r32_r32
[----------] * imull %r13d, %ebx # OPC=imull_r32_r32
[----------] * imull %ebp, %edx # OPC=imull_r32_r32
[----------] * imull %esp, %edi # OPC=imull_r32_r32
[----------] * imull %r9d, %edx # OPC=imull_r32_r32
[----------] * imull %r12d, %r8d # OPC=imull_r32_r32
[----------] * imull %r13d, %r10d # OPC=imull_r32_r32
[----------] * imull %ecx, %r11d # OPC=imull_r32_r32
[----------] * imull %r9d, %esi # OPC=imull_r32_r32
[----------] - Starting with OPC = imull_r32_r32_imm32
[----------] Seed is 1463511743306440
[----------] * imull $0xc0decafe, %ebp, %esi # OPC=imull_r32_r32_imm32
[----------] * imull $0x4040404, %r13d, %r15d # OPC=imull_r32_r32_imm32
[----------] * imull $0xffff, %r9d, %ecx # OPC=imull_r32_r32_imm32
[----------] * imull $0xffffff80, %ecx, %esp # OPC=imull_r32_r32_imm32
[----------] * imull $0xe0, %ebp, %ebp # OPC=imull_r32_r32_imm32
[----------] * imull $0x1010101, %esp, %r9d # OPC=imull_r32_r32_imm32
[----------] * imull $0x5, %ebp, %edx # OPC=imull_r32_r32_imm32
[----------] * imull $0x1010101, %r13d, %r15d # OPC=imull_r32_r32_imm32
[----------] * imull $0xfd, %eax, %ebp # OPC=imull_r32_r32_imm32
[----------] * imull $0xffffffff, %r13d, %r11d # OPC=imull_r32_r32_imm32
[----------] - Starting with OPC = imull_r32_r32_imm8
[----------] Seed is 1463511743307968
[----------] * imull $0x0, %r15d, %edi # OPC=imull_r32_r32_imm8
[----------] * imull $0xfd, %esp, %r13d # OPC=imull_r32_r32_imm8
[----------] * imull $0xff, %ebx, %r13d # OPC=imull_r32_r32_imm8
[----------] * imull $0x5, %r11d, %r8d # OPC=imull_r32_r32_imm8
[----------] * imull $0xff, %r15d, %r9d # OPC=imull_r32_r32_imm8
[----------] * imull $0x80, %eax, %r11d # OPC=imull_r32_r32_imm8
[----------] * imull $0xfb, %r10d, %eax # OPC=imull_r32_r32_imm8
[----------] * imull $0x4, %esp, %edi # OPC=imull_r32_r32_imm8
[----------] * imull $0xfe, %ebp, %ebp # OPC=imull_r32_r32_imm8
[----------] * imull $0xfd, %r15d, %edi # OPC=imull_r32_r32_imm8
[----------] - Starting with OPC = imulq_r64
[----------] Seed is 1463511743309445
[----------] * imulq %r14 # OPC=imulq_r64
[----------] * imulq %r12 # OPC=imulq_r64
[----------] * imulq %r9 # OPC=imulq_r64
[----------] * imulq %rax # OPC=imulq_r64
[----------] * imulq %rbx # OPC=imulq_r64
[----------] * imulq %r8 # OPC=imulq_r64
[----------] * imulq %rbp # OPC=imulq_r64
[----------] * imulq %rax # OPC=imulq_r64
[----------] * imulq %r10 # OPC=imulq_r64
[----------] * imulq %r9 # OPC=imulq_r64
[----------] - Starting with OPC = imulq_r64_m64
[----------] Seed is 1463511743310517
[----------] * imulq (%r11d,%ebx,1), %r11 # OPC=imulq_r64_m64
[----------] * imulq (%r11d,%ebx,4), %rbx # OPC=imulq_r64_m64
[----------] * imulq 0x5dcffff8(%rip), %r13 # OPC=imulq_r64_m64
[----------] * imulq (%r11d,%ebx,4), %r10 # OPC=imulq_r64_m64
[----------] * imulq 0x16(%r8), %rdx # OPC=imulq_r64_m64
[----------] * imulq 0x64(%rdx), %rsi # OPC=imulq_r64_m64
[----------] * imulq 0x5dcffff8(%rip), %r8 # OPC=imulq_r64_m64
[----------] * imulq 0x30(%r11d), %rbp # OPC=imulq_r64_m64
[----------] * imulq 0xf8(%rip), %r13 # OPC=imulq_r64_m64
[----------] * imulq 0x16(%r8), %rax # OPC=imulq_r64_m64
[----------] - Starting with OPC = imulq_r64_m64_imm32
[----------] Seed is 1463511743311709
[----------] * imulq $0x50, 0xf5(%rip), %rax # OPC=imulq_r64_m64_imm32
[----------] * imulq $0x7fffffff, 0x5dcffff5(%rip), %r12 # OPC=imulq_r64_m64_imm32
[----------] * imulq $0x0, 0xf5(%rip), %r8 # OPC=imulq_r64_m64_imm32
[----------] * imulq $0x88, 0x5dcffff5(%rip), %rbx # OPC=imulq_r64_m64_imm32
[----------] * imulq $0x20, 0x7ffffff5(%rip), %rcx # OPC=imulq_r64_m64_imm32
[----------] * imulq $0x60, 0x16(%r8), %rcx # OPC=imulq_r64_m64_imm32
[----------] * imulq $0xc0decafe, -0x30000a(%rip), %r8 # OPC=imulq_r64_m64_imm32
[----------] * imulq $0xfffffff9, 0x64(%rdx), %rcx # OPC=imulq_r64_m64_imm32
[----------] * imulq $0x6, 0x5dcffff5(%rip), %r10 # OPC=imulq_r64_m64_imm32
[----------] * imulq $0x30, 0x64(%rsp,%rdx,8), %rdi # OPC=imulq_r64_m64_imm32
[----------] - Starting with OPC = imulq_r64_m64_imm8
[----------] Seed is 1463511743313232
[----------] * imulq $0xff, 0x5dcffff8(%rip), %r11 # OPC=imulq_r64_m64_imm8
[----------] * imulq $0x40, 0x5dcffff8(%rip), %r12 # OPC=imulq_r64_m64_imm8
[----------] * imulq $0xfd, 0xf8(%rip), %r14 # OPC=imulq_r64_m64_imm8
[----------] * imulq $0x50, 0x16(%r8), %rsi # OPC=imulq_r64_m64_imm8
[----------] * imulq $0xfc, (%r11d,%ebx,1), %r10 # OPC=imulq_r64_m64_imm8
[----------] * imulq $0x4, -0x64(%rax,%rcx,4), %r14 # OPC=imulq_r64_m64_imm8
[----------] * imulq $0xfc, 0x7ffffff8(%rip), %rdi # OPC=imulq_r64_m64_imm8
[----------] * imulq $0x1, 0xf8(%rip), %r13 # OPC=imulq_r64_m64_imm8
[----------] * imulq $0x22, 0x5dcffff8(%rip), %rbx # OPC=imulq_r64_m64_imm8
[----------] * imulq $0x8, (%r11d), %r13 # OPC=imulq_r64_m64_imm8
[----------] - Starting with OPC = imulq_r64_r64
[----------] Seed is 1463511743314829
[----------] * imulq %rbp, %r10 # OPC=imulq_r64_r64
[----------] * imulq %rbx, %rdi # OPC=imulq_r64_r64
[----------] * imulq %rsp, %rdi # OPC=imulq_r64_r64
[----------] * imulq %r13, %rdx # OPC=imulq_r64_r64
[----------] * imulq %rcx, %rax # OPC=imulq_r64_r64
[----------] * imulq %r11, %rcx # OPC=imulq_r64_r64
[----------] * imulq %r14, %rcx # OPC=imulq_r64_r64
[----------] * imulq %rsi, %rdx # OPC=imulq_r64_r64
[----------] * imulq %rax, %rax # OPC=imulq_r64_r64
[----------] * imulq %r13, %rbx # OPC=imulq_r64_r64
[----------] - Starting with OPC = imulq_r64_r64_imm32
[----------] Seed is 1463511743316369
[----------] * imulq $0x7fffffff, %rsp, %r9 # OPC=imulq_r64_r64_imm32
[----------] * imulq $0xfc, %r8, %rbp # OPC=imulq_r64_r64_imm32
[----------] * imulq $0x1010101, %rcx, %rdi # OPC=imulq_r64_r64_imm32
[----------] * imulq $0x1010101, %r15, %r13 # OPC=imulq_r64_r64_imm32
[----------] * imulq $0xfc, %r12, %r11 # OPC=imulq_r64_r64_imm32
[----------] * imulq $0x80, %rcx, %rbp # OPC=imulq_r64_r64_imm32
[----------] * imulq $0x60, %r10, %r15 # OPC=imulq_r64_r64_imm32
[----------] * imulq $0x4040404, %r13, %rcx # OPC=imulq_r64_r64_imm32
[----------] * imulq $0x80808080, %r15, %rdi # OPC=imulq_r64_r64_imm32
[----------] * imulq $0x3, %r8, %rdi # OPC=imulq_r64_r64_imm32
[----------] - Starting with OPC = imulq_r64_r64_imm8
[----------] Seed is 1463511743317803
[----------] * imulq $0x64, %r10, %rax # OPC=imulq_r64_r64_imm8
[----------] * imulq $0xfc, %r11, %r15 # OPC=imulq_r64_r64_imm8
[----------] * imulq $0x1, %rdi, %rbp # OPC=imulq_r64_r64_imm8
[----------] * imulq $0x0, %r10, %rdx # OPC=imulq_r64_r64_imm8
[----------] * imulq $0x44, %rdx, %rax # OPC=imulq_r64_r64_imm8
[----------] * imulq $0x10, %rax, %r8 # OPC=imulq_r64_r64_imm8
[----------] * imulq $0xfd, %r11, %rbp # OPC=imulq_r64_r64_imm8
[----------] * imulq $0x1, %rax, %rsp # OPC=imulq_r64_r64_imm8
[----------] * imulq $0x1, %rdx, %r9 # OPC=imulq_r64_r64_imm8
[----------] * imulq $0xff, %rbx, %rbp # OPC=imulq_r64_r64_imm8
[----------] - Starting with OPC = imulb_r8
[----------] Seed is 1463511743319218
[----------] * imulb %cl # OPC=imulb_r8
[----------] * imulb %al # OPC=imulb_r8
[----------] * imulb %r12b # OPC=imulb_r8
[----------] * imulb %al # OPC=imulb_r8
[----------] * imulb %r11b # OPC=imulb_r8
[----------] * imulb %r13b # OPC=imulb_r8
[----------] * imulb %cl # OPC=imulb_r8
[----------] * imulb %spl # OPC=imulb_r8
[----------] * imulb %dl # OPC=imulb_r8
[----------] * imulb %r10b # OPC=imulb_r8
[----------] - Starting with OPC = imulb_rh
[----------] Seed is 1463511743320507
[----------] * imulb %bh # OPC=imulb_rh
[----------] * imulb %ch # OPC=imulb_rh
[----------] * imulb %bh # OPC=imulb_rh
[----------] * imulb %ch # OPC=imulb_rh
[----------] * imulb %ah # OPC=imulb_rh
[----------] * imulb %ah # OPC=imulb_rh
[----------] * imulb %ah # OPC=imulb_rh
[----------] * imulb %dh # OPC=imulb_rh
[----------] * imulb %ch # OPC=imulb_rh
[----------] * imulb %ah # OPC=imulb_rh
[----------] - Starting with OPC = incw_m16
[----------] Seed is 1463511743321579
[----------] * incw 0x7ffffff9(%rip) # OPC=incw_m16
[----------] * incw 0x5dcffff9(%rip) # OPC=incw_m16
[----------] * incw 0xf9(%rip) # OPC=incw_m16
[----------] * incw 0x5dcffff9(%rip) # OPC=incw_m16
[----------] * incw 0xf9(%rip) # OPC=incw_m16
[----------] * incw 0x5dcffff9(%rip) # OPC=incw_m16
[----------] * incw 0x64(%rdx) # OPC=incw_m16
[----------] * incw -0x10(,%rdx,2) # OPC=incw_m16
[----------] * incw 0x5dcffff9(%rip) # OPC=incw_m16
[----------] * incw 0xf9(%rip) # OPC=incw_m16
[----------] - Starting with OPC = incl_m32
[----------] Seed is 1463511743323507
[----------] * incl (%r11d,%ebx,4) # OPC=incl_m32
[----------] * incl (%rax) # OPC=incl_m32
[----------] * incl -0x6(%rip) # OPC=incl_m32
[----------] * incl (%rdi,%rcx,1) # OPC=incl_m32
[----------] * incl -0x64(%rax,%rcx,4) # OPC=incl_m32
[----------] * incl 0xfa(%rip) # OPC=incl_m32
[----------] * incl 0x5dcffffa(%rip) # OPC=incl_m32
[----------] * incl 0x5dcffffa(%rip) # OPC=incl_m32
[----------] * incl (%rax) # OPC=incl_m32
[----------] * incl 0xfa(%rip) # OPC=incl_m32
[----------] - Starting with OPC = incq_m64
[----------] Seed is 1463511743325023
[----------] * incq 0x5dcffff9(%rip) # OPC=incq_m64
[----------] * incq 0x30(%r11d) # OPC=incq_m64
[----------] * incq 0x5dcffff9(%rip) # OPC=incq_m64
[----------] * incq -0x10(,%rdx,2) # OPC=incq_m64
[----------] * incq (%r11d,%ebx,4) # OPC=incq_m64
[----------] * incq 0xf9(%rip) # OPC=incq_m64
[----------] * incq -0x7(%r11d,%ebx,4) # OPC=incq_m64
[----------] * incq -0x7(%rip) # OPC=incq_m64
[----------] * incq 0x5dcffff9(%rip) # OPC=incq_m64
[----------] * incq (%r11d,%ebx,1) # OPC=incq_m64
[----------] - Starting with OPC = incb_m8
[----------] Seed is 1463511743326331
[----------] * incb 0xfa(%rip) # OPC=incb_m8
[----------] * incb 0xfa(%rip) # OPC=incb_m8
[----------] * incb 0xfa(%rip) # OPC=incb_m8
[----------] * incb 0x5dcffffa(%rip) # OPC=incb_m8
[----------] * incb 0xfa(%rip) # OPC=incb_m8
[----------] * incb 0xfa(%rip) # OPC=incb_m8
[----------] * incb 0x64(%rdx) # OPC=incb_m8
[----------] * incb 0x5(%r11d,%ebx,1) # OPC=incb_m8
[----------] * incb 0xfa(%rip) # OPC=incb_m8
[----------] * incb (%rax) # OPC=incb_m8
[----------] - Starting with OPC = incw_r16
[----------] Seed is 1463511743327535
[----------] * incw %sp # OPC=incw_r16
[----------] * incw %r9w # OPC=incw_r16
[----------] * incw %dx # OPC=incw_r16
[----------] * incw %sp # OPC=incw_r16
[----------] * incw %cx # OPC=incw_r16
[----------] * incw %r14w # OPC=incw_r16
[----------] * incw %r11w # OPC=incw_r16
[----------] * incw %bp # OPC=incw_r16
[----------] * incw %r15w # OPC=incw_r16
[----------] * incw %r10w # OPC=incw_r16
[----------] - Starting with OPC = incl_r32
[----------] Seed is 1463511743329301
[----------] * incl %edx # OPC=incl_r32
[----------] * incl %r15d # OPC=incl_r32
[----------] * incl %esp # OPC=incl_r32
[----------] * incl %edi # OPC=incl_r32
[----------] * incl %edx # OPC=incl_r32
[----------] * incl %edx # OPC=incl_r32
[----------] * incl %esp # OPC=incl_r32
[----------] * incl %esi # OPC=incl_r32
[----------] * incl %edx # OPC=incl_r32
[----------] * incl %r8d # OPC=incl_r32
[----------] - Starting with OPC = incq_r64
[----------] Seed is 1463511743330454
[----------] * incq %r11 # OPC=incq_r64
[----------] * incq %r9 # OPC=incq_r64
[----------] * incq %r9 # OPC=incq_r64
[----------] * incq %rsp # OPC=incq_r64
[----------] * incq %rbp # OPC=incq_r64
[----------] * incq %r13 # OPC=incq_r64
[----------] * incq %r14 # OPC=incq_r64
[----------] * incq %rax # OPC=incq_r64
[----------] * incq %r12 # OPC=incq_r64
[----------] * incq %r9 # OPC=incq_r64
[----------] - Starting with OPC = incb_r8
[----------] Seed is 1463511743331817
[----------] * incb %cl # OPC=incb_r8
[----------] * incb %r9b # OPC=incb_r8
[----------] * incb %r11b # OPC=incb_r8
[----------] * incb %r11b # OPC=incb_r8
[----------] * incb %sil # OPC=incb_r8
[----------] * incb %al # OPC=incb_r8
[----------] * incb %bl # OPC=incb_r8
[----------] * incb %dil # OPC=incb_r8
[----------] * incb %r10b # OPC=incb_r8
[----------] * incb %al # OPC=incb_r8
[----------] - Starting with OPC = incb_rh
[----------] Seed is 1463511743333240
[----------] * incb %bh # OPC=incb_rh
[----------] * incb %bh # OPC=incb_rh
[----------] * incb %bh # OPC=incb_rh
[----------] * incb %bh # OPC=incb_rh
[----------] * incb %bh # OPC=incb_rh
[----------] * incb %bh # OPC=incb_rh
[----------] * incb %dh # OPC=incb_rh
[----------] * incb %dh # OPC=incb_rh
[----------] * incb %ah # OPC=incb_rh
[----------] * incb %bh # OPC=incb_rh
[----------] - Starting with OPC = insertps_xmm_m32_imm8
[----------] Seed is 1463511743334528
[----------] * insertps $0x4, 0x5(%r11d,%ebx,1), %xmm13 # OPC=insertps_xmm_m32_imm8
[----------] * insertps $0x1, -0x64(%rax,%rcx,4), %xmm6 # OPC=insertps_xmm_m32_imm8
[----------] * insertps $0x22, 0x5dcffff6(%rip), %xmm4 # OPC=insertps_xmm_m32_imm8
[----------] * insertps $0xfb, (%rdi,%rcx,1), %xmm11 # OPC=insertps_xmm_m32_imm8
[----------] * insertps $0xff, 0xf5(%rip), %xmm11 # OPC=insertps_xmm_m32_imm8
[----------] * insertps $0x3, -0x300009(%rip), %xmm5 # OPC=insertps_xmm_m32_imm8
[----------] * insertps $0x22, 0xf5(%rip), %xmm15 # OPC=insertps_xmm_m32_imm8
[----------] * insertps $0xc0, 0x5dcffff5(%rip), %xmm14 # OPC=insertps_xmm_m32_imm8
[----------] * insertps $0xf0, 0xf5(%rip), %xmm15 # OPC=insertps_xmm_m32_imm8
[----------] * insertps $0x10, 0x5dcffff5(%rip), %xmm9 # OPC=insertps_xmm_m32_imm8
[----------] - Starting with OPC = insertps_xmm_xmm_imm8
[----------] Seed is 1463511743335937
[----------] * insertps $0xf9, %xmm6, %xmm7 # OPC=insertps_xmm_xmm_imm8
[----------] * insertps $0xf0, %xmm0, %xmm1 # OPC=insertps_xmm_xmm_imm8
[----------] * insertps $0xff, %xmm1, %xmm9 # OPC=insertps_xmm_xmm_imm8
[----------] * insertps $0x7, %xmm5, %xmm1 # OPC=insertps_xmm_xmm_imm8
[----------] * insertps $0x88, %xmm11, %xmm2 # OPC=insertps_xmm_xmm_imm8
[----------] * insertps $0x0, %xmm6, %xmm4 # OPC=insertps_xmm_xmm_imm8
[----------] * insertps $0x22, %xmm1, %xmm6 # OPC=insertps_xmm_xmm_imm8
[----------] * insertps $0x10, %xmm2, %xmm10 # OPC=insertps_xmm_xmm_imm8
[----------] * insertps $0xf0, %xmm2, %xmm8 # OPC=insertps_xmm_xmm_imm8
[----------] * insertps $0x0, %xmm9, %xmm8 # OPC=insertps_xmm_xmm_imm8
[----------] - Starting with OPC = ja_label
[----------] Seed is 1463511743337802
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] - Starting with OPC = ja_label_1
[----------] Seed is 1463511743337924
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] - Starting with OPC = ja_label_hint
[----------] Seed is 1463511743337969
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] - Starting with OPC = ja_label_hint_1
[----------] Seed is 1463511743338058
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] - Starting with OPC = jae_label
[----------] Seed is 1463511743338138
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] - Starting with OPC = jae_label_1
[----------] Seed is 1463511743338223
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] - Starting with OPC = jae_label_hint
[----------] Seed is 1463511743338304
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] - Starting with OPC = jae_label_hint_1
[----------] Seed is 1463511743338385
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] - Starting with OPC = jb_label
[----------] Seed is 1463511743338474
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] - Starting with OPC = jb_label_1
[----------] Seed is 1463511743338562
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] - Starting with OPC = jb_label_hint
[----------] Seed is 1463511743338642
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] - Starting with OPC = jb_label_hint_1
[----------] Seed is 1463511743338722
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] - Starting with OPC = jbe_label
[----------] Seed is 1463511743338800
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] - Starting with OPC = jbe_label_1
[----------] Seed is 1463511743338878
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] - Starting with OPC = jbe_label_hint
[----------] Seed is 1463511743338975
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] - Starting with OPC = jbe_label_hint_1
[----------] Seed is 1463511743339064
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] - Starting with OPC = jc_label
[----------] Seed is 1463511743339143
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] - Starting with OPC = jc_label_1
[----------] Seed is 1463511743339222
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] - Starting with OPC = jc_label_hint
[----------] Seed is 1463511743339301
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] - Starting with OPC = jc_label_hint_1
[----------] Seed is 1463511743339380
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] - Starting with OPC = je_label
[----------] Seed is 1463511743339469
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] - Starting with OPC = je_label_1
[----------] Seed is 1463511743339555
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] - Starting with OPC = je_label_hint
[----------] Seed is 1463511743339639
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] - Starting with OPC = je_label_hint_1
[----------] Seed is 1463511743339719
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] - Starting with OPC = jecxz_label
[----------] Seed is 1463511743339798
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] - Starting with OPC = jecxz_label_hint
[----------] Seed is 1463511743339877
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] - Starting with OPC = jg_label
[----------] Seed is 1463511743339966
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] - Starting with OPC = jg_label_1
[----------] Seed is 1463511743340053
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] - Starting with OPC = jg_label_hint
[----------] Seed is 1463511743340133
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] - Starting with OPC = jg_label_hint_1
[----------] Seed is 1463511743340212
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] - Starting with OPC = jge_label
[----------] Seed is 1463511743340294
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] - Starting with OPC = jge_label_1
[----------] Seed is 1463511743340373
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] - Starting with OPC = jge_label_hint
[----------] Seed is 1463511743340462
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] - Starting with OPC = jge_label_hint_1
[----------] Seed is 1463511743340551
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] - Starting with OPC = jl_label
[----------] Seed is 1463511743340628
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] - Starting with OPC = jl_label_1
[----------] Seed is 1463511743340707
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] - Starting with OPC = jl_label_hint
[----------] Seed is 1463511743340786
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] - Starting with OPC = jl_label_hint_1
[----------] Seed is 1463511743340866
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] - Starting with OPC = jle_label
[----------] Seed is 1463511743340956
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] - Starting with OPC = jle_label_1
[----------] Seed is 1463511743341044
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] - Starting with OPC = jle_label_hint
[----------] Seed is 1463511743341124
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] - Starting with OPC = jle_label_hint_1
[----------] Seed is 1463511743341205
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] - Starting with OPC = jmpq_label
[----------] Seed is 1463511743341283
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] - Starting with OPC = jmpq_label_1
[----------] Seed is 1463511743341361
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] - Starting with OPC = jna_label
[----------] Seed is 1463511743341449
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] - Starting with OPC = jna_label_1
[----------] Seed is 1463511743341537
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] - Starting with OPC = jna_label_hint
[----------] Seed is 1463511743341621
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] - Starting with OPC = jna_label_hint_1
[----------] Seed is 1463511743341718
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] - Starting with OPC = jnae_label
[----------] Seed is 1463511743341798
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] - Starting with OPC = jnae_label_1
[----------] Seed is 1463511743341877
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] - Starting with OPC = jnae_label_hint
[----------] Seed is 1463511743341969
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] - Starting with OPC = jnae_label_hint_1
[----------] Seed is 1463511743342058
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] - Starting with OPC = jnb_label
[----------] Seed is 1463511743342136
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] - Starting with OPC = jnb_label_1
[----------] Seed is 1463511743342214
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] - Starting with OPC = jnb_label_hint
[----------] Seed is 1463511743342294
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] - Starting with OPC = jnb_label_hint_1
[----------] Seed is 1463511743342378
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] - Starting with OPC = jnbe_label
[----------] Seed is 1463511743342471
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] - Starting with OPC = jnbe_label_1
[----------] Seed is 1463511743342557
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] - Starting with OPC = jnbe_label_hint
[----------] Seed is 1463511743342637
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] - Starting with OPC = jnbe_label_hint_1
[----------] Seed is 1463511743342717
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] - Starting with OPC = jnc_label
[----------] Seed is 1463511743342796
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] - Starting with OPC = jnc_label_1
[----------] Seed is 1463511743342873
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] - Starting with OPC = jnc_label_hint
[----------] Seed is 1463511743342964
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] - Starting with OPC = jnc_label_hint_1
[----------] Seed is 1463511743343055
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] - Starting with OPC = jne_label
[----------] Seed is 1463511743343134
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] - Starting with OPC = jne_label_1
[----------] Seed is 1463511743343212
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] - Starting with OPC = jne_label_hint
[----------] Seed is 1463511743343292
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] - Starting with OPC = jne_label_hint_1
[----------] Seed is 1463511743343328
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] - Starting with OPC = jng_label
[----------] Seed is 1463511743343442
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] - Starting with OPC = jng_label_1
[----------] Seed is 1463511743343492
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] - Starting with OPC = jng_label_hint
[----------] Seed is 1463511743343594
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] - Starting with OPC = jng_label_hint_1
[----------] Seed is 1463511743343597
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] - Starting with OPC = jnge_label
[----------] Seed is 1463511743343698
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] - Starting with OPC = jnge_label_1
[----------] Seed is 1463511743343788
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] - Starting with OPC = jnge_label_hint
[----------] Seed is 1463511743343876
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] - Starting with OPC = jnge_label_hint_1
[----------] Seed is 1463511743343956
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] - Starting with OPC = jnl_label
[----------] Seed is 1463511743344034
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] - Starting with OPC = jnl_label_1
[----------] Seed is 1463511743344111
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] - Starting with OPC = jnl_label_hint
[----------] Seed is 1463511743344190
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] - Starting with OPC = jnl_label_hint_1
[----------] Seed is 1463511743344284
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] - Starting with OPC = jnle_label
[----------] Seed is 1463511743344373
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] - Starting with OPC = jnle_label_1
[----------] Seed is 1463511743344451
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] - Starting with OPC = jnle_label_hint
[----------] Seed is 1463511743344531
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] - Starting with OPC = jnle_label_hint_1
[----------] Seed is 1463511743344611
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] - Starting with OPC = jno_label
[----------] Seed is 1463511743344690
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] - Starting with OPC = jno_label_1
[----------] Seed is 1463511743344778
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] - Starting with OPC = jno_label_hint
[----------] Seed is 1463511743344867
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] - Starting with OPC = jno_label_hint_1
[----------] Seed is 1463511743344948
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] - Starting with OPC = jnp_label
[----------] Seed is 1463511743345030
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] - Starting with OPC = jnp_label_1
[----------] Seed is 1463511743345108
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] - Starting with OPC = jnp_label_hint
[----------] Seed is 1463511743345188
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] - Starting with OPC = jnp_label_hint_1
[----------] Seed is 1463511743345278
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] - Starting with OPC = jns_label
[----------] Seed is 1463511743345364
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] - Starting with OPC = jns_label_1
[----------] Seed is 1463511743345442
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] - Starting with OPC = jns_label_hint
[----------] Seed is 1463511743345522
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] - Starting with OPC = jns_label_hint_1
[----------] Seed is 1463511743345579
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] - Starting with OPC = jnz_label
[----------] Seed is 1463511743345616
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] - Starting with OPC = jnz_label_1
[----------] Seed is 1463511743345717
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] - Starting with OPC = jnz_label_hint
[----------] Seed is 1463511743345799
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] - Starting with OPC = jnz_label_hint_1
[----------] Seed is 1463511743345878
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] - Starting with OPC = jo_label
[----------] Seed is 1463511743345956
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] - Starting with OPC = jo_label_1
[----------] Seed is 1463511743346034
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] - Starting with OPC = jo_label_hint
[----------] Seed is 1463511743346115
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] - Starting with OPC = jo_label_hint_1
[----------] Seed is 1463511743346209
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] - Starting with OPC = jp_label
[----------] Seed is 1463511743346296
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] - Starting with OPC = jp_label_1
[----------] Seed is 1463511743346375
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] - Starting with OPC = jp_label_hint
[----------] Seed is 1463511743346455
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] - Starting with OPC = jp_label_hint_1
[----------] Seed is 1463511743346534
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] - Starting with OPC = jpe_label
[----------] Seed is 1463511743346612
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] - Starting with OPC = jpe_label_1
[----------] Seed is 1463511743346705
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] - Starting with OPC = jpe_label_hint
[----------] Seed is 1463511743346789
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] - Starting with OPC = jpe_label_hint_1
[----------] Seed is 1463511743346869
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] - Starting with OPC = jpo_label
[----------] Seed is 1463511743346952
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] - Starting with OPC = jpo_label_1
[----------] Seed is 1463511743347030
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] - Starting with OPC = jpo_label_hint
[----------] Seed is 1463511743347110
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] - Starting with OPC = jpo_label_hint_1
[----------] Seed is 1463511743347204
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] - Starting with OPC = jrcxz_label
[----------] Seed is 1463511743347287
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] - Starting with OPC = jrcxz_label_hint
[----------] Seed is 1463511743347368
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] - Starting with OPC = js_label
[----------] Seed is 1463511743347446
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] - Starting with OPC = js_label_1
[----------] Seed is 1463511743347525
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] - Starting with OPC = js_label_hint
[----------] Seed is 1463511743347604
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] - Starting with OPC = js_label_hint_1
[----------] Seed is 1463511743347719
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] - Starting with OPC = jz_label
[----------] Seed is 1463511743347808
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] - Starting with OPC = jz_label_1
[----------] Seed is 1463511743347888
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] - Starting with OPC = jz_label_hint
[----------] Seed is 1463511743347977
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] - Starting with OPC = jz_label_hint_1
[----------] Seed is 1463511743348073
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] - Starting with OPC = lddqu_xmm_m128
[----------] Seed is 1463511743348170
[----------] * lddqu 0x7ffffff7(%rip), %xmm9 # OPC=lddqu_xmm_m128
[----------] * lddqu (%r11d,%ebx,1), %xmm0 # OPC=lddqu_xmm_m128
[----------] * lddqu 0x5dcffff7(%rip), %xmm8 # OPC=lddqu_xmm_m128
[----------] * lddqu 0x64(%rsp,%rdx,8), %xmm10 # OPC=lddqu_xmm_m128
[----------] * lddqu 0x5dcffff7(%rip), %xmm9 # OPC=lddqu_xmm_m128
[----------] * lddqu -0x10(,%rdx,2), %xmm14 # OPC=lddqu_xmm_m128
[----------] * lddqu 0x5dcffff8(%rip), %xmm1 # OPC=lddqu_xmm_m128
[----------] * lddqu 0x5dcffff7(%rip), %xmm10 # OPC=lddqu_xmm_m128
[----------] * lddqu 0xf8(%rip), %xmm7 # OPC=lddqu_xmm_m128
[----------] * lddqu 0xf8(%rip), %xmm2 # OPC=lddqu_xmm_m128
[----------] - Starting with OPC = leaw_r16_m16
[----------] Seed is 1463511743350303
[----------] * leaw -0x2(,%ebp,8), %di # OPC=leaw_r16_m16
[----------] * leaw (,%rbp,8), %r14w # OPC=leaw_r16_m16
[----------] * leaw 0xfd(,%r10d,4), %r11w # OPC=leaw_r16_m16
[----------] * leaw -0x1(%r9,%rbp,1), %r11w # OPC=leaw_r16_m16
[----------] * leaw 0x1(%esi,%r12d,2), %dx # OPC=leaw_r16_m16
[----------] * leaw 0x7fff(%r8,%rdi,1), %cx # OPC=leaw_r16_m16
[----------] * leaw -0x6(%esp,%ebp,1), %r9w # OPC=leaw_r16_m16
[----------] * leaw 0x6(,%r11d,1), %r10w # OPC=leaw_r16_m16
[----------] * leaw 0x10101010(%r10,%r12,2), %r12w # OPC=leaw_r16_m16
[----------] * leaw 0xd0(%r13,%r9,1), %r15w # OPC=leaw_r16_m16
[----------] - Starting with OPC = leaw_r16_m32
[----------] Seed is 1463511743351908
[----------] * leaw 0x64(%r8d,%r13d,2), %r15w # OPC=leaw_r16_m32
[----------] * leaw 0x10101010(%esi,%r15d,2), %si # OPC=leaw_r16_m32
[----------] * leaw 0x44(,%ebp,1), %r11w # OPC=leaw_r16_m32
[----------] * leaw 0x3(%r9d,%eax,2), %r13w # OPC=leaw_r16_m32
[----------] * leaw -0x1(%esp,%esi,4), %r13w # OPC=leaw_r16_m32
[----------] * leaw 0x7fffffff(,%r15,2), %si # OPC=leaw_r16_m32
[----------] * Couldn't apply transform.
[----------] * leaw 0x10(%r13,%r14,4), %cx # OPC=leaw_r16_m32
[----------] * leaw (%eax,%r11d,4), %si # OPC=leaw_r16_m32
[----------] * leaw 0xc0de(,%rax,2), %r13w # OPC=leaw_r16_m32
[----------] - Starting with OPC = leaw_r16_m64
[----------] Seed is 1463511743353328
[----------] * leaw -0x5(,%r8,2), %bp # OPC=leaw_r16_m64
[----------] * leaw 0xcc(,%r10d,2), %r11w # OPC=leaw_r16_m64
[----------] * leaw 0xc0(,%rdx,4), %si # OPC=leaw_r16_m64
[----------] * leaw 0xd0(%r13d,%eax,4), %r15w # OPC=leaw_r16_m64
[----------] * leaw -0x6(,%ebp,8), %sp # OPC=leaw_r16_m64
[----------] * leaw 0x1(,%rdi,2), %dx # OPC=leaw_r16_m64
[----------] * leaw -0x3f213502(,%rbp,8), %cx # OPC=leaw_r16_m64
[----------] * leaw -0x8(,%r9,2), %r15w # OPC=leaw_r16_m64
[----------] * leaw 0xd0(%edx,%r15d,4), %r13w # OPC=leaw_r16_m64
[----------] * leaw 0x7fff(,%eax,4), %r15w # OPC=leaw_r16_m64
[----------] - Starting with OPC = leal_r32_m16
[----------] Seed is 1463511743354630
[----------] * leal 0x22222222(%r8d,%r12d,4), %edi # OPC=leal_r32_m16
[----------] * leal 0x22(,%r15d,2), %edx # OPC=leal_r32_m16
[----------] * leal 0x5(,%ebp,2), %r12d # OPC=leal_r32_m16
[----------] * leal 0x3(,%r12d,2), %esp # OPC=leal_r32_m16
[----------] * leal 0x22(%edi,%eax,4), %eax # OPC=leal_r32_m16
[----------] * leal 0x44(%rbp,%rsi,4), %esp # OPC=leal_r32_m16
[----------] * leal 0x60(,%r8,8), %esp # OPC=leal_r32_m16
[----------] * leal 0x64(,%r9d,8), %r15d # OPC=leal_r32_m16
[----------] * leal -0x8(,%r9,1), %r15d # OPC=leal_r32_m16
[----------] * leal 0xc0(%rax,%rdi,8), %esp # OPC=leal_r32_m16
[----------] - Starting with OPC = leal_r32_m32
[----------] Seed is 1463511743356135
[----------] * leal 0x20(%rsi,%r13,4), %r14d # OPC=leal_r32_m32
[----------] * leal -0x3(,%rdx,4), %ebx # OPC=leal_r32_m32
[----------] * leal -0x7(,%r14d,4), %ebp # OPC=leal_r32_m32
[----------] * leal 0x70(%rbp,%r13,2), %edx # OPC=leal_r32_m32
[----------] * leal -0x7(,%edx,1), %edi # OPC=leal_r32_m32
[----------] * leal 0x60(%r14,%r12,1), %ecx # OPC=leal_r32_m32
[----------] * leal -0x40(%edx,%r9d,1), %r12d # OPC=leal_r32_m32
[----------] * leal 0xffff(,%r15,8), %r9d # OPC=leal_r32_m32
[----------] * leal 0x6(,%rbp,2), %r9d # OPC=leal_r32_m32
[----------] * leal -0x1(,%r9,8), %r12d # OPC=leal_r32_m32
[----------] - Starting with OPC = leal_r32_m64
[----------] Seed is 1463511743357619
[----------] * leal -0x6(,%ebx,8), %r13d # OPC=leal_r32_m64
[----------] * leal 0x4(,%rax,1), %r13d # OPC=leal_r32_m64
[----------] * leal -0x20(,%r10,2), %r10d # OPC=leal_r32_m64
[----------] * leal -0x1(,%ebp,8), %ecx # OPC=leal_r32_m64
[----------] * leal 0x1(,%r15,8), %ebx # OPC=leal_r32_m64
[----------] * leal 0x5(,%r11d,1), %r15d # OPC=leal_r32_m64
[----------] * Couldn't apply transform.
[----------] * leal 0x4(,%r9,8), %eax # OPC=leal_r32_m64
[----------] * leal 0xe0(%r11d,%r8d,4), %r13d # OPC=leal_r32_m64
[----------] * leal -0x3f213502(,%r11d,1), %edi # OPC=leal_r32_m64
[----------] - Starting with OPC = leaq_r64_m16
[----------] Seed is 1463511743359023
[----------] * leaq 0x1010101(%edi,%r11d,4), %r13 # OPC=leaq_r64_m16
[----------] * leaq -0x3(,%r12,1), %r9 # OPC=leaq_r64_m16
[----------] * leaq 0xf0(,%r9d,4), %rbx # OPC=leaq_r64_m16
[----------] * leaq 0xfe(%rax,%r14,8), %r8 # OPC=leaq_r64_m16
[----------] * leaq 0x1(%r10,%r13,2), %r9 # OPC=leaq_r64_m16
[----------] * leaq -0x1(%rax,%rcx,1), %r12 # OPC=leaq_r64_m16
[----------] * leaq 0x2(%r11d,%ecx,4), %r13 # OPC=leaq_r64_m16
[----------] * leaq -0x1(%ecx,%esi,1), %rdx # OPC=leaq_r64_m16
[----------] * leaq 0xffff(%r13d,%eax,2), %rbp # OPC=leaq_r64_m16
[----------] * leaq -0x1(,%r12,8), %rcx # OPC=leaq_r64_m16
[----------] - Starting with OPC = leaq_r64_m32
[----------] Seed is 1463511743360553
[----------] * leaq 0x7fffffff(,%r15,1), %rbp # OPC=leaq_r64_m32
[----------] * leaq 0x22(%rcx,%rbp,4), %rcx # OPC=leaq_r64_m32
[----------] * leaq -0x5(%edi,%ebp,2), %rsp # OPC=leaq_r64_m32
[----------] * leaq 0x30(,%rdx,8), %rbp # OPC=leaq_r64_m32
[----------] * leaq 0x1010101(,%r9d,8), %rdx # OPC=leaq_r64_m32
[----------] * leaq -0x5(,%r12d,8), %rdi # OPC=leaq_r64_m32
[----------] * leaq 0x80(,%r8,8), %rsi # OPC=leaq_r64_m32
[----------] * leaq 0xfc(,%r11,1), %rsp # OPC=leaq_r64_m32
[----------] * leaq -0x10(%rdx,%r14,4), %r13 # OPC=leaq_r64_m32
[----------] * leaq 0xcc(%r10,%r9,4), %r11 # OPC=leaq_r64_m32
[----------] - Starting with OPC = leaq_r64_m64
[----------] Seed is 1463511743362233
[----------] * leaq 0x20(,%r11d,4), %rdx # OPC=leaq_r64_m64
[----------] * leaq 0x30(%rdi,%r13,2), %r12 # OPC=leaq_r64_m64
[----------] * leaq 0x60(%r12d,%r14d,2), %r14 # OPC=leaq_r64_m64
[----------] * leaq 0x7fffffff(,%r15d,1), %rbp # OPC=leaq_r64_m64
[----------] * leaq -0x40(,%r13,4), %rdx # OPC=leaq_r64_m64
[----------] * leaq -0x3(,%r12d,8), %r8 # OPC=leaq_r64_m64
[----------] * leaq 0xff(%r14d,%eax,8), %rsi # OPC=leaq_r64_m64
[----------] * leaq -0x1(,%rcx,4), %r9 # OPC=leaq_r64_m64
[----------] * leaq -0x7f7f7f80(,%r9,4), %r8 # OPC=leaq_r64_m64
[----------] * leaq 0x1010101(%r13d,%ebp,4), %r10 # OPC=leaq_r64_m64
[----------] - Starting with OPC = leaveq
[----------] Seed is 1463511743363714
[----------] * leaveq # OPC=leaveq
[----------] * leaveq # OPC=leaveq
[----------] * leaveq # OPC=leaveq
[----------] * leaveq # OPC=leaveq
[----------] * leaveq # OPC=leaveq
[----------] * leaveq # OPC=leaveq
[----------] * leaveq # OPC=leaveq
[----------] * leaveq # OPC=leaveq
[----------] * leaveq # OPC=leaveq
[----------] * leaveq # OPC=leaveq
[----------] - Starting with OPC = lfence
[----------] Seed is 1463511743365110
[----------] * lfence # OPC=lfence
[----------] * lfence # OPC=lfence
[----------] * lfence # OPC=lfence
[----------] * lfence # OPC=lfence
[----------] * lfence # OPC=lfence
[----------] * lfence # OPC=lfence
[----------] * lfence # OPC=lfence
[----------] * lfence # OPC=lfence
[----------] * lfence # OPC=lfence
[----------] * lfence # OPC=lfence
[----------] - Starting with OPC = loop_label
[----------] Seed is 1463511743366046
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] - Starting with OPC = loope_label
[----------] Seed is 1463511743366176
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] - Starting with OPC = loopne_label
[----------] Seed is 1463511743366264
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] - Starting with OPC = maxpd_xmm_m128
[----------] Seed is 1463511743366356
[----------] * maxpd (%r11d,%ebx,4), %xmm11 # OPC=maxpd_xmm_m128
[----------] * maxpd 0x5dcffff7(%rip), %xmm14 # OPC=maxpd_xmm_m128
[----------] * maxpd 0xf8(%rip), %xmm0 # OPC=maxpd_xmm_m128
[----------] * maxpd -0x7(%r11d,%ebx,4), %xmm3 # OPC=maxpd_xmm_m128
[----------] * maxpd 0x16(%r8), %xmm15 # OPC=maxpd_xmm_m128
[----------] * maxpd 0xf8(%rip), %xmm2 # OPC=maxpd_xmm_m128
[----------] * maxpd -0x64(%rax,%rcx,4), %xmm2 # OPC=maxpd_xmm_m128
[----------] * maxpd 0x5(%r11d,%ebx,1), %xmm0 # OPC=maxpd_xmm_m128
[----------] * maxpd 0xf8(%rip), %xmm4 # OPC=maxpd_xmm_m128
[----------] * maxpd 0x30(%r11d), %xmm0 # OPC=maxpd_xmm_m128
[----------] - Starting with OPC = maxpd_xmm_xmm
[----------] Seed is 1463511743367856
[----------] * maxpd %xmm3, %xmm12 # OPC=maxpd_xmm_xmm
[----------] * maxpd %xmm6, %xmm8 # OPC=maxpd_xmm_xmm
[----------] * maxpd %xmm2, %xmm15 # OPC=maxpd_xmm_xmm
[----------] * maxpd %xmm3, %xmm10 # OPC=maxpd_xmm_xmm
[----------] * maxpd %xmm13, %xmm15 # OPC=maxpd_xmm_xmm
[----------] * maxpd %xmm6, %xmm11 # OPC=maxpd_xmm_xmm
[----------] * maxpd %xmm5, %xmm5 # OPC=maxpd_xmm_xmm
[----------] * maxpd %xmm0, %xmm9 # OPC=maxpd_xmm_xmm
[----------] * maxpd %xmm14, %xmm4 # OPC=maxpd_xmm_xmm
[----------] * maxpd %xmm0, %xmm6 # OPC=maxpd_xmm_xmm
[----------] - Starting with OPC = maxps_xmm_m128
[----------] Seed is 1463511743369325
[----------] * maxps 0x64(%rsp,%rdx,8), %xmm11 # OPC=maxps_xmm_m128
[----------] * maxps 0xf9(%rip), %xmm0 # OPC=maxps_xmm_m128
[----------] * maxps 0x7ffffff8(%rip), %xmm12 # OPC=maxps_xmm_m128
[----------] * maxps 0x7ffffff8(%rip), %xmm12 # OPC=maxps_xmm_m128
[----------] * maxps -0x7(%r11d,%ebx,4), %xmm15 # OPC=maxps_xmm_m128
[----------] * maxps 0x5dcffff9(%rip), %xmm2 # OPC=maxps_xmm_m128
[----------] * maxps -0x300007(%rip), %xmm11 # OPC=maxps_xmm_m128
[----------] * maxps -0x64(%rax,%rcx,4), %xmm1 # OPC=maxps_xmm_m128
[----------] * maxps 0x5dcffff8(%rip), %xmm12 # OPC=maxps_xmm_m128
[----------] * maxps 0xf8(%rip), %xmm11 # OPC=maxps_xmm_m128
[----------] - Starting with OPC = maxps_xmm_xmm
[----------] Seed is 1463511743371356
[----------] * maxps %xmm4, %xmm5 # OPC=maxps_xmm_xmm
[----------] * maxps %xmm5, %xmm8 # OPC=maxps_xmm_xmm
[----------] * maxps %xmm0, %xmm15 # OPC=maxps_xmm_xmm
[----------] * maxps %xmm9, %xmm9 # OPC=maxps_xmm_xmm
[----------] * maxps %xmm12, %xmm0 # OPC=maxps_xmm_xmm
[----------] * maxps %xmm13, %xmm12 # OPC=maxps_xmm_xmm
[----------] * maxps %xmm14, %xmm15 # OPC=maxps_xmm_xmm
[----------] * maxps %xmm4, %xmm2 # OPC=maxps_xmm_xmm
[----------] * maxps %xmm3, %xmm5 # OPC=maxps_xmm_xmm
[----------] * maxps %xmm10, %xmm6 # OPC=maxps_xmm_xmm
[----------] - Starting with OPC = maxsd_xmm_m64
[----------] Seed is 1463511743372841
[----------] * maxsd 0xf8(%rip), %xmm5 # OPC=maxsd_xmm_m64
[----------] * maxsd -0x10(,%rdx,2), %xmm2 # OPC=maxsd_xmm_m64
[----------] * maxsd -0x9(%rip), %xmm15 # OPC=maxsd_xmm_m64
[----------] * maxsd (%r11d), %xmm13 # OPC=maxsd_xmm_m64
[----------] * maxsd (%rdi,%rcx,1), %xmm6 # OPC=maxsd_xmm_m64
[----------] * maxsd -0x7(%r11d,%ebx,4), %xmm13 # OPC=maxsd_xmm_m64
[----------] * maxsd 0x5dcffff8(%rip), %xmm4 # OPC=maxsd_xmm_m64
[----------] * maxsd 0x5dcffff8(%rip), %xmm6 # OPC=maxsd_xmm_m64
[----------] * maxsd 0x5dcffff8(%rip), %xmm7 # OPC=maxsd_xmm_m64
[----------] * maxsd (%rdi,%rcx,1), %xmm11 # OPC=maxsd_xmm_m64
[----------] - Starting with OPC = maxsd_xmm_xmm
[----------] Seed is 1463511743374087
[----------] * maxsd %xmm6, %xmm7 # OPC=maxsd_xmm_xmm
[----------] * maxsd %xmm3, %xmm13 # OPC=maxsd_xmm_xmm
[----------] * maxsd %xmm0, %xmm7 # OPC=maxsd_xmm_xmm
[----------] * maxsd %xmm10, %xmm8 # OPC=maxsd_xmm_xmm
[----------] * maxsd %xmm15, %xmm4 # OPC=maxsd_xmm_xmm
[----------] * maxsd %xmm13, %xmm2 # OPC=maxsd_xmm_xmm
[----------] * maxsd %xmm7, %xmm2 # OPC=maxsd_xmm_xmm
[----------] * maxsd %xmm8, %xmm10 # OPC=maxsd_xmm_xmm
[----------] * maxsd %xmm8, %xmm11 # OPC=maxsd_xmm_xmm
[----------] * maxsd %xmm2, %xmm14 # OPC=maxsd_xmm_xmm
[----------] - Starting with OPC = maxss_xmm_m32
[----------] Seed is 1463511743375652
[----------] * maxss (%rax), %xmm2 # OPC=maxss_xmm_m32
[----------] * maxss 0x5dcffff8(%rip), %xmm1 # OPC=maxss_xmm_m32
[----------] * maxss (%r11d,%ebx,4), %xmm1 # OPC=maxss_xmm_m32
[----------] * maxss 0x5dcffff8(%rip), %xmm4 # OPC=maxss_xmm_m32
[----------] * maxss -0x300007(%rip), %xmm6 # OPC=maxss_xmm_m32
[----------] * maxss (%r11d), %xmm2 # OPC=maxss_xmm_m32
[----------] * maxss 0x64(%rdx), %xmm4 # OPC=maxss_xmm_m32
[----------] * maxss 0x5dcffff8(%rip), %xmm6 # OPC=maxss_xmm_m32
[----------] * maxss -0x7(%r11d,%ebx,4), %xmm14 # OPC=maxss_xmm_m32
[----------] * maxss 0xf7(%rip), %xmm8 # OPC=maxss_xmm_m32
[----------] - Starting with OPC = maxss_xmm_xmm
[----------] Seed is 1463511743377076
[----------] * maxss %xmm14, %xmm13 # OPC=maxss_xmm_xmm
[----------] * maxss %xmm9, %xmm0 # OPC=maxss_xmm_xmm
[----------] * maxss %xmm6, %xmm10 # OPC=maxss_xmm_xmm
[----------] * maxss %xmm12, %xmm10 # OPC=maxss_xmm_xmm
[----------] * maxss %xmm6, %xmm6 # OPC=maxss_xmm_xmm
[----------] * maxss %xmm1, %xmm3 # OPC=maxss_xmm_xmm
[----------] * maxss %xmm10, %xmm14 # OPC=maxss_xmm_xmm
[----------] * maxss %xmm6, %xmm3 # OPC=maxss_xmm_xmm
[----------] * maxss %xmm9, %xmm3 # OPC=maxss_xmm_xmm
[----------] * maxss %xmm13, %xmm2 # OPC=maxss_xmm_xmm
[----------] - Starting with OPC = mfence
[----------] Seed is 1463511743378463
[----------] * mfence # OPC=mfence
[----------] * mfence # OPC=mfence
[----------] * mfence # OPC=mfence
[----------] * mfence # OPC=mfence
[----------] * mfence # OPC=mfence
[----------] * mfence # OPC=mfence
[----------] * mfence # OPC=mfence
[----------] * mfence # OPC=mfence
[----------] * mfence # OPC=mfence
[----------] * mfence # OPC=mfence
[----------] - Starting with OPC = minpd_xmm_m128
[----------] Seed is 1463511743379859
[----------] * minpd 0x7ffffff7(%rip), %xmm10 # OPC=minpd_xmm_m128
[----------] * minpd -0x8(%rip), %xmm2 # OPC=minpd_xmm_m128
[----------] * minpd 0xf8(%rip), %xmm0 # OPC=minpd_xmm_m128
[----------] * minpd 0x5dcffff8(%rip), %xmm4 # OPC=minpd_xmm_m128
[----------] * minpd 0xf8(%rip), %xmm6 # OPC=minpd_xmm_m128
[----------] * minpd 0x5dcffff7(%rip), %xmm10 # OPC=minpd_xmm_m128
[----------] * minpd -0x7(%r11d,%ebx,4), %xmm8 # OPC=minpd_xmm_m128
[----------] * minpd 0xf8(%rip), %xmm5 # OPC=minpd_xmm_m128
[----------] * minpd 0x5dcffff8(%rip), %xmm2 # OPC=minpd_xmm_m128
[----------] * minpd 0xf7(%rip), %xmm9 # OPC=minpd_xmm_m128
[----------] - Starting with OPC = minpd_xmm_xmm
[----------] Seed is 1463511743381281
[----------] * minpd %xmm12, %xmm3 # OPC=minpd_xmm_xmm
[----------] * minpd %xmm10, %xmm10 # OPC=minpd_xmm_xmm
[----------] * minpd %xmm5, %xmm7 # OPC=minpd_xmm_xmm
[----------] * minpd %xmm5, %xmm15 # OPC=minpd_xmm_xmm
[----------] * minpd %xmm13, %xmm1 # OPC=minpd_xmm_xmm
[----------] * minpd %xmm15, %xmm4 # OPC=minpd_xmm_xmm
[----------] * minpd %xmm8, %xmm11 # OPC=minpd_xmm_xmm
[----------] * minpd %xmm0, %xmm9 # OPC=minpd_xmm_xmm
[----------] * minpd %xmm11, %xmm11 # OPC=minpd_xmm_xmm
[----------] * minpd %xmm12, %xmm15 # OPC=minpd_xmm_xmm
[----------] - Starting with OPC = minps_xmm_m128
[----------] Seed is 1463511743382905
[----------] * minps 0xf9(%rip), %xmm1 # OPC=minps_xmm_m128
[----------] * minps -0x10(,%rdx,2), %xmm13 # OPC=minps_xmm_m128
[----------] * minps (%r11d,%ebx,4), %xmm13 # OPC=minps_xmm_m128
[----------] * minps 0x30(%r11d), %xmm9 # OPC=minps_xmm_m128
[----------] * minps 0x5dcffff9(%rip), %xmm3 # OPC=minps_xmm_m128
[----------] * minps 0x5dcffff8(%rip), %xmm12 # OPC=minps_xmm_m128
[----------] * minps (%rdi,%rcx,1), %xmm11 # OPC=minps_xmm_m128
[----------] * minps 0x5(%r11d,%ebx,1), %xmm7 # OPC=minps_xmm_m128
[----------] * minps 0x5dcffff9(%rip), %xmm5 # OPC=minps_xmm_m128
[----------] * minps -0x64(%rax,%rcx,4), %xmm7 # OPC=minps_xmm_m128
[----------] - Starting with OPC = minps_xmm_xmm
[----------] Seed is 1463511743384387
[----------] * minps %xmm9, %xmm14 # OPC=minps_xmm_xmm
[----------] * minps %xmm2, %xmm5 # OPC=minps_xmm_xmm
[----------] * minps %xmm9, %xmm15 # OPC=minps_xmm_xmm
[----------] * minps %xmm12, %xmm6 # OPC=minps_xmm_xmm
[----------] * minps %xmm9, %xmm0 # OPC=minps_xmm_xmm
[----------] * minps %xmm9, %xmm7 # OPC=minps_xmm_xmm
[----------] * minps %xmm7, %xmm2 # OPC=minps_xmm_xmm
[----------] * minps %xmm4, %xmm8 # OPC=minps_xmm_xmm
[----------] * minps %xmm15, %xmm10 # OPC=minps_xmm_xmm
[----------] * minps %xmm12, %xmm11 # OPC=minps_xmm_xmm
[----------] - Starting with OPC = minsd_xmm_m64
[----------] Seed is 1463511743385617
[----------] * minsd 0x30(%r11d), %xmm14 # OPC=minsd_xmm_m64
[----------] * minsd 0xf7(%rip), %xmm15 # OPC=minsd_xmm_m64
[----------] * minsd 0x16(%r8), %xmm12 # OPC=minsd_xmm_m64
[----------] * minsd 0x5dcffff8(%rip), %xmm7 # OPC=minsd_xmm_m64
[----------] * minsd 0xf8(%rip), %xmm0 # OPC=minsd_xmm_m64
[----------] * minsd 0x64(%rdx), %xmm11 # OPC=minsd_xmm_m64
[----------] * minsd 0x64(%rsp,%rdx,8), %xmm8 # OPC=minsd_xmm_m64
[----------] * minsd 0x5dcffff7(%rip), %xmm13 # OPC=minsd_xmm_m64
[----------] * minsd 0x5dcffff7(%rip), %xmm14 # OPC=minsd_xmm_m64
[----------] * minsd 0xf8(%rip), %xmm3 # OPC=minsd_xmm_m64
[----------] - Starting with OPC = minsd_xmm_xmm
[----------] Seed is 1463511743386991
[----------] * minsd %xmm5, %xmm0 # OPC=minsd_xmm_xmm
[----------] * minsd %xmm12, %xmm8 # OPC=minsd_xmm_xmm
[----------] * minsd %xmm6, %xmm15 # OPC=minsd_xmm_xmm
[----------] * minsd %xmm1, %xmm13 # OPC=minsd_xmm_xmm
[----------] * minsd %xmm9, %xmm2 # OPC=minsd_xmm_xmm
[----------] * minsd %xmm9, %xmm15 # OPC=minsd_xmm_xmm
[----------] * minsd %xmm10, %xmm0 # OPC=minsd_xmm_xmm
[----------] * minsd %xmm7, %xmm2 # OPC=minsd_xmm_xmm
[----------] * minsd %xmm2, %xmm2 # OPC=minsd_xmm_xmm
[----------] * minsd %xmm2, %xmm6 # OPC=minsd_xmm_xmm
[----------] - Starting with OPC = minss_xmm_m32
[----------] Seed is 1463511743387314
[----------] * minss (%rax), %xmm14 # OPC=minss_xmm_m32
[----------] * minss 0xf7(%rip), %xmm11 # OPC=minss_xmm_m32
[----------] * minss 0x5dcffff7(%rip), %xmm11 # OPC=minss_xmm_m32
[----------] * minss 0x5dcffff8(%rip), %xmm4 # OPC=minss_xmm_m32
[----------] * minss 0xf7(%rip), %xmm14 # OPC=minss_xmm_m32
[----------] * minss 0xf7(%rip), %xmm9 # OPC=minss_xmm_m32
[----------] * minss 0xf7(%rip), %xmm11 # OPC=minss_xmm_m32
[----------] * minss 0xf7(%rip), %xmm10 # OPC=minss_xmm_m32
[----------] * minss -0x8(%rip), %xmm1 # OPC=minss_xmm_m32
[----------] * minss -0x7(%r11d,%ebx,4), %xmm3 # OPC=minss_xmm_m32
[----------] - Starting with OPC = minss_xmm_xmm
[----------] Seed is 1463511743389618
[----------] * minss %xmm1, %xmm13 # OPC=minss_xmm_xmm
[----------] * minss %xmm3, %xmm6 # OPC=minss_xmm_xmm
[----------] * minss %xmm7, %xmm0 # OPC=minss_xmm_xmm
[----------] * minss %xmm4, %xmm4 # OPC=minss_xmm_xmm
[----------] * minss %xmm14, %xmm3 # OPC=minss_xmm_xmm
[----------] * minss %xmm0, %xmm7 # OPC=minss_xmm_xmm
[----------] * minss %xmm0, %xmm12 # OPC=minss_xmm_xmm
[----------] * minss %xmm2, %xmm4 # OPC=minss_xmm_xmm
[----------] * minss %xmm5, %xmm9 # OPC=minss_xmm_xmm
[----------] * minss %xmm9, %xmm3 # OPC=minss_xmm_xmm
[----------] - Starting with OPC = movw_m16_imm16
[----------] Seed is 1463511743391008
[----------] * movw $0x20, (%r11d) # OPC=movw_m16_imm16
[----------] * movw $0x101, (%r11d,%ebx,1) # OPC=movw_m16_imm16
[----------] * movw $0xfff8, (%r11d) # OPC=movw_m16_imm16
[----------] * movw $0xffff, 0xf7(%rip) # OPC=movw_m16_imm16
[----------] * movw $0xc0, -0x300008(%rip) # OPC=movw_m16_imm16
[----------] * movw $0xffff, -0x9(%rip) # OPC=movw_m16_imm16
[----------] * movw $0x7, 0x7ffffff7(%rip) # OPC=movw_m16_imm16
[----------] * movw $0xfff9, -0x9(%rip) # OPC=movw_m16_imm16
[----------] * movw $0x1010, (%r11d) # OPC=movw_m16_imm16
[----------] * movw $0x44, 0x5dcffff7(%rip) # OPC=movw_m16_imm16
[----------] - Starting with OPC = movw_m16_r16
[----------] Seed is 1463511743392464
[----------] * movw %si, 0x5dcffff9(%rip) # OPC=movw_m16_r16
[----------] * movw %ax, -0x7(%r11d,%ebx,4) # OPC=movw_m16_r16
[----------] * movw %ax, 0xf9(%rip) # OPC=movw_m16_r16
[----------] * movw %bp, (%rax) # OPC=movw_m16_r16
[----------] * movw %dx, 0x30(%r11d) # OPC=movw_m16_r16
[----------] * movw %ax, (%rdi,%rcx,1) # OPC=movw_m16_r16
[----------] * movw %r11w, 0x5dcffff8(%rip) # OPC=movw_m16_r16
[----------] * movw %r14w, 0x5dcffff8(%rip) # OPC=movw_m16_r16
[----------] * movw %bp, (%r11d) # OPC=movw_m16_r16
[----------] * movw %r10w, 0xf8(%rip) # OPC=movw_m16_r16
[----------] - Starting with OPC = movl_m32_imm32
[----------] Seed is 1463511743394043
[----------] * movl $0x7fffffff, 0x16(%r8) # OPC=movl_m32_imm32
[----------] * movl $0xfffffffc, -0x300009(%rip) # OPC=movl_m32_imm32
[----------] * movl $0xffffff80, -0xa(%rip) # OPC=movl_m32_imm32
[----------] * movl $0x88, (%rdi,%rcx,1) # OPC=movl_m32_imm32
[----------] * movl $0x0, 0x5dcffff6(%rip) # OPC=movl_m32_imm32
[----------] * movl $0x8000, (%r11d,%ebx,1) # OPC=movl_m32_imm32
[----------] * movl $0x44, 0x7ffffff6(%rip) # OPC=movl_m32_imm32
[----------] * movl $0x8, 0x5dcffff6(%rip) # OPC=movl_m32_imm32
[----------] * movl $0xfe, (%r11d) # OPC=movl_m32_imm32
[----------] * movl $0x0, (%r11d,%ebx,4) # OPC=movl_m32_imm32
[----------] - Starting with OPC = movl_m32_r32
[----------] Seed is 1463511743395441
[----------] * movl %esi, (%r11d,%ebx,1) # OPC=movl_m32_r32
[----------] * movl %ebx, (%rax) # OPC=movl_m32_r32
[----------] * movl %eax, 0x5dcffffa(%rip) # OPC=movl_m32_r32
[----------] * movl %esp, 0x64(%rdx) # OPC=movl_m32_r32
[----------] * movl %r13d, (%r11d) # OPC=movl_m32_r32
[----------] * movl %edi, -0x6(%rip) # OPC=movl_m32_r32
[----------] * movl %r12d, 0x5dcffff9(%rip) # OPC=movl_m32_r32
[----------] * movl %r13d, 0xf9(%rip) # OPC=movl_m32_r32
[----------] * movl %edi, 0x5(%r11d,%ebx,1) # OPC=movl_m32_r32
[----------] * movl %r15d, 0x5dcffff9(%rip) # OPC=movl_m32_r32
[----------] - Starting with OPC = movq_m64_imm32
[----------] Seed is 1463511743396861
[----------] * movq $0x80808080, 0xf5(%rip) # OPC=movq_m64_imm32
[----------] * movq $0x7fffffff, 0xf5(%rip) # OPC=movq_m64_imm32
[----------] * movq $0x10101010, (%rdi,%rcx,1) # OPC=movq_m64_imm32
[----------] * movq $0x22, 0x64(%rdx) # OPC=movq_m64_imm32
[----------] * movq $0xe0, 0xf5(%rip) # OPC=movq_m64_imm32
[----------] * movq $0x7f, 0x5dcffff5(%rip) # OPC=movq_m64_imm32
[----------] * movq $0x2, 0xf5(%rip) # OPC=movq_m64_imm32
[----------] * movq $0xc0decafe, 0x5dcffff5(%rip) # OPC=movq_m64_imm32
[----------] * movq $0x22222222, 0x5dcffff5(%rip) # OPC=movq_m64_imm32
[----------] * movq $0xfffffff0, (%rdi,%rcx,1) # OPC=movq_m64_imm32
[----------] - Starting with OPC = movq_m64_r64
[----------] Seed is 1463511743397898
[----------] * movq %rdi, (%r11d) # OPC=movq_m64_r64
[----------] * movq %rbp, -0x7(%r11d,%ebx,4) # OPC=movq_m64_r64
[----------] * movq %r9, -0x7(%r11d,%ebx,4) # OPC=movq_m64_r64
[----------] * movq %r9, 0x5dcffff9(%rip) # OPC=movq_m64_r64
[----------] * movq %rbp, 0x7ffffff9(%rip) # OPC=movq_m64_r64
[----------] * movq %rdx, (%r11d) # OPC=movq_m64_r64
[----------] * movq %r9, (%rdi,%rcx,1) # OPC=movq_m64_r64
[----------] * movq %r15, 0xf9(%rip) # OPC=movq_m64_r64
[----------] * movq %rdi, -0x7(%rip) # OPC=movq_m64_r64
[----------] * movq %r13, 0x5dcffff9(%rip) # OPC=movq_m64_r64
[----------] - Starting with OPC = movb_m8_imm8
[----------] Seed is 1463511743399295
[----------] * movb $0x40, 0xf9(%rip) # OPC=movb_m8_imm8
[----------] * movb $0x88, -0x10(,%rdx,2) # OPC=movb_m8_imm8
[----------] * movb $0x0, 0x5dcffff9(%rip) # OPC=movb_m8_imm8
[----------] * movb $0xff, 0x5(%r11d,%ebx,1) # OPC=movb_m8_imm8
[----------] * movb $0xff, 0x5dcffff9(%rip) # OPC=movb_m8_imm8
[----------] * movb $0xff, 0xf9(%rip) # OPC=movb_m8_imm8
[----------] * movb $0x4, 0xf9(%rip) # OPC=movb_m8_imm8
[----------] * movb $0xe0, 0x30(%r11d) # OPC=movb_m8_imm8
[----------] * movb $0x80, 0x5dcffff9(%rip) # OPC=movb_m8_imm8
[----------] * movb $0xcc, 0x5dcffff9(%rip) # OPC=movb_m8_imm8
[----------] - Starting with OPC = movb_m8_r8
[----------] Seed is 1463511743400667
[----------] * movb %dil, 0xf9(%rip) # OPC=movb_m8_r8
[----------] * movb %r11b, -0x10(,%rdx,2) # OPC=movb_m8_r8
[----------] * movb %r12b, 0x5dcffff9(%rip) # OPC=movb_m8_r8
[----------] * movb %r11b, 0xf9(%rip) # OPC=movb_m8_r8
[----------] * movb %dl, -0x6(%rip) # OPC=movb_m8_r8
[----------] * movb %dil, 0x5dcffff9(%rip) # OPC=movb_m8_r8
[----------] * movb %cl, (%rax) # OPC=movb_m8_r8
[----------] * movb %al, (%r11d) # OPC=movb_m8_r8
[----------] * movb %bpl, -0x10(,%rdx,2) # OPC=movb_m8_r8
[----------] * movb %sil, 0x30(%r11d) # OPC=movb_m8_r8
[----------] - Starting with OPC = movb_m8_rh
[----------] Seed is 1463511743402781
[----------] * movb %ah, 0xfa(%rip) # OPC=movb_m8_rh
[----------] * movb %dh, 0x5dcffffa(%rip) # OPC=movb_m8_rh
[----------] * movb %ah, 0xfa(%rip) # OPC=movb_m8_rh
[----------] * movb %ah, 0x7ffffffa(%rip) # OPC=movb_m8_rh
[----------] * movb %ah, 0xfa(%rip) # OPC=movb_m8_rh
[----------] * movb %bh, (%rax) # OPC=movb_m8_rh
[----------] * movb %ch, -0x6(%rip) # OPC=movb_m8_rh
[----------] * movb %bh, 0xfa(%rip) # OPC=movb_m8_rh
[----------] * movb %ch, (%rax) # OPC=movb_m8_rh
[----------] * movb %ah, 0xfa(%rip) # OPC=movb_m8_rh
[----------] - Starting with OPC = movw_r16_imm16
[----------] Seed is 1463511743404196
[----------] * movw $0xffff, %r13w # OPC=movw_r16_imm16
[----------] * movw $0x40, %ax # OPC=movw_r16_imm16
[----------] * movw $0xffff, %bp # OPC=movw_r16_imm16
[----------] * movw $0xfffb, %r11w # OPC=movw_r16_imm16
[----------] * movw $0xcafe, %r15w # OPC=movw_r16_imm16
[----------] * movw $0xe0, %r13w # OPC=movw_r16_imm16
[----------] * movw $0xff, %dx # OPC=movw_r16_imm16
[----------] * movw $0x404, %r8w # OPC=movw_r16_imm16
[----------] * movw $0xfff8, %bp # OPC=movw_r16_imm16
[----------] * movw $0x30, %sp # OPC=movw_r16_imm16
[----------] - Starting with OPC = movw_r16_imm16_1
[----------] Seed is 1463511743405530
[----------] * movw $0x7f, %dx # OPC=movw_r16_imm16_1
[----------] * movw $0x64, %bx # OPC=movw_r16_imm16_1
[----------] * movw $0x101, %dx # OPC=movw_r16_imm16_1
[----------] * movw $0xf0, %r10w # OPC=movw_r16_imm16_1
[----------] * movw $0x2222, %r9w # OPC=movw_r16_imm16_1
[----------] * movw $0xffff, %si # OPC=movw_r16_imm16_1
[----------] * movw $0x1010, %sp # OPC=movw_r16_imm16_1
[----------] * movw $0x8080, %r8w # OPC=movw_r16_imm16_1
[----------] * movw $0xffc0, %dx # OPC=movw_r16_imm16_1
[----------] * movw $0x44, %r15w # OPC=movw_r16_imm16_1
[----------] - Starting with OPC = movw_r16_m16
[----------] Seed is 1463511743406658
[----------] * movw (%r11d,%ebx,4), %r14w # OPC=movw_r16_m16
[----------] * movw 0xf9(%rip), %si # OPC=movw_r16_m16
[----------] * movw 0x5dcffff8(%rip), %r12w # OPC=movw_r16_m16
[----------] * movw 0x5dcffff9(%rip), %ax # OPC=movw_r16_m16
[----------] * movw 0x7ffffff9(%rip), %bx # OPC=movw_r16_m16
[----------] * movw (%rax), %r14w # OPC=movw_r16_m16
[----------] * movw (%r11d), %r12w # OPC=movw_r16_m16
[----------] * movw 0x64(%rsp,%rdx,8), %bp # OPC=movw_r16_m16
[----------] * movw 0xf9(%rip), %di # OPC=movw_r16_m16
[----------] * movw 0xf8(%rip), %r11w # OPC=movw_r16_m16
[----------] - Starting with OPC = movw_r16_r16
[----------] Seed is 1463511743408138
[----------] * movw %dx, %r9w # OPC=movw_r16_r16
[----------] * movw %r10w, %cx # OPC=movw_r16_r16
[----------] * movw %sp, %r13w # OPC=movw_r16_r16
[----------] * movw %ax, %bx # OPC=movw_r16_r16
[----------] * movw %sp, %bx # OPC=movw_r16_r16
[----------] * movw %si, %r12w # OPC=movw_r16_r16
[----------] * movw %r12w, %dx # OPC=movw_r16_r16
[----------] * movw %r9w, %r8w # OPC=movw_r16_r16
[----------] * movw %sp, %ax # OPC=movw_r16_r16
[----------] * movw %r11w, %r11w # OPC=movw_r16_r16
[----------] - Starting with OPC = movw_r16_r16_1
[----------] Seed is 1463511743409476
[----------] * movw %r15w, %bx # OPC=movw_r16_r16_1
[----------] * movw %r15w, %r13w # OPC=movw_r16_r16_1
[----------] * movw %r15w, %bp # OPC=movw_r16_r16_1
[----------] * movw %r9w, %sp # OPC=movw_r16_r16_1
[----------] * movw %r10w, %si # OPC=movw_r16_r16_1
[----------] * movw %r11w, %sp # OPC=movw_r16_r16_1
[----------] * movw %ax, %bx # OPC=movw_r16_r16_1
[----------] * movw %r8w, %r14w # OPC=movw_r16_r16_1
[----------] * movw %r13w, %bx # OPC=movw_r16_r16_1
[----------] * movw %r11w, %r8w # OPC=movw_r16_r16_1
[----------] - Starting with OPC = movl_r32_imm32
[----------] Seed is 1463511743410537
[----------] * movl $0x4040404, %esp # OPC=movl_r32_imm32
[----------] * movl $0xfffffffd, %r13d # OPC=movl_r32_imm32
[----------] * movl $0xffffffc0, %r12d # OPC=movl_r32_imm32
[----------] * movl $0x22, %ebx # OPC=movl_r32_imm32
[----------] * movl $0xc0decafe, %esp # OPC=movl_r32_imm32
[----------] * movl $0xfffffff8, %r15d # OPC=movl_r32_imm32
[----------] * movl $0x44, %r14d # OPC=movl_r32_imm32
[----------] * movl $0x6, %eax # OPC=movl_r32_imm32
[----------] * movl $0xff, %r11d # OPC=movl_r32_imm32
[----------] * movl $0x1010101, %r9d # OPC=movl_r32_imm32
[----------] - Starting with OPC = movl_r32_imm32_1
[----------] Seed is 1463511743412062
[----------] * movl $0x22222222, %ecx # OPC=movl_r32_imm32_1
[----------] * movl $0xffffffc0, %ebx # OPC=movl_r32_imm32_1
[----------] * movl $0x7, %r13d # OPC=movl_r32_imm32_1
[----------] * movl $0xfffffffd, %ebx # OPC=movl_r32_imm32_1
[----------] * movl $0xffffffe0, %ebx # OPC=movl_r32_imm32_1
[----------] * movl $0x20, %edx # OPC=movl_r32_imm32_1
[----------] * movl $0xe0, %r8d # OPC=movl_r32_imm32_1
[----------] * movl $0xffffffff, %ebx # OPC=movl_r32_imm32_1
[----------] * movl $0x3, %r8d # OPC=movl_r32_imm32_1
[----------] * movl $0x20, %r12d # OPC=movl_r32_imm32_1
[----------] - Starting with OPC = movl_r32_m32
[----------] Seed is 1463511743413828
[----------] * movl -0x10(,%rdx,2), %r15d # OPC=movl_r32_m32
[----------] * movl 0xf9(%rip), %r8d # OPC=movl_r32_m32
[----------] * movl 0x5dcffffa(%rip), %esp # OPC=movl_r32_m32
[----------] * movl -0x10(,%rdx,2), %r12d # OPC=movl_r32_m32
[----------] * movl 0xf9(%rip), %r12d # OPC=movl_r32_m32
[----------] * movl 0xf9(%rip), %r12d # OPC=movl_r32_m32
[----------] * movl 0xf9(%rip), %r8d # OPC=movl_r32_m32
[----------] * movl 0x5dcffffa(%rip), %edi # OPC=movl_r32_m32
[----------] * movl -0x300005(%rip), %edx # OPC=movl_r32_m32
[----------] * movl -0x7(%r11d,%ebx,4), %ebp # OPC=movl_r32_m32
[----------] - Starting with OPC = movl_r32_r32
[----------] Seed is 1463511743415203
[----------] * movl %r14d, %ebx # OPC=movl_r32_r32
[----------] * movl %r13d, %edi # OPC=movl_r32_r32
[----------] * movl %r14d, %edi # OPC=movl_r32_r32
[----------] * movl %edx, %eax # OPC=movl_r32_r32
[----------] * movl %r9d, %r10d # OPC=movl_r32_r32
[----------] * movl %esi, %ecx # OPC=movl_r32_r32
[----------] * movl %r8d, %r14d # OPC=movl_r32_r32
[----------] * movl %esp, %r14d # OPC=movl_r32_r32
[----------] * movl %ecx, %r8d # OPC=movl_r32_r32
[----------] * movl %esp, %r14d # OPC=movl_r32_r32
[----------] - Starting with OPC = movl_r32_r32_1
[----------] Seed is 1463511743416533
[----------] * movl %r13d, %esp # OPC=movl_r32_r32_1
[----------] * movl %ecx, %r15d # OPC=movl_r32_r32_1
[----------] * movl %r12d, %r10d # OPC=movl_r32_r32_1
[----------] * movl %r15d, %r14d # OPC=movl_r32_r32_1
[----------] * movl %esi, %r12d # OPC=movl_r32_r32_1
[----------] * movl %edx, %r12d # OPC=movl_r32_r32_1
[----------] * movl %edx, %r15d # OPC=movl_r32_r32_1
[----------] * movl %ebx, %edi # OPC=movl_r32_r32_1
[----------] * movl %ecx, %r15d # OPC=movl_r32_r32_1
[----------] * movl %edi, %r8d # OPC=movl_r32_r32_1
[----------] - Starting with OPC = movq_r64_imm32
[----------] Seed is 1463511743417617
[----------] * movq $0x0, %r15 # OPC=movq_r64_imm32
[----------] * movq $0xffffff80, %r9 # OPC=movq_r64_imm32
[----------] * movq $0x0, %rdx # OPC=movq_r64_imm32
[----------] * movq $0x80808080, %r14 # OPC=movq_r64_imm32
[----------] * movq $0xffffff80, %r9 # OPC=movq_r64_imm32
[----------] * movq $0x1010101, %rdi # OPC=movq_r64_imm32
[----------] * movq $0xe0, %rdi # OPC=movq_r64_imm32
[----------] * movq $0x80808080, %rdx # OPC=movq_r64_imm32
[----------] * movq $0xc0de, %rsi # OPC=movq_r64_imm32
[----------] * movq $0x6, %r11 # OPC=movq_r64_imm32
[----------] - Starting with OPC = movq_r64_imm64
[----------] Seed is 1463511743418953
[----------] * movq $0x40, %rdi # OPC=movq_r64_imm64
[----------] * movq $0x0, %rcx # OPC=movq_r64_imm64
[----------] * movq $0x20, %r13 # OPC=movq_r64_imm64
[----------] * movq $0xfc, %r14 # OPC=movq_r64_imm64
[----------] * movq $0xc0decafec0decafe, %rdi # OPC=movq_r64_imm64
[----------] * movq $0x60, %rax # OPC=movq_r64_imm64
[----------] * movq $0xfffffffffffffffe, %rcx # OPC=movq_r64_imm64
[----------] * movq $0x7fffffffffffffff, %r13 # OPC=movq_r64_imm64
[----------] * movq $0x8080808080808080, %r14 # OPC=movq_r64_imm64
[----------] * movq $0xfffffffffffffffb, %rsi # OPC=movq_r64_imm64
[----------] - Starting with OPC = movq_r64_m64
[----------] Seed is 1463511743420316
[----------] * movq -0x10(,%rdx,2), %r13 # OPC=movq_r64_m64
[----------] * movq 0x64(%rsp,%rdx,8), %rbp # OPC=movq_r64_m64
[----------] * movq 0x5dcffff9(%rip), %r12 # OPC=movq_r64_m64
[----------] * movq 0xf9(%rip), %r12 # OPC=movq_r64_m64
[----------] * movq 0xf9(%rip), %rsi # OPC=movq_r64_m64
[----------] * movq (%rdi,%rcx,1), %r12 # OPC=movq_r64_m64
[----------] * movq (%r11d,%ebx,4), %r11 # OPC=movq_r64_m64
[----------] * movq 0xf9(%rip), %rsp # OPC=movq_r64_m64
[----------] * movq (%r11d,%ebx,1), %r14 # OPC=movq_r64_m64
[----------] * movq (%rdi,%rcx,1), %r8 # OPC=movq_r64_m64
[----------] - Starting with OPC = movq_r64_r64
[----------] Seed is 1463511743421578
[----------] * movq %r14, %rcx # OPC=movq_r64_r64
[----------] * movq %r9, %r9 # OPC=movq_r64_r64
[----------] * movq %r14, %rcx # OPC=movq_r64_r64
[----------] * movq %rbp, %rbp # OPC=movq_r64_r64
[----------] * movq %rbx, %rsp # OPC=movq_r64_r64
[----------] * movq %r14, %r9 # OPC=movq_r64_r64
[----------] * movq %rdi, %rsp # OPC=movq_r64_r64
[----------] * movq %rbx, %rsp # OPC=movq_r64_r64
[----------] * movq %r8, %r10 # OPC=movq_r64_r64
[----------] * movq %r11, %rdx # OPC=movq_r64_r64
[----------] - Starting with OPC = movq_r64_r64_1
[----------] Seed is 1463511743423216
[----------] * movq %r9, %r14 # OPC=movq_r64_r64_1
[----------] * movq %rax, %r14 # OPC=movq_r64_r64_1
[----------] * movq %r8, %r13 # OPC=movq_r64_r64_1
[----------] * movq %rsi, %r9 # OPC=movq_r64_r64_1
[----------] * movq %r12, %r9 # OPC=movq_r64_r64_1
[----------] * movq %rax, %r14 # OPC=movq_r64_r64_1
[----------] * movq %r13, %r10 # OPC=movq_r64_r64_1
[----------] * movq %rbp, %rsi # OPC=movq_r64_r64_1
[----------] * movq %rcx, %rdi # OPC=movq_r64_r64_1
[----------] * movq %rdx, %r12 # OPC=movq_r64_r64_1
[----------] - Starting with OPC = movb_r8_imm8
[----------] Seed is 1463511743424633
[----------] * movb $0x7, %dl # OPC=movb_r8_imm8
[----------] * movb $0xc0, %bl # OPC=movb_r8_imm8
[----------] * movb $0xff, %r13b # OPC=movb_r8_imm8
[----------] * movb $0xd0, %al # OPC=movb_r8_imm8
[----------] * movb $0xd0, %r12b # OPC=movb_r8_imm8
[----------] * movb $0x0, %spl # OPC=movb_r8_imm8
[----------] * movb $0x7, %r12b # OPC=movb_r8_imm8
[----------] * movb $0xfe, %r14b # OPC=movb_r8_imm8
[----------] * movb $0x4, %r15b # OPC=movb_r8_imm8
[----------] * movb $0xfb, %cl # OPC=movb_r8_imm8
[----------] - Starting with OPC = movb_r8_imm8_1
[----------] Seed is 1463511743425817
[----------] * movb $0x0, %r13b # OPC=movb_r8_imm8_1
[----------] * movb $0x80, %r9b # OPC=movb_r8_imm8_1
[----------] * movb $0x0, %cl # OPC=movb_r8_imm8_1
[----------] * movb $0x50, %sil # OPC=movb_r8_imm8_1
[----------] * movb $0x80, %bpl # OPC=movb_r8_imm8_1
[----------] * movb $0x22, %r15b # OPC=movb_r8_imm8_1
[----------] * movb $0xfc, %r12b # OPC=movb_r8_imm8_1
[----------] * movb $0x1, %dil # OPC=movb_r8_imm8_1
[----------] * movb $0xd0, %r15b # OPC=movb_r8_imm8_1
[----------] * movb $0x10, %r14b # OPC=movb_r8_imm8_1
[----------] - Starting with OPC = movb_r8_m8
[----------] Seed is 1463511743427141
[----------] * movb (%r11d), %r8b # OPC=movb_r8_m8
[----------] * movb 0x5dcffffa(%rip), %bl # OPC=movb_r8_m8
[----------] * movb -0x10(,%rdx,2), %r12b # OPC=movb_r8_m8
[----------] * movb 0xf9(%rip), %r10b # OPC=movb_r8_m8
[----------] * movb 0x64(%rsp,%rdx,8), %spl # OPC=movb_r8_m8
[----------] * movb 0xf9(%rip), %spl # OPC=movb_r8_m8
[----------] * movb 0x5dcffff9(%rip), %spl # OPC=movb_r8_m8
[----------] * movb 0xf9(%rip), %bpl # OPC=movb_r8_m8
[----------] * movb (%rax), %r13b # OPC=movb_r8_m8
[----------] * movb 0xf9(%rip), %r8b # OPC=movb_r8_m8
[----------] - Starting with OPC = movb_r8_r8
[----------] Seed is 1463511743428152
[----------] * movb %bl, %al # OPC=movb_r8_r8
[----------] * movb %r9b, %bl # OPC=movb_r8_r8
[----------] * movb %r9b, %spl # OPC=movb_r8_r8
[----------] * movb %cl, %r14b # OPC=movb_r8_r8
[----------] * movb %r12b, %bl # OPC=movb_r8_r8
[----------] * movb %r14b, %dil # OPC=movb_r8_r8
[----------] * movb %cl, %spl # OPC=movb_r8_r8
[----------] * movb %r13b, %r10b # OPC=movb_r8_r8
[----------] * movb %r15b, %r8b # OPC=movb_r8_r8
[----------] * movb %r15b, %cl # OPC=movb_r8_r8
[----------] - Starting with OPC = movb_r8_r8_1
[----------] Seed is 1463511743429798
[----------] * movb %r13b, %sil # OPC=movb_r8_r8_1
[----------] * movb %cl, %r12b # OPC=movb_r8_r8_1
[----------] * movb %cl, %bpl # OPC=movb_r8_r8_1
[----------] * movb %r14b, %bpl # OPC=movb_r8_r8_1
[----------] * movb %r14b, %r8b # OPC=movb_r8_r8_1
[----------] * movb %r9b, %r9b # OPC=movb_r8_r8_1
[----------] * movb %bl, %r10b # OPC=movb_r8_r8_1
[----------] * movb %r15b, %r9b # OPC=movb_r8_r8_1
[----------] * movb %al, %cl # OPC=movb_r8_r8_1
[----------] * movb %bl, %r14b # OPC=movb_r8_r8_1
[----------] - Starting with OPC = movb_r8_rh
[----------] Seed is 1463511743431212
[----------] * movb %bh, %bl # OPC=movb_r8_rh
[----------] * movb %bh, %al # OPC=movb_r8_rh
[----------] * movb %dh, %bl # OPC=movb_r8_rh
[----------] * movb %ch, %dl # OPC=movb_r8_rh
[----------] * movb %ah, %bl # OPC=movb_r8_rh
[----------] * movb %bh, %al # OPC=movb_r8_rh
[----------] * movb %ah, %dl # OPC=movb_r8_rh
[----------] * movb %bh, %cl # OPC=movb_r8_rh
[----------] * movb %ah, %dl # OPC=movb_r8_rh
[----------] * movb %bh, %bl # OPC=movb_r8_rh
[----------] - Starting with OPC = movb_r8_rh_1
[----------] Seed is 1463511743432552
[----------] * movb %ah, %dl # OPC=movb_r8_rh_1
[----------] * movb %ah, %al # OPC=movb_r8_rh_1
[----------] * Couldn't apply transform.
[----------] * movb %dh, %bl # OPC=movb_r8_rh_1
[----------] * movb %ah, %dl # OPC=movb_r8_rh_1
[----------] * movb %bh, %al # OPC=movb_r8_rh_1
[----------] * movb %ch, %cl # OPC=movb_r8_rh_1
[----------] * movb %ah, %bl # OPC=movb_r8_rh_1
[----------] * movb %ah, %bl # OPC=movb_r8_rh_1
[----------] * Couldn't apply transform.
[----------] - Starting with OPC = movb_rh_imm8
[----------] Seed is 1463511743433623
[----------] * movb $0xfe, %dh # OPC=movb_rh_imm8
[----------] * movb $0xd0, %ah # OPC=movb_rh_imm8
[----------] * movb $0x20, %ah # OPC=movb_rh_imm8
[----------] * movb $0xf0, %ah # OPC=movb_rh_imm8
[----------] * movb $0x4, %bh # OPC=movb_rh_imm8
[----------] * movb $0x0, %ah # OPC=movb_rh_imm8
[----------] * movb $0xfc, %ch # OPC=movb_rh_imm8
[----------] * movb $0xde, %bh # OPC=movb_rh_imm8
[----------] * movb $0xf0, %dh # OPC=movb_rh_imm8
[----------] * movb $0x44, %ch # OPC=movb_rh_imm8
[----------] - Starting with OPC = movb_rh_imm8_1
[----------] Seed is 1463511743434862
[----------] * movb $0x6, %ah # OPC=movb_rh_imm8_1
[----------] * movb $0xff, %dh # OPC=movb_rh_imm8_1
[----------] * movb $0x60, %bh # OPC=movb_rh_imm8_1
[----------] * movb $0xff, %bh # OPC=movb_rh_imm8_1
[----------] * movb $0x2, %bh # OPC=movb_rh_imm8_1
[----------] * movb $0x4, %ah # OPC=movb_rh_imm8_1
[----------] * movb $0x40, %ah # OPC=movb_rh_imm8_1
[----------] * movb $0xfe, %ah # OPC=movb_rh_imm8_1
[----------] * movb $0xf9, %dh # OPC=movb_rh_imm8_1
[----------] * movb $0x80, %ch # OPC=movb_rh_imm8_1
[----------] - Starting with OPC = movb_rh_m8
[----------] Seed is 1463511743436227
[----------] * movb 0x5dcffffa(%rip), %bh # OPC=movb_rh_m8
[----------] * movb 0x5dcffffa(%rip), %ch # OPC=movb_rh_m8
[----------] * movb 0x5dcffffa(%rip), %ah # OPC=movb_rh_m8
[----------] * movb 0x5dcffffa(%rip), %dh # OPC=movb_rh_m8
[----------] * movb (%rax), %dh # OPC=movb_rh_m8
[----------] * movb -0x10(,%rdx,2), %dh # OPC=movb_rh_m8
[----------] * movb -0x6(%rip), %dh # OPC=movb_rh_m8
[----------] * movb 0xfa(%rip), %bh # OPC=movb_rh_m8
[----------] * movb (%rdi,%rcx,1), %ah # OPC=movb_rh_m8
[----------] * movb 0x5dcffffa(%rip), %dh # OPC=movb_rh_m8
[----------] - Starting with OPC = movb_rh_r8
[----------] Seed is 1463511743437852
[----------] * movb %dl, %ch # OPC=movb_rh_r8
[----------] * movb %dl, %bh # OPC=movb_rh_r8
[----------] * movb %bl, %dh # OPC=movb_rh_r8
[----------] * movb %bl, %ch # OPC=movb_rh_r8
[----------] * movb %al, %dh # OPC=movb_rh_r8
[----------] * movb %cl, %dh # OPC=movb_rh_r8
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * movb %cl, %dh # OPC=movb_rh_r8
[----------] * Couldn't apply transform.
[----------] - Starting with OPC = movb_rh_r8_1
[----------] Seed is 1463511743438898
[----------] * movb %cl, %bh # OPC=movb_rh_r8_1
[----------] * Couldn't apply transform.
[----------] * movb %al, %ah # OPC=movb_rh_r8_1
[----------] * movb %dl, %dh # OPC=movb_rh_r8_1
[----------] * movb %cl, %ch # OPC=movb_rh_r8_1
[----------] * movb %cl, %bh # OPC=movb_rh_r8_1
[----------] * movb %dl, %dh # OPC=movb_rh_r8_1
[----------] * movb %al, %bh # OPC=movb_rh_r8_1
[----------] * movb %cl, %ah # OPC=movb_rh_r8_1
[----------] * movb %bl, %ch # OPC=movb_rh_r8_1
[----------] - Starting with OPC = movb_rh_rh
[----------] Seed is 1463511743440186
[----------] * movb %dh, %ch # OPC=movb_rh_rh
[----------] * movb %ah, %bh # OPC=movb_rh_rh
[----------] * movb %dh, %ch # OPC=movb_rh_rh
[----------] * movb %dh, %ch # OPC=movb_rh_rh
[----------] * movb %dh, %bh # OPC=movb_rh_rh
[----------] * movb %ch, %ch # OPC=movb_rh_rh
[----------] * movb %bh, %ah # OPC=movb_rh_rh
[----------] * movb %ah, %bh # OPC=movb_rh_rh
[----------] * movb %bh, %bh # OPC=movb_rh_rh
[----------] * movb %bh, %bh # OPC=movb_rh_rh
[----------] - Starting with OPC = movb_rh_rh_1
[----------] Seed is 1463511743441575
[----------] * movb %ch, %ah # OPC=movb_rh_rh_1
[----------] * movb %ah, %ch # OPC=movb_rh_rh_1
[----------] * movb %ah, %dh # OPC=movb_rh_rh_1
[----------] * movb %ah, %dh # OPC=movb_rh_rh_1
[----------] * movb %bh, %ch # OPC=movb_rh_rh_1
[----------] * movb %ch, %ch # OPC=movb_rh_rh_1
[----------] * movb %dh, %ch # OPC=movb_rh_rh_1
[----------] * movb %ch, %dh # OPC=movb_rh_rh_1
[----------] * movb %dh, %ah # OPC=movb_rh_rh_1
[----------] * movb %ah, %ch # OPC=movb_rh_rh_1
[----------] - Starting with OPC = movapd_m128_xmm
[----------] Seed is 1463511743443034
[----------] * movapd %xmm4, 0xf8(%rip) # OPC=movapd_m128_xmm
[----------] * movapd %xmm7, 0x5dcffff8(%rip) # OPC=movapd_m128_xmm
[----------] * movapd %xmm13, (%r11d) # OPC=movapd_m128_xmm
[----------] * movapd %xmm13, -0x300008(%rip) # OPC=movapd_m128_xmm
[----------] * movapd %xmm14, 0x5dcffff7(%rip) # OPC=movapd_m128_xmm
[----------] * movapd %xmm14, 0x16(%r8) # OPC=movapd_m128_xmm
[----------] * movapd %xmm4, -0x8(%rip) # OPC=movapd_m128_xmm
[----------] * movapd %xmm2, (%r11d,%ebx,4) # OPC=movapd_m128_xmm
[----------] * movapd %xmm6, -0x10(,%rdx,2) # OPC=movapd_m128_xmm
[----------] * movapd %xmm7, -0x8(%rip) # OPC=movapd_m128_xmm
[----------] - Starting with OPC = movapd_xmm_m128
[----------] Seed is 1463511743444706
[----------] * movapd 0x5dcffff7(%rip), %xmm11 # OPC=movapd_xmm_m128
[----------] * movapd 0xf8(%rip), %xmm1 # OPC=movapd_xmm_m128
[----------] * movapd 0x5(%r11d,%ebx,1), %xmm7 # OPC=movapd_xmm_m128
[----------] * movapd 0x5dcffff8(%rip), %xmm4 # OPC=movapd_xmm_m128
[----------] * movapd -0x300008(%rip), %xmm8 # OPC=movapd_xmm_m128
[----------] * movapd 0x5(%r11d,%ebx,1), %xmm1 # OPC=movapd_xmm_m128
[----------] * movapd 0x5dcffff7(%rip), %xmm13 # OPC=movapd_xmm_m128
[----------] * movapd 0x30(%r11d), %xmm12 # OPC=movapd_xmm_m128
[----------] * movapd 0x5dcffff8(%rip), %xmm5 # OPC=movapd_xmm_m128
[----------] * movapd 0x64(%rdx), %xmm7 # OPC=movapd_xmm_m128
[----------] - Starting with OPC = movapd_xmm_xmm
[----------] Seed is 1463511743446077
[----------] * movapd %xmm8, %xmm10 # OPC=movapd_xmm_xmm
[----------] * movapd %xmm5, %xmm11 # OPC=movapd_xmm_xmm
[----------] * movapd %xmm9, %xmm2 # OPC=movapd_xmm_xmm
[----------] * movapd %xmm9, %xmm0 # OPC=movapd_xmm_xmm
[----------] * movapd %xmm9, %xmm9 # OPC=movapd_xmm_xmm
[----------] * movapd %xmm13, %xmm8 # OPC=movapd_xmm_xmm
[----------] * movapd %xmm8, %xmm6 # OPC=movapd_xmm_xmm
[----------] * movapd %xmm12, %xmm8 # OPC=movapd_xmm_xmm
[----------] * movapd %xmm6, %xmm6 # OPC=movapd_xmm_xmm
[----------] * movapd %xmm11, %xmm10 # OPC=movapd_xmm_xmm
[----------] - Starting with OPC = movapd_xmm_xmm_1
[----------] Seed is 1463511743447505
[----------] * movapd %xmm3, %xmm10 # OPC=movapd_xmm_xmm_1
[----------] * movapd %xmm14, %xmm12 # OPC=movapd_xmm_xmm_1
[----------] * movapd %xmm15, %xmm4 # OPC=movapd_xmm_xmm_1
[----------] * movapd %xmm3, %xmm4 # OPC=movapd_xmm_xmm_1
[----------] * movapd %xmm2, %xmm2 # OPC=movapd_xmm_xmm_1
[----------] * movapd %xmm12, %xmm3 # OPC=movapd_xmm_xmm_1
[----------] * movapd %xmm8, %xmm5 # OPC=movapd_xmm_xmm_1
[----------] * movapd %xmm1, %xmm5 # OPC=movapd_xmm_xmm_1
[----------] * movapd %xmm5, %xmm11 # OPC=movapd_xmm_xmm_1
[----------] * movapd %xmm0, %xmm12 # OPC=movapd_xmm_xmm_1
[----------] - Starting with OPC = movaps_m128_xmm
[----------] Seed is 1463511743448946
[----------] * movaps %xmm12, 0x5dcffff8(%rip) # OPC=movaps_m128_xmm
[----------] * movaps %xmm4, -0x7(%rip) # OPC=movaps_m128_xmm
[----------] * movaps %xmm4, -0x10(,%rdx,2) # OPC=movaps_m128_xmm
[----------] * movaps %xmm1, 0x64(%rdx) # OPC=movaps_m128_xmm
[----------] * movaps %xmm10, 0xf8(%rip) # OPC=movaps_m128_xmm
[----------] * movaps %xmm3, 0x5dcffff9(%rip) # OPC=movaps_m128_xmm
[----------] * movaps %xmm14, 0x5dcffff8(%rip) # OPC=movaps_m128_xmm
[----------] * movaps %xmm12, 0xf8(%rip) # OPC=movaps_m128_xmm
[----------] * movaps %xmm3, 0x64(%rsp,%rdx,8) # OPC=movaps_m128_xmm
[----------] * movaps %xmm15, (%r11d,%ebx,4) # OPC=movaps_m128_xmm
[----------] - Starting with OPC = movaps_xmm_m128
[----------] Seed is 1463511743450380
[----------] * movaps 0xf8(%rip), %xmm15 # OPC=movaps_xmm_m128
[----------] * movaps -0x300007(%rip), %xmm12 # OPC=movaps_xmm_m128
[----------] * movaps 0x7ffffff9(%rip), %xmm1 # OPC=movaps_xmm_m128
[----------] * movaps 0x5dcffff8(%rip), %xmm12 # OPC=movaps_xmm_m128
[----------] * movaps 0x16(%r8), %xmm14 # OPC=movaps_xmm_m128
[----------] * movaps 0x5dcffff9(%rip), %xmm3 # OPC=movaps_xmm_m128
[----------] * movaps 0xf8(%rip), %xmm13 # OPC=movaps_xmm_m128
[----------] * movaps 0x5dcffff8(%rip), %xmm13 # OPC=movaps_xmm_m128
[----------] * movaps -0x64(%rax,%rcx,4), %xmm1 # OPC=movaps_xmm_m128
[----------] * movaps 0x5dcffff8(%rip), %xmm13 # OPC=movaps_xmm_m128
[----------] - Starting with OPC = movaps_xmm_xmm
[----------] Seed is 1463511743451815
[----------] * movaps %xmm2, %xmm7 # OPC=movaps_xmm_xmm
[----------] * movaps %xmm14, %xmm0 # OPC=movaps_xmm_xmm
[----------] * movaps %xmm0, %xmm6 # OPC=movaps_xmm_xmm
[----------] * movaps %xmm15, %xmm9 # OPC=movaps_xmm_xmm
[----------] * movaps %xmm10, %xmm3 # OPC=movaps_xmm_xmm
[----------] * movaps %xmm4, %xmm9 # OPC=movaps_xmm_xmm
[----------] * movaps %xmm9, %xmm13 # OPC=movaps_xmm_xmm
[----------] * movaps %xmm9, %xmm14 # OPC=movaps_xmm_xmm
[----------] * movaps %xmm4, %xmm8 # OPC=movaps_xmm_xmm
[----------] * movaps %xmm8, %xmm13 # OPC=movaps_xmm_xmm
[----------] - Starting with OPC = movaps_xmm_xmm_1
[----------] Seed is 1463511743453294
[----------] * movaps %xmm15, %xmm1 # OPC=movaps_xmm_xmm_1
[----------] * movaps %xmm10, %xmm2 # OPC=movaps_xmm_xmm_1
[----------] * movaps %xmm2, %xmm4 # OPC=movaps_xmm_xmm_1
[----------] * movaps %xmm3, %xmm8 # OPC=movaps_xmm_xmm_1
[----------] * movaps %xmm14, %xmm5 # OPC=movaps_xmm_xmm_1
[----------] * movaps %xmm6, %xmm11 # OPC=movaps_xmm_xmm_1
[----------] * movaps %xmm12, %xmm12 # OPC=movaps_xmm_xmm_1
[----------] * movaps %xmm12, %xmm0 # OPC=movaps_xmm_xmm_1
[----------] * movaps %xmm9, %xmm6 # OPC=movaps_xmm_xmm_1
[----------] * movaps %xmm6, %xmm12 # OPC=movaps_xmm_xmm_1
[----------] - Starting with OPC = movbew_m16_r16
[----------] Seed is 1463511743454871
[----------] * movbew %r11w, 0x5dcffff6(%rip) # OPC=movbew_m16_r16
[----------] * movbew %ax, 0x5dcffff7(%rip) # OPC=movbew_m16_r16
[----------] * movbew %bx, 0x5dcffff7(%rip) # OPC=movbew_m16_r16
[----------] * movbew %di, 0xf7(%rip) # OPC=movbew_m16_r16
[----------] * movbew %r10w, 0xf6(%rip) # OPC=movbew_m16_r16
[----------] * movbew %bp, 0x5dcffff7(%rip) # OPC=movbew_m16_r16
[----------] * movbew %r14w, -0xa(%rip) # OPC=movbew_m16_r16
[----------] * movbew %r10w, 0xf6(%rip) # OPC=movbew_m16_r16
[----------] * movbew %ax, 0xf7(%rip) # OPC=movbew_m16_r16
[----------] * movbew %r13w, 0x5dcffff6(%rip) # OPC=movbew_m16_r16
[----------] - Starting with OPC = movbel_m32_r32
[----------] Seed is 1463511743456405
[----------] * movbel %edi, 0xf8(%rip) # OPC=movbel_m32_r32
[----------] * movbel %esi, 0xf8(%rip) # OPC=movbel_m32_r32
[----------] * movbel %ebp, 0x5dcffff8(%rip) # OPC=movbel_m32_r32
[----------] * movbel %ebp, 0x5(%r11d,%ebx,1) # OPC=movbel_m32_r32
[----------] * movbel %r8d, 0xf7(%rip) # OPC=movbel_m32_r32
[----------] * movbel %r14d, -0x64(%rax,%rcx,4) # OPC=movbel_m32_r32
[----------] * movbel %r14d, 0x64(%rsp,%rdx,8) # OPC=movbel_m32_r32
[----------] * movbel %edi, 0x5dcffff8(%rip) # OPC=movbel_m32_r32
[----------] * movbel %esi, -0x8(%rip) # OPC=movbel_m32_r32
[----------] * movbel %ebx, 0x5dcffff8(%rip) # OPC=movbel_m32_r32
[----------] - Starting with OPC = movbeq_m64_r64
[----------] Seed is 1463511743457658
[----------] * movbeq %r8, 0xf7(%rip) # OPC=movbeq_m64_r64
[----------] * movbeq %r14, 0xf7(%rip) # OPC=movbeq_m64_r64
[----------] * movbeq %r9, 0xf7(%rip) # OPC=movbeq_m64_r64
[----------] * movbeq %rax, 0xf7(%rip) # OPC=movbeq_m64_r64
[----------] * movbeq %rax, (%rax) # OPC=movbeq_m64_r64
[----------] * movbeq %rbp, (%rdi,%rcx,1) # OPC=movbeq_m64_r64
[----------] * movbeq %r15, -0x300008(%rip) # OPC=movbeq_m64_r64
[----------] * movbeq %r12, (%r11d,%ebx,4) # OPC=movbeq_m64_r64
[----------] * movbeq %rsi, 0x16(%r8) # OPC=movbeq_m64_r64
[----------] * movbeq %rsi, 0x5(%r11d,%ebx,1) # OPC=movbeq_m64_r64
[----------] - Starting with OPC = movbew_r16_m16
[----------] Seed is 1463511743459042
[----------] * movbew 0x64(%rdx), %r9w # OPC=movbew_r16_m16
[----------] * movbew 0x5(%r11d,%ebx,1), %sp # OPC=movbew_r16_m16
[----------] * movbew (%rax), %r15w # OPC=movbew_r16_m16
[----------] * movbew -0x10(,%rdx,2), %bx # OPC=movbew_r16_m16
[----------] * movbew 0xf7(%rip), %si # OPC=movbew_r16_m16
[----------] * movbew 0xf7(%rip), %si # OPC=movbew_r16_m16
[----------] * movbew 0xf6(%rip), %r15w # OPC=movbew_r16_m16
[----------] * movbew -0x7(%r11d,%ebx,4), %cx # OPC=movbew_r16_m16
[----------] * movbew 0x64(%rsp,%rdx,8), %r14w # OPC=movbew_r16_m16
[----------] * movbew 0xf7(%rip), %bx # OPC=movbew_r16_m16
[----------] - Starting with OPC = movbel_r32_m32
[----------] Seed is 1463511743460430
[----------] * movbel 0x5dcffff7(%rip), %r11d # OPC=movbel_r32_m32
[----------] * movbel 0xf8(%rip), %esp # OPC=movbel_r32_m32
[----------] * movbel 0x5dcffff7(%rip), %r12d # OPC=movbel_r32_m32
[----------] * movbel (%r11d,%ebx,4), %r11d # OPC=movbel_r32_m32
[----------] * movbel 0x5dcffff7(%rip), %r13d # OPC=movbel_r32_m32
[----------] * movbel 0xf7(%rip), %r11d # OPC=movbel_r32_m32
[----------] * movbel 0xf8(%rip), %esi # OPC=movbel_r32_m32
[----------] * movbel -0x10(,%rdx,2), %edx # OPC=movbel_r32_m32
[----------] * movbel 0xf8(%rip), %esp # OPC=movbel_r32_m32
[----------] * movbel 0x5dcffff7(%rip), %r9d # OPC=movbel_r32_m32
[----------] - Starting with OPC = movbeq_r64_m64
[----------] Seed is 1463511743461620
[----------] * movbeq -0x10(,%rdx,2), %r14 # OPC=movbeq_r64_m64
[----------] * movbeq 0xf7(%rip), %r9 # OPC=movbeq_r64_m64
[----------] * movbeq 0x5dcffff7(%rip), %rbx # OPC=movbeq_r64_m64
[----------] * movbeq 0xf7(%rip), %rax # OPC=movbeq_r64_m64
[----------] * movbeq 0x5dcffff7(%rip), %r12 # OPC=movbeq_r64_m64
[----------] * movbeq 0x5dcffff7(%rip), %rbx # OPC=movbeq_r64_m64
[----------] * movbeq 0xf7(%rip), %rdi # OPC=movbeq_r64_m64
[----------] * movbeq 0xf7(%rip), %r14 # OPC=movbeq_r64_m64
[----------] * movbeq 0x5dcffff7(%rip), %r14 # OPC=movbeq_r64_m64
[----------] * movbeq 0x7ffffff7(%rip), %r11 # OPC=movbeq_r64_m64
[----------] - Starting with OPC = movd_m32_mm
[----------] Seed is 1463511743463449
[----------] * movd %mm6, -0x7(%r11d,%ebx,4) # OPC=movd_m32_mm
[----------] * movd %mm4, 0x5dcffff9(%rip) # OPC=movd_m32_mm
[----------] * movd %mm4, 0xf9(%rip) # OPC=movd_m32_mm
[----------] * movd %mm4, -0x300006(%rip) # OPC=movd_m32_mm
[----------] * movd %mm7, 0x5dcffff9(%rip) # OPC=movd_m32_mm
[----------] * movd %mm4, 0x30(%r11d) # OPC=movd_m32_mm
[----------] * movd %mm4, (%r11d,%ebx,4) # OPC=movd_m32_mm
[----------] * movd %mm0, (%r11d,%ebx,1) # OPC=movd_m32_mm
[----------] * movd %mm2, (%rdi,%rcx,1) # OPC=movd_m32_mm
[----------] * movd %mm5, 0xf9(%rip) # OPC=movd_m32_mm
[----------] - Starting with OPC = movd_m32_xmm
[----------] Seed is 1463511743464854
[----------] * movd %xmm4, 0x5dcffff8(%rip) # OPC=movd_m32_xmm
[----------] * movd %xmm11, 0x5dcffff7(%rip) # OPC=movd_m32_xmm
[----------] * movd %xmm15, 0x5dcffff7(%rip) # OPC=movd_m32_xmm
[----------] * movd %xmm8, (%rax) # OPC=movd_m32_xmm
[----------] * movd %xmm1, 0x5dcffff8(%rip) # OPC=movd_m32_xmm
[----------] * movd %xmm8, (%rax) # OPC=movd_m32_xmm
[----------] * movd %xmm8, 0xf7(%rip) # OPC=movd_m32_xmm
[----------] * movd %xmm1, -0x7(%r11d,%ebx,4) # OPC=movd_m32_xmm
[----------] * movd %xmm12, 0x5(%r11d,%ebx,1) # OPC=movd_m32_xmm
[----------] * movd %xmm7, 0x5dcffff8(%rip) # OPC=movd_m32_xmm
[----------] - Starting with OPC = movd_mm_m32
[----------] Seed is 1463511743465619
[----------] * movd -0x10(,%rdx,2), %mm3 # OPC=movd_mm_m32
[----------] * movd 0x5dcffff9(%rip), %mm4 # OPC=movd_mm_m32
[----------] * movd 0x5dcffff9(%rip), %mm0 # OPC=movd_mm_m32
[----------] * movd (%r11d,%ebx,4), %mm1 # OPC=movd_mm_m32
[----------] * movd 0xf9(%rip), %mm2 # OPC=movd_mm_m32
[----------] * movd 0x16(%r8), %mm4 # OPC=movd_mm_m32
[----------] * movd 0x5dcffff9(%rip), %mm5 # OPC=movd_mm_m32
[----------] * movd 0x64(%rdx), %mm3 # OPC=movd_mm_m32
[----------] * movd 0xf9(%rip), %mm1 # OPC=movd_mm_m32
[----------] * movd 0x7ffffff9(%rip), %mm7 # OPC=movd_mm_m32
[----------] - Starting with OPC = movd_mm_r32
[----------] Seed is 1463511743467004
[----------] * movd %esp, %mm2 # OPC=movd_mm_r32
[----------] * movd %esp, %mm7 # OPC=movd_mm_r32
[----------] * movd %r13d, %mm3 # OPC=movd_mm_r32
[----------] * movd %r10d, %mm2 # OPC=movd_mm_r32
[----------] * movd %ebp, %mm3 # OPC=movd_mm_r32
[----------] * movd %r14d, %mm6 # OPC=movd_mm_r32
[----------] * movd %r10d, %mm1 # OPC=movd_mm_r32
[----------] * movd %edi, %mm1 # OPC=movd_mm_r32
[----------] * movd %eax, %mm4 # OPC=movd_mm_r32
[----------] * movd %ebp, %mm4 # OPC=movd_mm_r32
[----------] - Starting with OPC = movd_r32_mm
[----------] Seed is 1463511743468371
[----------] * movd %mm4, %ebp # OPC=movd_r32_mm
[----------] * movd %mm7, %r13d # OPC=movd_r32_mm
[----------] * movd %mm3, %ebp # OPC=movd_r32_mm
[----------] * movd %mm3, %esi # OPC=movd_r32_mm
[----------] * movd %mm3, %r8d # OPC=movd_r32_mm
[----------] * movd %mm7, %ebp # OPC=movd_r32_mm
[----------] * movd %mm5, %eax # OPC=movd_r32_mm
[----------] * movd %mm1, %ecx # OPC=movd_r32_mm
[----------] * movd %mm2, %r8d # OPC=movd_r32_mm
[----------] * movd %mm5, %esp # OPC=movd_r32_mm
[----------] - Starting with OPC = movd_r32_xmm
[----------] Seed is 1463511743470090
[----------] * movd %xmm14, %r14d # OPC=movd_r32_xmm
[----------] * movd %xmm7, %r15d # OPC=movd_r32_xmm
[----------] * movd %xmm8, %esi # OPC=movd_r32_xmm
[----------] * movd %xmm3, %ecx # OPC=movd_r32_xmm
[----------] * movd %xmm4, %ecx # OPC=movd_r32_xmm
[----------] * movd %xmm3, %edi # OPC=movd_r32_xmm
[----------] * movd %xmm4, %r15d # OPC=movd_r32_xmm
[----------] * movd %xmm4, %eax # OPC=movd_r32_xmm
[----------] * movd %xmm5, %esp # OPC=movd_r32_xmm
[----------] * movd %xmm11, %edi # OPC=movd_r32_xmm
[----------] - Starting with OPC = movd_xmm_m32
[----------] Seed is 1463511743471548
[----------] * movd 0xf8(%rip), %xmm0 # OPC=movd_xmm_m32
[----------] * movd (%rax), %xmm7 # OPC=movd_xmm_m32
[----------] * movd 0x64(%rdx), %xmm10 # OPC=movd_xmm_m32
[----------] * movd -0x7(%r11d,%ebx,4), %xmm8 # OPC=movd_xmm_m32
[----------] * movd (%r11d,%ebx,4), %xmm1 # OPC=movd_xmm_m32
[----------] * movd 0xf7(%rip), %xmm13 # OPC=movd_xmm_m32
[----------] * movd (%rdi,%rcx,1), %xmm15 # OPC=movd_xmm_m32
[----------] * movd 0x5dcffff7(%rip), %xmm8 # OPC=movd_xmm_m32
[----------] * movd 0x5dcffff7(%rip), %xmm13 # OPC=movd_xmm_m32
[----------] * movd 0x5dcffff7(%rip), %xmm9 # OPC=movd_xmm_m32
[----------] - Starting with OPC = movd_xmm_r32
[----------] Seed is 1463511743473035
[----------] * movd %r8d, %xmm2 # OPC=movd_xmm_r32
[----------] * movd %esp, %xmm2 # OPC=movd_xmm_r32
[----------] * movd %r11d, %xmm3 # OPC=movd_xmm_r32
[----------] * movd %ecx, %xmm3 # OPC=movd_xmm_r32
[----------] * movd %ebp, %xmm9 # OPC=movd_xmm_r32
[----------] * movd %r11d, %xmm7 # OPC=movd_xmm_r32
[----------] * movd %eax, %xmm8 # OPC=movd_xmm_r32
[----------] * movd %r13d, %xmm4 # OPC=movd_xmm_r32
[----------] * movd %r15d, %xmm9 # OPC=movd_xmm_r32
[----------] * movd %ebx, %xmm9 # OPC=movd_xmm_r32
[----------] - Starting with OPC = movddup_xmm_m64
[----------] Seed is 1463511743474259
[----------] * movddup 0xf7(%rip), %xmm11 # OPC=movddup_xmm_m64
[----------] * movddup 0xf8(%rip), %xmm0 # OPC=movddup_xmm_m64
[----------] * movddup -0x10(,%rdx,2), %xmm11 # OPC=movddup_xmm_m64
[----------] * movddup (%r11d,%ebx,4), %xmm3 # OPC=movddup_xmm_m64
[----------] * movddup 0xf7(%rip), %xmm12 # OPC=movddup_xmm_m64
[----------] * movddup 0xf7(%rip), %xmm10 # OPC=movddup_xmm_m64
[----------] * movddup -0x8(%rip), %xmm6 # OPC=movddup_xmm_m64
[----------] * movddup 0x30(%r11d), %xmm6 # OPC=movddup_xmm_m64
[----------] * movddup 0xf8(%rip), %xmm3 # OPC=movddup_xmm_m64
[----------] * movddup 0xf8(%rip), %xmm6 # OPC=movddup_xmm_m64
[----------] - Starting with OPC = movddup_xmm_xmm
[----------] Seed is 1463511743475643
[----------] * movddup %xmm11, %xmm9 # OPC=movddup_xmm_xmm
[----------] * movddup %xmm15, %xmm15 # OPC=movddup_xmm_xmm
[----------] * movddup %xmm7, %xmm14 # OPC=movddup_xmm_xmm
[----------] * movddup %xmm12, %xmm11 # OPC=movddup_xmm_xmm
[----------] * movddup %xmm0, %xmm3 # OPC=movddup_xmm_xmm
[----------] * movddup %xmm15, %xmm13 # OPC=movddup_xmm_xmm
[----------] * movddup %xmm1, %xmm6 # OPC=movddup_xmm_xmm
[----------] * movddup %xmm8, %xmm4 # OPC=movddup_xmm_xmm
[----------] * movddup %xmm15, %xmm7 # OPC=movddup_xmm_xmm
[----------] * movddup %xmm8, %xmm5 # OPC=movddup_xmm_xmm
[----------] - Starting with OPC = movdq2q_mm_xmm
[----------] Seed is 1463511743476998
[----------] * movdq2q %xmm13, %mm7 # OPC=movdq2q_mm_xmm
[----------] * movdq2q %xmm0, %mm7 # OPC=movdq2q_mm_xmm
[----------] * movdq2q %xmm0, %mm0 # OPC=movdq2q_mm_xmm
[----------] * movdq2q %xmm3, %mm3 # OPC=movdq2q_mm_xmm
[----------] * movdq2q %xmm10, %mm0 # OPC=movdq2q_mm_xmm
[----------] * movdq2q %xmm4, %mm0 # OPC=movdq2q_mm_xmm
[----------] * movdq2q %xmm12, %mm5 # OPC=movdq2q_mm_xmm
[----------] * movdq2q %xmm11, %mm1 # OPC=movdq2q_mm_xmm
[----------] * movdq2q %xmm5, %mm0 # OPC=movdq2q_mm_xmm
[----------] * movdq2q %xmm11, %mm1 # OPC=movdq2q_mm_xmm
[----------] - Starting with OPC = movdqa_m128_xmm
[----------] Seed is 1463511743478155
[----------] * movdqa %xmm11, -0x10(,%rdx,2) # OPC=movdqa_m128_xmm
[----------] * movdqa %xmm7, 0x5dcffff8(%rip) # OPC=movdqa_m128_xmm
[----------] * movdqa %xmm5, 0xf8(%rip) # OPC=movdqa_m128_xmm
[----------] * movdqa %xmm0, (%rdi,%rcx,1) # OPC=movdqa_m128_xmm
[----------] * movdqa %xmm14, -0x7(%r11d,%ebx,4) # OPC=movdqa_m128_xmm
[----------] * movdqa %xmm9, -0x7(%r11d,%ebx,4) # OPC=movdqa_m128_xmm
[----------] * movdqa %xmm0, 0xf8(%rip) # OPC=movdqa_m128_xmm
[----------] * movdqa %xmm5, 0xf8(%rip) # OPC=movdqa_m128_xmm
[----------] * movdqa %xmm15, 0x64(%rdx) # OPC=movdqa_m128_xmm
[----------] * movdqa %xmm11, 0xf7(%rip) # OPC=movdqa_m128_xmm
[----------] - Starting with OPC = movdqa_xmm_m128
[----------] Seed is 1463511743479709
[----------] * movdqa 0x5dcffff8(%rip), %xmm2 # OPC=movdqa_xmm_m128
[----------] * movdqa 0x64(%rdx), %xmm9 # OPC=movdqa_xmm_m128
[----------] * movdqa (%rdi,%rcx,1), %xmm3 # OPC=movdqa_xmm_m128
[----------] * movdqa 0x5dcffff8(%rip), %xmm4 # OPC=movdqa_xmm_m128
[----------] * movdqa 0xf8(%rip), %xmm0 # OPC=movdqa_xmm_m128
[----------] * movdqa (%r11d), %xmm3 # OPC=movdqa_xmm_m128
[----------] * movdqa 0xf8(%rip), %xmm0 # OPC=movdqa_xmm_m128
[----------] * movdqa 0xf7(%rip), %xmm9 # OPC=movdqa_xmm_m128
[----------] * movdqa 0x7ffffff8(%rip), %xmm4 # OPC=movdqa_xmm_m128
[----------] * movdqa -0x8(%rip), %xmm3 # OPC=movdqa_xmm_m128
[----------] - Starting with OPC = movdqa_xmm_xmm
[----------] Seed is 1463511743481235
[----------] * movdqa %xmm4, %xmm1 # OPC=movdqa_xmm_xmm
[----------] * movdqa %xmm8, %xmm2 # OPC=movdqa_xmm_xmm
[----------] * movdqa %xmm5, %xmm2 # OPC=movdqa_xmm_xmm
[----------] * movdqa %xmm13, %xmm11 # OPC=movdqa_xmm_xmm
[----------] * movdqa %xmm3, %xmm5 # OPC=movdqa_xmm_xmm
[----------] * movdqa %xmm2, %xmm14 # OPC=movdqa_xmm_xmm
[----------] * movdqa %xmm8, %xmm12 # OPC=movdqa_xmm_xmm
[----------] * movdqa %xmm3, %xmm9 # OPC=movdqa_xmm_xmm
[----------] * movdqa %xmm9, %xmm2 # OPC=movdqa_xmm_xmm
[----------] * movdqa %xmm1, %xmm12 # OPC=movdqa_xmm_xmm
[----------] - Starting with OPC = movdqa_xmm_xmm_1
[----------] Seed is 1463511743482411
[----------] * movdqa %xmm4, %xmm4 # OPC=movdqa_xmm_xmm_1
[----------] * movdqa %xmm9, %xmm5 # OPC=movdqa_xmm_xmm_1
[----------] * movdqa %xmm12, %xmm0 # OPC=movdqa_xmm_xmm_1
[----------] * movdqa %xmm7, %xmm14 # OPC=movdqa_xmm_xmm_1
[----------] * movdqa %xmm10, %xmm13 # OPC=movdqa_xmm_xmm_1
[----------] * movdqa %xmm3, %xmm12 # OPC=movdqa_xmm_xmm_1
[----------] * movdqa %xmm11, %xmm10 # OPC=movdqa_xmm_xmm_1
[----------] * movdqa %xmm1, %xmm6 # OPC=movdqa_xmm_xmm_1
[----------] * movdqa %xmm14, %xmm6 # OPC=movdqa_xmm_xmm_1
[----------] * movdqa %xmm2, %xmm5 # OPC=movdqa_xmm_xmm_1
[----------] - Starting with OPC = movdqu_m128_xmm
[----------] Seed is 1463511743483954
[----------] * movdqu %xmm4, 0x16(%r8) # OPC=movdqu_m128_xmm
[----------] * movdqu %xmm10, 0xf7(%rip) # OPC=movdqu_m128_xmm
[----------] * movdqu %xmm12, (%rdi,%rcx,1) # OPC=movdqu_m128_xmm
[----------] * movdqu %xmm1, 0x5dcffff8(%rip) # OPC=movdqu_m128_xmm
[----------] * movdqu %xmm14, -0x64(%rax,%rcx,4) # OPC=movdqu_m128_xmm
[----------] * movdqu %xmm15, 0xf7(%rip) # OPC=movdqu_m128_xmm
[----------] * movdqu %xmm10, (%r11d,%ebx,4) # OPC=movdqu_m128_xmm
[----------] * movdqu %xmm7, 0xf8(%rip) # OPC=movdqu_m128_xmm
[----------] * movdqu %xmm5, -0x8(%rip) # OPC=movdqu_m128_xmm
[----------] * movdqu %xmm5, 0xf8(%rip) # OPC=movdqu_m128_xmm
[----------] - Starting with OPC = movdqu_xmm_m128
[----------] Seed is 1463511743485505
[----------] * movdqu 0x64(%rdx), %xmm1 # OPC=movdqu_xmm_m128
[----------] * movdqu 0x5dcffff7(%rip), %xmm15 # OPC=movdqu_xmm_m128
[----------] * movdqu 0xf8(%rip), %xmm1 # OPC=movdqu_xmm_m128
[----------] * movdqu 0x5dcffff8(%rip), %xmm4 # OPC=movdqu_xmm_m128
[----------] * movdqu 0x5dcffff8(%rip), %xmm1 # OPC=movdqu_xmm_m128
[----------] * movdqu -0x300007(%rip), %xmm3 # OPC=movdqu_xmm_m128
[----------] * movdqu -0x7(%r11d,%ebx,4), %xmm2 # OPC=movdqu_xmm_m128
[----------] * movdqu 0x5dcffff8(%rip), %xmm5 # OPC=movdqu_xmm_m128
[----------] * movdqu 0x5dcffff8(%rip), %xmm3 # OPC=movdqu_xmm_m128
[----------] * movdqu (%r11d,%ebx,1), %xmm7 # OPC=movdqu_xmm_m128
[----------] - Starting with OPC = movdqu_xmm_xmm
[----------] Seed is 1463511743486601
[----------] * movdqu %xmm0, %xmm9 # OPC=movdqu_xmm_xmm
[----------] * movdqu %xmm15, %xmm9 # OPC=movdqu_xmm_xmm
[----------] * movdqu %xmm4, %xmm1 # OPC=movdqu_xmm_xmm
[----------] * movdqu %xmm14, %xmm5 # OPC=movdqu_xmm_xmm
[----------] * movdqu %xmm4, %xmm10 # OPC=movdqu_xmm_xmm
[----------] * movdqu %xmm1, %xmm10 # OPC=movdqu_xmm_xmm
[----------] * movdqu %xmm2, %xmm10 # OPC=movdqu_xmm_xmm
[----------] * movdqu %xmm1, %xmm0 # OPC=movdqu_xmm_xmm
[----------] * movdqu %xmm9, %xmm11 # OPC=movdqu_xmm_xmm
[----------] * movdqu %xmm14, %xmm4 # OPC=movdqu_xmm_xmm
[----------] - Starting with OPC = movdqu_xmm_xmm_1
[----------] Seed is 1463511743488349
[----------] * movdqu %xmm13, %xmm3 # OPC=movdqu_xmm_xmm_1
[----------] * movdqu %xmm13, %xmm4 # OPC=movdqu_xmm_xmm_1
[----------] * movdqu %xmm4, %xmm11 # OPC=movdqu_xmm_xmm_1
[----------] * movdqu %xmm14, %xmm4 # OPC=movdqu_xmm_xmm_1
[----------] * movdqu %xmm13, %xmm15 # OPC=movdqu_xmm_xmm_1
[----------] * movdqu %xmm3, %xmm11 # OPC=movdqu_xmm_xmm_1
[----------] * movdqu %xmm8, %xmm15 # OPC=movdqu_xmm_xmm_1
[----------] * movdqu %xmm0, %xmm9 # OPC=movdqu_xmm_xmm_1
[----------] * movdqu %xmm6, %xmm8 # OPC=movdqu_xmm_xmm_1
[----------] * movdqu %xmm3, %xmm11 # OPC=movdqu_xmm_xmm_1
[----------] - Starting with OPC = movhlps_xmm_xmm
[----------] Seed is 1463511743489581
[----------] * movhlps %xmm0, %xmm5 # OPC=movhlps_xmm_xmm
[----------] * movhlps %xmm11, %xmm5 # OPC=movhlps_xmm_xmm
[----------] * movhlps %xmm9, %xmm0 # OPC=movhlps_xmm_xmm
[----------] * movhlps %xmm14, %xmm12 # OPC=movhlps_xmm_xmm
[----------] * movhlps %xmm15, %xmm9 # OPC=movhlps_xmm_xmm
[----------] * movhlps %xmm12, %xmm6 # OPC=movhlps_xmm_xmm
[----------] * movhlps %xmm10, %xmm2 # OPC=movhlps_xmm_xmm
[----------] * movhlps %xmm10, %xmm15 # OPC=movhlps_xmm_xmm
[----------] * movhlps %xmm7, %xmm2 # OPC=movhlps_xmm_xmm
[----------] * movhlps %xmm3, %xmm12 # OPC=movhlps_xmm_xmm
[----------] - Starting with OPC = movhpd_m64_xmm
[----------] Seed is 1463511743491466
[----------] * movhpd %xmm10, -0x10(,%rdx,2) # OPC=movhpd_m64_xmm
[----------] * movhpd %xmm5, -0x8(%rip) # OPC=movhpd_m64_xmm
[----------] * movhpd %xmm2, (%r11d,%ebx,1) # OPC=movhpd_m64_xmm
[----------] * movhpd %xmm4, -0x7(%r11d,%ebx,4) # OPC=movhpd_m64_xmm
[----------] * movhpd %xmm4, -0x64(%rax,%rcx,4) # OPC=movhpd_m64_xmm
[----------] * movhpd %xmm5, -0x300007(%rip) # OPC=movhpd_m64_xmm
[----------] * movhpd %xmm11, -0x64(%rax,%rcx,4) # OPC=movhpd_m64_xmm
[----------] * movhpd %xmm5, (%rax) # OPC=movhpd_m64_xmm
[----------] * movhpd %xmm15, 0xf7(%rip) # OPC=movhpd_m64_xmm
[----------] * movhpd %xmm5, 0x5dcffff8(%rip) # OPC=movhpd_m64_xmm
[----------] - Starting with OPC = movhpd_xmm_m64
[----------] Seed is 1463511743492936
[----------] * movhpd (%r11d,%ebx,4), %xmm9 # OPC=movhpd_xmm_m64
[----------] * movhpd 0x7ffffff8(%rip), %xmm2 # OPC=movhpd_xmm_m64
[----------] * movhpd 0x5dcffff7(%rip), %xmm14 # OPC=movhpd_xmm_m64
[----------] * movhpd 0x16(%r8), %xmm3 # OPC=movhpd_xmm_m64
[----------] * movhpd -0x300007(%rip), %xmm1 # OPC=movhpd_xmm_m64
[----------] * movhpd -0x64(%rax,%rcx,4), %xmm10 # OPC=movhpd_xmm_m64
[----------] * movhpd (%rax), %xmm1 # OPC=movhpd_xmm_m64
[----------] * movhpd 0x5dcffff8(%rip), %xmm1 # OPC=movhpd_xmm_m64
[----------] * movhpd (%rax), %xmm8 # OPC=movhpd_xmm_m64
[----------] * movhpd 0xf8(%rip), %xmm7 # OPC=movhpd_xmm_m64
[----------] - Starting with OPC = movhps_m64_xmm
[----------] Seed is 1463511743494098
[----------] * movhps %xmm1, 0x64(%rdx) # OPC=movhps_m64_xmm
[----------] * movhps %xmm0, (%r11d) # OPC=movhps_m64_xmm
[----------] * movhps %xmm1, (%r11d,%ebx,4) # OPC=movhps_m64_xmm
[----------] * movhps %xmm14, 0xf8(%rip) # OPC=movhps_m64_xmm
[----------] * movhps %xmm4, 0x64(%rsp,%rdx,8) # OPC=movhps_m64_xmm
[----------] * movhps %xmm14, 0x64(%rsp,%rdx,8) # OPC=movhps_m64_xmm
[----------] * movhps %xmm4, 0x5dcffff9(%rip) # OPC=movhps_m64_xmm
[----------] * movhps %xmm11, 0x64(%rsp,%rdx,8) # OPC=movhps_m64_xmm
[----------] * movhps %xmm7, (%r11d,%ebx,4) # OPC=movhps_m64_xmm
[----------] * movhps %xmm15, -0x64(%rax,%rcx,4) # OPC=movhps_m64_xmm
[----------] - Starting with OPC = movhps_xmm_m64
[----------] Seed is 1463511743495489
[----------] * movhps -0x10(,%rdx,2), %xmm2 # OPC=movhps_xmm_m64
[----------] * movhps 0x64(%rdx), %xmm9 # OPC=movhps_xmm_m64
[----------] * movhps -0x300006(%rip), %xmm5 # OPC=movhps_xmm_m64
[----------] * movhps 0xf8(%rip), %xmm13 # OPC=movhps_xmm_m64
[----------] * movhps 0x5dcffff8(%rip), %xmm14 # OPC=movhps_xmm_m64
[----------] * movhps 0x5dcffff8(%rip), %xmm12 # OPC=movhps_xmm_m64
[----------] * movhps -0x7(%r11d,%ebx,4), %xmm15 # OPC=movhps_xmm_m64
[----------] * movhps -0x8(%rip), %xmm14 # OPC=movhps_xmm_m64
[----------] * movhps 0x7ffffff8(%rip), %xmm13 # OPC=movhps_xmm_m64
[----------] * movhps 0xf9(%rip), %xmm7 # OPC=movhps_xmm_m64
[----------] - Starting with OPC = movlhps_xmm_xmm
[----------] Seed is 1463511743496891
[----------] * movlhps %xmm2, %xmm4 # OPC=movlhps_xmm_xmm
[----------] * movlhps %xmm12, %xmm7 # OPC=movlhps_xmm_xmm
[----------] * movlhps %xmm8, %xmm6 # OPC=movlhps_xmm_xmm
[----------] * movlhps %xmm9, %xmm0 # OPC=movlhps_xmm_xmm
[----------] * movlhps %xmm0, %xmm2 # OPC=movlhps_xmm_xmm
[----------] * movlhps %xmm3, %xmm2 # OPC=movlhps_xmm_xmm
[----------] * movlhps %xmm8, %xmm2 # OPC=movlhps_xmm_xmm
[----------] * movlhps %xmm1, %xmm6 # OPC=movlhps_xmm_xmm
[----------] * movlhps %xmm1, %xmm4 # OPC=movlhps_xmm_xmm
[----------] * movlhps %xmm11, %xmm13 # OPC=movlhps_xmm_xmm
[----------] - Starting with OPC = movlpd_m64_xmm
[----------] Seed is 1463511743498276
[----------] * movlpd %xmm1, (%r11d) # OPC=movlpd_m64_xmm
[----------] * movlpd %xmm0, 0x5dcffff8(%rip) # OPC=movlpd_m64_xmm
[----------] * movlpd %xmm5, 0x5dcffff8(%rip) # OPC=movlpd_m64_xmm
[----------] * movlpd %xmm1, -0x10(,%rdx,2) # OPC=movlpd_m64_xmm
[----------] * movlpd %xmm3, (%rdi,%rcx,1) # OPC=movlpd_m64_xmm
[----------] * movlpd %xmm7, 0x5dcffff8(%rip) # OPC=movlpd_m64_xmm
[----------] * movlpd %xmm12, 0x64(%rsp,%rdx,8) # OPC=movlpd_m64_xmm
[----------] * movlpd %xmm15, 0xf7(%rip) # OPC=movlpd_m64_xmm
[----------] * movlpd %xmm4, 0x7ffffff8(%rip) # OPC=movlpd_m64_xmm
[----------] * movlpd %xmm15, (%rdi,%rcx,1) # OPC=movlpd_m64_xmm
[----------] - Starting with OPC = movlpd_xmm_m64
[----------] Seed is 1463511743499645
[----------] * movlpd 0x5dcffff8(%rip), %xmm1 # OPC=movlpd_xmm_m64
[----------] * movlpd (%rax), %xmm7 # OPC=movlpd_xmm_m64
[----------] * movlpd (%r11d), %xmm13 # OPC=movlpd_xmm_m64
[----------] * movlpd 0x5dcffff8(%rip), %xmm5 # OPC=movlpd_xmm_m64
[----------] * movlpd 0xf7(%rip), %xmm10 # OPC=movlpd_xmm_m64
[----------] * movlpd -0x300008(%rip), %xmm14 # OPC=movlpd_xmm_m64
[----------] * movlpd 0x16(%r8), %xmm9 # OPC=movlpd_xmm_m64
[----------] * movlpd 0x5dcffff8(%rip), %xmm4 # OPC=movlpd_xmm_m64
[----------] * movlpd 0x5dcffff8(%rip), %xmm6 # OPC=movlpd_xmm_m64
[----------] * movlpd 0xf7(%rip), %xmm10 # OPC=movlpd_xmm_m64
[----------] - Starting with OPC = movlps_m64_xmm
[----------] Seed is 1463511743501000
[----------] * movlps %xmm10, (%r11d,%ebx,1) # OPC=movlps_m64_xmm
[----------] * movlps %xmm2, 0xf9(%rip) # OPC=movlps_m64_xmm
[----------] * movlps %xmm0, 0x5dcffff9(%rip) # OPC=movlps_m64_xmm
[----------] * movlps %xmm0, -0x64(%rax,%rcx,4) # OPC=movlps_m64_xmm
[----------] * movlps %xmm9, 0xf8(%rip) # OPC=movlps_m64_xmm
[----------] * movlps %xmm2, -0x64(%rax,%rcx,4) # OPC=movlps_m64_xmm
[----------] * movlps %xmm9, 0x5(%r11d,%ebx,1) # OPC=movlps_m64_xmm
[----------] * movlps %xmm3, 0x5dcffff9(%rip) # OPC=movlps_m64_xmm
[----------] * movlps %xmm6, 0xf9(%rip) # OPC=movlps_m64_xmm
[----------] * movlps %xmm7, -0x7(%rip) # OPC=movlps_m64_xmm
[----------] - Starting with OPC = movlps_xmm_m64
[----------] Seed is 1463511743502502
[----------] * movlps (%r11d,%ebx,1), %xmm1 # OPC=movlps_xmm_m64
[----------] * movlps 0x16(%r8), %xmm0 # OPC=movlps_xmm_m64
[----------] * movlps 0xf9(%rip), %xmm1 # OPC=movlps_xmm_m64
[----------] * movlps 0xf8(%rip), %xmm10 # OPC=movlps_xmm_m64
[----------] * movlps -0x10(,%rdx,2), %xmm9 # OPC=movlps_xmm_m64
[----------] * movlps -0x7(%rip), %xmm1 # OPC=movlps_xmm_m64
[----------] * movlps -0x64(%rax,%rcx,4), %xmm7 # OPC=movlps_xmm_m64
[----------] * movlps 0xf9(%rip), %xmm6 # OPC=movlps_xmm_m64
[----------] * movlps 0x16(%r8), %xmm8 # OPC=movlps_xmm_m64
[----------] * movlps 0x16(%r8), %xmm1 # OPC=movlps_xmm_m64
[----------] - Starting with OPC = movmskpd_r32_xmm
[----------] Seed is 1463511743503970
[----------] * movmskpd %xmm6, %r15d # OPC=movmskpd_r32_xmm
[----------] * movmskpd %xmm2, %ecx # OPC=movmskpd_r32_xmm
[----------] * movmskpd %xmm6, %r14d # OPC=movmskpd_r32_xmm
[----------] * movmskpd %xmm8, %edx # OPC=movmskpd_r32_xmm
[----------] * movmskpd %xmm0, %ebp # OPC=movmskpd_r32_xmm
[----------] * movmskpd %xmm0, %edx # OPC=movmskpd_r32_xmm
[----------] * movmskpd %xmm12, %edi # OPC=movmskpd_r32_xmm
[----------] * movmskpd %xmm15, %r11d # OPC=movmskpd_r32_xmm
[----------] * movmskpd %xmm9, %r9d # OPC=movmskpd_r32_xmm
[----------] * movmskpd %xmm0, %ebp # OPC=movmskpd_r32_xmm
[----------] - Starting with OPC = movmskpd_r64_xmm
[----------] Seed is 1463511743505401
[----------] * movmskpd %xmm14, %rdx # OPC=movmskpd_r64_xmm
[----------] * movmskpd %xmm3, %r9 # OPC=movmskpd_r64_xmm
[----------] * movmskpd %xmm7, %r11 # OPC=movmskpd_r64_xmm
[----------] * movmskpd %xmm3, %r15 # OPC=movmskpd_r64_xmm
[----------] * movmskpd %xmm1, %rsp # OPC=movmskpd_r64_xmm
[----------] * movmskpd %xmm2, %rbx # OPC=movmskpd_r64_xmm
[----------] * movmskpd %xmm11, %rbx # OPC=movmskpd_r64_xmm
[----------] * movmskpd %xmm5, %rax # OPC=movmskpd_r64_xmm
[----------] * movmskpd %xmm10, %r14 # OPC=movmskpd_r64_xmm
[----------] * movmskpd %xmm12, %rcx # OPC=movmskpd_r64_xmm
[----------] - Starting with OPC = movmskps_r32_xmm
[----------] Seed is 1463511743506280
[----------] * movmskps %xmm13, %esp # OPC=movmskps_r32_xmm
[----------] * movmskps %xmm11, %r11d # OPC=movmskps_r32_xmm
[----------] * movmskps %xmm9, %edx # OPC=movmskps_r32_xmm
[----------] * movmskps %xmm6, %r8d # OPC=movmskps_r32_xmm
[----------] * movmskps %xmm13, %eax # OPC=movmskps_r32_xmm
[----------] * movmskps %xmm8, %r10d # OPC=movmskps_r32_xmm
[----------] * movmskps %xmm11, %r10d # OPC=movmskps_r32_xmm
[----------] * movmskps %xmm2, %r9d # OPC=movmskps_r32_xmm
[----------] * movmskps %xmm0, %r8d # OPC=movmskps_r32_xmm
[----------] * movmskps %xmm13, %esi # OPC=movmskps_r32_xmm
[----------] - Starting with OPC = movmskps_r64_xmm
[----------] Seed is 1463511743507867
[----------] * movmskps %xmm7, %r8 # OPC=movmskps_r64_xmm
[----------] * movmskps %xmm15, %r15 # OPC=movmskps_r64_xmm
[----------] * movmskps %xmm8, %rcx # OPC=movmskps_r64_xmm
[----------] * movmskps %xmm14, %rcx # OPC=movmskps_r64_xmm
[----------] * movmskps %xmm11, %r13 # OPC=movmskps_r64_xmm
[----------] * movmskps %xmm7, %r8 # OPC=movmskps_r64_xmm
[----------] * movmskps %xmm14, %rax # OPC=movmskps_r64_xmm
[----------] * movmskps %xmm6, %rdi # OPC=movmskps_r64_xmm
[----------] * movmskps %xmm3, %r11 # OPC=movmskps_r64_xmm
[----------] * movmskps %xmm11, %rbx # OPC=movmskps_r64_xmm
[----------] - Starting with OPC = movntdq_m128_xmm
[----------] Seed is 1463511743509511
[----------] * movntdq %xmm0, -0x8(%rip) # OPC=movntdq_m128_xmm
[----------] * movntdq %xmm6, 0xf8(%rip) # OPC=movntdq_m128_xmm
[----------] * movntdq %xmm0, 0x5dcffff8(%rip) # OPC=movntdq_m128_xmm
[----------] * movntdq %xmm5, (%r11d,%ebx,1) # OPC=movntdq_m128_xmm
[----------] * movntdq %xmm14, 0x16(%r8) # OPC=movntdq_m128_xmm
[----------] * movntdq %xmm12, -0x7(%r11d,%ebx,4) # OPC=movntdq_m128_xmm
[----------] * movntdq %xmm1, 0xf8(%rip) # OPC=movntdq_m128_xmm
[----------] * movntdq %xmm9, (%rax) # OPC=movntdq_m128_xmm
[----------] * movntdq %xmm15, -0x64(%rax,%rcx,4) # OPC=movntdq_m128_xmm
[----------] * movntdq %xmm7, 0x5dcffff8(%rip) # OPC=movntdq_m128_xmm
[----------] - Starting with OPC = movntdq_m256_ymm
[----------] Seed is 1463511743510859
[----------] * movntdq %ymm2, 0x30(%r11d) # OPC=movntdq_m256_ymm
[----------] * movntdq %ymm1, -0x10(,%rdx,2) # OPC=movntdq_m256_ymm
[----------] * movntdq %ymm0, 0xf8(%rip) # OPC=movntdq_m256_ymm
[----------] * movntdq %ymm11, 0x5dcffff8(%rip) # OPC=movntdq_m256_ymm
[----------] * movntdq %ymm8, (%rdi,%rcx,1) # OPC=movntdq_m256_ymm
[----------] * movntdq %ymm6, (%r11d) # OPC=movntdq_m256_ymm
[----------] * movntdq %ymm10, (%rdi,%rcx,1) # OPC=movntdq_m256_ymm
[----------] * movntdq %ymm4, 0x5dcffff8(%rip) # OPC=movntdq_m256_ymm
[----------] * movntdq %ymm13, -0x7(%r11d,%ebx,4) # OPC=movntdq_m256_ymm
[----------] * movntdq %ymm7, 0x5dcffff8(%rip) # OPC=movntdq_m256_ymm
[----------] - Starting with OPC = movntdqa_xmm_m128
[----------] Seed is 1463511743511932
[----------] * movntdqa (%r11d,%ebx,4), %xmm0 # OPC=movntdqa_xmm_m128
[----------] * movntdqa (%r11d,%ebx,1), %xmm1 # OPC=movntdqa_xmm_m128
[----------] * movntdqa 0x64(%rdx), %xmm13 # OPC=movntdqa_xmm_m128
[----------] * movntdqa 0x5dcffff6(%rip), %xmm12 # OPC=movntdqa_xmm_m128
[----------] * movntdqa 0x64(%rsp,%rdx,8), %xmm7 # OPC=movntdqa_xmm_m128
[----------] * movntdqa 0x16(%r8), %xmm4 # OPC=movntdqa_xmm_m128
[----------] * movntdqa 0xf6(%rip), %xmm14 # OPC=movntdqa_xmm_m128
[----------] * movntdqa 0xf7(%rip), %xmm5 # OPC=movntdqa_xmm_m128
[----------] * movntdqa 0x5dcffff6(%rip), %xmm10 # OPC=movntdqa_xmm_m128
[----------] * movntdqa 0xf6(%rip), %xmm12 # OPC=movntdqa_xmm_m128
[----------] - Starting with OPC = movnti_m32_r32
[----------] Seed is 1463511743513383
[----------] * movnti %eax, -0x7(%r11d,%ebx,4) # OPC=movnti_m32_r32
[----------] * movnti %r10d, 0xf8(%rip) # OPC=movnti_m32_r32
[----------] * movnti %r11d, 0x64(%rsp,%rdx,8) # OPC=movnti_m32_r32
[----------] * movnti %r8d, (%rdi,%rcx,1) # OPC=movnti_m32_r32
[----------] * movnti %ecx, -0x300006(%rip) # OPC=movnti_m32_r32
[----------] * movnti %r14d, 0xf8(%rip) # OPC=movnti_m32_r32
[----------] * movnti %ebp, 0x64(%rdx) # OPC=movnti_m32_r32
[----------] * movnti %eax, 0x5dcffff9(%rip) # OPC=movnti_m32_r32
[----------] * movnti %esi, -0x10(,%rdx,2) # OPC=movnti_m32_r32
[----------] * movnti %r14d, 0x5(%r11d,%ebx,1) # OPC=movnti_m32_r32
[----------] - Starting with OPC = movnti_m64_r64
[----------] Seed is 1463511743514585
[----------] * movnti %r11, (%r11d) # OPC=movnti_m64_r64
[----------] * movnti %rsi, -0x10(,%rdx,2) # OPC=movnti_m64_r64
[----------] * movnti %rbp, 0x16(%r8) # OPC=movnti_m64_r64
[----------] * movnti %rbx, 0x30(%r11d) # OPC=movnti_m64_r64
[----------] * movnti %r9, 0x5dcffff8(%rip) # OPC=movnti_m64_r64
[----------] * movnti %rdi, 0xf8(%rip) # OPC=movnti_m64_r64
[----------] * movnti %rbx, 0xf8(%rip) # OPC=movnti_m64_r64
[----------] * movnti %r8, -0x8(%rip) # OPC=movnti_m64_r64
[----------] * movnti %rdx, 0xf8(%rip) # OPC=movnti_m64_r64
[----------] * movnti %r15, 0x5dcffff8(%rip) # OPC=movnti_m64_r64
[----------] - Starting with OPC = movntpd_m128_xmm
[----------] Seed is 1463511743516044
[----------] * movntpd %xmm6, 0x5dcffff8(%rip) # OPC=movntpd_m128_xmm
[----------] * movntpd %xmm15, 0x5dcffff7(%rip) # OPC=movntpd_m128_xmm
[----------] * movntpd %xmm10, (%r11d) # OPC=movntpd_m128_xmm
[----------] * movntpd %xmm13, -0x64(%rax,%rcx,4) # OPC=movntpd_m128_xmm
[----------] * movntpd %xmm7, 0xf8(%rip) # OPC=movntpd_m128_xmm
[----------] * movntpd %xmm3, 0x64(%rsp,%rdx,8) # OPC=movntpd_m128_xmm
[----------] * movntpd %xmm15, 0xf7(%rip) # OPC=movntpd_m128_xmm
[----------] * movntpd %xmm6, (%r11d,%ebx,4) # OPC=movntpd_m128_xmm
[----------] * movntpd %xmm4, 0xf8(%rip) # OPC=movntpd_m128_xmm
[----------] * movntpd %xmm3, (%rdi,%rcx,1) # OPC=movntpd_m128_xmm
[----------] - Starting with OPC = movntps_m128_xmm
[----------] Seed is 1463511743517442
[----------] * movntps %xmm4, 0x5dcffff9(%rip) # OPC=movntps_m128_xmm
[----------] * movntps %xmm8, 0x5dcffff8(%rip) # OPC=movntps_m128_xmm
[----------] * movntps %xmm14, 0x5dcffff8(%rip) # OPC=movntps_m128_xmm
[----------] * movntps %xmm11, (%rax) # OPC=movntps_m128_xmm
[----------] * movntps %xmm12, 0x5(%r11d,%ebx,1) # OPC=movntps_m128_xmm
[----------] * movntps %xmm6, (%r11d) # OPC=movntps_m128_xmm
[----------] * movntps %xmm5, 0xf9(%rip) # OPC=movntps_m128_xmm
[----------] * movntps %xmm12, (%r11d,%ebx,1) # OPC=movntps_m128_xmm
[----------] * movntps %xmm5, (%r11d,%ebx,1) # OPC=movntps_m128_xmm
[----------] * movntps %xmm15, 0xf8(%rip) # OPC=movntps_m128_xmm
[----------] - Starting with OPC = movntq_m64_mm
[----------] Seed is 1463511743519639
[----------] * movntq %mm5, 0xf9(%rip) # OPC=movntq_m64_mm
[----------] * movntq %mm1, 0xf9(%rip) # OPC=movntq_m64_mm
[----------] * movntq %mm4, -0x64(%rax,%rcx,4) # OPC=movntq_m64_mm
[----------] * movntq %mm2, 0x64(%rsp,%rdx,8) # OPC=movntq_m64_mm
[----------] * movntq %mm3, -0x7(%rip) # OPC=movntq_m64_mm
[----------] * movntq %mm3, (%r11d,%ebx,4) # OPC=movntq_m64_mm
[----------] * movntq %mm7, 0x16(%r8) # OPC=movntq_m64_mm
[----------] * movntq %mm0, 0x64(%rsp,%rdx,8) # OPC=movntq_m64_mm
[----------] * movntq %mm3, 0xf9(%rip) # OPC=movntq_m64_mm
[----------] * movntq %mm3, 0x64(%rdx) # OPC=movntq_m64_mm
[----------] - Starting with OPC = movq_m64_mm
[----------] Seed is 1463511743521030
[----------] * movq %mm1, 0xf8(%rip) # OPC=movq_m64_mm
[----------] * movq %mm3, 0xf8(%rip) # OPC=movq_m64_mm
[----------] * movq %mm2, 0x5dcffff8(%rip) # OPC=movq_m64_mm
[----------] * movq %mm4, 0x30(%r11d) # OPC=movq_m64_mm
[----------] * movq %mm4, 0xf8(%rip) # OPC=movq_m64_mm
[----------] * movq %mm4, 0x7ffffff8(%rip) # OPC=movq_m64_mm
[----------] * movq %mm7, (%rdi,%rcx,1) # OPC=movq_m64_mm
[----------] * movq %mm2, -0x8(%rip) # OPC=movq_m64_mm
[----------] * movq %mm3, (%rax) # OPC=movq_m64_mm
[----------] * movq %mm2, 0xf8(%rip) # OPC=movq_m64_mm
[----------] - Starting with OPC = movq_m64_mm_1
[----------] Seed is 1463511743522199
[----------] * movq %mm3, 0x5dcffff9(%rip) # OPC=movq_m64_mm_1
[----------] * movq %mm3, 0x5dcffff9(%rip) # OPC=movq_m64_mm_1
[----------] * movq %mm6, (%r11d) # OPC=movq_m64_mm_1
[----------] * movq %mm6, 0x5dcffff9(%rip) # OPC=movq_m64_mm_1
[----------] * movq %mm6, 0xf9(%rip) # OPC=movq_m64_mm_1
[----------] * movq %mm1, 0x30(%r11d) # OPC=movq_m64_mm_1
[----------] * movq %mm1, 0x5dcffff9(%rip) # OPC=movq_m64_mm_1
[----------] * movq %mm7, 0xf9(%rip) # OPC=movq_m64_mm_1
[----------] * movq %mm4, -0x300006(%rip) # OPC=movq_m64_mm_1
[----------] * movq %mm2, 0x5dcffff9(%rip) # OPC=movq_m64_mm_1
[----------] - Starting with OPC = movq_m64_xmm
[----------] Seed is 1463511743523602
[----------] * movq %xmm13, 0xf7(%rip) # OPC=movq_m64_xmm
[----------] * movq %xmm13, -0x10(,%rdx,2) # OPC=movq_m64_xmm
[----------] * movq %xmm14, 0x5dcffff7(%rip) # OPC=movq_m64_xmm
[----------] * movq %xmm10, 0x5dcffff7(%rip) # OPC=movq_m64_xmm
[----------] * movq %xmm8, 0xf7(%rip) # OPC=movq_m64_xmm
[----------] * movq %xmm9, -0x10(,%rdx,2) # OPC=movq_m64_xmm
[----------] * movq %xmm1, 0x5dcffff7(%rip) # OPC=movq_m64_xmm
[----------] * movq %xmm3, 0x5dcffff7(%rip) # OPC=movq_m64_xmm
[----------] * movq %xmm11, -0x9(%rip) # OPC=movq_m64_xmm
[----------] * movq %xmm10, 0x5dcffff7(%rip) # OPC=movq_m64_xmm
[----------] - Starting with OPC = movq_m64_xmm_1
[----------] Seed is 1463511743525005
[----------] * movq %xmm14, 0x7ffffff7(%rip) # OPC=movq_m64_xmm_1
[----------] * movq %xmm0, 0x5dcffff8(%rip) # OPC=movq_m64_xmm_1
[----------] * movq %xmm13, 0x5dcffff7(%rip) # OPC=movq_m64_xmm_1
[----------] * movq %xmm14, -0x10(,%rdx,2) # OPC=movq_m64_xmm_1
[----------] * movq %xmm1, 0xf8(%rip) # OPC=movq_m64_xmm_1
[----------] * movq %xmm10, 0x5dcffff7(%rip) # OPC=movq_m64_xmm_1
[----------] * movq %xmm8, 0x16(%r8) # OPC=movq_m64_xmm_1
[----------] * movq %xmm6, 0x7ffffff8(%rip) # OPC=movq_m64_xmm_1
[----------] * movq %xmm3, 0x30(%r11d) # OPC=movq_m64_xmm_1
[----------] * movq %xmm1, 0xf8(%rip) # OPC=movq_m64_xmm_1
[----------] - Starting with OPC = movq_mm_m64
[----------] Seed is 1463511743526414
[----------] * movq 0x7ffffff8(%rip), %mm3 # OPC=movq_mm_m64
[----------] * movq 0xf8(%rip), %mm4 # OPC=movq_mm_m64
[----------] * movq -0x300007(%rip), %mm7 # OPC=movq_mm_m64
[----------] * movq 0xf8(%rip), %mm4 # OPC=movq_mm_m64
[----------] * movq 0x64(%rsp,%rdx,8), %mm1 # OPC=movq_mm_m64
[----------] * movq -0x300007(%rip), %mm7 # OPC=movq_mm_m64
[----------] * movq 0xf8(%rip), %mm7 # OPC=movq_mm_m64
[----------] * movq 0x5(%r11d,%ebx,1), %mm5 # OPC=movq_mm_m64
[----------] * movq 0xf8(%rip), %mm7 # OPC=movq_mm_m64
[----------] * movq 0x5dcffff8(%rip), %mm0 # OPC=movq_mm_m64
[----------] - Starting with OPC = movq_mm_m64_1
[----------] Seed is 1463511743527733
[----------] * movq 0x64(%rdx), %mm7 # OPC=movq_mm_m64_1
[----------] * movq 0xf9(%rip), %mm5 # OPC=movq_mm_m64_1
[----------] * movq 0xf9(%rip), %mm3 # OPC=movq_mm_m64_1
[----------] * movq 0xf9(%rip), %mm0 # OPC=movq_mm_m64_1
[----------] * movq (%r11d,%ebx,4), %mm2 # OPC=movq_mm_m64_1
[----------] * movq 0xf9(%rip), %mm0 # OPC=movq_mm_m64_1
[----------] * movq (%rax), %mm1 # OPC=movq_mm_m64_1
[----------] * movq -0x10(,%rdx,2), %mm3 # OPC=movq_mm_m64_1
[----------] * movq 0x5(%r11d,%ebx,1), %mm3 # OPC=movq_mm_m64_1
[----------] * movq -0x300006(%rip), %mm1 # OPC=movq_mm_m64_1
[----------] - Starting with OPC = movq_mm_mm
[----------] Seed is 1463511743529016
[----------] * movq %mm0, %mm3 # OPC=movq_mm_mm
[----------] * movq %mm6, %mm4 # OPC=movq_mm_mm
[----------] * movq %mm6, %mm5 # OPC=movq_mm_mm
[----------] * movq %mm0, %mm0 # OPC=movq_mm_mm
[----------] * movq %mm5, %mm2 # OPC=movq_mm_mm
[----------] * movq %mm7, %mm6 # OPC=movq_mm_mm
[----------] * movq %mm7, %mm2 # OPC=movq_mm_mm
[----------] * movq %mm5, %mm0 # OPC=movq_mm_mm
[----------] * movq %mm3, %mm4 # OPC=movq_mm_mm
[----------] * movq %mm4, %mm1 # OPC=movq_mm_mm
[----------] - Starting with OPC = movq_mm_mm_1
[----------] Seed is 1463511743530811
[----------] * movq %mm0, %mm2 # OPC=movq_mm_mm_1
[----------] * movq %mm7, %mm7 # OPC=movq_mm_mm_1
[----------] * movq %mm2, %mm1 # OPC=movq_mm_mm_1
[----------] * movq %mm3, %mm0 # OPC=movq_mm_mm_1
[----------] * movq %mm5, %mm7 # OPC=movq_mm_mm_1
[----------] * movq %mm0, %mm7 # OPC=movq_mm_mm_1
[----------] * movq %mm1, %mm6 # OPC=movq_mm_mm_1
[----------] * movq %mm2, %mm0 # OPC=movq_mm_mm_1
[----------] * movq %mm1, %mm5 # OPC=movq_mm_mm_1
[----------] * movq %mm3, %mm3 # OPC=movq_mm_mm_1
[----------] - Starting with OPC = movq_mm_r64
[----------] Seed is 1463511743532023
[----------] * movq %rax, %mm6 # OPC=movq_mm_r64
[----------] * movq %r8, %mm5 # OPC=movq_mm_r64
[----------] * movq %rbp, %mm0 # OPC=movq_mm_r64
[----------] * movq %r13, %mm1 # OPC=movq_mm_r64
[----------] * movq %r10, %mm0 # OPC=movq_mm_r64
[----------] * movq %r13, %mm1 # OPC=movq_mm_r64
[----------] * movq %rdi, %mm7 # OPC=movq_mm_r64
[----------] * movq %r14, %mm6 # OPC=movq_mm_r64
[----------] * movq %rsp, %mm0 # OPC=movq_mm_r64
[----------] * movq %r9, %mm4 # OPC=movq_mm_r64
[----------] - Starting with OPC = movq_r64_mm
[----------] Seed is 1463511743533378
[----------] * movq %mm2, %r11 # OPC=movq_r64_mm
[----------] * movq %mm1, %rsp # OPC=movq_r64_mm
[----------] * movq %mm7, %r10 # OPC=movq_r64_mm
[----------] * movq %mm3, %rax # OPC=movq_r64_mm
[----------] * movq %mm4, %r13 # OPC=movq_r64_mm
[----------] * movq %mm2, %r11 # OPC=movq_r64_mm
[----------] * movq %mm2, %rbp # OPC=movq_r64_mm
[----------] * movq %mm1, %rbx # OPC=movq_r64_mm
[----------] * movq %mm2, %rcx # OPC=movq_r64_mm
[----------] * movq %mm4, %r15 # OPC=movq_r64_mm
[----------] - Starting with OPC = movq_r64_xmm
[----------] Seed is 1463511743534655
[----------] * movq %xmm12, %rax # OPC=movq_r64_xmm
[----------] * movq %xmm8, %rdi # OPC=movq_r64_xmm
[----------] * movq %xmm9, %rbx # OPC=movq_r64_xmm
[----------] * movq %xmm12, %rdx # OPC=movq_r64_xmm
[----------] * movq %xmm15, %rbx # OPC=movq_r64_xmm
[----------] * movq %xmm9, %r15 # OPC=movq_r64_xmm
[----------] * movq %xmm10, %r15 # OPC=movq_r64_xmm
[----------] * movq %xmm6, %r12 # OPC=movq_r64_xmm
[----------] * movq %xmm14, %rdx # OPC=movq_r64_xmm
[----------] * movq %xmm7, %r10 # OPC=movq_r64_xmm
[----------] - Starting with OPC = movq_xmm_m64
[----------] Seed is 1463511743535990
[----------] * movq (%r11d,%ebx,1), %xmm6 # OPC=movq_xmm_m64
[----------] * movq 0x7ffffff7(%rip), %xmm5 # OPC=movq_xmm_m64
[----------] * movq 0x64(%rsp,%rdx,8), %xmm6 # OPC=movq_xmm_m64
[----------] * movq 0xf7(%rip), %xmm0 # OPC=movq_xmm_m64
[----------] * movq 0x64(%rsp,%rdx,8), %xmm11 # OPC=movq_xmm_m64
[----------] * movq 0x64(%rsp,%rdx,8), %xmm8 # OPC=movq_xmm_m64
[----------] * movq -0x300008(%rip), %xmm5 # OPC=movq_xmm_m64
[----------] * movq -0x9(%rip), %xmm0 # OPC=movq_xmm_m64
[----------] * movq 0x16(%r8), %xmm14 # OPC=movq_xmm_m64
[----------] * movq 0x30(%r11d), %xmm3 # OPC=movq_xmm_m64
[----------] - Starting with OPC = movq_xmm_m64_1
[----------] Seed is 1463511743537335
[----------] * movq 0x5dcffff7(%rip), %xmm8 # OPC=movq_xmm_m64_1
[----------] * movq 0xf8(%rip), %xmm3 # OPC=movq_xmm_m64_1
[----------] * movq 0x64(%rsp,%rdx,8), %xmm12 # OPC=movq_xmm_m64_1
[----------] * movq (%r11d,%ebx,4), %xmm0 # OPC=movq_xmm_m64_1
[----------] * movq 0x64(%rdx), %xmm6 # OPC=movq_xmm_m64_1
[----------] * movq 0xf8(%rip), %xmm5 # OPC=movq_xmm_m64_1
[----------] * movq 0x5dcffff7(%rip), %xmm15 # OPC=movq_xmm_m64_1
[----------] * movq 0xf8(%rip), %xmm6 # OPC=movq_xmm_m64_1
[----------] * movq 0x30(%r11d), %xmm1 # OPC=movq_xmm_m64_1
[----------] * movq 0xf7(%rip), %xmm10 # OPC=movq_xmm_m64_1
[----------] - Starting with OPC = movq_xmm_r64
[----------] Seed is 1463511743539070
[----------] * movq %r11, %xmm4 # OPC=movq_xmm_r64
[----------] * movq %rdi, %xmm5 # OPC=movq_xmm_r64
[----------] * movq %r13, %xmm10 # OPC=movq_xmm_r64
[----------] * movq %r12, %xmm7 # OPC=movq_xmm_r64
[----------] * movq %r8, %xmm10 # OPC=movq_xmm_r64
[----------] * movq %r10, %xmm11 # OPC=movq_xmm_r64
[----------] * movq %r14, %xmm2 # OPC=movq_xmm_r64
[----------] * movq %r13, %xmm8 # OPC=movq_xmm_r64
[----------] * movq %r9, %xmm4 # OPC=movq_xmm_r64
[----------] * movq %rdi, %xmm15 # OPC=movq_xmm_r64
[----------] - Starting with OPC = movq_xmm_xmm
[----------] Seed is 1463511743540406
[----------] * movq %xmm5, %xmm11 # OPC=movq_xmm_xmm
[----------] * movq %xmm12, %xmm13 # OPC=movq_xmm_xmm
[----------] * movq %xmm1, %xmm5 # OPC=movq_xmm_xmm
[----------] * movq %xmm10, %xmm8 # OPC=movq_xmm_xmm
[----------] * movq %xmm7, %xmm8 # OPC=movq_xmm_xmm
[----------] * movq %xmm13, %xmm4 # OPC=movq_xmm_xmm
[----------] * movq %xmm4, %xmm11 # OPC=movq_xmm_xmm
[----------] * movq %xmm0, %xmm3 # OPC=movq_xmm_xmm
[----------] * movq %xmm12, %xmm12 # OPC=movq_xmm_xmm
[----------] * movq %xmm8, %xmm11 # OPC=movq_xmm_xmm
[----------] - Starting with OPC = movq_xmm_xmm_1
[----------] Seed is 1463511743541607
[----------] * movq %xmm9, %xmm10 # OPC=movq_xmm_xmm_1
[----------] * movq %xmm11, %xmm15 # OPC=movq_xmm_xmm_1
[----------] * movq %xmm4, %xmm2 # OPC=movq_xmm_xmm_1
[----------] * movq %xmm15, %xmm12 # OPC=movq_xmm_xmm_1
[----------] * movq %xmm11, %xmm4 # OPC=movq_xmm_xmm_1
[----------] * movq %xmm7, %xmm1 # OPC=movq_xmm_xmm_1
[----------] * movq %xmm8, %xmm15 # OPC=movq_xmm_xmm_1
[----------] * movq %xmm3, %xmm3 # OPC=movq_xmm_xmm_1
[----------] * movq %xmm6, %xmm10 # OPC=movq_xmm_xmm_1
[----------] * movq %xmm9, %xmm6 # OPC=movq_xmm_xmm_1
[----------] - Starting with OPC = movq2dq_xmm_mm
[----------] Seed is 1463511743542982
[----------] * movq2dq %mm7, %xmm14 # OPC=movq2dq_xmm_mm
[----------] * movq2dq %mm0, %xmm9 # OPC=movq2dq_xmm_mm
[----------] * movq2dq %mm7, %xmm10 # OPC=movq2dq_xmm_mm
[----------] * movq2dq %mm4, %xmm4 # OPC=movq2dq_xmm_mm
[----------] * movq2dq %mm1, %xmm1 # OPC=movq2dq_xmm_mm
[----------] * movq2dq %mm0, %xmm5 # OPC=movq2dq_xmm_mm
[----------] * movq2dq %mm7, %xmm7 # OPC=movq2dq_xmm_mm
[----------] * movq2dq %mm5, %xmm0 # OPC=movq2dq_xmm_mm
[----------] * movq2dq %mm1, %xmm9 # OPC=movq2dq_xmm_mm
[----------] * movq2dq %mm7, %xmm10 # OPC=movq2dq_xmm_mm
[----------] - Starting with OPC = movsd_m64_xmm
[----------] Seed is 1463511743543936
[----------] * movsd %xmm7, 0x5(%r11d,%ebx,1) # OPC=movsd_m64_xmm
[----------] * movsd %xmm13, 0x5dcffff7(%rip) # OPC=movsd_m64_xmm
[----------] * movsd %xmm5, 0x5dcffff8(%rip) # OPC=movsd_m64_xmm
[----------] * movsd %xmm15, 0x64(%rdx) # OPC=movsd_m64_xmm
[----------] * movsd %xmm15, (%r11d) # OPC=movsd_m64_xmm
[----------] * movsd %xmm7, 0xf8(%rip) # OPC=movsd_m64_xmm
[----------] * movsd %xmm6, 0x7ffffff8(%rip) # OPC=movsd_m64_xmm
[----------] * movsd %xmm9, 0x5dcffff7(%rip) # OPC=movsd_m64_xmm
[----------] * movsd %xmm11, 0x5dcffff7(%rip) # OPC=movsd_m64_xmm
[----------] * movsd %xmm5, 0x30(%r11d) # OPC=movsd_m64_xmm
[----------] - Starting with OPC = movsd_xmm_m64
[----------] Seed is 1463511743545357
[----------] * movsd 0x5dcffff7(%rip), %xmm14 # OPC=movsd_xmm_m64
[----------] * movsd (%r11d,%ebx,4), %xmm0 # OPC=movsd_xmm_m64
[----------] * movsd (%r11d), %xmm4 # OPC=movsd_xmm_m64
[----------] * movsd 0x5dcffff8(%rip), %xmm1 # OPC=movsd_xmm_m64
[----------] * movsd 0xf7(%rip), %xmm10 # OPC=movsd_xmm_m64
[----------] * movsd 0x64(%rdx), %xmm0 # OPC=movsd_xmm_m64
[----------] * movsd -0x10(,%rdx,2), %xmm0 # OPC=movsd_xmm_m64
[----------] * movsd -0x300008(%rip), %xmm9 # OPC=movsd_xmm_m64
[----------] * movsd 0x5dcffff8(%rip), %xmm0 # OPC=movsd_xmm_m64
[----------] * movsd -0x9(%rip), %xmm12 # OPC=movsd_xmm_m64
[----------] - Starting with OPC = movsd_xmm_xmm
[----------] Seed is 1463511743547175
[----------] * movsd %xmm9, %xmm7 # OPC=movsd_xmm_xmm
[----------] * movsd %xmm14, %xmm5 # OPC=movsd_xmm_xmm
[----------] * movsd %xmm10, %xmm6 # OPC=movsd_xmm_xmm
[----------] * movsd %xmm11, %xmm4 # OPC=movsd_xmm_xmm
[----------] * movsd %xmm4, %xmm4 # OPC=movsd_xmm_xmm
[----------] * movsd %xmm2, %xmm10 # OPC=movsd_xmm_xmm
[----------] * movsd %xmm13, %xmm3 # OPC=movsd_xmm_xmm
[----------] * movsd %xmm0, %xmm2 # OPC=movsd_xmm_xmm
[----------] * movsd %xmm6, %xmm0 # OPC=movsd_xmm_xmm
[----------] * movsd %xmm10, %xmm3 # OPC=movsd_xmm_xmm
[----------] - Starting with OPC = movsd_xmm_xmm_1
[----------] Seed is 1463511743549019
[----------] * movsd %xmm14, %xmm13 # OPC=movsd_xmm_xmm_1
[----------] * movsd %xmm2, %xmm3 # OPC=movsd_xmm_xmm_1
[----------] * movsd %xmm11, %xmm2 # OPC=movsd_xmm_xmm_1
[----------] * movsd %xmm13, %xmm7 # OPC=movsd_xmm_xmm_1
[----------] * movsd %xmm3, %xmm12 # OPC=movsd_xmm_xmm_1
[----------] * movsd %xmm4, %xmm12 # OPC=movsd_xmm_xmm_1
[----------] * movsd %xmm11, %xmm15 # OPC=movsd_xmm_xmm_1
[----------] * movsd %xmm7, %xmm4 # OPC=movsd_xmm_xmm_1
[----------] * movsd %xmm11, %xmm15 # OPC=movsd_xmm_xmm_1
[----------] * movsd %xmm3, %xmm2 # OPC=movsd_xmm_xmm_1
[----------] - Starting with OPC = movshdup_xmm_m128
[----------] Seed is 1463511743550419
[----------] * movshdup 0x64(%rdx), %xmm13 # OPC=movshdup_xmm_m128
[----------] * movshdup (%r11d), %xmm4 # OPC=movshdup_xmm_m128
[----------] * movshdup 0x30(%r11d), %xmm13 # OPC=movshdup_xmm_m128
[----------] * movshdup -0x300008(%rip), %xmm12 # OPC=movshdup_xmm_m128
[----------] * movshdup 0x30(%r11d), %xmm7 # OPC=movshdup_xmm_m128
[----------] * movshdup 0xf7(%rip), %xmm10 # OPC=movshdup_xmm_m128
[----------] * movshdup (%r11d,%ebx,1), %xmm9 # OPC=movshdup_xmm_m128
[----------] * movshdup -0x8(%rip), %xmm0 # OPC=movshdup_xmm_m128
[----------] * movshdup 0xf8(%rip), %xmm2 # OPC=movshdup_xmm_m128
[----------] * movshdup 0x64(%rsp,%rdx,8), %xmm14 # OPC=movshdup_xmm_m128
[----------] - Starting with OPC = movshdup_xmm_xmm
[----------] Seed is 1463511743551850
[----------] * movshdup %xmm0, %xmm1 # OPC=movshdup_xmm_xmm
[----------] * movshdup %xmm5, %xmm6 # OPC=movshdup_xmm_xmm
[----------] * movshdup %xmm11, %xmm6 # OPC=movshdup_xmm_xmm
[----------] * movshdup %xmm6, %xmm12 # OPC=movshdup_xmm_xmm
[----------] * movshdup %xmm7, %xmm12 # OPC=movshdup_xmm_xmm
[----------] * movshdup %xmm9, %xmm1 # OPC=movshdup_xmm_xmm
[----------] * movshdup %xmm10, %xmm8 # OPC=movshdup_xmm_xmm
[----------] * movshdup %xmm12, %xmm11 # OPC=movshdup_xmm_xmm
[----------] * movshdup %xmm5, %xmm14 # OPC=movshdup_xmm_xmm
[----------] * movshdup %xmm13, %xmm4 # OPC=movshdup_xmm_xmm
[----------] - Starting with OPC = movsldup_xmm_m128
[----------] Seed is 1463511743553516
[----------] * movsldup 0x5dcffff7(%rip), %xmm14 # OPC=movsldup_xmm_m128
[----------] * movsldup -0x8(%rip), %xmm2 # OPC=movsldup_xmm_m128
[----------] * movsldup 0x5dcffff8(%rip), %xmm1 # OPC=movsldup_xmm_m128
[----------] * movsldup (%rdi,%rcx,1), %xmm9 # OPC=movsldup_xmm_m128
[----------] * movsldup 0x7ffffff7(%rip), %xmm8 # OPC=movsldup_xmm_m128
[----------] * movsldup 0x64(%rsp,%rdx,8), %xmm2 # OPC=movsldup_xmm_m128
[----------] * movsldup (%rdi,%rcx,1), %xmm6 # OPC=movsldup_xmm_m128
[----------] * movsldup (%r11d,%ebx,1), %xmm11 # OPC=movsldup_xmm_m128
[----------] * movsldup (%rax), %xmm0 # OPC=movsldup_xmm_m128
[----------] * movsldup -0x9(%rip), %xmm10 # OPC=movsldup_xmm_m128
[----------] - Starting with OPC = movsldup_xmm_xmm
[----------] Seed is 1463511743554935
[----------] * movsldup %xmm0, %xmm3 # OPC=movsldup_xmm_xmm
[----------] * movsldup %xmm1, %xmm11 # OPC=movsldup_xmm_xmm
[----------] * movsldup %xmm2, %xmm10 # OPC=movsldup_xmm_xmm
[----------] * movsldup %xmm10, %xmm4 # OPC=movsldup_xmm_xmm
[----------] * movsldup %xmm3, %xmm1 # OPC=movsldup_xmm_xmm
[----------] * movsldup %xmm13, %xmm2 # OPC=movsldup_xmm_xmm
[----------] * movsldup %xmm5, %xmm10 # OPC=movsldup_xmm_xmm
[----------] * movsldup %xmm4, %xmm13 # OPC=movsldup_xmm_xmm
[----------] * movsldup %xmm15, %xmm9 # OPC=movsldup_xmm_xmm
[----------] * movsldup %xmm11, %xmm15 # OPC=movsldup_xmm_xmm
[----------] - Starting with OPC = movss_m32_xmm
[----------] Seed is 1463511743556371
[----------] * movss %xmm12, (%r11d) # OPC=movss_m32_xmm
[----------] * movss %xmm1, 0xf8(%rip) # OPC=movss_m32_xmm
[----------] * movss %xmm15, 0xf7(%rip) # OPC=movss_m32_xmm
[----------] * movss %xmm15, 0x64(%rsp,%rdx,8) # OPC=movss_m32_xmm
[----------] * movss %xmm10, (%rax) # OPC=movss_m32_xmm
[----------] * movss %xmm8, (%r11d,%ebx,1) # OPC=movss_m32_xmm
[----------] * movss %xmm11, 0x5dcffff7(%rip) # OPC=movss_m32_xmm
[----------] * movss %xmm5, -0x300007(%rip) # OPC=movss_m32_xmm
[----------] * movss %xmm0, (%r11d,%ebx,4) # OPC=movss_m32_xmm
[----------] * movss %xmm3, 0x5dcffff8(%rip) # OPC=movss_m32_xmm
[----------] - Starting with OPC = movss_xmm_m32
[----------] Seed is 1463511743557624
[----------] * movss 0x5dcffff8(%rip), %xmm6 # OPC=movss_xmm_m32
[----------] * movss 0xf8(%rip), %xmm6 # OPC=movss_xmm_m32
[----------] * movss 0x5dcffff7(%rip), %xmm13 # OPC=movss_xmm_m32
[----------] * movss 0x5(%r11d,%ebx,1), %xmm15 # OPC=movss_xmm_m32
[----------] * movss 0xf8(%rip), %xmm3 # OPC=movss_xmm_m32
[----------] * movss 0x7ffffff8(%rip), %xmm4 # OPC=movss_xmm_m32
[----------] * movss -0x8(%rip), %xmm6 # OPC=movss_xmm_m32
[----------] * movss 0xf7(%rip), %xmm15 # OPC=movss_xmm_m32
[----------] * movss (%rax), %xmm7 # OPC=movss_xmm_m32
[----------] * movss -0x10(,%rdx,2), %xmm9 # OPC=movss_xmm_m32
[----------] - Starting with OPC = movss_xmm_xmm
[----------] Seed is 1463511743559137
[----------] * movss %xmm1, %xmm6 # OPC=movss_xmm_xmm
[----------] * movss %xmm9, %xmm14 # OPC=movss_xmm_xmm
[----------] * movss %xmm6, %xmm11 # OPC=movss_xmm_xmm
[----------] * movss %xmm2, %xmm15 # OPC=movss_xmm_xmm
[----------] * movss %xmm2, %xmm6 # OPC=movss_xmm_xmm
[----------] * movss %xmm8, %xmm12 # OPC=movss_xmm_xmm
[----------] * movss %xmm5, %xmm11 # OPC=movss_xmm_xmm
[----------] * movss %xmm11, %xmm10 # OPC=movss_xmm_xmm
[----------] * movss %xmm0, %xmm1 # OPC=movss_xmm_xmm
[----------] * movss %xmm3, %xmm3 # OPC=movss_xmm_xmm
[----------] - Starting with OPC = movss_xmm_xmm_1
[----------] Seed is 1463511743560532
[----------] * movss %xmm10, %xmm1 # OPC=movss_xmm_xmm_1
[----------] * movss %xmm2, %xmm11 # OPC=movss_xmm_xmm_1
[----------] * movss %xmm3, %xmm8 # OPC=movss_xmm_xmm_1
[----------] * movss %xmm6, %xmm14 # OPC=movss_xmm_xmm_1
[----------] * movss %xmm5, %xmm12 # OPC=movss_xmm_xmm_1
[----------] * movss %xmm6, %xmm10 # OPC=movss_xmm_xmm_1
[----------] * movss %xmm8, %xmm4 # OPC=movss_xmm_xmm_1
[----------] * movss %xmm12, %xmm6 # OPC=movss_xmm_xmm_1
[----------] * movss %xmm1, %xmm15 # OPC=movss_xmm_xmm_1
[----------] * movss %xmm10, %xmm15 # OPC=movss_xmm_xmm_1
[----------] - Starting with OPC = movsbw_r16_m8
[----------] Seed is 1463511743562479
[----------] * movsbw (%rdi,%rcx,1), %r12w # OPC=movsbw_r16_m8
[----------] * movsbw 0x30(%r11d), %bp # OPC=movsbw_r16_m8
[----------] * movsbw 0xf8(%rip), %dx # OPC=movsbw_r16_m8
[----------] * movsbw 0xf8(%rip), %bp # OPC=movsbw_r16_m8
[----------] * movsbw 0x64(%rdx), %ax # OPC=movsbw_r16_m8
[----------] * movsbw (%r11d,%ebx,1), %cx # OPC=movsbw_r16_m8
[----------] * movsbw 0x5dcffff7(%rip), %r8w # OPC=movsbw_r16_m8
[----------] * movsbw -0x9(%rip), %r13w # OPC=movsbw_r16_m8
[----------] * movsbw 0x16(%r8), %dx # OPC=movsbw_r16_m8
[----------] * movsbw (%rdi,%rcx,1), %r13w # OPC=movsbw_r16_m8
[----------] - Starting with OPC = movsbw_r16_r8
[----------] Seed is 1463511743563928
[----------] * movsbw %spl, %bx # OPC=movsbw_r16_r8
[----------] * movsbw %r10b, %sp # OPC=movsbw_r16_r8
[----------] * movsbw %cl, %cx # OPC=movsbw_r16_r8
[----------] * movsbw %r14b, %sp # OPC=movsbw_r16_r8
[----------] * movsbw %dil, %r9w # OPC=movsbw_r16_r8
[----------] * movsbw %spl, %r13w # OPC=movsbw_r16_r8
[----------] * movsbw %r14b, %di # OPC=movsbw_r16_r8
[----------] * movsbw %r8b, %r10w # OPC=movsbw_r16_r8
[----------] * movsbw %bpl, %ax # OPC=movsbw_r16_r8
[----------] * movsbw %spl, %sp # OPC=movsbw_r16_r8
[----------] - Starting with OPC = movsbw_r16_rh
[----------] Seed is 1463511743565292
[----------] * movsbw %ch, %bx # OPC=movsbw_r16_rh
[----------] * movsbw %ah, %di # OPC=movsbw_r16_rh
[----------] * movsbw %ah, %cx # OPC=movsbw_r16_rh
[----------] * movsbw %bh, %dx # OPC=movsbw_r16_rh
[----------] * movsbw %ch, %dx # OPC=movsbw_r16_rh
[----------] * movsbw %bh, %bx # OPC=movsbw_r16_rh
[----------] * movsbw %ah, %di # OPC=movsbw_r16_rh
[----------] * movsbw %ch, %ax # OPC=movsbw_r16_rh
[----------] * movsbw %ch, %si # OPC=movsbw_r16_rh
[----------] * movsbw %ah, %sp # OPC=movsbw_r16_rh
[----------] - Starting with OPC = movswl_r32_m16
[----------] Seed is 1463511743566530
[----------] * movswl (%rdi,%rcx,1), %esp # OPC=movswl_r32_m16
[----------] * movswl 0x64(%rsp,%rdx,8), %esp # OPC=movswl_r32_m16
[----------] * movswl (%r11d,%ebx,1), %ebx # OPC=movswl_r32_m16
[----------] * movswl -0x7(%rip), %edi # OPC=movswl_r32_m16
[----------] * movswl 0x5dcffff9(%rip), %edx # OPC=movswl_r32_m16
[----------] * movswl 0x5dcffff9(%rip), %edx # OPC=movswl_r32_m16
[----------] * movswl 0xf8(%rip), %r13d # OPC=movswl_r32_m16
[----------] * movswl 0xf8(%rip), %r10d # OPC=movswl_r32_m16
[----------] * movswl (%rdi,%rcx,1), %r12d # OPC=movswl_r32_m16
[----------] * movswl -0x8(%rip), %r12d # OPC=movswl_r32_m16
[----------] - Starting with OPC = movsbl_r32_m8
[----------] Seed is 1463511743567927
[----------] * movsbl 0x5dcffff9(%rip), %eax # OPC=movsbl_r32_m8
[----------] * movsbl -0x300007(%rip), %r14d # OPC=movsbl_r32_m8
[----------] * movsbl (%rdi,%rcx,1), %r14d # OPC=movsbl_r32_m8
[----------] * movsbl 0x64(%rsp,%rdx,8), %edx # OPC=movsbl_r32_m8
[----------] * movsbl 0xf9(%rip), %ecx # OPC=movsbl_r32_m8
[----------] * movsbl 0xf9(%rip), %esi # OPC=movsbl_r32_m8
[----------] * movsbl (%r11d,%ebx,4), %esi # OPC=movsbl_r32_m8
[----------] * movsbl -0x10(,%rdx,2), %ecx # OPC=movsbl_r32_m8
[----------] * movsbl -0x10(,%rdx,2), %r13d # OPC=movsbl_r32_m8
[----------] * movsbl 0x5dcffff8(%rip), %r14d # OPC=movsbl_r32_m8
[----------] - Starting with OPC = movswl_r32_r16
[----------] Seed is 1463511743568845
[----------] * movswl %sp, %r15d # OPC=movswl_r32_r16
[----------] * movswl %di, %r10d # OPC=movswl_r32_r16
[----------] * movswl %r13w, %ecx # OPC=movswl_r32_r16
[----------] * movswl %cx, %r10d # OPC=movswl_r32_r16
[----------] * movswl %r13w, %r13d # OPC=movswl_r32_r16
[----------] * movswl %r15w, %esp # OPC=movswl_r32_r16
[----------] * movswl %r14w, %esp # OPC=movswl_r32_r16
[----------] * movswl %ax, %r11d # OPC=movswl_r32_r16
[----------] * movswl %ax, %r8d # OPC=movswl_r32_r16
[----------] * movswl %r14w, %r9d # OPC=movswl_r32_r16
[----------] - Starting with OPC = movsbl_r32_r8
[----------] Seed is 1463511743570924
[----------] * movsbl %r14b, %eax # OPC=movsbl_r32_r8
[----------] * movsbl %sil, %r12d # OPC=movsbl_r32_r8
[----------] * movsbl %r14b, %edi # OPC=movsbl_r32_r8
[----------] * movsbl %bl, %r15d # OPC=movsbl_r32_r8
[----------] * movsbl %r9b, %ebx # OPC=movsbl_r32_r8
[----------] * movsbl %r14b, %eax # OPC=movsbl_r32_r8
[----------] * movsbl %bl, %r11d # OPC=movsbl_r32_r8
[----------] * movsbl %r9b, %edi # OPC=movsbl_r32_r8
[----------] * movsbl %bpl, %r11d # OPC=movsbl_r32_r8
[----------] * movsbl %r9b, %edx # OPC=movsbl_r32_r8
[----------] - Starting with OPC = movsbl_r32_rh
[----------] Seed is 1463511743572287
[----------] * movsbl %bh, %esi # OPC=movsbl_r32_rh
[----------] * movsbl %dh, %edx # OPC=movsbl_r32_rh
[----------] * movsbl %ch, %edx # OPC=movsbl_r32_rh
[----------] * movsbl %ch, %ecx # OPC=movsbl_r32_rh
[----------] * movsbl %dh, %ecx # OPC=movsbl_r32_rh
[----------] * movsbl %ah, %eax # OPC=movsbl_r32_rh
[----------] * movsbl %ah, %ebx # OPC=movsbl_r32_rh
[----------] * movsbl %ch, %esi # OPC=movsbl_r32_rh
[----------] * movsbl %ch, %ecx # OPC=movsbl_r32_rh
[----------] * movsbl %ah, %esi # OPC=movsbl_r32_rh
[----------] - Starting with OPC = movswq_r64_m16
[----------] Seed is 1463511743573579
[----------] * movswq 0x16(%r8), %r12 # OPC=movswq_r64_m16
[----------] * movswq -0x64(%rax,%rcx,4), %rbx # OPC=movswq_r64_m16
[----------] * movswq 0x64(%rdx), %rbp # OPC=movswq_r64_m16
[----------] * movswq 0x64(%rdx), %r13 # OPC=movswq_r64_m16
[----------] * movswq (%r11d,%ebx,4), %rcx # OPC=movswq_r64_m16
[----------] * movswq -0x7(%r11d,%ebx,4), %rsp # OPC=movswq_r64_m16
[----------] * movswq (%rax), %r13 # OPC=movswq_r64_m16
[----------] * movswq 0x5dcffff8(%rip), %r8 # OPC=movswq_r64_m16
[----------] * movswq (%r11d,%ebx,4), %rbp # OPC=movswq_r64_m16
[----------] * movswq 0x5dcffff8(%rip), %rbp # OPC=movswq_r64_m16
[----------] - Starting with OPC = movsbq_r64_m8
[----------] Seed is 1463511743574938
[----------] * movsbq 0xf8(%rip), %r14 # OPC=movsbq_r64_m8
[----------] * movsbq (%rax), %rbp # OPC=movsbq_r64_m8
[----------] * movsbq 0xf8(%rip), %r14 # OPC=movsbq_r64_m8
[----------] * movsbq -0x7(%r11d,%ebx,4), %r10 # OPC=movsbq_r64_m8
[----------] * movsbq 0x5dcffff8(%rip), %r10 # OPC=movsbq_r64_m8
[----------] * movsbq 0xf8(%rip), %r8 # OPC=movsbq_r64_m8
[----------] * movsbq 0x64(%rdx), %rsp # OPC=movsbq_r64_m8
[----------] * movsbq 0x5dcffff8(%rip), %r10 # OPC=movsbq_r64_m8
[----------] * movsbq 0x5dcffff8(%rip), %rbx # OPC=movsbq_r64_m8
[----------] * movsbq -0x10(,%rdx,2), %r12 # OPC=movsbq_r64_m8
[----------] - Starting with OPC = movswq_r64_r16
[----------] Seed is 1463511743576304
[----------] * movswq %sp, %rdi # OPC=movswq_r64_r16
[----------] * movswq %ax, %rsi # OPC=movswq_r64_r16
[----------] * movswq %ax, %rbx # OPC=movswq_r64_r16
[----------] * movswq %dx, %r15 # OPC=movswq_r64_r16
[----------] * movswq %bp, %rbp # OPC=movswq_r64_r16
[----------] * movswq %r11w, %rdi # OPC=movswq_r64_r16
[----------] * movswq %bp, %rdx # OPC=movswq_r64_r16
[----------] * movswq %r11w, %r12 # OPC=movswq_r64_r16
[----------] * movswq %r15w, %rdx # OPC=movswq_r64_r16
[----------] * movswq %dx, %rax # OPC=movswq_r64_r16
[----------] - Starting with OPC = movsbq_r64_r8
[----------] Seed is 1463511743577618
[----------] * movsbq %sil, %rsi # OPC=movsbq_r64_r8
[----------] * movsbq %al, %rsi # OPC=movsbq_r64_r8
[----------] * movsbq %bl, %r11 # OPC=movsbq_r64_r8
[----------] * movsbq %sil, %rsi # OPC=movsbq_r64_r8
[----------] * movsbq %cl, %rdi # OPC=movsbq_r64_r8
[----------] * movsbq %dil, %rdi # OPC=movsbq_r64_r8
[----------] * movsbq %dil, %rdx # OPC=movsbq_r64_r8
[----------] * movsbq %r12b, %r12 # OPC=movsbq_r64_r8
[----------] * movsbq %r14b, %rax # OPC=movsbq_r64_r8
[----------] * movsbq %r9b, %rbx # OPC=movsbq_r64_r8
[----------] - Starting with OPC = movslq_r64_m32
[----------] Seed is 1463511743578959
[----------] * movslq 0xf9(%rip), %rbx # OPC=movslq_r64_m32
[----------] * movslq 0x5dcffff9(%rip), %r13 # OPC=movslq_r64_m32
[----------] * movslq 0xf9(%rip), %r14 # OPC=movslq_r64_m32
[----------] * movslq (%rax), %r15 # OPC=movslq_r64_m32
[----------] * movslq 0xf9(%rip), %r14 # OPC=movslq_r64_m32
[----------] * movslq -0x7(%rip), %rdi # OPC=movslq_r64_m32
[----------] * movslq 0xf9(%rip), %rsp # OPC=movslq_r64_m32
[----------] * movslq -0x300006(%rip), %rax # OPC=movslq_r64_m32
[----------] * movslq 0x64(%rdx), %rax # OPC=movslq_r64_m32
[----------] * movslq -0x7(%r11d,%ebx,4), %r14 # OPC=movslq_r64_m32
[----------] - Starting with OPC = movslq_r64_r32
[----------] Seed is 1463511743580336
[----------] * movslq %r10d, %r10 # OPC=movslq_r64_r32
[----------] * movslq %ebx, %r10 # OPC=movslq_r64_r32
[----------] * movslq %ebx, %rsp # OPC=movslq_r64_r32
[----------] * movslq %eax, %r9 # OPC=movslq_r64_r32
[----------] * movslq %r12d, %rcx # OPC=movslq_r64_r32
[----------] * movslq %r10d, %r9 # OPC=movslq_r64_r32
[----------] * movslq %r8d, %rax # OPC=movslq_r64_r32
[----------] * movslq %ebx, %rdx # OPC=movslq_r64_r32
[----------] * movslq %edx, %r14 # OPC=movslq_r64_r32
[----------] * movslq %r13d, %r14 # OPC=movslq_r64_r32
[----------] - Starting with OPC = movupd_m128_xmm
[----------] Seed is 1463511743581825
[----------] * movupd %xmm3, (%r11d,%ebx,4) # OPC=movupd_m128_xmm
[----------] * movupd %xmm5, 0xf8(%rip) # OPC=movupd_m128_xmm
[----------] * movupd %xmm11, 0x30(%r11d) # OPC=movupd_m128_xmm
[----------] * movupd %xmm12, 0x7ffffff7(%rip) # OPC=movupd_m128_xmm
[----------] * movupd %xmm7, (%rax) # OPC=movupd_m128_xmm
[----------] * movupd %xmm1, 0xf8(%rip) # OPC=movupd_m128_xmm
[----------] * movupd %xmm4, (%rdi,%rcx,1) # OPC=movupd_m128_xmm
[----------] * movupd %xmm10, 0x7ffffff7(%rip) # OPC=movupd_m128_xmm
[----------] * movupd %xmm1, 0xf8(%rip) # OPC=movupd_m128_xmm
[----------] * movupd %xmm12, -0x9(%rip) # OPC=movupd_m128_xmm
[----------] - Starting with OPC = movupd_xmm_m128
[----------] Seed is 1463511743583328
[----------] * movupd 0xf8(%rip), %xmm3 # OPC=movupd_xmm_m128
[----------] * movupd 0x5dcffff8(%rip), %xmm2 # OPC=movupd_xmm_m128
[----------] * movupd 0x64(%rdx), %xmm14 # OPC=movupd_xmm_m128
[----------] * movupd 0x16(%r8), %xmm8 # OPC=movupd_xmm_m128
[----------] * movupd (%r11d,%ebx,4), %xmm1 # OPC=movupd_xmm_m128
[----------] * movupd 0x5dcffff8(%rip), %xmm0 # OPC=movupd_xmm_m128
[----------] * movupd 0x5dcffff8(%rip), %xmm7 # OPC=movupd_xmm_m128
[----------] * movupd 0x64(%rdx), %xmm15 # OPC=movupd_xmm_m128
[----------] * movupd -0x8(%rip), %xmm3 # OPC=movupd_xmm_m128
[----------] * movupd 0xf8(%rip), %xmm4 # OPC=movupd_xmm_m128
[----------] - Starting with OPC = movupd_xmm_xmm
[----------] Seed is 1463511743584728
[----------] * movupd %xmm9, %xmm3 # OPC=movupd_xmm_xmm
[----------] * movupd %xmm4, %xmm14 # OPC=movupd_xmm_xmm
[----------] * movupd %xmm3, %xmm10 # OPC=movupd_xmm_xmm
[----------] * movupd %xmm1, %xmm13 # OPC=movupd_xmm_xmm
[----------] * movupd %xmm15, %xmm9 # OPC=movupd_xmm_xmm
[----------] * movupd %xmm4, %xmm5 # OPC=movupd_xmm_xmm
[----------] * movupd %xmm10, %xmm6 # OPC=movupd_xmm_xmm
[----------] * movupd %xmm1, %xmm5 # OPC=movupd_xmm_xmm
[----------] * movupd %xmm14, %xmm0 # OPC=movupd_xmm_xmm
[----------] * movupd %xmm12, %xmm1 # OPC=movupd_xmm_xmm
[----------] - Starting with OPC = movupd_xmm_xmm_1
[----------] Seed is 1463511743586421
[----------] * movupd %xmm13, %xmm15 # OPC=movupd_xmm_xmm_1
[----------] * movupd %xmm15, %xmm14 # OPC=movupd_xmm_xmm_1
[----------] * movupd %xmm8, %xmm13 # OPC=movupd_xmm_xmm_1
[----------] * movupd %xmm2, %xmm14 # OPC=movupd_xmm_xmm_1
[----------] * movupd %xmm0, %xmm13 # OPC=movupd_xmm_xmm_1
[----------] * movupd %xmm14, %xmm0 # OPC=movupd_xmm_xmm_1
[----------] * movupd %xmm15, %xmm11 # OPC=movupd_xmm_xmm_1
[----------] * movupd %xmm9, %xmm3 # OPC=movupd_xmm_xmm_1
[----------] * movupd %xmm9, %xmm13 # OPC=movupd_xmm_xmm_1
[----------] * movupd %xmm11, %xmm9 # OPC=movupd_xmm_xmm_1
[----------] - Starting with OPC = movups_m128_xmm
[----------] Seed is 1463511743587769
[----------] * movups %xmm9, 0x30(%r11d) # OPC=movups_m128_xmm
[----------] * movups %xmm8, (%r11d,%ebx,4) # OPC=movups_m128_xmm
[----------] * movups %xmm2, -0x64(%rax,%rcx,4) # OPC=movups_m128_xmm
[----------] * movups %xmm1, -0x10(,%rdx,2) # OPC=movups_m128_xmm
[----------] * movups %xmm5, (%r11d,%ebx,1) # OPC=movups_m128_xmm
[----------] * movups %xmm4, 0x5dcffff9(%rip) # OPC=movups_m128_xmm
[----------] * movups %xmm3, 0x16(%r8) # OPC=movups_m128_xmm
[----------] * movups %xmm13, 0x5(%r11d,%ebx,1) # OPC=movups_m128_xmm
[----------] * movups %xmm8, 0x5dcffff8(%rip) # OPC=movups_m128_xmm
[----------] * movups %xmm0, (%r11d,%ebx,1) # OPC=movups_m128_xmm
[----------] - Starting with OPC = movups_xmm_m128
[----------] Seed is 1463511743589178
[----------] * movups 0x5dcffff8(%rip), %xmm15 # OPC=movups_xmm_m128
[----------] * movups -0x64(%rax,%rcx,4), %xmm3 # OPC=movups_xmm_m128
[----------] * movups -0x64(%rax,%rcx,4), %xmm12 # OPC=movups_xmm_m128
[----------] * movups 0xf9(%rip), %xmm6 # OPC=movups_xmm_m128
[----------] * movups 0x5dcffff8(%rip), %xmm8 # OPC=movups_xmm_m128
[----------] * movups (%r11d,%ebx,4), %xmm12 # OPC=movups_xmm_m128
[----------] * movups 0xf9(%rip), %xmm3 # OPC=movups_xmm_m128
[----------] * movups 0x16(%r8), %xmm11 # OPC=movups_xmm_m128
[----------] * movups (%r11d,%ebx,1), %xmm7 # OPC=movups_xmm_m128
[----------] * movups 0x5dcffff8(%rip), %xmm15 # OPC=movups_xmm_m128
[----------] - Starting with OPC = movups_xmm_xmm
[----------] Seed is 1463511743590307
[----------] * movups %xmm3, %xmm12 # OPC=movups_xmm_xmm
[----------] * movups %xmm2, %xmm0 # OPC=movups_xmm_xmm
[----------] * movups %xmm2, %xmm15 # OPC=movups_xmm_xmm
[----------] * movups %xmm10, %xmm1 # OPC=movups_xmm_xmm
[----------] * movups %xmm10, %xmm15 # OPC=movups_xmm_xmm
[----------] * movups %xmm10, %xmm2 # OPC=movups_xmm_xmm
[----------] * movups %xmm8, %xmm6 # OPC=movups_xmm_xmm
[----------] * movups %xmm15, %xmm10 # OPC=movups_xmm_xmm
[----------] * movups %xmm8, %xmm3 # OPC=movups_xmm_xmm
[----------] * movups %xmm1, %xmm10 # OPC=movups_xmm_xmm
[----------] - Starting with OPC = movups_xmm_xmm_1
[----------] Seed is 1463511743591651
[----------] * movups %xmm11, %xmm13 # OPC=movups_xmm_xmm_1
[----------] * movups %xmm8, %xmm12 # OPC=movups_xmm_xmm_1
[----------] * movups %xmm3, %xmm15 # OPC=movups_xmm_xmm_1
[----------] * movups %xmm4, %xmm4 # OPC=movups_xmm_xmm_1
[----------] * movups %xmm2, %xmm14 # OPC=movups_xmm_xmm_1
[----------] * movups %xmm4, %xmm8 # OPC=movups_xmm_xmm_1
[----------] * movups %xmm9, %xmm0 # OPC=movups_xmm_xmm_1
[----------] * movups %xmm2, %xmm2 # OPC=movups_xmm_xmm_1
[----------] * movups %xmm4, %xmm7 # OPC=movups_xmm_xmm_1
[----------] * movups %xmm0, %xmm9 # OPC=movups_xmm_xmm_1
[----------] - Starting with OPC = movzbw_r16_m8
[----------] Seed is 1463511743592989
[----------] * movzbw -0x7(%r11d,%ebx,4), %di # OPC=movzbw_r16_m8
[----------] * movzbw 0xf7(%rip), %r13w # OPC=movzbw_r16_m8
[----------] * movzbw 0x5dcffff7(%rip), %r13w # OPC=movzbw_r16_m8
[----------] * movzbw 0x5(%r11d,%ebx,1), %ax # OPC=movzbw_r16_m8
[----------] * movzbw 0x64(%rdx), %r8w # OPC=movzbw_r16_m8
[----------] * movzbw 0x16(%r8), %r8w # OPC=movzbw_r16_m8
[----------] * movzbw 0xf7(%rip), %r10w # OPC=movzbw_r16_m8
[----------] * movzbw 0x7ffffff8(%rip), %ax # OPC=movzbw_r16_m8
[----------] * movzbw -0x8(%rip), %sp # OPC=movzbw_r16_m8
[----------] * movzbw 0x5dcffff7(%rip), %r9w # OPC=movzbw_r16_m8
[----------] - Starting with OPC = movzbw_r16_r8
[----------] Seed is 1463511743594404
[----------] * movzbw %spl, %r8w # OPC=movzbw_r16_r8
[----------] * movzbw %r11b, %r9w # OPC=movzbw_r16_r8
[----------] * movzbw %spl, %r10w # OPC=movzbw_r16_r8
[----------] * movzbw %r15b, %r12w # OPC=movzbw_r16_r8
[----------] * movzbw %r8b, %r15w # OPC=movzbw_r16_r8
[----------] * movzbw %r10b, %di # OPC=movzbw_r16_r8
[----------] * movzbw %bpl, %r12w # OPC=movzbw_r16_r8
[----------] * movzbw %r8b, %sp # OPC=movzbw_r16_r8
[----------] * movzbw %r12b, %di # OPC=movzbw_r16_r8
[----------] * movzbw %cl, %r10w # OPC=movzbw_r16_r8
[----------] - Starting with OPC = movzbw_r16_rh
[----------] Seed is 1463511743595890
[----------] * movzbw %ch, %si # OPC=movzbw_r16_rh
[----------] * movzbw %ch, %bp # OPC=movzbw_r16_rh
[----------] * movzbw %ch, %sp # OPC=movzbw_r16_rh
[----------] * movzbw %bh, %di # OPC=movzbw_r16_rh
[----------] * movzbw %dh, %dx # OPC=movzbw_r16_rh
[----------] * movzbw %bh, %sp # OPC=movzbw_r16_rh
[----------] * movzbw %ah, %ax # OPC=movzbw_r16_rh
[----------] * movzbw %ch, %bp # OPC=movzbw_r16_rh
[----------] * movzbw %bh, %ax # OPC=movzbw_r16_rh
[----------] * movzbw %ah, %bp # OPC=movzbw_r16_rh
[----------] - Starting with OPC = movzwl_r32_m16
[----------] Seed is 1463511743597253
[----------] * movzwl 0x7ffffff9(%rip), %eax # OPC=movzwl_r32_m16
[----------] * movzwl (%rdi,%rcx,1), %ebx # OPC=movzwl_r32_m16
[----------] * movzwl 0xf9(%rip), %edi # OPC=movzwl_r32_m16
[----------] * movzwl 0x64(%rsp,%rdx,8), %esp # OPC=movzwl_r32_m16
[----------] * movzwl 0x5dcffff9(%rip), %ecx # OPC=movzwl_r32_m16
[----------] * movzwl 0xf9(%rip), %ecx # OPC=movzwl_r32_m16
[----------] * movzwl 0x5dcffff8(%rip), %r9d # OPC=movzwl_r32_m16
[----------] * movzwl 0x16(%r8), %esi # OPC=movzwl_r32_m16
[----------] * movzwl -0x7(%rip), %edi # OPC=movzwl_r32_m16
[----------] * movzwl 0x64(%rsp,%rdx,8), %r10d # OPC=movzwl_r32_m16
[----------] - Starting with OPC = movzbl_r32_m8
[----------] Seed is 1463511743598940
[----------] * movzbl 0x5dcffff9(%rip), %ebp # OPC=movzbl_r32_m8
[----------] * movzbl 0xf8(%rip), %r12d # OPC=movzbl_r32_m8
[----------] * movzbl -0x7(%r11d,%ebx,4), %r11d # OPC=movzbl_r32_m8
[----------] * movzbl 0x5dcffff8(%rip), %r12d # OPC=movzbl_r32_m8
[----------] * movzbl -0x7(%r11d,%ebx,4), %ebp # OPC=movzbl_r32_m8
[----------] * movzbl -0x8(%rip), %r14d # OPC=movzbl_r32_m8
[----------] * movzbl 0xf9(%rip), %ebp # OPC=movzbl_r32_m8
[----------] * movzbl -0x10(,%rdx,2), %esi # OPC=movzbl_r32_m8
[----------] * movzbl -0x300007(%rip), %r12d # OPC=movzbl_r32_m8
[----------] * movzbl 0xf9(%rip), %ecx # OPC=movzbl_r32_m8
[----------] - Starting with OPC = movzwl_r32_r16
[----------] Seed is 1463511743600439
[----------] * movzwl %r15w, %ebp # OPC=movzwl_r32_r16
[----------] * movzwl %r12w, %r14d # OPC=movzwl_r32_r16
[----------] * movzwl %ax, %ebp # OPC=movzwl_r32_r16
[----------] * movzwl %r13w, %r14d # OPC=movzwl_r32_r16
[----------] * movzwl %sp, %esi # OPC=movzwl_r32_r16
[----------] * movzwl %r12w, %r14d # OPC=movzwl_r32_r16
[----------] * movzwl %r10w, %r12d # OPC=movzwl_r32_r16
[----------] * movzwl %si, %r14d # OPC=movzwl_r32_r16
[----------] * movzwl %r8w, %edx # OPC=movzwl_r32_r16
[----------] * movzwl %r14w, %ecx # OPC=movzwl_r32_r16
[----------] - Starting with OPC = movzbl_r32_r8
[----------] Seed is 1463511743601613
[----------] * movzbl %r12b, %ebp # OPC=movzbl_r32_r8
[----------] * movzbl %r13b, %r12d # OPC=movzbl_r32_r8
[----------] * movzbl %al, %esi # OPC=movzbl_r32_r8
[----------] * movzbl %r13b, %ecx # OPC=movzbl_r32_r8
[----------] * movzbl %bpl, %r10d # OPC=movzbl_r32_r8
[----------] * movzbl %r11b, %r12d # OPC=movzbl_r32_r8
[----------] * movzbl %r14b, %edx # OPC=movzbl_r32_r8
[----------] * movzbl %r9b, %r15d # OPC=movzbl_r32_r8
[----------] * movzbl %sil, %r11d # OPC=movzbl_r32_r8
[----------] * movzbl %r15b, %r9d # OPC=movzbl_r32_r8
[----------] - Starting with OPC = movzbl_r32_rh
[----------] Seed is 1463511743602972
[----------] * movzbl %dh, %edi # OPC=movzbl_r32_rh
[----------] * movzbl %ah, %ebx # OPC=movzbl_r32_rh
[----------] * movzbl %dh, %edx # OPC=movzbl_r32_rh
[----------] * movzbl %dh, %edi # OPC=movzbl_r32_rh
[----------] * movzbl %ah, %ebp # OPC=movzbl_r32_rh
[----------] * movzbl %ah, %edx # OPC=movzbl_r32_rh
[----------] * movzbl %ah, %edx # OPC=movzbl_r32_rh
[----------] * movzbl %ch, %esi # OPC=movzbl_r32_rh
[----------] * movzbl %ch, %esi # OPC=movzbl_r32_rh
[----------] * movzbl %bh, %ebp # OPC=movzbl_r32_rh
[----------] - Starting with OPC = movzwq_r64_m16
[----------] Seed is 1463511743604356
[----------] * movzwq 0x7ffffff8(%rip), %rbp # OPC=movzwq_r64_m16
[----------] * movzwq -0x300007(%rip), %r14 # OPC=movzwq_r64_m16
[----------] * movzwq 0x5dcffff8(%rip), %r9 # OPC=movzwq_r64_m16
[----------] * movzwq (%rax), %rdi # OPC=movzwq_r64_m16
[----------] * movzwq 0x5dcffff8(%rip), %rdi # OPC=movzwq_r64_m16
[----------] * movzwq 0x64(%rsp,%rdx,8), %r14 # OPC=movzwq_r64_m16
[----------] * movzwq 0x5dcffff8(%rip), %rbx # OPC=movzwq_r64_m16
[----------] * movzwq 0x5dcffff8(%rip), %rbx # OPC=movzwq_r64_m16
[----------] * movzwq 0x5dcffff8(%rip), %rbp # OPC=movzwq_r64_m16
[----------] * movzwq 0xf8(%rip), %r10 # OPC=movzwq_r64_m16
[----------] - Starting with OPC = movzbq_r64_m8
[----------] Seed is 1463511743605618
[----------] * movzbq 0x5dcffff8(%rip), %r9 # OPC=movzbq_r64_m8
[----------] * movzbq 0x5dcffff8(%rip), %rdx # OPC=movzbq_r64_m8
[----------] * movzbq 0xf8(%rip), %r11 # OPC=movzbq_r64_m8
[----------] * movzbq -0x300007(%rip), %r15 # OPC=movzbq_r64_m8
[----------] * movzbq 0x64(%rdx), %r15 # OPC=movzbq_r64_m8
[----------] * movzbq 0xf8(%rip), %r15 # OPC=movzbq_r64_m8
[----------] * movzbq 0x5dcffff8(%rip), %rdx # OPC=movzbq_r64_m8
[----------] * movzbq 0x5dcffff8(%rip), %r10 # OPC=movzbq_r64_m8
[----------] * movzbq 0x64(%rsp,%rdx,8), %r11 # OPC=movzbq_r64_m8
[----------] * movzbq 0xf8(%rip), %r11 # OPC=movzbq_r64_m8
[----------] - Starting with OPC = movzwq_r64_r16
[----------] Seed is 1463511743606984
[----------] * movzwq %r10w, %rbx # OPC=movzwq_r64_r16
[----------] * movzwq %r13w, %r15 # OPC=movzwq_r64_r16
[----------] * movzwq %cx, %r14 # OPC=movzwq_r64_r16
[----------] * movzwq %r10w, %rsp # OPC=movzwq_r64_r16
[----------] * movzwq %bp, %r10 # OPC=movzwq_r64_r16
[----------] * movzwq %r15w, %r14 # OPC=movzwq_r64_r16
[----------] * movzwq %bp, %rbp # OPC=movzwq_r64_r16
[----------] * movzwq %bp, %r9 # OPC=movzwq_r64_r16
[----------] * movzwq %r13w, %rax # OPC=movzwq_r64_r16
[----------] * movzwq %dx, %r11 # OPC=movzwq_r64_r16
[----------] - Starting with OPC = movzbq_r64_r8
[----------] Seed is 1463511743608327
[----------] * movzbq %dil, %rdx # OPC=movzbq_r64_r8
[----------] * movzbq %r12b, %r9 # OPC=movzbq_r64_r8
[----------] * movzbq %r15b, %rax # OPC=movzbq_r64_r8
[----------] * movzbq %r14b, %r15 # OPC=movzbq_r64_r8
[----------] * movzbq %r10b, %rsi # OPC=movzbq_r64_r8
[----------] * movzbq %r8b, %r12 # OPC=movzbq_r64_r8
[----------] * movzbq %dil, %r11 # OPC=movzbq_r64_r8
[----------] * movzbq %dl, %rbx # OPC=movzbq_r64_r8
[----------] * movzbq %r13b, %r14 # OPC=movzbq_r64_r8
[----------] * movzbq %r9b, %rdx # OPC=movzbq_r64_r8
[----------] - Starting with OPC = mpsadbw_xmm_m128_imm8
[----------] Seed is 1463511743609578
[----------] * mpsadbw $0x60, (%rdi,%rcx,1), %xmm10 # OPC=mpsadbw_xmm_m128_imm8
[----------] * mpsadbw $0xfd, 0x5dcffff6(%rip), %xmm2 # OPC=mpsadbw_xmm_m128_imm8
[----------] * mpsadbw $0x80, (%r11d,%ebx,4), %xmm7 # OPC=mpsadbw_xmm_m128_imm8
[----------] * mpsadbw $0x6, 0x5dcffff5(%rip), %xmm9 # OPC=mpsadbw_xmm_m128_imm8
[----------] * mpsadbw $0xfc, 0x5dcffff6(%rip), %xmm6 # OPC=mpsadbw_xmm_m128_imm8
[----------] * mpsadbw $0x22, 0x64(%rdx), %xmm1 # OPC=mpsadbw_xmm_m128_imm8
[----------] * mpsadbw $0x20, 0x5dcffff5(%rip), %xmm13 # OPC=mpsadbw_xmm_m128_imm8
[----------] * mpsadbw $0xfa, (%r11d,%ebx,4), %xmm3 # OPC=mpsadbw_xmm_m128_imm8
[----------] * mpsadbw $0xff, 0x5dcffff5(%rip), %xmm9 # OPC=mpsadbw_xmm_m128_imm8
[----------] * mpsadbw $0x88, -0xa(%rip), %xmm4 # OPC=mpsadbw_xmm_m128_imm8
[----------] - Starting with OPC = mpsadbw_xmm_xmm_imm8
[----------] Seed is 1463511743611354
[----------] * mpsadbw $0xf9, %xmm2, %xmm4 # OPC=mpsadbw_xmm_xmm_imm8
[----------] * mpsadbw $0x30, %xmm5, %xmm10 # OPC=mpsadbw_xmm_xmm_imm8
[----------] * mpsadbw $0x22, %xmm0, %xmm4 # OPC=mpsadbw_xmm_xmm_imm8
[----------] * mpsadbw $0x2, %xmm4, %xmm5 # OPC=mpsadbw_xmm_xmm_imm8
[----------] * mpsadbw $0x2, %xmm2, %xmm3 # OPC=mpsadbw_xmm_xmm_imm8
[----------] * mpsadbw $0x1, %xmm1, %xmm10 # OPC=mpsadbw_xmm_xmm_imm8
[----------] * mpsadbw $0x80, %xmm5, %xmm8 # OPC=mpsadbw_xmm_xmm_imm8
[----------] * mpsadbw $0x10, %xmm1, %xmm8 # OPC=mpsadbw_xmm_xmm_imm8
[----------] * mpsadbw $0xf8, %xmm14, %xmm3 # OPC=mpsadbw_xmm_xmm_imm8
[----------] * mpsadbw $0x1, %xmm8, %xmm5 # OPC=mpsadbw_xmm_xmm_imm8
[----------] - Starting with OPC = mulw_m16
[----------] Seed is 1463511743612716
[----------] * mulw 0x5dcffff9(%rip) # OPC=mulw_m16
[----------] * mulw 0x5dcffff9(%rip) # OPC=mulw_m16
[----------] * mulw -0x64(%rax,%rcx,4) # OPC=mulw_m16
[----------] * mulw 0x5dcffff9(%rip) # OPC=mulw_m16
[----------] * mulw -0x64(%rax,%rcx,4) # OPC=mulw_m16
[----------] * mulw 0x5dcffff9(%rip) # OPC=mulw_m16
[----------] * mulw 0x5(%r11d,%ebx,1) # OPC=mulw_m16
[----------] * mulw 0xf9(%rip) # OPC=mulw_m16
[----------] * mulw (%r11d,%ebx,4) # OPC=mulw_m16
[----------] * mulw 0x16(%r8) # OPC=mulw_m16
[----------] - Starting with OPC = mull_m32
[----------] Seed is 1463511743613620
[----------] * mull 0x30(%r11d) # OPC=mull_m32
[----------] * mull 0x5dcffffa(%rip) # OPC=mull_m32
[----------] * mull 0x5dcffffa(%rip) # OPC=mull_m32
[----------] * mull 0xfa(%rip) # OPC=mull_m32
[----------] * mull 0xfa(%rip) # OPC=mull_m32
[----------] * mull 0xfa(%rip) # OPC=mull_m32
[----------] * mull 0xfa(%rip) # OPC=mull_m32
[----------] * mull 0x7ffffffa(%rip) # OPC=mull_m32
[----------] * mull -0x64(%rax,%rcx,4) # OPC=mull_m32
[----------] * mull -0x64(%rax,%rcx,4) # OPC=mull_m32
[----------] - Starting with OPC = mulq_m64
[----------] Seed is 1463511743615038
[----------] * mulq -0x10(,%rdx,2) # OPC=mulq_m64
[----------] * mulq 0x16(%r8) # OPC=mulq_m64
[----------] * mulq 0x64(%rdx) # OPC=mulq_m64
[----------] * mulq 0x5dcffff9(%rip) # OPC=mulq_m64
[----------] * mulq -0x10(,%rdx,2) # OPC=mulq_m64
[----------] * mulq 0x5dcffff9(%rip) # OPC=mulq_m64
[----------] * mulq 0xf9(%rip) # OPC=mulq_m64
[----------] * mulq 0x5dcffff9(%rip) # OPC=mulq_m64
[----------] * mulq 0x64(%rsp,%rdx,8) # OPC=mulq_m64
[----------] * mulq 0x30(%r11d) # OPC=mulq_m64
[----------] - Starting with OPC = mulb_m8
[----------] Seed is 1463511743616394
[----------] * mulb 0xfa(%rip) # OPC=mulb_m8
[----------] * mulb 0xfa(%rip) # OPC=mulb_m8
[----------] * mulb 0x5dcffffa(%rip) # OPC=mulb_m8
[----------] * mulb 0x5dcffffa(%rip) # OPC=mulb_m8
[----------] * mulb 0xfa(%rip) # OPC=mulb_m8
[----------] * mulb 0xfa(%rip) # OPC=mulb_m8
[----------] * mulb 0x30(%r11d) # OPC=mulb_m8
[----------] * mulb 0x64(%rdx) # OPC=mulb_m8
[----------] * mulb 0x64(%rsp,%rdx,8) # OPC=mulb_m8
[----------] * mulb (%rdi,%rcx,1) # OPC=mulb_m8
[----------] - Starting with OPC = mulw_r16
[----------] Seed is 1463511743618248
[----------] * mulw %r12w # OPC=mulw_r16
[----------] * mulw %r10w # OPC=mulw_r16
[----------] * mulw %ax # OPC=mulw_r16
[----------] * mulw %r13w # OPC=mulw_r16
[----------] * mulw %si # OPC=mulw_r16
[----------] * mulw %sp # OPC=mulw_r16
[----------] * mulw %r15w # OPC=mulw_r16
[----------] * mulw %r10w # OPC=mulw_r16
[----------] * mulw %si # OPC=mulw_r16
[----------] * mulw %si # OPC=mulw_r16
[----------] - Starting with OPC = mull_r32
[----------] Seed is 1463511743619497
[----------] * mull %edx # OPC=mull_r32
[----------] * mull %ecx # OPC=mull_r32
[----------] * mull %r9d # OPC=mull_r32
[----------] * mull %r11d # OPC=mull_r32
[----------] * mull %edx # OPC=mull_r32
[----------] * mull %edx # OPC=mull_r32
[----------] * mull %r13d # OPC=mull_r32
[----------] * mull %edi # OPC=mull_r32
[----------] * mull %eax # OPC=mull_r32
[----------] * mull %r14d # OPC=mull_r32
[----------] - Starting with OPC = mulq_r64
[----------] Seed is 1463511743620885
[----------] * mulq %rsp # OPC=mulq_r64
[----------] * mulq %rsi # OPC=mulq_r64
[----------] * mulq %r9 # OPC=mulq_r64
[----------] * mulq %rcx # OPC=mulq_r64
[----------] * mulq %rax # OPC=mulq_r64
[----------] * mulq %r15 # OPC=mulq_r64
[----------] * mulq %rbp # OPC=mulq_r64
[----------] * mulq %r10 # OPC=mulq_r64
[----------] * mulq %rdi # OPC=mulq_r64
[----------] * mulq %r10 # OPC=mulq_r64
[----------] - Starting with OPC = mulb_r8
[----------] Seed is 1463511743622127
[----------] * mulb %dl # OPC=mulb_r8
[----------] * mulb %bl # OPC=mulb_r8
[----------] * mulb %r9b # OPC=mulb_r8
[----------] * mulb %r9b # OPC=mulb_r8
[----------] * mulb %r10b # OPC=mulb_r8
[----------] * mulb %sil # OPC=mulb_r8
[----------] * mulb %bl # OPC=mulb_r8
[----------] * mulb %dl # OPC=mulb_r8
[----------] * mulb %r11b # OPC=mulb_r8
[----------] * mulb %bpl # OPC=mulb_r8
[----------] - Starting with OPC = mulb_rh
[----------] Seed is 1463511743623587
[----------] * mulb %dh # OPC=mulb_rh
[----------] * mulb %ch # OPC=mulb_rh
[----------] * mulb %ch # OPC=mulb_rh
[----------] * mulb %ah # OPC=mulb_rh
[----------] * mulb %bh # OPC=mulb_rh
[----------] * mulb %ah # OPC=mulb_rh
[----------] * mulb %dh # OPC=mulb_rh
[----------] * mulb %bh # OPC=mulb_rh
[----------] * mulb %dh # OPC=mulb_rh
[----------] * mulb %bh # OPC=mulb_rh
[----------] - Starting with OPC = mulpd_xmm_m128
[----------] Seed is 1463511743625011
[----------] * mulpd (%rdi,%rcx,1), %xmm1 # OPC=mulpd_xmm_m128
[----------] * mulpd (%rdi,%rcx,1), %xmm1 # OPC=mulpd_xmm_m128
[----------] * mulpd 0x64(%rsp,%rdx,8), %xmm6 # OPC=mulpd_xmm_m128
[----------] * mulpd (%rdi,%rcx,1), %xmm15 # OPC=mulpd_xmm_m128
[----------] * mulpd (%rdi,%rcx,1), %xmm5 # OPC=mulpd_xmm_m128
[----------] * mulpd 0x16(%r8), %xmm6 # OPC=mulpd_xmm_m128
[----------] * mulpd (%rax), %xmm2 # OPC=mulpd_xmm_m128
[----------] * mulpd 0x64(%rdx), %xmm15 # OPC=mulpd_xmm_m128
[----------] * mulpd 0x64(%rdx), %xmm6 # OPC=mulpd_xmm_m128
[----------] * mulpd (%r11d,%ebx,4), %xmm5 # OPC=mulpd_xmm_m128
[----------] - Starting with OPC = mulpd_xmm_xmm
[----------] Seed is 1463511743626322
[----------] * mulpd %xmm7, %xmm12 # OPC=mulpd_xmm_xmm
[----------] * mulpd %xmm8, %xmm2 # OPC=mulpd_xmm_xmm
[----------] * mulpd %xmm15, %xmm2 # OPC=mulpd_xmm_xmm
[----------] * mulpd %xmm8, %xmm13 # OPC=mulpd_xmm_xmm
[----------] * mulpd %xmm13, %xmm11 # OPC=mulpd_xmm_xmm
[----------] * mulpd %xmm14, %xmm6 # OPC=mulpd_xmm_xmm
[----------] * mulpd %xmm5, %xmm10 # OPC=mulpd_xmm_xmm
[----------] * mulpd %xmm0, %xmm9 # OPC=mulpd_xmm_xmm
[----------] * mulpd %xmm13, %xmm15 # OPC=mulpd_xmm_xmm
[----------] * mulpd %xmm0, %xmm8 # OPC=mulpd_xmm_xmm
[----------] - Starting with OPC = mulps_xmm_m128
[----------] Seed is 1463511743627668
[----------] * mulps -0x64(%rax,%rcx,4), %xmm0 # OPC=mulps_xmm_m128
[----------] * mulps 0xf8(%rip), %xmm14 # OPC=mulps_xmm_m128
[----------] * mulps 0x5dcffff9(%rip), %xmm7 # OPC=mulps_xmm_m128
[----------] * mulps 0xf8(%rip), %xmm13 # OPC=mulps_xmm_m128
[----------] * mulps 0xf8(%rip), %xmm10 # OPC=mulps_xmm_m128
[----------] * mulps -0x300007(%rip), %xmm8 # OPC=mulps_xmm_m128
[----------] * mulps 0xf8(%rip), %xmm15 # OPC=mulps_xmm_m128
[----------] * mulps -0x300007(%rip), %xmm14 # OPC=mulps_xmm_m128
[----------] * mulps -0x7(%r11d,%ebx,4), %xmm7 # OPC=mulps_xmm_m128
[----------] * mulps (%r11d,%ebx,1), %xmm11 # OPC=mulps_xmm_m128
[----------] - Starting with OPC = mulps_xmm_xmm
[----------] Seed is 1463511743628737
[----------] * mulps %xmm15, %xmm9 # OPC=mulps_xmm_xmm
[----------] * mulps %xmm1, %xmm7 # OPC=mulps_xmm_xmm
[----------] * mulps %xmm5, %xmm12 # OPC=mulps_xmm_xmm
[----------] * mulps %xmm9, %xmm3 # OPC=mulps_xmm_xmm
[----------] * mulps %xmm11, %xmm12 # OPC=mulps_xmm_xmm
[----------] * mulps %xmm0, %xmm4 # OPC=mulps_xmm_xmm
[----------] * mulps %xmm6, %xmm7 # OPC=mulps_xmm_xmm
[----------] * mulps %xmm2, %xmm10 # OPC=mulps_xmm_xmm
[----------] * mulps %xmm0, %xmm3 # OPC=mulps_xmm_xmm
[----------] * mulps %xmm6, %xmm12 # OPC=mulps_xmm_xmm
[----------] - Starting with OPC = mulsd_xmm_m64
[----------] Seed is 1463511743630489
[----------] * mulsd 0x5dcffff7(%rip), %xmm8 # OPC=mulsd_xmm_m64
[----------] * mulsd 0x5dcffff8(%rip), %xmm0 # OPC=mulsd_xmm_m64
[----------] * mulsd 0xf8(%rip), %xmm4 # OPC=mulsd_xmm_m64
[----------] * mulsd -0x10(,%rdx,2), %xmm9 # OPC=mulsd_xmm_m64
[----------] * mulsd 0x30(%r11d), %xmm5 # OPC=mulsd_xmm_m64
[----------] * mulsd (%r11d,%ebx,4), %xmm14 # OPC=mulsd_xmm_m64
[----------] * mulsd 0x64(%rdx), %xmm6 # OPC=mulsd_xmm_m64
[----------] * mulsd 0xf7(%rip), %xmm11 # OPC=mulsd_xmm_m64
[----------] * mulsd 0xf7(%rip), %xmm12 # OPC=mulsd_xmm_m64
[----------] * mulsd 0x5dcffff8(%rip), %xmm2 # OPC=mulsd_xmm_m64
[----------] - Starting with OPC = mulsd_xmm_xmm
[----------] Seed is 1463511743631691
[----------] * mulsd %xmm1, %xmm8 # OPC=mulsd_xmm_xmm
[----------] * mulsd %xmm7, %xmm0 # OPC=mulsd_xmm_xmm
[----------] * mulsd %xmm10, %xmm13 # OPC=mulsd_xmm_xmm
[----------] * mulsd %xmm10, %xmm0 # OPC=mulsd_xmm_xmm
[----------] * mulsd %xmm7, %xmm6 # OPC=mulsd_xmm_xmm
[----------] * mulsd %xmm0, %xmm9 # OPC=mulsd_xmm_xmm
[----------] * mulsd %xmm13, %xmm5 # OPC=mulsd_xmm_xmm
[----------] * mulsd %xmm0, %xmm8 # OPC=mulsd_xmm_xmm
[----------] * mulsd %xmm14, %xmm10 # OPC=mulsd_xmm_xmm
[----------] * mulsd %xmm3, %xmm9 # OPC=mulsd_xmm_xmm
[----------] - Starting with OPC = mulss_xmm_m32
[----------] Seed is 1463511743633120
[----------] * mulss 0x7ffffff7(%rip), %xmm9 # OPC=mulss_xmm_m32
[----------] * mulss 0x5dcffff7(%rip), %xmm8 # OPC=mulss_xmm_m32
[----------] * mulss (%r11d), %xmm11 # OPC=mulss_xmm_m32
[----------] * mulss (%r11d,%ebx,4), %xmm2 # OPC=mulss_xmm_m32
[----------] * mulss 0xf8(%rip), %xmm0 # OPC=mulss_xmm_m32
[----------] * mulss 0x5dcffff8(%rip), %xmm4 # OPC=mulss_xmm_m32
[----------] * mulss -0x10(,%rdx,2), %xmm3 # OPC=mulss_xmm_m32
[----------] * mulss 0x5dcffff8(%rip), %xmm0 # OPC=mulss_xmm_m32
[----------] * mulss 0x5dcffff7(%rip), %xmm14 # OPC=mulss_xmm_m32
[----------] * mulss 0x5dcffff8(%rip), %xmm3 # OPC=mulss_xmm_m32
[----------] - Starting with OPC = mulss_xmm_xmm
[----------] Seed is 1463511743635042
[----------] * mulss %xmm4, %xmm7 # OPC=mulss_xmm_xmm
[----------] * mulss %xmm13, %xmm8 # OPC=mulss_xmm_xmm
[----------] * mulss %xmm3, %xmm2 # OPC=mulss_xmm_xmm
[----------] * mulss %xmm9, %xmm13 # OPC=mulss_xmm_xmm
[----------] * mulss %xmm15, %xmm8 # OPC=mulss_xmm_xmm
[----------] * mulss %xmm1, %xmm3 # OPC=mulss_xmm_xmm
[----------] * mulss %xmm13, %xmm1 # OPC=mulss_xmm_xmm
[----------] * mulss %xmm1, %xmm9 # OPC=mulss_xmm_xmm
[----------] * mulss %xmm15, %xmm2 # OPC=mulss_xmm_xmm
[----------] * mulss %xmm2, %xmm3 # OPC=mulss_xmm_xmm
[----------] - Starting with OPC = negw_m16
[----------] Seed is 1463511743636504
[----------] * negw -0x7(%r11d,%ebx,4) # OPC=negw_m16
[----------] * negw 0x5dcffff9(%rip) # OPC=negw_m16
[----------] * negw 0xf9(%rip) # OPC=negw_m16
[----------] * negw 0x5dcffff9(%rip) # OPC=negw_m16
[----------] * negw 0x5dcffff9(%rip) # OPC=negw_m16
[----------] * negw 0x64(%rdx) # OPC=negw_m16
[----------] * negw (%r11d) # OPC=negw_m16
[----------] * negw (%rax) # OPC=negw_m16
[----------] * negw 0xf9(%rip) # OPC=negw_m16
[----------] * negw -0x7(%rip) # OPC=negw_m16
[----------] - Starting with OPC = negl_m32
[----------] Seed is 1463511743637775
[----------] * negl 0x5(%r11d,%ebx,1) # OPC=negl_m32
[----------] * negl -0x7(%r11d,%ebx,4) # OPC=negl_m32
[----------] * negl 0xfa(%rip) # OPC=negl_m32
[----------] * negl 0xfa(%rip) # OPC=negl_m32
[----------] * negl (%r11d,%ebx,4) # OPC=negl_m32
[----------] * negl -0x64(%rax,%rcx,4) # OPC=negl_m32
[----------] * negl 0x5dcffffa(%rip) # OPC=negl_m32
[----------] * negl 0x16(%r8) # OPC=negl_m32
[----------] * negl 0xfa(%rip) # OPC=negl_m32
[----------] * negl (%r11d) # OPC=negl_m32
[----------] - Starting with OPC = negq_m64
[----------] Seed is 1463511743639159
[----------] * negq (%r11d,%ebx,4) # OPC=negq_m64
[----------] * negq 0x5dcffff9(%rip) # OPC=negq_m64
[----------] * negq 0x5dcffff9(%rip) # OPC=negq_m64
[----------] * negq -0x7(%rip) # OPC=negq_m64
[----------] * negq 0x5(%r11d,%ebx,1) # OPC=negq_m64
[----------] * negq 0xf9(%rip) # OPC=negq_m64
[----------] * negq 0x7ffffff9(%rip) # OPC=negq_m64
[----------] * negq 0x5dcffff9(%rip) # OPC=negq_m64
[----------] * Couldn't apply transform.
[----------] * negq 0x5dcffff9(%rip) # OPC=negq_m64
[----------] - Starting with OPC = negb_m8
[----------] Seed is 1463511743640433
[----------] * negb -0x10(,%rdx,2) # OPC=negb_m8
[----------] * negb 0x16(%r8) # OPC=negb_m8
[----------] * negb -0x300005(%rip) # OPC=negb_m8
[----------] * negb -0x10(,%rdx,2) # OPC=negb_m8
[----------] * negb 0x30(%r11d) # OPC=negb_m8
[----------] * negb 0x5(%r11d,%ebx,1) # OPC=negb_m8
[----------] * negb 0x5dcffffa(%rip) # OPC=negb_m8
[----------] * negb 0xfa(%rip) # OPC=negb_m8
[----------] * negb 0x64(%rsp,%rdx,8) # OPC=negb_m8
[----------] * negb 0x7ffffffa(%rip) # OPC=negb_m8
[----------] - Starting with OPC = negw_r16
[----------] Seed is 1463511743641579
[----------] * negw %r12w # OPC=negw_r16
[----------] * negw %bp # OPC=negw_r16
[----------] * negw %r12w # OPC=negw_r16
[----------] * negw %si # OPC=negw_r16
[----------] * negw %r12w # OPC=negw_r16
[----------] * negw %r10w # OPC=negw_r16
[----------] * negw %r12w # OPC=negw_r16
[----------] * negw %si # OPC=negw_r16
[----------] * negw %r12w # OPC=negw_r16
[----------] * negw %r10w # OPC=negw_r16
[----------] - Starting with OPC = negl_r32
[----------] Seed is 1463511743643310
[----------] * negl %ebx # OPC=negl_r32
[----------] * negl %r13d # OPC=negl_r32
[----------] * negl %r15d # OPC=negl_r32
[----------] * negl %edi # OPC=negl_r32
[----------] * negl %ebp # OPC=negl_r32
[----------] * negl %r12d # OPC=negl_r32
[----------] * negl %r14d # OPC=negl_r32
[----------] * negl %eax # OPC=negl_r32
[----------] * negl %r13d # OPC=negl_r32
[----------] * negl %r9d # OPC=negl_r32
[----------] - Starting with OPC = negq_r64
[----------] Seed is 1463511743644719
[----------] * negq %r13 # OPC=negq_r64
[----------] * negq %r13 # OPC=negq_r64
[----------] * negq %r12 # OPC=negq_r64
[----------] * negq %rcx # OPC=negq_r64
[----------] * negq %rdi # OPC=negq_r64
[----------] * negq %r13 # OPC=negq_r64
[----------] * negq %rcx # OPC=negq_r64
[----------] * negq %rcx # OPC=negq_r64
[----------] * negq %r9 # OPC=negq_r64
[----------] * negq %r11 # OPC=negq_r64
[----------] - Starting with OPC = negb_r8
[----------] Seed is 1463511743646043
[----------] * negb %r8b # OPC=negb_r8
[----------] * negb %spl # OPC=negb_r8
[----------] * negb %r14b # OPC=negb_r8
[----------] * negb %r12b # OPC=negb_r8
[----------] * negb %r9b # OPC=negb_r8
[----------] * negb %r9b # OPC=negb_r8
[----------] * negb %sil # OPC=negb_r8
[----------] * negb %dl # OPC=negb_r8
[----------] * negb %r15b # OPC=negb_r8
[----------] * negb %spl # OPC=negb_r8
[----------] - Starting with OPC = negb_rh
[----------] Seed is 1463511743647407
[----------] * negb %bh # OPC=negb_rh
[----------] * negb %dh # OPC=negb_rh
[----------] * negb %ah # OPC=negb_rh
[----------] * negb %dh # OPC=negb_rh
[----------] * negb %bh # OPC=negb_rh
[----------] * negb %ch # OPC=negb_rh
[----------] * negb %ch # OPC=negb_rh
[----------] * negb %ch # OPC=negb_rh
[----------] * negb %ch # OPC=negb_rh
[----------] * negb %bh # OPC=negb_rh
[----------] - Starting with OPC = nop
[----------] Seed is 1463511743648793
[----------] * nop # OPC=nop
[----------] * nop # OPC=nop
[----------] * nop # OPC=nop
[----------] * nop # OPC=nop
[----------] * nop # OPC=nop
[----------] * nop # OPC=nop
[----------] * nop # OPC=nop
[----------] * nop # OPC=nop
[----------] * nop # OPC=nop
[----------] * nop # OPC=nop
[----------] - Starting with OPC = nopw_m16
[----------] Seed is 1463511743650153
[----------] * nopw -0x8(%rip) # OPC=nopw_m16
[----------] * nopw 0x64(%rdx) # OPC=nopw_m16
[----------] * nopw 0x16(%r8) # OPC=nopw_m16
[----------] * nopw -0x10(,%rdx,2) # OPC=nopw_m16
[----------] * nopw 0x30(%r11d) # OPC=nopw_m16
[----------] * nopw 0x30(%r11d) # OPC=nopw_m16
[----------] * nopw 0x5dcffff8(%rip) # OPC=nopw_m16
[----------] * nopw (%rax) # OPC=nopw_m16
[----------] * nopw 0x5(%r11d,%ebx,1) # OPC=nopw_m16
[----------] * nopw (%r11d,%ebx,1) # OPC=nopw_m16
[----------] - Starting with OPC = nopl_m32
[----------] Seed is 1463511743651510
[----------] * nopl 0x64(%rsp,%rdx,8) # OPC=nopl_m32
[----------] * nopl 0x5dcffff9(%rip) # OPC=nopl_m32
[----------] * nopl 0x64(%rdx) # OPC=nopl_m32
[----------] * nopl (%r11d,%ebx,1) # OPC=nopl_m32
[----------] * nopl 0x5dcffff9(%rip) # OPC=nopl_m32
[----------] * nopl 0xf9(%rip) # OPC=nopl_m32
[----------] * nopl 0xf9(%rip) # OPC=nopl_m32
[----------] * nopl (%rax) # OPC=nopl_m32
[----------] * nopl (%rdi,%rcx,1) # OPC=nopl_m32
[----------] * nopl (%r11d) # OPC=nopl_m32
[----------] - Starting with OPC = nopw_r16
[----------] Seed is 1463511743652893
[----------] * nopw %r15w # OPC=nopw_r16
[----------] * nopw %r14w # OPC=nopw_r16
[----------] * nopw %r10w # OPC=nopw_r16
[----------] * nopw %dx # OPC=nopw_r16
[----------] * nopw %bp # OPC=nopw_r16
[----------] * nopw %r9w # OPC=nopw_r16
[----------] * nopw %di # OPC=nopw_r16
[----------] * nopw %r13w # OPC=nopw_r16
[----------] * nopw %si # OPC=nopw_r16
[----------] * nopw %si # OPC=nopw_r16
[----------] - Starting with OPC = nopl_r32
[----------] Seed is 1463511743654446
[----------] * nopl %r12d # OPC=nopl_r32
[----------] * nopl %eax # OPC=nopl_r32
[----------] * nopl %esi # OPC=nopl_r32
[----------] * nopl %r15d # OPC=nopl_r32
[----------] * nopl %r14d # OPC=nopl_r32
[----------] * nopl %esp # OPC=nopl_r32
[----------] * nopl %r15d # OPC=nopl_r32
[----------] * nopl %r10d # OPC=nopl_r32
[----------] * nopl %edx # OPC=nopl_r32
[----------] * nopl %edx # OPC=nopl_r32
[----------] - Starting with OPC = notw_m16
[----------] Seed is 1463511743655898
[----------] * notw 0x5dcffff9(%rip) # OPC=notw_m16
[----------] * notw 0xf9(%rip) # OPC=notw_m16
[----------] * notw 0x64(%rdx) # OPC=notw_m16
[----------] * notw 0xf9(%rip) # OPC=notw_m16
[----------] * notw 0xf9(%rip) # OPC=notw_m16
[----------] * notw 0x5(%r11d,%ebx,1) # OPC=notw_m16
[----------] * notw 0xf9(%rip) # OPC=notw_m16
[----------] * notw 0xf9(%rip) # OPC=notw_m16
[----------] * notw -0x10(,%rdx,2) # OPC=notw_m16
[----------] * notw 0xf9(%rip) # OPC=notw_m16
[----------] - Starting with OPC = notl_m32
[----------] Seed is 1463511743657427
[----------] * notl 0xfa(%rip) # OPC=notl_m32
[----------] * notl 0x5(%r11d,%ebx,1) # OPC=notl_m32
[----------] * notl 0x30(%r11d) # OPC=notl_m32
[----------] * notl 0xfa(%rip) # OPC=notl_m32
[----------] * notl 0x7ffffffa(%rip) # OPC=notl_m32
[----------] * notl -0x300005(%rip) # OPC=notl_m32
[----------] * notl 0xfa(%rip) # OPC=notl_m32
[----------] * notl 0x64(%rdx) # OPC=notl_m32
[----------] * notl 0x5dcffffa(%rip) # OPC=notl_m32
[----------] * notl (%r11d) # OPC=notl_m32
[----------] - Starting with OPC = notq_m64
[----------] Seed is 1463511743658521
[----------] * notq 0xf9(%rip) # OPC=notq_m64
[----------] * notq 0x5(%r11d,%ebx,1) # OPC=notq_m64
[----------] * notq 0x5dcffff9(%rip) # OPC=notq_m64
[----------] * notq 0xf9(%rip) # OPC=notq_m64
[----------] * notq -0x7(%r11d,%ebx,4) # OPC=notq_m64
[----------] * notq -0x7(%rip) # OPC=notq_m64
[----------] * notq (%rax) # OPC=notq_m64
[----------] * notq 0xf9(%rip) # OPC=notq_m64
[----------] * notq 0x5dcffff9(%rip) # OPC=notq_m64
[----------] * notq 0xf9(%rip) # OPC=notq_m64
[----------] - Starting with OPC = notb_m8
[----------] Seed is 1463511743659874
[----------] * notb 0x7ffffffa(%rip) # OPC=notb_m8
[----------] * notb 0xfa(%rip) # OPC=notb_m8
[----------] * notb (%r11d,%ebx,1) # OPC=notb_m8
[----------] * notb 0x30(%r11d) # OPC=notb_m8
[----------] * notb -0x300005(%rip) # OPC=notb_m8
[----------] * notb 0xfa(%rip) # OPC=notb_m8
[----------] * notb 0x30(%r11d) # OPC=notb_m8
[----------] * notb 0x64(%rdx) # OPC=notb_m8
[----------] * notb 0x5dcffffa(%rip) # OPC=notb_m8
[----------] * notb 0xfa(%rip) # OPC=notb_m8
[----------] - Starting with OPC = notw_r16
[----------] Seed is 1463511743661239
[----------] * notw %dx # OPC=notw_r16
[----------] * notw %si # OPC=notw_r16
[----------] * notw %r13w # OPC=notw_r16
[----------] * notw %ax # OPC=notw_r16
[----------] * notw %ax # OPC=notw_r16
[----------] * notw %r10w # OPC=notw_r16
[----------] * notw %r12w # OPC=notw_r16
[----------] * notw %r8w # OPC=notw_r16
[----------] * notw %ax # OPC=notw_r16
[----------] * notw %r12w # OPC=notw_r16
[----------] - Starting with OPC = notl_r32
[----------] Seed is 1463511743662579
[----------] * notl %r15d # OPC=notl_r32
[----------] * notl %ebp # OPC=notl_r32
[----------] * notl %ebx # OPC=notl_r32
[----------] * notl %esi # OPC=notl_r32
[----------] * notl %ecx # OPC=notl_r32
[----------] * notl %r14d # OPC=notl_r32
[----------] * notl %edx # OPC=notl_r32
[----------] * notl %ecx # OPC=notl_r32
[----------] * notl %esi # OPC=notl_r32
[----------] * notl %ebp # OPC=notl_r32
[----------] - Starting with OPC = notq_r64
[----------] Seed is 1463511743664288
[----------] * notq %r12 # OPC=notq_r64
[----------] * notq %rsi # OPC=notq_r64
[----------] * notq %rcx # OPC=notq_r64
[----------] * notq %rsp # OPC=notq_r64
[----------] * notq %rdi # OPC=notq_r64
[----------] * notq %rsi # OPC=notq_r64
[----------] * notq %rdi # OPC=notq_r64
[----------] * notq %rsi # OPC=notq_r64
[----------] * notq %rax # OPC=notq_r64
[----------] * notq %r11 # OPC=notq_r64
[----------] - Starting with OPC = notb_r8
[----------] Seed is 1463511743665624
[----------] * notb %spl # OPC=notb_r8
[----------] * notb %r11b # OPC=notb_r8
[----------] * notb %bpl # OPC=notb_r8
[----------] * notb %r15b # OPC=notb_r8
[----------] * notb %al # OPC=notb_r8
[----------] * notb %spl # OPC=notb_r8
[----------] * notb %bpl # OPC=notb_r8
[----------] * notb %cl # OPC=notb_r8
[----------] * notb %bl # OPC=notb_r8
[----------] * notb %bpl # OPC=notb_r8
[----------] - Starting with OPC = notb_rh
[----------] Seed is 1463511743666997
[----------] * notb %dh # OPC=notb_rh
[----------] * notb %bh # OPC=notb_rh
[----------] * notb %dh # OPC=notb_rh
[----------] * notb %ch # OPC=notb_rh
[----------] * notb %ah # OPC=notb_rh
[----------] * notb %dh # OPC=notb_rh
[----------] * notb %bh # OPC=notb_rh
[----------] * notb %ah # OPC=notb_rh
[----------] * notb %dh # OPC=notb_rh
[----------] * notb %ch # OPC=notb_rh
[----------] - Starting with OPC = orb_al_imm8
[----------] Seed is 1463511743668345
[----------] * orb $0x40, %al # OPC=orb_al_imm8
[----------] * orb $0xfe, %al # OPC=orb_al_imm8
[----------] * orb $0x80, %al # OPC=orb_al_imm8
[----------] * orb $0x64, %al # OPC=orb_al_imm8
[----------] * orb $0xfa, %al # OPC=orb_al_imm8
[----------] * orb $0xff, %al # OPC=orb_al_imm8
[----------] * orb $0xf0, %al # OPC=orb_al_imm8
[----------] * orb $0x8, %al # OPC=orb_al_imm8
[----------] * orb $0x80, %al # OPC=orb_al_imm8
[----------] * orb $0x60, %al # OPC=orb_al_imm8
[----------] - Starting with OPC = orw_ax_imm16
[----------] Seed is 1463511743669671
[----------] * orw $0x3, %ax # OPC=orw_ax_imm16
[----------] * orw $0x8080, %ax # OPC=orw_ax_imm16
[----------] * orw $0x60, %ax # OPC=orw_ax_imm16
[----------] * orw $0xcafe, %ax # OPC=orw_ax_imm16
[----------] * orw $0xcc, %ax # OPC=orw_ax_imm16
[----------] * orw $0x30, %ax # OPC=orw_ax_imm16
[----------] * orw $0x2222, %ax # OPC=orw_ax_imm16
[----------] * orw $0xffc0, %ax # OPC=orw_ax_imm16
[----------] * orw $0x64, %ax # OPC=orw_ax_imm16
[----------] * orw $0x40, %ax # OPC=orw_ax_imm16
[----------] - Starting with OPC = orl_eax_imm32
[----------] Seed is 1463511743671001
[----------] * orl $0xfffffff8, %eax # OPC=orl_eax_imm32
[----------] * orl $0xc0decafe, %eax # OPC=orl_eax_imm32
[----------] * orl $0x10101010, %eax # OPC=orl_eax_imm32
[----------] * orl $0x8000, %eax # OPC=orl_eax_imm32
[----------] * orl $0xfe, %eax # OPC=orl_eax_imm32
[----------] * orl $0x22, %eax # OPC=orl_eax_imm32
[----------] * orl $0x70, %eax # OPC=orl_eax_imm32
[----------] * orl $0xffffff80, %eax # OPC=orl_eax_imm32
[----------] * orl $0x8, %eax # OPC=orl_eax_imm32
[----------] * orl $0x7, %eax # OPC=orl_eax_imm32
[----------] - Starting with OPC = orw_m16_imm16
[----------] Seed is 1463511743672333
[----------] * orw $0xfffa, (%r11d) # OPC=orw_m16_imm16
[----------] * orw $0x88, 0x64(%rdx) # OPC=orw_m16_imm16
[----------] * orw $0x0, 0x64(%rdx) # OPC=orw_m16_imm16
[----------] * orw $0x101, 0x5dcffff7(%rip) # OPC=orw_m16_imm16
[----------] * orw $0x5, 0xf7(%rip) # OPC=orw_m16_imm16
[----------] * orw $0x64, -0x64(%rax,%rcx,4) # OPC=orw_m16_imm16
[----------] * orw $0x2, 0xf7(%rip) # OPC=orw_m16_imm16
[----------] * orw $0xffff, 0xf7(%rip) # OPC=orw_m16_imm16
[----------] * orw $0x3, (%r11d) # OPC=orw_m16_imm16
[----------] * orw $0xfff8, 0x64(%rdx) # OPC=orw_m16_imm16
[----------] - Starting with OPC = orw_m16_imm8
[----------] Seed is 1463511743673579
[----------] * orw $0xfb, 0x64(%rsp,%rdx,8) # OPC=orw_m16_imm8
[----------] * orw $0xfe, 0xf8(%rip) # OPC=orw_m16_imm8
[----------] * orw $0x40, (%rax) # OPC=orw_m16_imm8
[----------] * orw $0xfd, (%rdi,%rcx,1) # OPC=orw_m16_imm8
[----------] * orw $0xe0, 0xf8(%rip) # OPC=orw_m16_imm8
[----------] * orw $0x0, 0x5dcffff8(%rip) # OPC=orw_m16_imm8
[----------] * orw $0xe0, 0x5(%r11d,%ebx,1) # OPC=orw_m16_imm8
[----------] * orw $0xfe, 0x5dcffff8(%rip) # OPC=orw_m16_imm8
[----------] * orw $0x4, 0x5(%r11d,%ebx,1) # OPC=orw_m16_imm8
[----------] * orw $0x4, -0x300007(%rip) # OPC=orw_m16_imm8
[----------] - Starting with OPC = orw_m16_r16
[----------] Seed is 1463511743674942
[----------] * orw %r9w, -0x10(,%rdx,2) # OPC=orw_m16_r16
[----------] * orw %r9w, -0x10(,%rdx,2) # OPC=orw_m16_r16
[----------] * orw %r10w, 0xf8(%rip) # OPC=orw_m16_r16
[----------] * orw %bx, 0xf9(%rip) # OPC=orw_m16_r16
[----------] * orw %r12w, -0x300007(%rip) # OPC=orw_m16_r16
[----------] * orw %dx, 0x16(%r8) # OPC=orw_m16_r16
[----------] * orw %r13w, 0x5dcffff8(%rip) # OPC=orw_m16_r16
[----------] * orw %dx, 0x64(%rdx) # OPC=orw_m16_r16
[----------] * orw %dx, 0xf9(%rip) # OPC=orw_m16_r16
[----------] * orw %ax, -0x300006(%rip) # OPC=orw_m16_r16
[----------] - Starting with OPC = orl_m32_imm32
[----------] Seed is 1463511743676411
[----------] * orl $0x60, (%rax) # OPC=orl_m32_imm32
[----------] * orl $0xfffffffc, 0xf6(%rip) # OPC=orl_m32_imm32
[----------] * orl $0x8000, 0xf6(%rip) # OPC=orl_m32_imm32
[----------] * orl $0x0, -0x300009(%rip) # OPC=orl_m32_imm32
[----------] * orl $0x1010101, 0xf6(%rip) # OPC=orl_m32_imm32
[----------] * orl $0x7, -0x7(%r11d,%ebx,4) # OPC=orl_m32_imm32
[----------] * orl $0xffffff80, 0x7ffffff6(%rip) # OPC=orl_m32_imm32
[----------] * orl $0xcc, 0x5dcffff6(%rip) # OPC=orl_m32_imm32
[----------] * orl $0x80, 0x7ffffff6(%rip) # OPC=orl_m32_imm32
[----------] * orl $0x80000000, -0x10(,%rdx,2) # OPC=orl_m32_imm32
[----------] - Starting with OPC = orl_m32_imm8
[----------] Seed is 1463511743677621
[----------] * orl $0xfe, 0xf9(%rip) # OPC=orl_m32_imm8
[----------] * orl $0xde, -0x7(%r11d,%ebx,4) # OPC=orl_m32_imm8
[----------] * orl $0x7, -0x300006(%rip) # OPC=orl_m32_imm8
[----------] * orl $0x20, 0x30(%r11d) # OPC=orl_m32_imm8
[----------] * orl $0x22, (%r11d) # OPC=orl_m32_imm8
[----------] * orl $0x2, 0xf9(%rip) # OPC=orl_m32_imm8
[----------] * orl $0x30, 0xf9(%rip) # OPC=orl_m32_imm8
[----------] * orl $0xff, 0xf9(%rip) # OPC=orl_m32_imm8
[----------] * orl $0x50, 0xf9(%rip) # OPC=orl_m32_imm8
[----------] * orl $0xfc, 0xf9(%rip) # OPC=orl_m32_imm8
[----------] - Starting with OPC = orl_m32_r32
[----------] Seed is 1463511743679036
[----------] * orl %r11d, (%r11d,%ebx,4) # OPC=orl_m32_r32
[----------] * orl %r8d, -0x10(,%rdx,2) # OPC=orl_m32_r32
[----------] * orl %r15d, -0x10(,%rdx,2) # OPC=orl_m32_r32
[----------] * orl %r14d, 0x5dcffff9(%rip) # OPC=orl_m32_r32
[----------] * orl %ebp, (%rax) # OPC=orl_m32_r32
[----------] * orl %r9d, 0x64(%rdx) # OPC=orl_m32_r32
[----------] * orl %esi, -0x7(%r11d,%ebx,4) # OPC=orl_m32_r32
[----------] * orl %r14d, 0x7ffffff9(%rip) # OPC=orl_m32_r32
[----------] * orl %eax, -0x6(%rip) # OPC=orl_m32_r32
[----------] * orl %r14d, 0x5dcffff9(%rip) # OPC=orl_m32_r32
[----------] - Starting with OPC = orq_m64_imm32
[----------] Seed is 1463511743680450
[----------] * orq $0x22222222, -0x7(%r11d,%ebx,4) # OPC=orq_m64_imm32
[----------] * orq $0xff, (%r11d,%ebx,4) # OPC=orq_m64_imm32
[----------] * orq $0x6, -0x64(%rax,%rcx,4) # OPC=orq_m64_imm32
[----------] * orq $0xc0decafe, 0x5(%r11d,%ebx,1) # OPC=orq_m64_imm32
[----------] * orq $0xfffffff0, 0xf5(%rip) # OPC=orq_m64_imm32
[----------] * orq $0xfffffffd, 0x5dcffff5(%rip) # OPC=orq_m64_imm32
[----------] * orq $0xc0decafe, 0x5dcffff5(%rip) # OPC=orq_m64_imm32
[----------] * orq $0x4040404, -0xb(%rip) # OPC=orq_m64_imm32
[----------] * orq $0x8000, 0xf5(%rip) # OPC=orq_m64_imm32
[----------] * orq $0x7fffffff, -0xb(%rip) # OPC=orq_m64_imm32
[----------] - Starting with OPC = orq_m64_imm8
[----------] Seed is 1463511743682402
[----------] * orq $0x88, 0xf8(%rip) # OPC=orq_m64_imm8
[----------] * orq $0x8, 0x5dcffff8(%rip) # OPC=orq_m64_imm8
[----------] * orq $0x6, 0x7ffffff8(%rip) # OPC=orq_m64_imm8
[----------] * orq $0xcc, 0x5dcffff8(%rip) # OPC=orq_m64_imm8
[----------] * orq $0x0, -0x7(%r11d,%ebx,4) # OPC=orq_m64_imm8
[----------] * orq $0xfe, 0x7ffffff8(%rip) # OPC=orq_m64_imm8
[----------] * orq $0xc0, -0x64(%rax,%rcx,4) # OPC=orq_m64_imm8
[----------] * orq $0xe0, 0x5dcffff8(%rip) # OPC=orq_m64_imm8
[----------] * orq $0xfe, 0x5dcffff8(%rip) # OPC=orq_m64_imm8
[----------] * orq $0xf9, 0x5dcffff8(%rip) # OPC=orq_m64_imm8
[----------] - Starting with OPC = orq_m64_r64
[----------] Seed is 1463511743683811
[----------] * orq %r15, 0x5dcffff9(%rip) # OPC=orq_m64_r64
[----------] * orq %rsp, 0xf9(%rip) # OPC=orq_m64_r64
[----------] * orq %rdx, 0x64(%rsp,%rdx,8) # OPC=orq_m64_r64
[----------] * orq %rax, 0x16(%r8) # OPC=orq_m64_r64
[----------] * orq %rax, 0x7ffffff9(%rip) # OPC=orq_m64_r64
[----------] * orq %rdi, 0x5(%r11d,%ebx,1) # OPC=orq_m64_r64
[----------] * orq %rbx, 0x5dcffff9(%rip) # OPC=orq_m64_r64
[----------] * orq %rsp, 0x5dcffff9(%rip) # OPC=orq_m64_r64
[----------] * orq %rsi, 0xf9(%rip) # OPC=orq_m64_r64
[----------] * orq %rcx, -0x64(%rax,%rcx,4) # OPC=orq_m64_r64
[----------] - Starting with OPC = orb_m8_imm8
[----------] Seed is 1463511743685212
[----------] * orb $0x80, 0x5dcffff9(%rip) # OPC=orb_m8_imm8
[----------] * orb $0x8, (%r11d,%ebx,4) # OPC=orb_m8_imm8
[----------] * orb $0x30, 0x5dcffff9(%rip) # OPC=orb_m8_imm8
[----------] * orb $0x80, (%r11d,%ebx,1) # OPC=orb_m8_imm8
[----------] * orb $0xfc, 0xf9(%rip) # OPC=orb_m8_imm8
[----------] * orb $0xf0, (%r11d,%ebx,4) # OPC=orb_m8_imm8
[----------] * orb $0x10, -0x64(%rax,%rcx,4) # OPC=orb_m8_imm8
[----------] * orb $0xd0, 0x5dcffff9(%rip) # OPC=orb_m8_imm8
[----------] * orb $0x30, 0x5dcffff9(%rip) # OPC=orb_m8_imm8
[----------] * orb $0xe0, 0x5(%r11d,%ebx,1) # OPC=orb_m8_imm8
[----------] - Starting with OPC = orb_m8_r8
[----------] Seed is 1463511743686305
[----------] * orb %bl, 0x5(%r11d,%ebx,1) # OPC=orb_m8_r8
[----------] * orb %bpl, -0x64(%rax,%rcx,4) # OPC=orb_m8_r8
[----------] * orb %dil, 0xf9(%rip) # OPC=orb_m8_r8
[----------] * orb %r11b, (%rax) # OPC=orb_m8_r8
[----------] * orb %r15b, 0x5dcffff9(%rip) # OPC=orb_m8_r8
[----------] * orb %r13b, 0x5dcffff9(%rip) # OPC=orb_m8_r8
[----------] * orb %bpl, 0x5dcffff9(%rip) # OPC=orb_m8_r8
[----------] * orb %r13b, -0x10(,%rdx,2) # OPC=orb_m8_r8
[----------] * orb %dil, -0x300006(%rip) # OPC=orb_m8_r8
[----------] * orb %dil, 0x64(%rsp,%rdx,8) # OPC=orb_m8_r8
[----------] - Starting with OPC = orb_m8_rh
[----------] Seed is 1463511743687663
[----------] * orb %bh, 0x5dcffffa(%rip) # OPC=orb_m8_rh
[----------] * orb %ah, 0x5dcffffa(%rip) # OPC=orb_m8_rh
[----------] * orb %dh, 0xfa(%rip) # OPC=orb_m8_rh
[----------] * orb %bh, 0x64(%rdx) # OPC=orb_m8_rh
[----------] * orb %dh, 0xfa(%rip) # OPC=orb_m8_rh
[----------] * orb %ch, 0xfa(%rip) # OPC=orb_m8_rh
[----------] * orb %ah, 0x64(%rsp,%rdx,8) # OPC=orb_m8_rh
[----------] * orb %bh, 0x5dcffffa(%rip) # OPC=orb_m8_rh
[----------] * orb %bh, -0x10(,%rdx,2) # OPC=orb_m8_rh
[----------] * orb %ah, 0x5dcffffa(%rip) # OPC=orb_m8_rh
[----------] - Starting with OPC = orw_r16_imm16
[----------] Seed is 1463511743689328
[----------] * orw $0xf0, %r10w # OPC=orw_r16_imm16
[----------] * orw $0xc0de, %r13w # OPC=orw_r16_imm16
[----------] * orw $0xc0de, %r11w # OPC=orw_r16_imm16
[----------] * orw $0x50, %ax # OPC=orw_r16_imm16
[----------] * orw $0x7fff, %r9w # OPC=orw_r16_imm16
[----------] * orw $0xcc, %di # OPC=orw_r16_imm16
[----------] * orw $0x60, %bp # OPC=orw_r16_imm16
[----------] * orw $0x1010, %sp # OPC=orw_r16_imm16
[----------] * orw $0x8080, %bp # OPC=orw_r16_imm16
[----------] * orw $0xf0, %r10w # OPC=orw_r16_imm16
[----------] - Starting with OPC = orw_r16_imm8
[----------] Seed is 1463511743690234
[----------] * orw $0xfc, %r11w # OPC=orw_r16_imm8
[----------] * orw $0x80, %sp # OPC=orw_r16_imm8
[----------] * orw $0x30, %r14w # OPC=orw_r16_imm8
[----------] * orw $0xcc, %r11w # OPC=orw_r16_imm8
[----------] * orw $0x44, %r12w # OPC=orw_r16_imm8
[----------] * orw $0x80, %r13w # OPC=orw_r16_imm8
[----------] * orw $0x10, %r10w # OPC=orw_r16_imm8
[----------] * orw $0xf8, %r12w # OPC=orw_r16_imm8
[----------] * orw $0x2, %bp # OPC=orw_r16_imm8
[----------] * orw $0xe0, %bx # OPC=orw_r16_imm8
[----------] - Starting with OPC = orw_r16_m16
[----------] Seed is 1463511743691738
[----------] * orw (%r11d,%ebx,4), %cx # OPC=orw_r16_m16
[----------] * orw 0x5dcffff8(%rip), %r11w # OPC=orw_r16_m16
[----------] * orw 0x5(%r11d,%ebx,1), %dx # OPC=orw_r16_m16
[----------] * orw (%r11d,%ebx,4), %ax # OPC=orw_r16_m16
[----------] * orw -0x300007(%rip), %r14w # OPC=orw_r16_m16
[----------] * orw (%r11d), %r15w # OPC=orw_r16_m16
[----------] * orw 0xf8(%rip), %r13w # OPC=orw_r16_m16
[----------] * orw 0x30(%r11d), %bp # OPC=orw_r16_m16
[----------] * orw 0x5dcffff8(%rip), %r10w # OPC=orw_r16_m16
[----------] * orw 0x64(%rsp,%rdx,8), %r9w # OPC=orw_r16_m16
[----------] - Starting with OPC = orw_r16_r16
[----------] Seed is 1463511743693239
[----------] * orw %di, %sp # OPC=orw_r16_r16
[----------] * orw %r12w, %r15w # OPC=orw_r16_r16
[----------] * orw %r15w, %r12w # OPC=orw_r16_r16
[----------] * orw %di, %bx # OPC=orw_r16_r16
[----------] * orw %bp, %r14w # OPC=orw_r16_r16
[----------] * orw %si, %r9w # OPC=orw_r16_r16
[----------] * orw %cx, %di # OPC=orw_r16_r16
[----------] * orw %r15w, %r15w # OPC=orw_r16_r16
[----------] * orw %r14w, %bp # OPC=orw_r16_r16
[----------] * orw %r12w, %r13w # OPC=orw_r16_r16
[----------] - Starting with OPC = orw_r16_r16_1
[----------] Seed is 1463511743694539
[----------] * orw %dx, %bx # OPC=orw_r16_r16_1
[----------] * orw %r8w, %r12w # OPC=orw_r16_r16_1
[----------] * orw %r14w, %si # OPC=orw_r16_r16_1
[----------] * orw %r14w, %si # OPC=orw_r16_r16_1
[----------] * orw %di, %bx # OPC=orw_r16_r16_1
[----------] * orw %sp, %r13w # OPC=orw_r16_r16_1
[----------] * orw %r11w, %r14w # OPC=orw_r16_r16_1
[----------] * orw %r12w, %ax # OPC=orw_r16_r16_1
[----------] * orw %dx, %si # OPC=orw_r16_r16_1
[----------] * orw %r8w, %r10w # OPC=orw_r16_r16_1
[----------] - Starting with OPC = orl_r32_imm32
[----------] Seed is 1463511743694877
[----------] * orl $0x22, %ecx # OPC=orl_r32_imm32
[----------] * orl $0xfffffffc, %esp # OPC=orl_r32_imm32
[----------] * orl $0x7f, %r8d # OPC=orl_r32_imm32
[----------] * orl $0x50, %r8d # OPC=orl_r32_imm32
[----------] * orl $0x64, %ebx # OPC=orl_r32_imm32
[----------] * orl $0x10, %r14d # OPC=orl_r32_imm32
[----------] * orl $0x8000, %r12d # OPC=orl_r32_imm32
[----------] * orl $0x3, %ecx # OPC=orl_r32_imm32
[----------] * orl $0x7, %edx # OPC=orl_r32_imm32
[----------] * orl $0x80, %edi # OPC=orl_r32_imm32
[----------] - Starting with OPC = orl_r32_imm8
[----------] Seed is 1463511743697425
[----------] * orl $0xfc, %esp # OPC=orl_r32_imm8
[----------] * orl $0x0, %r9d # OPC=orl_r32_imm8
[----------] * orl $0x70, %edx # OPC=orl_r32_imm8
[----------] * orl $0x3, %r9d # OPC=orl_r32_imm8
[----------] * orl $0x60, %ebx # OPC=orl_r32_imm8
[----------] * orl $0x0, %r8d # OPC=orl_r32_imm8
[----------] * orl $0xff, %esi # OPC=orl_r32_imm8
[----------] * orl $0x4, %edx # OPC=orl_r32_imm8
[----------] * orl $0x80, %ebp # OPC=orl_r32_imm8
[----------] * orl $0xff, %r11d # OPC=orl_r32_imm8
[----------] - Starting with OPC = orl_r32_m32
[----------] Seed is 1463511743698438
[----------] * orl 0x5dcffff9(%rip), %r14d # OPC=orl_r32_m32
[----------] * orl (%r11d,%ebx,1), %esi # OPC=orl_r32_m32
[----------] * orl 0xfa(%rip), %ebp # OPC=orl_r32_m32
[----------] * orl (%r11d), %eax # OPC=orl_r32_m32
[----------] * orl 0xf9(%rip), %r13d # OPC=orl_r32_m32
[----------] * orl 0x7ffffffa(%rip), %ebp # OPC=orl_r32_m32
[----------] * orl 0x5dcffffa(%rip), %ebx # OPC=orl_r32_m32
[----------] * orl 0xfa(%rip), %ebx # OPC=orl_r32_m32
[----------] * orl 0xf9(%rip), %r13d # OPC=orl_r32_m32
[----------] * orl (%rax), %ecx # OPC=orl_r32_m32
[----------] - Starting with OPC = orl_r32_r32
[----------] Seed is 1463511743700066
[----------] * orl %ecx, %ecx # OPC=orl_r32_r32
[----------] * orl %r11d, %r10d # OPC=orl_r32_r32
[----------] * orl %r13d, %ecx # OPC=orl_r32_r32
[----------] * orl %r8d, %esi # OPC=orl_r32_r32
[----------] * orl %ebx, %eax # OPC=orl_r32_r32
[----------] * orl %esi, %r12d # OPC=orl_r32_r32
[----------] * orl %r8d, %r11d # OPC=orl_r32_r32
[----------] * orl %esi, %ebx # OPC=orl_r32_r32
[----------] * orl %r11d, %r9d # OPC=orl_r32_r32
[----------] * orl %r12d, %r13d # OPC=orl_r32_r32
[----------] - Starting with OPC = orl_r32_r32_1
[----------] Seed is 1463511743701572
[----------] * orl %ebp, %r9d # OPC=orl_r32_r32_1
[----------] * orl %esp, %ecx # OPC=orl_r32_r32_1
[----------] * orl %edx, %r11d # OPC=orl_r32_r32_1
[----------] * orl %eax, %edi # OPC=orl_r32_r32_1
[----------] * orl %r10d, %r8d # OPC=orl_r32_r32_1
[----------] * orl %ebx, %r12d # OPC=orl_r32_r32_1
[----------] * orl %r10d, %r8d # OPC=orl_r32_r32_1
[----------] * orl %r9d, %esp # OPC=orl_r32_r32_1
[----------] * orl %r12d, %r13d # OPC=orl_r32_r32_1
[----------] * orl %r10d, %eax # OPC=orl_r32_r32_1
[----------] - Starting with OPC = orq_r64_imm32
[----------] Seed is 1463511743702927
[----------] * orq $0xfc, %rsi # OPC=orq_r64_imm32
[----------] * orq $0x10101010, %r9 # OPC=orq_r64_imm32
[----------] * orq $0xff, %r13 # OPC=orq_r64_imm32
[----------] * orq $0xfd, %rdi # OPC=orq_r64_imm32
[----------] * orq $0x7, %r13 # OPC=orq_r64_imm32
[----------] * orq $0x80, %rdi # OPC=orq_r64_imm32
[----------] * orq $0xfd, %r14 # OPC=orq_r64_imm32
[----------] * orq $0x10, %rcx # OPC=orq_r64_imm32
[----------] * orq $0xf0, %r14 # OPC=orq_r64_imm32
[----------] * orq $0x1, %r11 # OPC=orq_r64_imm32
[----------] - Starting with OPC = orq_r64_imm8
[----------] Seed is 1463511743704679
[----------] * orq $0x10, %rsp # OPC=orq_r64_imm8
[----------] * orq $0x5, %r14 # OPC=orq_r64_imm8
[----------] * orq $0xfd, %rdx # OPC=orq_r64_imm8
[----------] * orq $0x20, %rdi # OPC=orq_r64_imm8
[----------] * orq $0x20, %r9 # OPC=orq_r64_imm8
[----------] * orq $0xff, %rdi # OPC=orq_r64_imm8
[----------] * orq $0xd0, %rbx # OPC=orq_r64_imm8
[----------] * orq $0x22, %rcx # OPC=orq_r64_imm8
[----------] * orq $0xfe, %rcx # OPC=orq_r64_imm8
[----------] * orq $0x0, %rsp # OPC=orq_r64_imm8
[----------] - Starting with OPC = orq_r64_m64
[----------] Seed is 1463511743705874
[----------] * orq 0xf9(%rip), %r13 # OPC=orq_r64_m64
[----------] * orq (%r11d,%ebx,1), %rdx # OPC=orq_r64_m64
[----------] * orq 0x5dcffff9(%rip), %rdi # OPC=orq_r64_m64
[----------] * orq (%rax), %r9 # OPC=orq_r64_m64
[----------] * orq 0x7ffffff9(%rip), %rdx # OPC=orq_r64_m64
[----------] * orq 0xf9(%rip), %rsp # OPC=orq_r64_m64
[----------] * orq 0xf9(%rip), %r14 # OPC=orq_r64_m64
[----------] * orq 0xf9(%rip), %rbp # OPC=orq_r64_m64
[----------] * orq 0x7ffffff9(%rip), %rcx # OPC=orq_r64_m64
[----------] * orq 0x5dcffff9(%rip), %rbp # OPC=orq_r64_m64
[----------] - Starting with OPC = orq_r64_r64
[----------] Seed is 1463511743707267
[----------] * orq %r11, %rbp # OPC=orq_r64_r64
[----------] * orq %r11, %r9 # OPC=orq_r64_r64
[----------] * orq %r12, %rdi # OPC=orq_r64_r64
[----------] * orq %r9, %rdi # OPC=orq_r64_r64
[----------] * orq %rdi, %r11 # OPC=orq_r64_r64
[----------] * orq %r14, %rsp # OPC=orq_r64_r64
[----------] * orq %rbp, %rax # OPC=orq_r64_r64
[----------] * orq %rdi, %rcx # OPC=orq_r64_r64
[----------] * orq %r12, %rcx # OPC=orq_r64_r64
[----------] * orq %r13, %r9 # OPC=orq_r64_r64
[----------] - Starting with OPC = orq_r64_r64_1
[----------] Seed is 1463511743708593
[----------] * orq %rbx, %rcx # OPC=orq_r64_r64_1
[----------] * orq %r14, %rdi # OPC=orq_r64_r64_1
[----------] * orq %r11, %r15 # OPC=orq_r64_r64_1
[----------] * orq %rax, %rsp # OPC=orq_r64_r64_1
[----------] * orq %r8, %rbp # OPC=orq_r64_r64_1
[----------] * orq %rsi, %rax # OPC=orq_r64_r64_1
[----------] * orq %rcx, %rcx # OPC=orq_r64_r64_1
[----------] * orq %r15, %rsp # OPC=orq_r64_r64_1
[----------] * orq %rax, %rcx # OPC=orq_r64_r64_1
[----------] * orq %rax, %rcx # OPC=orq_r64_r64_1
[----------] - Starting with OPC = orb_r8_imm8
[----------] Seed is 1463511743709621
[----------] * orb $0xc0, %r12b # OPC=orb_r8_imm8
[----------] * orb $0xff, %bl # OPC=orb_r8_imm8
[----------] * orb $0xff, %cl # OPC=orb_r8_imm8
[----------] * orb $0xf0, %r14b # OPC=orb_r8_imm8
[----------] * orb $0x22, %al # OPC=orb_r8_imm8
[----------] * orb $0x4, %r14b # OPC=orb_r8_imm8
[----------] * orb $0xe0, %sil # OPC=orb_r8_imm8
[----------] * orb $0x80, %bpl # OPC=orb_r8_imm8
[----------] * orb $0x60, %bl # OPC=orb_r8_imm8
[----------] * orb $0x8, %r12b # OPC=orb_r8_imm8
[----------] - Starting with OPC = orb_r8_m8
[----------] Seed is 1463511743711009
[----------] * orb -0x10(,%rdx,2), %r15b # OPC=orb_r8_m8
[----------] * orb 0x5dcffff9(%rip), %r15b # OPC=orb_r8_m8
[----------] * orb (%r11d,%ebx,1), %r10b # OPC=orb_r8_m8
[----------] * orb 0x5dcffff9(%rip), %r8b # OPC=orb_r8_m8
[----------] * orb 0xf9(%rip), %r9b # OPC=orb_r8_m8
[----------] * orb 0x5dcffff9(%rip), %r9b # OPC=orb_r8_m8
[----------] * orb 0xf9(%rip), %r10b # OPC=orb_r8_m8
[----------] * orb 0x5(%r11d,%ebx,1), %r14b # OPC=orb_r8_m8
[----------] * orb 0x64(%rsp,%rdx,8), %dl # OPC=orb_r8_m8
[----------] * orb 0xf9(%rip), %spl # OPC=orb_r8_m8
[----------] - Starting with OPC = orb_r8_r8
[----------] Seed is 1463511743712388
[----------] * orb %cl, %dil # OPC=orb_r8_r8
[----------] * orb %bpl, %bl # OPC=orb_r8_r8
[----------] * orb %sil, %r10b # OPC=orb_r8_r8
[----------] * orb %dl, %r11b # OPC=orb_r8_r8
[----------] * orb %r12b, %r14b # OPC=orb_r8_r8
[----------] * orb %dil, %r8b # OPC=orb_r8_r8
[----------] * orb %r14b, %r11b # OPC=orb_r8_r8
[----------] * orb %r9b, %sil # OPC=orb_r8_r8
[----------] * orb %r14b, %al # OPC=orb_r8_r8
[----------] * orb %r10b, %bl # OPC=orb_r8_r8
[----------] - Starting with OPC = orb_r8_r8_1
[----------] Seed is 1463511743714021
[----------] * orb %r12b, %r15b # OPC=orb_r8_r8_1
[----------] * orb %dl, %r11b # OPC=orb_r8_r8_1
[----------] * orb %r14b, %r12b # OPC=orb_r8_r8_1
[----------] * orb %dil, %bpl # OPC=orb_r8_r8_1
[----------] * orb %sil, %r8b # OPC=orb_r8_r8_1
[----------] * orb %spl, %dil # OPC=orb_r8_r8_1
[----------] * orb %dil, %r12b # OPC=orb_r8_r8_1
[----------] * orb %r13b, %bpl # OPC=orb_r8_r8_1
[----------] * orb %al, %dl # OPC=orb_r8_r8_1
[----------] * orb %r10b, %bl # OPC=orb_r8_r8_1
[----------] - Starting with OPC = orb_r8_rh
[----------] Seed is 1463511743715355
[----------] * orb %ah, %bl # OPC=orb_r8_rh
[----------] * orb %ah, %al # OPC=orb_r8_rh
[----------] * Couldn't apply transform.
[----------] * Couldn't apply transform.
[----------] * orb %ah, %cl # OPC=orb_r8_rh
[----------] * Couldn't apply transform.
[----------] * orb %ch, %al # OPC=orb_r8_rh
[----------] * orb %bh, %bl # OPC=orb_r8_rh
[----------] * Couldn't apply transform.
[----------] * orb %ah, %dl # OPC=orb_r8_rh
[----------] - Starting with OPC = orb_r8_rh_1
[----------] Seed is 1463511743716240
[----------] * orb %bh, %al # OPC=orb_r8_rh_1
[----------] * Couldn't apply transform.
[----------] * orb %ah, %dl # OPC=orb_r8_rh_1
[----------] * orb %ah, %al # OPC=orb_r8_rh_1
[----------] * orb %dh, %bl # OPC=orb_r8_rh_1
[----------] * Couldn't apply transform.
[----------] * orb %dh, %dl # OPC=orb_r8_rh_1
[----------] * orb %ah, %al # OPC=orb_r8_rh_1
[----------] * orb %dh, %cl # OPC=orb_r8_rh_1
[----------] * orb %dh, %al # OPC=orb_r8_rh_1
[----------] - Starting with OPC = orq_rax_imm32
[----------] Seed is 1463511743717401
[----------] * orq $0xfc, %rax # OPC=orq_rax_imm32
[----------] * orq $0x88, %rax # OPC=orq_rax_imm32
[----------] * orq $0x4040404, %rax # OPC=orq_rax_imm32
[----------] * orq $0xcc, %rax # OPC=orq_rax_imm32
[----------] * orq $0x2, %rax # OPC=orq_rax_imm32
[----------] * orq $0x8000, %rax # OPC=orq_rax_imm32
[----------] * orq $0xffff, %rax # OPC=orq_rax_imm32
[----------] * orq $0xfffffffe, %rax # OPC=orq_rax_imm32
[----------] * orq $0x4040404, %rax # OPC=orq_rax_imm32
[----------] * orq $0xfffffff9, %rax # OPC=orq_rax_imm32
[----------] - Starting with OPC = orb_rh_imm8
[----------] Seed is 1463511743718874
[----------] * orb $0xfb, %bh # OPC=orb_rh_imm8
[----------] * orb $0xff, %bh # OPC=orb_rh_imm8
[----------] * orb $0xff, %ch # OPC=orb_rh_imm8
[----------] * orb $0x10, %dh # OPC=orb_rh_imm8
[----------] * orb $0xff, %dh # OPC=orb_rh_imm8
[----------] * orb $0xfc, %bh # OPC=orb_rh_imm8
[----------] * orb $0xfe, %ah # OPC=orb_rh_imm8
[----------] * orb $0xff, %ah # OPC=orb_rh_imm8
[----------] * orb $0x20, %ah # OPC=orb_rh_imm8
[----------] * orb $0x70, %ch # OPC=orb_rh_imm8
[----------] - Starting with OPC = orb_rh_m8
[----------] Seed is 1463511743720366
[----------] * orb 0xfa(%rip), %ah # OPC=orb_rh_m8
[----------] * orb 0xfa(%rip), %ch # OPC=orb_rh_m8
[----------] * orb (%rax), %dh # OPC=orb_rh_m8
[----------] * orb 0xfa(%rip), %dh # OPC=orb_rh_m8
[----------] * orb 0xfa(%rip), %ah # OPC=orb_rh_m8
[----------] * orb -0x10(,%rdx,2), %dh # OPC=orb_rh_m8
[----------] * orb 0xfa(%rip), %bh # OPC=orb_rh_m8
[----------] * orb (%rax), %ch # OPC=orb_rh_m8
[----------] * orb 0x5dcffffa(%rip), %bh # OPC=orb_rh_m8
[----------] * orb 0x5dcffffa(%rip), %ah # OPC=orb_rh_m8
[----------] - Starting with OPC = orb_rh_r8
[----------] Seed is 1463511743721711
[----------] * Couldn't apply transform.
[----------] * orb %dl, %ah # OPC=orb_rh_r8
[----------] * orb %cl, %ah # OPC=orb_rh_r8
[----------] * orb %cl, %dh # OPC=orb_rh_r8
[----------] * orb %cl, %bh # OPC=orb_rh_r8
[----------] * orb %dl, %bh # OPC=orb_rh_r8
[----------] * orb %dl, %bh # OPC=orb_rh_r8
[----------] * orb %cl, %dh # OPC=orb_rh_r8
[----------] * orb %al, %dh # OPC=orb_rh_r8
[----------] * Couldn't apply transform.
[----------] - Starting with OPC = orb_rh_r8_1
[----------] Seed is 1463511743722827
[----------] * orb %al, %ah # OPC=orb_rh_r8_1
[----------] * orb %bl, %dh # OPC=orb_rh_r8_1
[----------] * Couldn't apply transform.
[----------] * orb %bl, %dh # OPC=orb_rh_r8_1
[----------] * orb %dl, %bh # OPC=orb_rh_r8_1
[----------] * orb %cl, %ah # OPC=orb_rh_r8_1
[----------] * orb %al, %ah # OPC=orb_rh_r8_1
[----------] * orb %bl, %dh # OPC=orb_rh_r8_1
[----------] * orb %al, %ch # OPC=orb_rh_r8_1
[----------] * orb %cl, %dh # OPC=orb_rh_r8_1
[----------] - Starting with OPC = orb_rh_rh
[----------] Seed is 1463511743724048
[----------] * orb %ah, %ch # OPC=orb_rh_rh
[----------] * orb %dh, %bh # OPC=orb_rh_rh
[----------] * orb %dh, %ch # OPC=orb_rh_rh
[----------] * orb %bh, %bh # OPC=orb_rh_rh
[----------] * orb %bh, %ch # OPC=orb_rh_rh
[----------] * orb %ah, %ch # OPC=orb_rh_rh
[----------] * orb %dh, %dh # OPC=orb_rh_rh
[----------] * orb %dh, %ch # OPC=orb_rh_rh
[----------] * orb %bh, %ah # OPC=orb_rh_rh
[----------] * orb %dh, %dh # OPC=orb_rh_rh
[----------] - Starting with OPC = orb_rh_rh_1
[----------] Seed is 1463511743725402
[----------] * orb %ch, %ch # OPC=orb_rh_rh_1
[----------] * orb %dh, %ch # OPC=orb_rh_rh_1
[----------] * orb %ah, %ah # OPC=orb_rh_rh_1
[----------] * orb %ah, %dh # OPC=orb_rh_rh_1
[----------] * orb %dh, %ah # OPC=orb_rh_rh_1
[----------] * orb %ch, %ah # OPC=orb_rh_rh_1
[----------] * orb %ch, %ah # OPC=orb_rh_rh_1
[----------] * orb %bh, %ch # OPC=orb_rh_rh_1
[----------] * orb %ch, %ah # OPC=orb_rh_rh_1
[----------] * orb %dh, %ch # OPC=orb_rh_rh_1
[----------] - Starting with OPC = orpd_xmm_m128
[----------] Seed is 1463511743726725
[----------] * orpd 0x5dcffff8(%rip), %xmm6 # OPC=orpd_xmm_m128
[----------] * orpd 0xf8(%rip), %xmm0 # OPC=orpd_xmm_m128
[----------] * orpd 0xf7(%rip), %xmm15 # OPC=orpd_xmm_m128
[----------] * orpd 0xf8(%rip), %xmm0 # OPC=orpd_xmm_m128
[----------] * orpd 0x5dcffff8(%rip), %xmm6 # OPC=orpd_xmm_m128
[----------] * orpd 0x5dcffff8(%rip), %xmm7 # OPC=orpd_xmm_m128
[----------] * orpd -0x9(%rip), %xmm8 # OPC=orpd_xmm_m128
[----------] * orpd 0x5dcffff8(%rip), %xmm6 # OPC=orpd_xmm_m128
[----------] * orpd -0x300008(%rip), %xmm8 # OPC=orpd_xmm_m128
[----------] * orpd 0x5(%r11d,%ebx,1), %xmm8 # OPC=orpd_xmm_m128
[----------] - Starting with OPC = orpd_xmm_xmm
[----------] Seed is 1463511743727975
[----------] * orpd %xmm14, %xmm13 # OPC=orpd_xmm_xmm
[----------] * orpd %xmm2, %xmm9 # OPC=orpd_xmm_xmm
[----------] * orpd %xmm11, %xmm9 # OPC=orpd_xmm_xmm
[----------] * orpd %xmm1, %xmm13 # OPC=orpd_xmm_xmm
[----------] * orpd %xmm6, %xmm15 # OPC=orpd_xmm_xmm
[----------] * orpd %xmm2, %xmm10 # OPC=orpd_xmm_xmm
[----------] * orpd %xmm6, %xmm8 # OPC=orpd_xmm_xmm
[----------] * orpd %xmm14, %xmm9 # OPC=orpd_xmm_xmm
[----------] * orpd %xmm9, %xmm4 # OPC=orpd_xmm_xmm
[----------] * orpd %xmm1, %xmm15 # OPC=orpd_xmm_xmm
[----------] - Starting with OPC = orps_xmm_m128
[----------] Seed is 1463511743729337
[----------] * orps 0x5dcffff9(%rip), %xmm2 # OPC=orps_xmm_m128
[----------] * orps 0x64(%rdx), %xmm12 # OPC=orps_xmm_m128
[----------] * orps 0x5dcffff8(%rip), %xmm13 # OPC=orps_xmm_m128
[----------] * orps 0x5dcffff9(%rip), %xmm2 # OPC=orps_xmm_m128
[----------] * orps -0x7(%r11d,%ebx,4), %xmm14 # OPC=orps_xmm_m128
[----------] * orps 0x30(%r11d), %xmm12 # OPC=orps_xmm_m128
[----------] * orps 0x16(%r8), %xmm12 # OPC=orps_xmm_m128
[----------] * orps -0x7(%r11d,%ebx,4), %xmm10 # OPC=orps_xmm_m128
[----------] * orps 0x5dcffff9(%rip), %xmm0 # OPC=orps_xmm_m128
[----------] * orps 0xf9(%rip), %xmm4 # OPC=orps_xmm_m128
[----------] - Starting with OPC = orps_xmm_xmm
[----------] Seed is 1463511743731266
[----------] * orps %xmm8, %xmm9 # OPC=orps_xmm_xmm
[----------] * orps %xmm10, %xmm9 # OPC=orps_xmm_xmm
[----------] * orps %xmm8, %xmm13 # OPC=orps_xmm_xmm
[----------] * orps %xmm6, %xmm3 # OPC=orps_xmm_xmm
[----------] * orps %xmm7, %xmm7 # OPC=orps_xmm_xmm
[----------] * orps %xmm6, %xmm8 # OPC=orps_xmm_xmm
[----------] * orps %xmm9, %xmm0 # OPC=orps_xmm_xmm
[----------] * orps %xmm12, %xmm11 # OPC=orps_xmm_xmm
[----------] * orps %xmm0, %xmm1 # OPC=orps_xmm_xmm
[----------] * orps %xmm1, %xmm0 # OPC=orps_xmm_xmm
[----------] - Starting with OPC = pabsb_mm_m64
[----------] Seed is 1463511743732618
[----------] * pabsb 0xf8(%rip), %mm2 # OPC=pabsb_mm_m64
[----------] * pabsb -0x64(%rax,%rcx,4), %mm2 # OPC=pabsb_mm_m64
[----------] * pabsb 0xf8(%rip), %mm5 # OPC=pabsb_mm_m64
[----------] * pabsb 0xf8(%rip), %mm5 # OPC=pabsb_mm_m64
[----------] * pabsb -0x7(%r11d,%ebx,4), %mm0 # OPC=pabsb_mm_m64
[----------] * pabsb 0x5dcffff8(%rip), %mm3 # OPC=pabsb_mm_m64
[----------] * pabsb 0xf8(%rip), %mm2 # OPC=pabsb_mm_m64
[----------] * pabsb 0x64(%rdx), %mm6 # OPC=pabsb_mm_m64
[----------] * pabsb 0x16(%r8), %mm7 # OPC=pabsb_mm_m64
[----------] * pabsb 0xf8(%rip), %mm3 # OPC=pabsb_mm_m64
[----------] - Starting with OPC = pabsb_mm_mm
[----------] Seed is 1463511743733974
[----------] * pabsb %mm2, %mm1 # OPC=pabsb_mm_mm
[----------] * pabsb %mm3, %mm3 # OPC=pabsb_mm_mm
[----------] * pabsb %mm3, %mm4 # OPC=pabsb_mm_mm
[----------] * pabsb %mm0, %mm1 # OPC=pabsb_mm_mm
[----------] * pabsb %mm4, %mm4 # OPC=pabsb_mm_mm
[----------] * pabsb %mm7, %mm5 # OPC=pabsb_mm_mm
[----------] * pabsb %mm0, %mm5 # OPC=pabsb_mm_mm
[----------] * pabsb %mm7, %mm2 # OPC=pabsb_mm_mm
[----------] * pabsb %mm6, %mm0 # OPC=pabsb_mm_mm
[----------] * pabsb %mm0, %mm7 # OPC=pabsb_mm_mm
[----------] - Starting with OPC = pabsb_xmm_m128
[----------] Seed is 1463511743734679
[----------] * pabsb (%r11d), %xmm15 # OPC=pabsb_xmm_m128
[----------] * pabsb 0xf6(%rip), %xmm13 # OPC=pabsb_xmm_m128
[----------] * pabsb -0x7(%r11d,%ebx,4), %xmm4 # OPC=pabsb_xmm_m128
[----------] * pabsb 0x5dcffff7(%rip), %xmm7 # OPC=pabsb_xmm_m128
[----------] * pabsb (%r11d), %xmm5 # OPC=pabsb_xmm_m128
[----------] * pabsb 0x30(%r11d), %xmm15 # OPC=pabsb_xmm_m128
[----------] * pabsb 0xf7(%rip), %xmm1 # OPC=pabsb_xmm_m128
[----------] * pabsb 0x5dcffff6(%rip), %xmm14 # OPC=pabsb_xmm_m128
[----------] * pabsb 0x5dcffff6(%rip), %xmm8 # OPC=pabsb_xmm_m128
[----------] * pabsb 0xf7(%rip), %xmm3 # OPC=pabsb_xmm_m128
[----------] - Starting with OPC = pabsb_xmm_xmm
[----------] Seed is 1463511743737129
[----------] * pabsb %xmm5, %xmm3 # OPC=pabsb_xmm_xmm
[----------] * pabsb %xmm6, %xmm10 # OPC=pabsb_xmm_xmm
[----------] * pabsb %xmm11, %xmm11 # OPC=pabsb_xmm_xmm
[----------] * pabsb %xmm14, %xmm3 # OPC=pabsb_xmm_xmm
[----------] * pabsb %xmm6, %xmm15 # OPC=pabsb_xmm_xmm
[----------] * pabsb %xmm10, %xmm7 # OPC=pabsb_xmm_xmm
[----------] * pabsb %xmm2, %xmm4 # OPC=pabsb_xmm_xmm
[----------] * pabsb %xmm14, %xmm3 # OPC=pabsb_xmm_xmm
[----------] * pabsb %xmm9, %xmm6 # OPC=pabsb_xmm_xmm
[----------] * pabsb %xmm2, %xmm15 # OPC=pabsb_xmm_xmm
[----------] - Starting with OPC = pabsd_mm_m64
[----------] Seed is 1463511743737770
[----------] * pabsd 0x16(%r8), %mm0 # OPC=pabsd_mm_m64
[----------] * pabsd 0x30(%r11d), %mm2 # OPC=pabsd_mm_m64
[----------] * pabsd 0xf8(%rip), %mm4 # OPC=pabsd_mm_m64
[----------] * pabsd 0x5dcffff8(%rip), %mm0 # OPC=pabsd_mm_m64
[----------] * pabsd -0x64(%rax,%rcx,4), %mm0 # OPC=pabsd_mm_m64
[----------] * pabsd 0x5dcffff8(%rip), %mm5 # OPC=pabsd_mm_m64
[----------] * pabsd 0x5dcffff8(%rip), %mm5 # OPC=pabsd_mm_m64
[----------] * pabsd (%r11d), %mm2 # OPC=pabsd_mm_m64
[----------] * pabsd 0x30(%r11d), %mm3 # OPC=pabsd_mm_m64
[----------] * pabsd 0xf8(%rip), %mm4 # OPC=pabsd_mm_m64
[----------] - Starting with OPC = pabsd_mm_mm
[----------] Seed is 1463511743740177
[----------] * pabsd %mm4, %mm4 # OPC=pabsd_mm_mm
[----------] * pabsd %mm1, %mm2 # OPC=pabsd_mm_mm
[----------] * pabsd %mm2, %mm1 # OPC=pabsd_mm_mm
[----------] * pabsd %mm5, %mm4 # OPC=pabsd_mm_mm
[----------] * pabsd %mm1, %mm1 # OPC=pabsd_mm_mm
[----------] * pabsd %mm1, %mm5 # OPC=pabsd_mm_mm
[----------] * pabsd %mm2, %mm0 # OPC=pabsd_mm_mm
[----------] * pabsd %mm2, %mm6 # OPC=pabsd_mm_mm
[----------] * pabsd %mm1, %mm4 # OPC=pabsd_mm_mm
[----------] * pabsd %mm3, %mm3 # OPC=pabsd_mm_mm
[----------] - Starting with OPC = pabsd_xmm_m128
[----------] Seed is 1463511743741573
[----------] * pabsd 0x5dcffff7(%rip), %xmm7 # OPC=pabsd_xmm_m128
[----------] * pabsd 0xf7(%rip), %xmm3 # OPC=pabsd_xmm_m128
[----------] * pabsd -0x300008(%rip), %xmm6 # OPC=pabsd_xmm_m128
[----------] * pabsd 0x5dcffff7(%rip), %xmm1 # OPC=pabsd_xmm_m128
[----------] * pabsd -0xa(%rip), %xmm8 # OPC=pabsd_xmm_m128
[----------] * pabsd 0x16(%r8), %xmm12 # OPC=pabsd_xmm_m128
[----------] * pabsd 0xf6(%rip), %xmm8 # OPC=pabsd_xmm_m128
[----------] * pabsd 0xf7(%rip), %xmm2 # OPC=pabsd_xmm_m128
[----------] * pabsd (%r11d,%ebx,4), %xmm9 # OPC=pabsd_xmm_m128
[----------] * pabsd 0xf7(%rip), %xmm7 # OPC=pabsd_xmm_m128
[----------] - Starting with OPC = pabsd_xmm_xmm
[----------] Seed is 1463511743742659
[----------] * pabsd %xmm1, %xmm4 # OPC=pabsd_xmm_xmm
[----------] * pabsd %xmm1, %xmm0 # OPC=pabsd_xmm_xmm
[----------] * pabsd %xmm6, %xmm1 # OPC=pabsd_xmm_xmm
[----------] * pabsd %xmm8, %xmm12 # OPC=pabsd_xmm_xmm
[----------] * pabsd %xmm11, %xmm3 # OPC=pabsd_xmm_xmm
[----------] * pabsd %xmm15, %xmm13 # OPC=pabsd_xmm_xmm
[----------] * pabsd %xmm13, %xmm14 # OPC=pabsd_xmm_xmm
[----------] * pabsd %xmm9, %xmm14 # OPC=pabsd_xmm_xmm
[----------] * pabsd %xmm3, %xmm10 # OPC=pabsd_xmm_xmm
[----------] * pabsd %xmm13, %xmm12 # OPC=pabsd_xmm_xmm
[----------] - Starting with OPC = pabsw_mm_m64
[----------] Seed is 1463511743744009
[----------] * pabsw 0x5dcffff8(%rip), %mm4 # OPC=pabsw_mm_m64
[----------] * pabsw 0x5(%r11d,%ebx,1), %mm0 # OPC=pabsw_mm_m64
[----------] * pabsw 0x64(%rsp,%rdx,8), %mm7 # OPC=pabsw_mm_m64
[----------] * pabsw 0x5dcffff8(%rip), %mm5 # OPC=pabsw_mm_m64
[----------] * pabsw (%rax), %mm7 # OPC=pabsw_mm_m64
[----------] * pabsw 0x5dcffff8(%rip), %mm1 # OPC=pabsw_mm_m64
[----------] * pabsw 0x5dcffff8(%rip), %mm7 # OPC=pabsw_mm_m64
[----------] * pabsw 0xf8(%rip), %mm2 # OPC=pabsw_mm_m64
[----------] * pabsw 0x5dcffff8(%rip), %mm1 # OPC=pabsw_mm_m64
[----------] * pabsw 0xf8(%rip), %mm6 # OPC=pabsw_mm_m64
[----------] - Starting with OPC = pabsw_mm_mm
[----------] Seed is 1463511743745385
[----------] * pabsw %mm3, %mm1 # OPC=pabsw_mm_mm
[----------] * pabsw %mm6, %mm1 # OPC=pabsw_mm_mm
[----------] * pabsw %mm4, %mm0 # OPC=pabsw_mm_mm
[----------] * pabsw %mm6, %mm1 # OPC=pabsw_mm_mm
[----------] * pabsw %mm7, %mm5 # OPC=pabsw_mm_mm
[----------] * pabsw %mm2, %mm4 # OPC=pabsw_mm_mm
[----------] * pabsw %mm1, %mm4 # OPC=pabsw_mm_mm
[----------] * pabsw %mm7, %mm1 # OPC=pabsw_mm_mm
[----------] * pabsw %mm0, %mm4 # OPC=pabsw_mm_mm
[----------] * pabsw %mm7, %mm2 # OPC=pabsw_mm_mm
[----------] - Starting with OPC = pabsw_xmm_m128
[----------] Seed is 1463511743747044
[----------] * pabsw -0x64(%rax,%rcx,4), %xmm6 # OPC=pabsw_xmm_m128
[----------] * pabsw 0xf6(%rip), %xmm9 # OPC=pabsw_xmm_m128
[----------] * pabsw -0x64(%rax,%rcx,4), %xmm2 # OPC=pabsw_xmm_m128
[----------] * pabsw 0xf6(%rip), %xmm12 # OPC=pabsw_xmm_m128
[----------] * pabsw 0x5dcffff7(%rip), %xmm1 # OPC=pabsw_xmm_m128
[----------] * pabsw -0x300009(%rip), %xmm8 # OPC=pabsw_xmm_m128
[----------] * pabsw 0xf7(%rip), %xmm5 # OPC=pabsw_xmm_m128
[----------] * pabsw 0x5(%r11d,%ebx,1), %xmm7 # OPC=pabsw_xmm_m128
[----------] * pabsw 0xf6(%rip), %xmm10 # OPC=pabsw_xmm_m128
[----------] * pabsw 0x64(%rsp,%rdx,8), %xmm5 # OPC=pabsw_xmm_m128
[----------] - Starting with OPC = pabsw_xmm_xmm
[----------] Seed is 1463511743748512
[----------] * pabsw %xmm13, %xmm3 # OPC=pabsw_xmm_xmm
[----------] * pabsw %xmm10, %xmm9 # OPC=pabsw_xmm_xmm
[----------] * pabsw %xmm5, %xmm13 # OPC=pabsw_xmm_xmm
[----------] * pabsw %xmm10, %xmm9 # OPC=pabsw_xmm_xmm
[----------] * pabsw %xmm11, %xmm7 # OPC=pabsw_xmm_xmm
[----------] * pabsw %xmm9, %xmm0 # OPC=pabsw_xmm_xmm
[----------] * pabsw %xmm11, %xmm9 # OPC=pabsw_xmm_xmm
[----------] * pabsw %xmm0, %xmm14 # OPC=pabsw_xmm_xmm
[----------] * pabsw %xmm12, %xmm7 # OPC=pabsw_xmm_xmm
[----------] * pabsw %xmm0, %xmm7 # OPC=pabsw_xmm_xmm
[----------] - Starting with OPC = packssdw_mm_m64
[----------] Seed is 1463511743749672
[----------] * packssdw 0xf9(%rip), %mm4 # OPC=packssdw_mm_m64
[----------] * packssdw (%rax), %mm0 # OPC=packssdw_mm_m64
[----------] * packssdw 0x30(%r11d), %mm7 # OPC=packssdw_mm_m64
[----------] * packssdw 0xf9(%rip), %mm7 # OPC=packssdw_mm_m64
[----------] * packssdw 0x5dcffff9(%rip), %mm2 # OPC=packssdw_mm_m64
[----------] * packssdw 0x5dcffff9(%rip), %mm1 # OPC=packssdw_mm_m64
[----------] * packssdw 0xf9(%rip), %mm2 # OPC=packssdw_mm_m64
[----------] * packssdw 0x5dcffff9(%rip), %mm6 # OPC=packssdw_mm_m64
[----------] * packssdw 0x5dcffff9(%rip), %mm2 # OPC=packssdw_mm_m64
[----------] * packssdw (%r11d,%ebx,4), %mm5 # OPC=packssdw_mm_m64
[----------] - Starting with OPC = packssdw_mm_mm
[----------] Seed is 1463511743751208
[----------] * packssdw %mm2, %mm6 # OPC=packssdw_mm_mm
[----------] * packssdw %mm1, %mm5 # OPC=packssdw_mm_mm
[----------] * packssdw %mm4, %mm3 # OPC=packssdw_mm_mm
[----------] * packssdw %mm2, %mm3 # OPC=packssdw_mm_mm
[----------] * packssdw %mm3, %mm4 # OPC=packssdw_mm_mm
[----------] * packssdw %mm5, %mm2 # OPC=packssdw_mm_mm
[----------] * packssdw %mm1, %mm5 # OPC=packssdw_mm_mm
[----------] * packssdw %mm4, %mm2 # OPC=packssdw_mm_mm
[----------] * packssdw %mm4, %mm3 # OPC=packssdw_mm_mm
[----------] * packssdw %mm3, %mm0 # OPC=packssdw_mm_mm
[----------] - Starting with OPC = packssdw_xmm_m128
[----------] Seed is 1463511743752580
[----------] * packssdw 0xf7(%rip), %xmm14 # OPC=packssdw_xmm_m128
[----------] * packssdw 0xf8(%rip), %xmm5 # OPC=packssdw_xmm_m128
[----------] * packssdw 0x5dcffff7(%rip), %xmm9 # OPC=packssdw_xmm_m128
[----------] * packssdw 0xf7(%rip), %xmm12 # OPC=packssdw_xmm_m128
[----------] * packssdw (%r11d), %xmm12 # OPC=packssdw_xmm_m128
[----------] * packssdw -0x8(%rip), %xmm2 # OPC=packssdw_xmm_m128
[----------] * packssdw 0xf7(%rip), %xmm10 # OPC=packssdw_xmm_m128
[----------] * packssdw -0x10(,%rdx,2), %xmm1 # OPC=packssdw_xmm_m128
[----------] * packssdw 0x64(%rsp,%rdx,8), %xmm0 # OPC=packssdw_xmm_m128
[----------] * packssdw 0x5(%r11d,%ebx,1), %xmm0 # OPC=packssdw_xmm_m128
[----------] - Starting with OPC = packssdw_xmm_xmm
[----------] Seed is 1463511743753953
[----------] * packssdw %xmm5, %xmm0 # OPC=packssdw_xmm_xmm
[----------] * packssdw %xmm10, %xmm14 # OPC=packssdw_xmm_xmm
[----------] * packssdw %xmm8, %xmm9 # OPC=packssdw_xmm_xmm
[----------] * packssdw %xmm9, %xmm7 # OPC=packssdw_xmm_xmm
[----------] * packssdw %xmm1, %xmm5 # OPC=packssdw_xmm_xmm
[----------] * packssdw %xmm4, %xmm11 # OPC=packssdw_xmm_xmm
[----------] * packssdw %xmm10, %xmm9 # OPC=packssdw_xmm_xmm
[----------] * packssdw %xmm11, %xmm0 # OPC=packssdw_xmm_xmm
[----------] * packssdw %xmm12, %xmm15 # OPC=packssdw_xmm_xmm
[----------] * packssdw %xmm14, %xmm6 # OPC=packssdw_xmm_xmm
[----------] - Starting with OPC = packsswb_mm_m64
[----------] Seed is 1463511743755365
[----------] * packsswb -0x10(,%rdx,2), %mm6 # OPC=packsswb_mm_m64
[----------] * packsswb 0x7ffffff9(%rip), %mm7 # OPC=packsswb_mm_m64
[----------] * packsswb 0xf9(%rip), %mm1 # OPC=packsswb_mm_m64
[----------] * packsswb 0xf9(%rip), %mm6 # OPC=packsswb_mm_m64
[----------] * packsswb (%r11d,%ebx,1), %mm2 # OPC=packsswb_mm_m64
[----------] * packsswb 0x5dcffff9(%rip), %mm4 # OPC=packsswb_mm_m64
[----------] * packsswb -0x10(,%rdx,2), %mm3 # OPC=packsswb_mm_m64
[----------] * packsswb 0x64(%rdx), %mm0 # OPC=packsswb_mm_m64
[----------] * packsswb (%r11d,%ebx,1), %mm0 # OPC=packsswb_mm_m64
[----------] * packsswb 0x5dcffff9(%rip), %mm0 # OPC=packsswb_mm_m64
[----------] - Starting with OPC = packsswb_mm_mm
[----------] Seed is 1463511743756759
[----------] * packsswb %mm3, %mm7 # OPC=packsswb_mm_mm
[----------] * packsswb %mm0, %mm0 # OPC=packsswb_mm_mm
[----------] * packsswb %mm4, %mm5 # OPC=packsswb_mm_mm
[----------] * packsswb %mm0, %mm3 # OPC=packsswb_mm_mm
[----------] * packsswb %mm1, %mm2 # OPC=packsswb_mm_mm
[----------] * packsswb %mm7, %mm0 # OPC=packsswb_mm_mm
[----------] * packsswb %mm7, %mm4 # OPC=packsswb_mm_mm
[----------] * packsswb %mm4, %mm2 # OPC=packsswb_mm_mm
[----------] * packsswb %mm0, %mm3 # OPC=packsswb_mm_mm
[----------] * packsswb %mm0, %mm6 # OPC=packsswb_mm_mm
[----------] - Starting with OPC = packsswb_xmm_m128
[----------] Seed is 1463511743758257
[----------] * packsswb 0x5dcffff8(%rip), %xmm6 # OPC=packsswb_xmm_m128
[----------] * packsswb 0x64(%rdx), %xmm8 # OPC=packsswb_xmm_m128
[----------] * packsswb 0x64(%rsp,%rdx,8), %xmm12 # OPC=packsswb_xmm_m128
[----------] * packsswb 0xf7(%rip), %xmm10 # OPC=packsswb_xmm_m128
[----------] * packsswb 0x5dcffff8(%rip), %xmm5 # OPC=packsswb_xmm_m128
[----------] * packsswb 0xf7(%rip), %xmm10 # OPC=packsswb_xmm_m128
[----------] * packsswb (%rax), %xmm11 # OPC=packsswb_xmm_m128
[----------] * packsswb 0xf7(%rip), %xmm8 # OPC=packsswb_xmm_m128
[----------] * packsswb (%r11d,%ebx,4), %xmm5 # OPC=packsswb_xmm_m128
[----------] * packsswb 0x5dcffff7(%rip), %xmm15 # OPC=packsswb_xmm_m128
[----------] - Starting with OPC = packsswb_xmm_xmm
[----------] Seed is 1463511743759733
[----------] * packsswb %xmm8, %xmm12 # OPC=packsswb_xmm_xmm
[----------] * packsswb %xmm11, %xmm13 # OPC=packsswb_xmm_xmm
[----------] * packsswb %xmm10, %xmm4 # OPC=packsswb_xmm_xmm
[----------] * packsswb %xmm7, %xmm0 # OPC=packsswb_xmm_xmm
[----------] * packsswb %xmm2, %xmm5 # OPC=packsswb_xmm_xmm
[----------] * packsswb %xmm4, %xmm14 # OPC=packsswb_xmm_xmm
[----------] * packsswb %xmm3, %xmm11 # OPC=packsswb_xmm_xmm
[----------] * packsswb %xmm1, %xmm0 # OPC=packsswb_xmm_xmm
[----------] * packsswb %xmm11, %xmm9 # OPC=packsswb_xmm_xmm
[----------] * packsswb %xmm15, %xmm11 # OPC=packsswb_xmm_xmm
[----------] - Starting with OPC = packusdw_xmm_m128
[----------] Seed is 1463511743761188
[----------] * packusdw 0xf6(%rip), %xmm10 # OPC=packusdw_xmm_m128
[----------] * packusdw 0x64(%rdx), %xmm2 # OPC=packusdw_xmm_m128
[----------] * packusdw (%rdi,%rcx,1), %xmm7 # OPC=packusdw_xmm_m128
[----------] * packusdw 0xf7(%rip), %xmm5 # OPC=packusdw_xmm_m128
[----------] * packusdw (%r11d,%ebx,4), %xmm14 # OPC=packusdw_xmm_m128
[----------] * packusdw (%rdi,%rcx,1), %xmm10 # OPC=packusdw_xmm_m128
[----------] * packusdw 0x7ffffff7(%rip), %xmm2 # OPC=packusdw_xmm_m128
[----------] * packusdw (%rdi,%rcx,1), %xmm5 # OPC=packusdw_xmm_m128
[----------] * packusdw -0xa(%rip), %xmm9 # OPC=packusdw_xmm_m128
[----------] * packusdw 0x5dcffff6(%rip), %xmm15 # OPC=packusdw_xmm_m128
[----------] - Starting with OPC = packusdw_xmm_xmm
[----------] Seed is 1463511743762335
[----------] * packusdw %xmm1, %xmm12 # OPC=packusdw_xmm_xmm
[----------] * packusdw %xmm5, %xmm11 # OPC=packusdw_xmm_xmm
[----------] * packusdw %xmm0, %xmm7 # OPC=packusdw_xmm_xmm
[----------] * packusdw %xmm0, %xmm6 # OPC=packusdw_xmm_xmm
[----------] * packusdw %xmm11, %xmm3 # OPC=packusdw_xmm_xmm
[----------] * packusdw %xmm2, %xmm6 # OPC=packusdw_xmm_xmm
[----------] * packusdw %xmm7, %xmm1 # OPC=packusdw_xmm_xmm
[----------] * packusdw %xmm8, %xmm15 # OPC=packusdw_xmm_xmm
[----------] * packusdw %xmm9, %xmm6 # OPC=packusdw_xmm_xmm
[----------] * packusdw %xmm6, %xmm5 # OPC=packusdw_xmm_xmm
[----------] - Starting with OPC = packuswb_mm_m64
[----------] Seed is 1463511743763715
[----------] * packuswb 0x5dcffff9(%rip), %mm6 # OPC=packuswb_mm_m64
[----------] * packuswb 0xf9(%rip), %mm3 # OPC=packuswb_mm_m64
[----------] * packuswb 0x5dcffff9(%rip), %mm4 # OPC=packuswb_mm_m64
[----------] * packuswb 0x5dcffff9(%rip), %mm2 # OPC=packuswb_mm_m64
[----------] * packuswb 0x5dcffff9(%rip), %mm1 # OPC=packuswb_mm_m64
[----------] * packuswb 0xf9(%rip), %mm0 # OPC=packuswb_mm_m64
[----------] * packuswb -0x7(%rip), %mm1 # OPC=packuswb_mm_m64
[----------] * packuswb 0xf9(%rip), %mm1 # OPC=packuswb_mm_m64
[----------] * packuswb (%r11d), %mm6 # OPC=packuswb_mm_m64
[----------] * packuswb 0x5dcffff9(%rip), %mm2 # OPC=packuswb_mm_m64
[----------] - Starting with OPC = packuswb_mm_mm
[----------] Seed is 1463511743765426
[----------] * packuswb %mm3, %mm6 # OPC=packuswb_mm_mm
[----------] * packuswb %mm2, %mm0 # OPC=packuswb_mm_mm
[----------] * packuswb %mm4, %mm3 # OPC=packuswb_mm_mm
[----------] * packuswb %mm5, %mm7 # OPC=packuswb_mm_mm
[----------] * packuswb %mm1, %mm4 # OPC=packuswb_mm_mm
[----------] * packuswb %mm5, %mm6 # OPC=packuswb_mm_mm
[----------] * packuswb %mm7, %mm4 # OPC=packuswb_mm_mm
[----------] * packuswb %mm3, %mm2 # OPC=packuswb_mm_mm
[----------] * packuswb %mm6, %mm1 # OPC=packuswb_mm_mm
[----------] * packuswb %mm2, %mm3 # OPC=packuswb_mm_mm
[----------] - Starting with OPC = packuswb_xmm_m128
[----------] Seed is 1463511743766691
[----------] * packuswb 0x30(%r11d), %xmm13 # OPC=packuswb_xmm_m128
[----------] * packuswb 0xf7(%rip), %xmm15 # OPC=packuswb_xmm_m128
[----------] * packuswb -0x7(%r11d,%ebx,4), %xmm1 # OPC=packuswb_xmm_m128
[----------] * packuswb -0x300007(%rip), %xmm1 # OPC=packuswb_xmm_m128
[----------] * packuswb 0x64(%rsp,%rdx,8), %xmm8 # OPC=packuswb_xmm_m128
[----------] * packuswb 0x16(%r8), %xmm12 # OPC=packuswb_xmm_m128
[----------] * packuswb 0x5dcffff8(%rip), %xmm1 # OPC=packuswb_xmm_m128
[----------] * packuswb 0x5dcffff8(%rip), %xmm0 # OPC=packuswb_xmm_m128
[----------] * packuswb 0xf7(%rip), %xmm11 # OPC=packuswb_xmm_m128
[----------] * packuswb (%r11d), %xmm5 # OPC=packuswb_xmm_m128
[----------] - Starting with OPC = packuswb_xmm_xmm
[----------] Seed is 1463511743768550
[----------] * packuswb %xmm8, %xmm5 # OPC=packuswb_xmm_xmm
[----------] * packuswb %xmm14, %xmm8 # OPC=packuswb_xmm_xmm
[----------] * packuswb %xmm2, %xmm4 # OPC=packuswb_xmm_xmm
[----------] * packuswb %xmm0, %xmm13 # OPC=packuswb_xmm_xmm
[----------] * packuswb %xmm12, %xmm8 # OPC=packuswb_xmm_xmm
[----------] * packuswb %xmm9, %xmm3 # OPC=packuswb_xmm_xmm
[----------] * packuswb %xmm3, %xmm13 # OPC=packuswb_xmm_xmm
[----------] * packuswb %xmm2, %xmm6 # OPC=packuswb_xmm_xmm
[----------] * packuswb %xmm1, %xmm3 # OPC=packuswb_xmm_xmm
[----------] * packuswb %xmm13, %xmm7 # OPC=packuswb_xmm_xmm
[----------] - Starting with OPC = paddb_mm_m64
[----------] Seed is 1463511743770002
[----------] * paddb 0xf9(%rip), %mm0 # OPC=paddb_mm_m64
[----------] * paddb 0xf9(%rip), %mm4 # OPC=paddb_mm_m64
[----------] * paddb -0x300006(%rip), %mm3 # OPC=paddb_mm_m64
[----------] * paddb (%rax), %mm2 # OPC=paddb_mm_m64
[----------] * paddb -0x300006(%rip), %mm0 # OPC=paddb_mm_m64
[----------] * paddb 0x5dcffff9(%rip), %mm5 # OPC=paddb_mm_m64
[----------] * paddb 0x5dcffff9(%rip), %mm5 # OPC=paddb_mm_m64
[----------] * paddb (%rax), %mm3 # OPC=paddb_mm_m64
[----------] * paddb (%r11d,%ebx,4), %mm5 # OPC=paddb_mm_m64
[----------] * paddb -0x7(%rip), %mm0 # OPC=paddb_mm_m64
[----------] - Starting with OPC = paddb_mm_mm
[----------] Seed is 1463511743771163
[----------] * paddb %mm3, %mm2 # OPC=paddb_mm_mm
[----------] * paddb %mm2, %mm2 # OPC=paddb_mm_mm
[----------] * paddb %mm0, %mm0 # OPC=paddb_mm_mm
[----------] * paddb %mm6, %mm7 # OPC=paddb_mm_mm
[----------] * paddb %mm7, %mm4 # OPC=paddb_mm_mm
[----------] * paddb %mm2, %mm7 # OPC=paddb_mm_mm
[----------] * paddb %mm1, %mm7 # OPC=paddb_mm_mm
[----------] * paddb %mm2, %mm2 # OPC=paddb_mm_mm
[----------] * paddb %mm1, %mm5 # OPC=paddb_mm_mm
[----------] * paddb %mm0, %mm6 # OPC=paddb_mm_mm
[----------] - Starting with OPC = paddb_xmm_m128
[----------] Seed is 1463511743772480
[----------] * paddb 0x5dcffff8(%rip), %xmm4 # OPC=paddb_xmm_m128
[----------] * paddb 0xf7(%rip), %xmm10 # OPC=paddb_xmm_m128
[----------] * paddb -0x7(%r11d,%ebx,4), %xmm13 # OPC=paddb_xmm_m128
[----------] * paddb 0x5dcffff8(%rip), %xmm4 # OPC=paddb_xmm_m128
[----------] * paddb -0x7(%r11d,%ebx,4), %xmm1 # OPC=paddb_xmm_m128
[----------] * paddb 0x5dcffff8(%rip), %xmm1 # OPC=paddb_xmm_m128
[----------] * paddb 0x5dcffff7(%rip), %xmm12 # OPC=paddb_xmm_m128
[----------] * paddb 0x5dcffff8(%rip), %xmm6 # OPC=paddb_xmm_m128
[----------] * paddb -0x64(%rax,%rcx,4), %xmm5 # OPC=paddb_xmm_m128
[----------] * paddb -0x9(%rip), %xmm9 # OPC=paddb_xmm_m128
[----------] - Starting with OPC = paddb_xmm_xmm
[----------] Seed is 1463511743774262
[----------] * paddb %xmm4, %xmm4 # OPC=paddb_xmm_xmm
[----------] * paddb %xmm1, %xmm12 # OPC=paddb_xmm_xmm
[----------] * paddb %xmm11, %xmm10 # OPC=paddb_xmm_xmm
[----------] * paddb %xmm7, %xmm12 # OPC=paddb_xmm_xmm
[----------] * paddb %xmm14, %xmm13 # OPC=paddb_xmm_xmm
[----------] * paddb %xmm5, %xmm12 # OPC=paddb_xmm_xmm
[----------] * paddb %xmm3, %xmm10 # OPC=paddb_xmm_xmm
[----------] * paddb %xmm5, %xmm10 # OPC=paddb_xmm_xmm
[----------] * paddb %xmm15, %xmm5 # OPC=paddb_xmm_xmm
[----------] * paddb %xmm2, %xmm15 # OPC=paddb_xmm_xmm
[----------] - Starting with OPC = paddd_mm_m64
[----------] Seed is 1463511743775785
[----------] * paddd 0x5dcffff9(%rip), %mm0 # OPC=paddd_mm_m64
[----------] * paddd 0xf9(%rip), %mm6 # OPC=paddd_mm_m64
[----------] * paddd -0x7(%rip), %mm3 # OPC=paddd_mm_m64
[----------] * paddd (%r11d), %mm0 # OPC=paddd_mm_m64
[----------] * paddd 0xf9(%rip), %mm4 # OPC=paddd_mm_m64
[----------] * paddd -0x7(%rip), %mm0 # OPC=paddd_mm_m64
[----------] * paddd (%rdi,%rcx,1), %mm7 # OPC=paddd_mm_m64
[----------] * paddd 0xf9(%rip), %mm3 # OPC=paddd_mm_m64
[----------] * paddd (%r11d), %mm5 # OPC=paddd_mm_m64
[----------] * paddd 0x16(%r8), %mm2 # OPC=paddd_mm_m64
[----------] - Starting with OPC = paddd_mm_mm
[----------] Seed is 1463511743777263
[----------] * paddd %mm0, %mm0 # OPC=paddd_mm_mm
[----------] * paddd %mm2, %mm4 # OPC=paddd_mm_mm
[----------] * paddd %mm4, %mm5 # OPC=paddd_mm_mm
[----------] * paddd %mm2, %mm3 # OPC=paddd_mm_mm
[----------] * paddd %mm1, %mm7 # OPC=paddd_mm_mm
[----------] * paddd %mm5, %mm1 # OPC=paddd_mm_mm
[----------] * paddd %mm7, %mm7 # OPC=paddd_mm_mm
[----------] * paddd %mm2, %mm7 # OPC=paddd_mm_mm
[----------] * paddd %mm6, %mm0 # OPC=paddd_mm_mm
[----------] * paddd %mm1, %mm7 # OPC=paddd_mm_mm
[----------] - Starting with OPC = paddd_xmm_m128
[----------] Seed is 1463511743778510
[----------] * paddd 0xf7(%rip), %xmm11 # OPC=paddd_xmm_m128
[----------] * paddd 0x5dcffff8(%rip), %xmm3 # OPC=paddd_xmm_m128
[----------] * paddd 0x5dcffff7(%rip), %xmm8 # OPC=paddd_xmm_m128
[----------] * paddd 0x5dcffff8(%rip), %xmm0 # OPC=paddd_xmm_m128
[----------] * paddd (%rdi,%rcx,1), %xmm14 # OPC=paddd_xmm_m128
[----------] * paddd -0x9(%rip), %xmm12 # OPC=paddd_xmm_m128
[----------] * paddd 0xf7(%rip), %xmm12 # OPC=paddd_xmm_m128
[----------] * paddd 0x5dcffff7(%rip), %xmm13 # OPC=paddd_xmm_m128
[----------] * paddd -0x9(%rip), %xmm13 # OPC=paddd_xmm_m128
[----------] * paddd -0x300007(%rip), %xmm0 # OPC=paddd_xmm_m128
[----------] - Starting with OPC = paddd_xmm_xmm
[----------] Seed is 1463511743779925
[----------] * paddd %xmm2, %xmm12 # OPC=paddd_xmm_xmm
[----------] * paddd %xmm1, %xmm3 # OPC=paddd_xmm_xmm
[----------] * paddd %xmm14, %xmm0 # OPC=paddd_xmm_xmm
[----------] * paddd %xmm15, %xmm0 # OPC=paddd_xmm_xmm
[----------] * paddd %xmm10, %xmm15 # OPC=paddd_xmm_xmm
[----------] * paddd %xmm15, %xmm14 # OPC=paddd_xmm_xmm
[----------] * paddd %xmm1, %xmm1 # OPC=paddd_xmm_xmm
[----------] * paddd %xmm5, %xmm5 # OPC=paddd_xmm_xmm
[----------] * paddd %xmm12, %xmm8 # OPC=paddd_xmm_xmm
[----------] * paddd %xmm14, %xmm11 # OPC=paddd_xmm_xmm
[----------] - Starting with OPC = paddq_mm_m64
[----------] Seed is 1463511743781301
[----------] * paddq 0x5dcffff9(%rip), %mm1 # OPC=paddq_mm_m64
[----------] * paddq (%rdi,%rcx,1), %mm6 # OPC=paddq_mm_m64
[----------] * paddq 0xf9(%rip), %mm3 # OPC=paddq_mm_m64
[----------] * paddq 0x5dcffff9(%rip), %mm6 # OPC=paddq_mm_m64
[----------] * paddq -0x7(%rip), %mm2 # OPC=paddq_mm_m64
[----------] * paddq 0x5dcffff9(%rip), %mm0 # OPC=paddq_mm_m64
[----------] * paddq 0x5dcffff9(%rip), %mm5 # OPC=paddq_mm_m64
[----------] * paddq 0x5(%r11d,%ebx,1), %mm3 # OPC=paddq_mm_m64
[----------] * paddq 0xf9(%rip), %mm7 # OPC=paddq_mm_m64
[----------] * paddq 0xf9(%rip), %mm2 # OPC=paddq_mm_m64
[----------] - Starting with OPC = paddq_mm_mm
[----------] Seed is 1463511743782564
[----------] * paddq %mm3, %mm6 # OPC=paddq_mm_mm
[----------] * paddq %mm2, %mm7 # OPC=paddq_mm_mm
[----------] * paddq %mm4, %mm2 # OPC=paddq_mm_mm
[----------] * paddq %mm5, %mm4 # OPC=paddq_mm_mm
[----------] * paddq %mm4, %mm0 # OPC=paddq_mm_mm
[----------] * paddq %mm3, %mm2 # OPC=paddq_mm_mm
[----------] * paddq %mm7, %mm5 # OPC=paddq_mm_mm
[----------] * paddq %mm7, %mm2 # OPC=paddq_mm_mm
[----------] * paddq %mm4, %mm2 # OPC=paddq_mm_mm
[----------] * paddq %mm1, %mm4 # OPC=paddq_mm_mm
[----------] - Starting with OPC = paddq_xmm_m128
[----------] Seed is 1463511743784525
[----------] * paddq 0x5dcffff8(%rip), %xmm1 # OPC=paddq_xmm_m128
[----------] * paddq -0x64(%rax,%rcx,4), %xmm0 # OPC=paddq_xmm_m128
[----------] * paddq 0x30(%r11d), %xmm1 # OPC=paddq_xmm_m128
[----------] * paddq 0xf7(%rip), %xmm14 # OPC=paddq_xmm_m128
[----------] * paddq 0x64(%rsp,%rdx,8), %xmm11 # OPC=paddq_xmm_m128
[----------] * paddq -0x10(,%rdx,2), %xmm14 # OPC=paddq_xmm_m128
[----------] * paddq 0x5dcffff7(%rip), %xmm8 # OPC=paddq_xmm_m128
[----------] * paddq 0xf7(%rip), %xmm15 # OPC=paddq_xmm_m128
[----------] * paddq 0x64(%rdx), %xmm8 # OPC=paddq_xmm_m128
[----------] * paddq -0x300008(%rip), %xmm9 # OPC=paddq_xmm_m128
[----------] - Starting with OPC = paddq_xmm_xmm
[----------] Seed is 1463511743785944
[----------] * paddq %xmm1, %xmm7 # OPC=paddq_xmm_xmm
[----------] * paddq %xmm14, %xmm15 # OPC=paddq_xmm_xmm
[----------] * paddq %xmm0, %xmm0 # OPC=paddq_xmm_xmm
[----------] * paddq %xmm4, %xmm12 # OPC=paddq_xmm_xmm
[----------] * paddq %xmm4, %xmm5 # OPC=paddq_xmm_xmm
[----------] * paddq %xmm1, %xmm11 # OPC=paddq_xmm_xmm
[----------] * paddq %xmm15, %xmm15 # OPC=paddq_xmm_xmm
[----------] * paddq %xmm4, %xmm5 # OPC=paddq_xmm_xmm
[----------] * paddq %xmm7, %xmm11 # OPC=paddq_xmm_xmm
[----------] * paddq %xmm15, %xmm10 # OPC=paddq_xmm_xmm
[----------] - Starting with OPC = paddsb_mm_m64
[----------] Seed is 1463511743787674
[----------] * paddsb (%r11d), %mm4 # OPC=paddsb_mm_m64
[----------] * paddsb -0x64(%rax,%rcx,4), %mm1 # OPC=paddsb_mm_m64
[----------] * paddsb 0x5dcffff9(%rip), %mm1 # OPC=paddsb_mm_m64
[----------] * paddsb 0x5dcffff9(%rip), %mm5 # OPC=paddsb_mm_m64
[----------] * paddsb -0x7(%r11d,%ebx,4), %mm0 # OPC=paddsb_mm_m64
[----------] * paddsb (%r11d,%ebx,4), %mm6 # OPC=paddsb_mm_m64
[----------] * paddsb -0x7(%r11d,%ebx,4), %mm4 # OPC=paddsb_mm_m64
[----------] * paddsb 0xf9(%rip), %mm2 # OPC=paddsb_mm_m64
[----------] * paddsb (%r11d), %mm4 # OPC=paddsb_mm_m64
[----------] * paddsb -0x300006(%rip), %mm0 # OPC=paddsb_mm_m64
[----------] - Starting with OPC = paddsb_mm_mm
[----------] Seed is 1463511743789113
[----------] * paddsb %mm4, %mm1 # OPC=paddsb_mm_mm
[----------] * paddsb %mm4, %mm2 # OPC=paddsb_mm_mm
[----------] * paddsb %mm4, %mm5 # OPC=paddsb_mm_mm
[----------] * paddsb %mm7, %mm3 # OPC=paddsb_mm_mm
[----------] * paddsb %mm1, %mm5 # OPC=paddsb_mm_mm
[----------] * paddsb %mm2, %mm1 # OPC=paddsb_mm_mm
[----------] * paddsb %mm1, %mm7 # OPC=paddsb_mm_mm
[----------] * paddsb %mm5, %mm4 # OPC=paddsb_mm_mm
[----------] * paddsb %mm5, %mm6 # OPC=paddsb_mm_mm
[----------] * paddsb %mm4, %mm1 # OPC=paddsb_mm_mm
[----------] - Starting with OPC = paddsb_xmm_m128
[----------] Seed is 1463511743790885
[----------] * paddsb 0xf7(%rip), %xmm14 # OPC=paddsb_xmm_m128
[----------] * paddsb 0xf8(%rip), %xmm0 # OPC=paddsb_xmm_m128
[----------] * paddsb 0xf8(%rip), %xmm1 # OPC=paddsb_xmm_m128
[----------] * paddsb 0x5dcffff7(%rip), %xmm10 # OPC=paddsb_xmm_m128
[----------] * paddsb 0x5dcffff8(%rip), %xmm4 # OPC=paddsb_xmm_m128
[----------] * paddsb 0x5(%r11d,%ebx,1), %xmm6 # OPC=paddsb_xmm_m128
[----------] * paddsb (%rax), %xmm7 # OPC=paddsb_xmm_m128
[----------] * paddsb 0x5dcffff8(%rip), %xmm3 # OPC=paddsb_xmm_m128
[----------] * paddsb 0xf7(%rip), %xmm13 # OPC=paddsb_xmm_m128
[----------] * paddsb 0xf7(%rip), %xmm11 # OPC=paddsb_xmm_m128
[----------] - Starting with OPC = paddsb_xmm_xmm
[----------] Seed is 1463511743792296
[----------] * paddsb %xmm0, %xmm10 # OPC=paddsb_xmm_xmm
[----------] * paddsb %xmm13, %xmm7 # OPC=paddsb_xmm_xmm
[----------] * paddsb %xmm11, %xmm8 # OPC=paddsb_xmm_xmm
[----------] * paddsb %xmm8, %xmm0 # OPC=paddsb_xmm_xmm
[----------] * paddsb %xmm8, %xmm1 # OPC=paddsb_xmm_xmm
[----------] * paddsb %xmm2, %xmm2 # OPC=paddsb_xmm_xmm
[----------] * paddsb %xmm10, %xmm8 # OPC=paddsb_xmm_xmm
[----------] * paddsb %xmm10, %xmm2 # OPC=paddsb_xmm_xmm
[----------] * paddsb %xmm15, %xmm14 # OPC=paddsb_xmm_xmm
[----------] * paddsb %xmm5, %xmm13 # OPC=paddsb_xmm_xmm
[----------] - Starting with OPC = paddsw_mm_m64
[----------] Seed is 1463511743793580
[----------] * paddsw 0x64(%rdx), %mm7 # OPC=paddsw_mm_m64
[----------] * paddsw (%r11d,%ebx,4), %mm6 # OPC=paddsw_mm_m64
[----------] * paddsw (%r11d,%ebx,1), %mm3 # OPC=paddsw_mm_m64
[----------] * paddsw 0xf9(%rip), %mm5 # OPC=paddsw_mm_m64
[----------] * paddsw -0x300006(%rip), %mm0 # OPC=paddsw_mm_m64
[----------] * paddsw (%r11d), %mm0 # OPC=paddsw_mm_m64
[----------] * paddsw 0x5dcffff9(%rip), %mm6 # OPC=paddsw_mm_m64
[----------] * paddsw 0x5dcffff9(%rip), %mm5 # OPC=paddsw_mm_m64
[----------] * paddsw 0x5dcffff9(%rip), %mm2 # OPC=paddsw_mm_m64
[----------] * paddsw 0x5dcffff9(%rip), %mm5 # OPC=paddsw_mm_m64
[----------] - Starting with OPC = paddsw_mm_mm
[----------] Seed is 1463511743794909
[----------] * paddsw %mm4, %mm7 # OPC=paddsw_mm_mm
[----------] * paddsw %mm1, %mm2 # OPC=paddsw_mm_mm
[----------] * paddsw %mm1, %mm4 # OPC=paddsw_mm_mm
[----------] * paddsw %mm6, %mm2 # OPC=paddsw_mm_mm
[----------] * paddsw %mm3, %mm5 # OPC=paddsw_mm_mm
[----------] * paddsw %mm3, %mm6 # OPC=paddsw_mm_mm
[----------] * paddsw %mm0, %mm2 # OPC=paddsw_mm_mm
[----------] * paddsw %mm2, %mm6 # OPC=paddsw_mm_mm
[----------] * paddsw %mm6, %mm0 # OPC=paddsw_mm_mm
[----------] * paddsw %mm0, %mm4 # OPC=paddsw_mm_mm
[----------] - Starting with OPC = paddsw_xmm_m128
[----------] Seed is 1463511743796263
[----------] * paddsw 0x5dcffff8(%rip), %xmm3 # OPC=paddsw_xmm_m128
[----------] * paddsw 0x7ffffff7(%rip), %xmm10 # OPC=paddsw_xmm_m128
[----------] * paddsw 0x5dcffff7(%rip), %xmm14 # OPC=paddsw_xmm_m128
[----------] * paddsw 0xf7(%rip), %xmm8 # OPC=paddsw_xmm_m128
[----------] * paddsw 0x5dcffff7(%rip), %xmm15 # OPC=paddsw_xmm_m128
[----------] * paddsw 0xf8(%rip), %xmm5 # OPC=paddsw_xmm_m128
[----------] * paddsw 0x5dcffff8(%rip), %xmm3 # OPC=paddsw_xmm_m128
[----------] * paddsw 0xf7(%rip), %xmm12 # OPC=paddsw_xmm_m128
[----------] * paddsw (%r11d), %xmm3 # OPC=paddsw_xmm_m128
[----------] * paddsw 0x5dcffff7(%rip), %xmm9 # OPC=paddsw_xmm_m128
[----------] - Starting with OPC = paddsw_xmm_xmm
[----------] Seed is 1463511743797579
[----------] * paddsw %xmm3, %xmm4 # OPC=paddsw_xmm_xmm
[----------] * paddsw %xmm10, %xmm12 # OPC=paddsw_xmm_xmm
[----------] * paddsw %xmm9, %xmm5 # OPC=paddsw_xmm_xmm
[----------] * paddsw %xmm15, %xmm2 # OPC=paddsw_xmm_xmm
[----------] * paddsw %xmm11, %xmm13 # OPC=paddsw_xmm_xmm
[----------] * paddsw %xmm13, %xmm0 # OPC=paddsw_xmm_xmm
[----------] * paddsw %xmm5, %xmm5 # OPC=paddsw_xmm_xmm
[----------] * paddsw %xmm13, %xmm0 # OPC=paddsw_xmm_xmm
[----------] * paddsw %xmm6, %xmm13 # OPC=paddsw_xmm_xmm
[----------] * paddsw %xmm3, %xmm11 # OPC=paddsw_xmm_xmm
[----------] - Starting with OPC = paddusb_mm_m64
[----------] Seed is 1463511743799423
[----------] * paddusb (%r11d,%ebx,4), %mm3 # OPC=paddusb_mm_m64
[----------] * paddusb 0x5dcffff9(%rip), %mm6 # OPC=paddusb_mm_m64
[----------] * paddusb 0x5dcffff9(%rip), %mm0 # OPC=paddusb_mm_m64
[----------] * paddusb 0x30(%r11d), %mm5 # OPC=paddusb_mm_m64
[----------] * paddusb (%rax), %mm0 # OPC=paddusb_mm_m64
[----------] * paddusb 0xf9(%rip), %mm0 # OPC=paddusb_mm_m64
[----------] * paddusb -0x7(%r11d,%ebx,4), %mm4 # OPC=paddusb_mm_m64
[----------] * paddusb 0x5dcffff9(%rip), %mm4 # OPC=paddusb_mm_m64
[----------] * paddusb -0x300006(%rip), %mm1 # OPC=paddusb_mm_m64
[----------] * paddusb -0x7(%r11d,%ebx,4), %mm0 # OPC=paddusb_mm_m64
[----------] - Starting with OPC = paddusb_mm_mm
[----------] Seed is 1463511743801182
[----------] * paddusb %mm1, %mm1 # OPC=paddusb_mm_mm
[----------] * paddusb %mm7, %mm2 # OPC=paddusb_mm_mm
[----------] * paddusb %mm1, %mm5 # OPC=paddusb_mm_mm
[----------] * paddusb %mm5, %mm0 # OPC=paddusb_mm_mm
[----------] * paddusb %mm5, %mm0 # OPC=paddusb_mm_mm
[----------] * paddusb %mm4, %mm0 # OPC=paddusb_mm_mm
[----------] * paddusb %mm2, %mm2 # OPC=paddusb_mm_mm
[----------] * paddusb %mm4, %mm2 # OPC=paddusb_mm_mm
[----------] * paddusb %mm2, %mm6 # OPC=paddusb_mm_mm
[----------] * paddusb %mm6, %mm5 # OPC=paddusb_mm_mm
[----------] - Starting with OPC = paddusb_xmm_m128
[----------] Seed is 1463511743802482
[----------] * paddusb 0x5dcffff8(%rip), %xmm0 # OPC=paddusb_xmm_m128
[----------] * paddusb 0x5dcffff8(%rip), %xmm4 # OPC=paddusb_xmm_m128
[----------] * paddusb 0x64(%rsp,%rdx,8), %xmm2 # OPC=paddusb_xmm_m128
[----------] * paddusb -0x10(,%rdx,2), %xmm5 # OPC=paddusb_xmm_m128
[----------] * paddusb 0x5dcffff7(%rip), %xmm10 # OPC=paddusb_xmm_m128
[----------] * paddusb 0x5dcffff7(%rip), %xmm15 # OPC=paddusb_xmm_m128
[----------] * paddusb -0x300007(%rip), %xmm7 # OPC=paddusb_xmm_m128
[----------] * paddusb 0xf8(%rip), %xmm1 # OPC=paddusb_xmm_m128
[----------] * paddusb -0x9(%rip), %xmm11 # OPC=paddusb_xmm_m128
[----------] * paddusb 0xf7(%rip), %xmm9 # OPC=paddusb_xmm_m128
[----------] - Starting with OPC = paddusb_xmm_xmm
[----------] Seed is 1463511743803929
[----------] * paddusb %xmm15, %xmm6 # OPC=paddusb_xmm_xmm
[----------] * paddusb %xmm8, %xmm15 # OPC=paddusb_xmm_xmm
[----------] * paddusb %xmm12, %xmm0 # OPC=paddusb_xmm_xmm
[----------] * paddusb %xmm7, %xmm5 # OPC=paddusb_xmm_xmm
[----------] * paddusb %xmm9, %xmm5 # OPC=paddusb_xmm_xmm
[----------] * paddusb %xmm12, %xmm8 # OPC=paddusb_xmm_xmm
[----------] * paddusb %xmm2, %xmm5 # OPC=paddusb_xmm_xmm
[----------] * paddusb %xmm7, %xmm2 # OPC=paddusb_xmm_xmm
[----------] * paddusb %xmm8, %xmm5 # OPC=paddusb_xmm_xmm
[----------] * paddusb %xmm9, %xmm12 # OPC=paddusb_xmm_xmm
[----------] - Starting with OPC = paddusw_mm_m64
[----------] Seed is 1463511743805293
[----------] * paddusw (%r11d,%ebx,4), %mm5 # OPC=paddusw_mm_m64
[----------] * paddusw 0x5dcffff9(%rip), %mm3 # OPC=paddusw_mm_m64
[----------] * paddusw (%rax), %mm4 # OPC=paddusw_mm_m64
[----------] * paddusw -0x64(%rax,%rcx,4), %mm4 # OPC=paddusw_mm_m64
[----------] * paddusw 0x5dcffff9(%rip), %mm3 # OPC=paddusw_mm_m64
[----------] * paddusw (%rax), %mm5 # OPC=paddusw_mm_m64
[----------] * paddusw 0xf9(%rip), %mm7 # OPC=paddusw_mm_m64
[----------] * paddusw 0x5dcffff9(%rip), %mm2 # OPC=paddusw_mm_m64
[----------] * paddusw 0x5dcffff9(%rip), %mm1 # OPC=paddusw_mm_m64
[----------] * paddusw 0x64(%rdx), %mm6 # OPC=paddusw_mm_m64
[----------] - Starting with OPC = paddusw_mm_mm
[----------] Seed is 1463511743806623
[----------] * paddusw %mm1, %mm6 # OPC=paddusw_mm_mm
[----------] * paddusw %mm6, %mm6 # OPC=paddusw_mm_mm
[----------] * paddusw %mm4, %mm0 # OPC=paddusw_mm_mm
[----------] * paddusw %mm4, %mm6 # OPC=paddusw_mm_mm
[----------] * paddusw %mm3, %mm6 # OPC=paddusw_mm_mm
[----------] * paddusw %mm7, %mm2 # OPC=paddusw_mm_mm
[----------] * paddusw %mm1, %mm1 # OPC=paddusw_mm_mm
[----------] * paddusw %mm7, %mm3 # OPC=paddusw_mm_mm
[----------] * paddusw %mm2, %mm6 # OPC=paddusw_mm_mm
[----------] * paddusw %mm4, %mm5 # OPC=paddusw_mm_mm
[----------] - Starting with OPC = paddusw_xmm_m128
[----------] Seed is 1463511743807968
[----------] * paddusw 0x16(%r8), %xmm0 # OPC=paddusw_xmm_m128
[----------] * paddusw 0x5dcffff8(%rip), %xmm5 # OPC=paddusw_xmm_m128
[----------] * paddusw 0x30(%r11d), %xmm0 # OPC=paddusw_xmm_m128
[----------] * paddusw 0x16(%r8), %xmm14 # OPC=paddusw_xmm_m128
[----------] * paddusw 0x5dcffff8(%rip), %xmm2 # OPC=paddusw_xmm_m128
[----------] * paddusw (%r11d,%ebx,4), %xmm5 # OPC=paddusw_xmm_m128
[----------] * paddusw -0x10(,%rdx,2), %xmm8 # OPC=paddusw_xmm_m128
[----------] * paddusw 0xf7(%rip), %xmm10 # OPC=paddusw_xmm_m128
[----------] * paddusw 0x64(%rsp,%rdx,8), %xmm9 # OPC=paddusw_xmm_m128
[----------] * paddusw 0x64(%rdx), %xmm4 # OPC=paddusw_xmm_m128
[----------] - Starting with OPC = paddusw_xmm_xmm
[----------] Seed is 1463511743809430
[----------] * paddusw %xmm1, %xmm6 # OPC=paddusw_xmm_xmm
[----------] * paddusw %xmm5, %xmm12 # OPC=paddusw_xmm_xmm
[----------] * paddusw %xmm12, %xmm12 # OPC=paddusw_xmm_xmm
[----------] * paddusw %xmm1, %xmm11 # OPC=paddusw_xmm_xmm
[----------] * paddusw %xmm6, %xmm13 # OPC=paddusw_xmm_xmm
[----------] * paddusw %xmm4, %xmm15 # OPC=paddusw_xmm_xmm
[----------] * paddusw %xmm14, %xmm9 # OPC=paddusw_xmm_xmm
[----------] * paddusw %xmm6, %xmm3 # OPC=paddusw_xmm_xmm
[----------] * paddusw %xmm1, %xmm8 # OPC=paddusw_xmm_xmm
[----------] * paddusw %xmm5, %xmm5 # OPC=paddusw_xmm_xmm
[----------] - Starting with OPC = paddw_mm_m64
[----------] Seed is 1463511743810879
[----------] * paddw 0xf9(%rip), %mm6 # OPC=paddw_mm_m64
[----------] * paddw 0x64(%rdx), %mm2 # OPC=paddw_mm_m64
[----------] * paddw 0x5dcffff9(%rip), %mm4 # OPC=paddw_mm_m64
[----------] * paddw (%rax), %mm1 # OPC=paddw_mm_m64
[----------] * paddw 0xf9(%rip), %mm0 # OPC=paddw_mm_m64
[----------] * paddw (%r11d,%ebx,1), %mm3 # OPC=paddw_mm_m64
[----------] * paddw 0x5dcffff9(%rip), %mm1 # OPC=paddw_mm_m64
[----------] * paddw 0x7ffffff9(%rip), %mm4 # OPC=paddw_mm_m64
[----------] * paddw 0xf9(%rip), %mm0 # OPC=paddw_mm_m64
[----------] * paddw 0x64(%rsp,%rdx,8), %mm1 # OPC=paddw_mm_m64
[----------] - Starting with OPC = paddw_mm_mm
[----------] Seed is 1463511743812539
[----------] * paddw %mm3, %mm4 # OPC=paddw_mm_mm
[----------] * paddw %mm6, %mm6 # OPC=paddw_mm_mm
[----------] * paddw %mm3, %mm1 # OPC=paddw_mm_mm
[----------] * paddw %mm1, %mm3 # OPC=paddw_mm_mm
[----------] * paddw %mm3, %mm2 # OPC=paddw_mm_mm
[----------] * paddw %mm1, %mm1 # OPC=paddw_mm_mm
[----------] * paddw %mm3, %mm5 # OPC=paddw_mm_mm
[----------] * paddw %mm4, %mm4 # OPC=paddw_mm_mm
[----------] * paddw %mm6, %mm0 # OPC=paddw_mm_mm
[----------] * paddw %mm4, %mm2 # OPC=paddw_mm_mm
[----------] - Starting with OPC = paddw_xmm_m128
[----------] Seed is 1463511743814007
[----------] * paddw (%r11d), %xmm1 # OPC=paddw_xmm_m128
[----------] * paddw 0x5dcffff8(%rip), %xmm7 # OPC=paddw_xmm_m128
[----------] * paddw (%rax), %xmm7 # OPC=paddw_xmm_m128
[----------] * paddw 0x16(%r8), %xmm13 # OPC=paddw_xmm_m128
[----------] * paddw 0x7ffffff7(%rip), %xmm8 # OPC=paddw_xmm_m128
[----------] * paddw -0x300008(%rip), %xmm15 # OPC=paddw_xmm_m128
[----------] * paddw 0xf7(%rip), %xmm9 # OPC=paddw_xmm_m128
[----------] * paddw 0x5dcffff8(%rip), %xmm6 # OPC=paddw_xmm_m128
[----------] * paddw 0x5dcffff7(%rip), %xmm13 # OPC=paddw_xmm_m128
[----------] * paddw -0x64(%rax,%rcx,4), %xmm7 # OPC=paddw_xmm_m128
[----------] - Starting with OPC = paddw_xmm_xmm
[----------] Seed is 1463511743815512
[----------] * paddw %xmm6, %xmm8 # OPC=paddw_xmm_xmm
[----------] * paddw %xmm9, %xmm8 # OPC=paddw_xmm_xmm
[----------] * paddw %xmm6, %xmm9 # OPC=paddw_xmm_xmm
[----------] * paddw %xmm2, %xmm7 # OPC=paddw_xmm_xmm
[----------] * paddw %xmm1, %xmm3 # OPC=paddw_xmm_xmm
[----------] * paddw %xmm4, %xmm15 # OPC=paddw_xmm_xmm
[----------] * paddw %xmm7, %xmm8 # OPC=paddw_xmm_xmm
[----------] * paddw %xmm11, %xmm12 # OPC=paddw_xmm_xmm
[----------] * paddw %xmm6, %xmm7 # OPC=paddw_xmm_xmm
[----------] * paddw %xmm12, %xmm7 # OPC=paddw_xmm_xmm
[----------] - Starting with OPC = palignr_mm_m64_imm8
[----------] Seed is 1463511743817279
[----------] * palignr $0xe0, 0xf7(%rip), %mm0 # OPC=palignr_mm_m64_imm8
[----------] * palignr $0xe0, -0x7(%r11d,%ebx,4), %mm5 # OPC=palignr_mm_m64_imm8
[----------] * palignr $0x1, -0x300008(%rip), %mm3 # OPC=palignr_mm_m64_imm8
[----------] * palignr $0xfc, 0x5dcffff7(%rip), %mm2 # OPC=palignr_mm_m64_imm8
[----------] * palignr $0xff, 0xf7(%rip), %mm7 # OPC=palignr_mm_m64_imm8
[----------] * palignr $0x88, -0x300008(%rip), %mm6 # OPC=palignr_mm_m64_imm8
[----------] * palignr $0xff, (%rax), %mm5 # OPC=palignr_mm_m64_imm8
[----------] * palignr $0x4, (%rdi,%rcx,1), %mm2 # OPC=palignr_mm_m64_imm8
[----------] * palignr $0xf9, 0x5dcffff7(%rip), %mm6 # OPC=palignr_mm_m64_imm8
[----------] * palignr $0x88, 0xf7(%rip), %mm7 # OPC=palignr_mm_m64_imm8
[----------] - Starting with OPC = palignr_mm_mm_imm8
[----------] Seed is 1463511743818843
[----------] * palignr $0x22, %mm6, %mm1 # OPC=palignr_mm_mm_imm8
[----------] * palignr $0xfc, %mm6, %mm2 # OPC=palignr_mm_mm_imm8
[----------] * palignr $0xfe, %mm5, %mm3 # OPC=palignr_mm_mm_imm8
[----------] * palignr $0xde, %mm4, %mm4 # OPC=palignr_mm_mm_imm8
[----------] * palignr $0x1, %mm4, %mm1 # OPC=palignr_mm_mm_imm8
[----------] * palignr $0xde, %mm4, %mm5 # OPC=palignr_mm_mm_imm8
[----------] * palignr $0x64, %mm1, %mm1 # OPC=palignr_mm_mm_imm8
[----------] * palignr $0x30, %mm4, %mm1 # OPC=palignr_mm_mm_imm8
[----------] * palignr $0x0, %mm1, %mm6 # OPC=palignr_mm_mm_imm8
[----------] * palignr $0xfe, %mm0, %mm5 # OPC=palignr_mm_mm_imm8
[----------] - Starting with OPC = palignr_xmm_m128_imm8
[----------] Seed is 1463511743820357
[----------] * palignr $0xde, (%rdi,%rcx,1), %xmm2 # OPC=palignr_xmm_m128_imm8
[----------] * palignr $0x30, (%r11d,%ebx,4), %xmm6 # OPC=palignr_xmm_m128_imm8
[----------] * palignr $0x64, -0x10(,%rdx,2), %xmm8 # OPC=palignr_xmm_m128_imm8
[----------] * palignr $0x5, 0x5dcffff5(%rip), %xmm14 # OPC=palignr_xmm_m128_imm8
[----------] * palignr $0xc0, (%r11d,%ebx,4), %xmm6 # OPC=palignr_xmm_m128_imm8
[----------] * palignr $0x0, 0xf6(%rip), %xmm3 # OPC=palignr_xmm_m128_imm8
[----------] * palignr $0x4, 0x64(%rsp,%rdx,8), %xmm3 # OPC=palignr_xmm_m128_imm8
[----------] * palignr $0x22, -0x64(%rax,%rcx,4), %xmm7 # OPC=palignr_xmm_m128_imm8
[----------] * palignr $0x4, 0xf6(%rip), %xmm6 # OPC=palignr_xmm_m128_imm8
[----------] * palignr $0x7, -0xa(%rip), %xmm7 # OPC=palignr_xmm_m128_imm8
[----------] - Starting with OPC = palignr_xmm_xmm_imm8
[----------] Seed is 1463511743821628
[----------] * palignr $0xff, %xmm8, %xmm1 # OPC=palignr_xmm_xmm_imm8
[----------] * palignr $0x22, %xmm9, %xmm4 # OPC=palignr_xmm_xmm_imm8
[----------] * palignr $0x1, %xmm1, %xmm12 # OPC=palignr_xmm_xmm_imm8
[----------] * palignr $0x7, %xmm4, %xmm15 # OPC=palignr_xmm_xmm_imm8
[----------] * palignr $0x0, %xmm0, %xmm7 # OPC=palignr_xmm_xmm_imm8
[----------] * palignr $0x7f, %xmm2, %xmm6 # OPC=palignr_xmm_xmm_imm8
[----------] * palignr $0x88, %xmm5, %xmm2 # OPC=palignr_xmm_xmm_imm8
[----------] * palignr $0x6, %xmm12, %xmm8 # OPC=palignr_xmm_xmm_imm8
[----------] * palignr $0xf0, %xmm13, %xmm6 # OPC=palignr_xmm_xmm_imm8
[----------] * palignr $0x0, %xmm3, %xmm13 # OPC=palignr_xmm_xmm_imm8
[----------] - Starting with OPC = pand_mm_m64
[----------] Seed is 1463511743823096
[----------] * pand 0xf9(%rip), %mm6 # OPC=pand_mm_m64
[----------] * pand -0x10(,%rdx,2), %mm5 # OPC=pand_mm_m64
[----------] * pand (%rdi,%rcx,1), %mm4 # OPC=pand_mm_m64
[----------] * pand 0xf9(%rip), %mm1 # OPC=pand_mm_m64
[----------] * pand 0x5dcffff9(%rip), %mm7 # OPC=pand_mm_m64
[----------] * pand 0x30(%r11d), %mm3 # OPC=pand_mm_m64
[----------] * pand 0x5(%r11d,%ebx,1), %mm3 # OPC=pand_mm_m64
[----------] * pand (%rax), %mm2 # OPC=pand_mm_m64
[----------] * pand 0x5dcffff9(%rip), %mm7 # OPC=pand_mm_m64
[----------] * pand 0x16(%r8), %mm7 # OPC=pand_mm_m64
[----------] - Starting with OPC = pand_mm_mm
[----------] Seed is 1463511743824526
[----------] * pand %mm7, %mm0 # OPC=pand_mm_mm
[----------] * pand %mm6, %mm7 # OPC=pand_mm_mm
[----------] * pand %mm3, %mm4 # OPC=pand_mm_mm
[----------] * pand %mm3, %mm0 # OPC=pand_mm_mm
[----------] * pand %mm5, %mm7 # OPC=pand_mm_mm
[----------] * pand %mm0, %mm3 # OPC=pand_mm_mm
[----------] * pand %mm4, %mm2 # OPC=pand_mm_mm
[----------] * pand %mm4, %mm7 # OPC=pand_mm_mm
[----------] * pand %mm5, %mm3 # OPC=pand_mm_mm
[----------] * pand %mm7, %mm5 # OPC=pand_mm_mm
[----------] - Starting with OPC = pand_xmm_m128
[----------] Seed is 1463511743825923
[----------] * pand 0x5(%r11d,%ebx,1), %xmm13 # OPC=pand_xmm_m128
[----------] * pand 0xf7(%rip), %xmm8 # OPC=pand_xmm_m128
[----------] * pand (%r11d), %xmm5 # OPC=pand_xmm_m128
[----------] * pand 0x5dcffff8(%rip), %xmm1 # OPC=pand_xmm_m128
[----------] * pand 0xf8(%rip), %xmm0 # OPC=pand_xmm_m128
[----------] * pand (%r11d), %xmm3 # OPC=pand_xmm_m128
[----------] * pand 0xf7(%rip), %xmm12 # OPC=pand_xmm_m128
[----------] * pand 0x5dcffff7(%rip), %xmm13 # OPC=pand_xmm_m128
[----------] * pand 0x30(%r11d), %xmm7 # OPC=pand_xmm_m128
[----------] * pand 0xf7(%rip), %xmm9 # OPC=pand_xmm_m128
[----------] - Starting with OPC = pand_xmm_xmm
[----------] Seed is 1463511743827454
[----------] * pand %xmm12, %xmm1 # OPC=pand_xmm_xmm
[----------] * pand %xmm15, %xmm14 # OPC=pand_xmm_xmm
[----------] * pand %xmm8, %xmm8 # OPC=pand_xmm_xmm
[----------] * pand %xmm11, %xmm11 # OPC=pand_xmm_xmm
[----------] * pand %xmm2, %xmm12 # OPC=pand_xmm_xmm
[----------] * pand %xmm6, %xmm8 # OPC=pand_xmm_xmm
[----------] * pand %xmm10, %xmm14 # OPC=pand_xmm_xmm
[----------] * pand %xmm0, %xmm3 # OPC=pand_xmm_xmm
[----------] * pand %xmm2, %xmm10 # OPC=pand_xmm_xmm
[----------] * pand %xmm12, %xmm15 # OPC=pand_xmm_xmm
[----------] - Starting with OPC = pandn_mm_m64
[----------] Seed is 1463511743828936
[----------] * pandn 0x64(%rdx), %mm6 # OPC=pandn_mm_m64
[----------] * pandn 0xf9(%rip), %mm4 # OPC=pandn_mm_m64
[----------] * pandn 0x5dcffff9(%rip), %mm6 # OPC=pandn_mm_m64
[----------] * pandn 0xf9(%rip), %mm3 # OPC=pandn_mm_m64
[----------] * pandn (%r11d), %mm4 # OPC=pandn_mm_m64
[----------] * pandn -0x10(,%rdx,2), %mm5 # OPC=pandn_mm_m64
[----------] * pandn 0x5dcffff9(%rip), %mm1 # OPC=pandn_mm_m64
[----------] * pandn 0x64(%rsp,%rdx,8), %mm1 # OPC=pandn_mm_m64
[----------] * pandn -0x300006(%rip), %mm5 # OPC=pandn_mm_m64
[----------] * pandn (%rdi,%rcx,1), %mm1 # OPC=pandn_mm_m64
[----------] - Starting with OPC = pandn_mm_mm
[----------] Seed is 1463511743831102
[----------] * pandn %mm0, %mm1 # OPC=pandn_mm_mm
[----------] * pandn %mm6, %mm6 # OPC=pandn_mm_mm
[----------] * pandn %mm6, %mm4 # OPC=pandn_mm_mm
[----------] * pandn %mm2, %mm2 # OPC=pandn_mm_mm
[----------] * pandn %mm5, %mm2 # OPC=pandn_mm_mm
[----------] * pandn %mm2, %mm0 # OPC=pandn_mm_mm
[----------] * pandn %mm5, %mm2 # OPC=pandn_mm_mm
[----------] * pandn %mm3, %mm0 # OPC=pandn_mm_mm
[----------] * pandn %mm2, %mm4 # OPC=pandn_mm_mm
[----------] * pandn %mm2, %mm4 # OPC=pandn_mm_mm
[----------] - Starting with OPC = pandn_xmm_m128
[----------] Seed is 1463511743832434
[----------] * pandn 0x5dcffff8(%rip), %xmm4 # OPC=pandn_xmm_m128
[----------] * pandn -0x10(,%rdx,2), %xmm2 # OPC=pandn_xmm_m128
[----------] * pandn 0xf7(%rip), %xmm14 # OPC=pandn_xmm_m128
[----------] * pandn 0x7ffffff8(%rip), %xmm0 # OPC=pandn_xmm_m128
[----------] * pandn 0x5dcffff8(%rip), %xmm1 # OPC=pandn_xmm_m128
[----------] * pandn -0x300008(%rip), %xmm10 # OPC=pandn_xmm_m128
[----------] * pandn (%rax), %xmm14 # OPC=pandn_xmm_m128
[----------] * pandn 0xf7(%rip), %xmm12 # OPC=pandn_xmm_m128
[----------] * pandn 0xf7(%rip), %xmm9 # OPC=pandn_xmm_m128
[----------] * pandn 0xf7(%rip), %xmm9 # OPC=pandn_xmm_m128
[----------] - Starting with OPC = pandn_xmm_xmm
[----------] Seed is 1463511743834105
[----------] * pandn %xmm0, %xmm7 # OPC=pandn_xmm_xmm
[----------] * pandn %xmm8, %xmm12 # OPC=pandn_xmm_xmm
[----------] * pandn %xmm15, %xmm5 # OPC=pandn_xmm_xmm
[----------] * pandn %xmm1, %xmm10 # OPC=pandn_xmm_xmm
[----------] * pandn %xmm6, %xmm8 # OPC=pandn_xmm_xmm
[----------] * pandn %xmm5, %xmm5 # OPC=pandn_xmm_xmm
[----------] * pandn %xmm8, %xmm6 # OPC=pandn_xmm_xmm
[----------] * pandn %xmm4, %xmm15 # OPC=pandn_xmm_xmm
[----------] * pandn %xmm15, %xmm1 # OPC=pandn_xmm_xmm
[----------] * pandn %xmm0, %xmm5 # OPC=pandn_xmm_xmm
[----------] - Starting with OPC = pause
[----------] Seed is 1463511743835582
[----------] * pause # OPC=pause
[----------] * pause # OPC=pause
[----------] * pause # OPC=pause
[----------] * pause # OPC=pause
[----------] * pause # OPC=pause
[----------] * pause # OPC=pause
[----------] * pause # OPC=pause
[----------] * pause # OPC=pause
[----------] * pause # OPC=pause
[----------] * pause # OPC=pause
[----------] - Starting with OPC = pavgb_mm_m64
[----------] Seed is 1463511743836855
[----------] * pavgb (%r11d,%ebx,4), %mm7 # OPC=pavgb_mm_m64
[----------] * pavgb 0x64(%rsp,%rdx,8), %mm2 # OPC=pavgb_mm_m64
[----------] * pavgb -0x7(%r11d,%ebx,4), %mm3 # OPC=pavgb_mm_m64
[----------] * pavgb 0xf9(%rip), %mm3 # OPC=pavgb_mm_m64
[----------] * pavgb (%rdi,%rcx,1), %mm0 # OPC=pavgb_mm_m64
[----------] * pavgb 0xf9(%rip), %mm3 # OPC=pavgb_mm_m64
[----------] * pavgb (%r11d), %mm0 # OPC=pavgb_mm_m64
[----------] * pavgb -0x10(,%rdx,2), %mm3 # OPC=pavgb_mm_m64
[----------] * pavgb 0x5dcffff9(%rip), %mm1 # OPC=pavgb_mm_m64
[----------] * pavgb 0xf9(%rip), %mm2 # OPC=pavgb_mm_m64
[----------] - Starting with OPC = pavgb_mm_mm
[----------] Seed is 1463511743838878
[----------] * pavgb %mm4, %mm0 # OPC=pavgb_mm_mm
[----------] * pavgb %mm5, %mm5 # OPC=pavgb_mm_mm
[----------] * pavgb %mm0, %mm3 # OPC=pavgb_mm_mm
[----------] * pavgb %mm1, %mm0 # OPC=pavgb_mm_mm
[----------] * pavgb %mm4, %mm7 # OPC=pavgb_mm_mm
[----------] * pavgb %mm6, %mm3 # OPC=pavgb_mm_mm
[----------] * pavgb %mm4, %mm1 # OPC=pavgb_mm_mm
[----------] * pavgb %mm6, %mm4 # OPC=pavgb_mm_mm
[----------] * pavgb %mm5, %mm5 # OPC=pavgb_mm_mm
[----------] * pavgb %mm6, %mm7 # OPC=pavgb_mm_mm
[----------] - Starting with OPC = pavgb_xmm_m128
[----------] Seed is 1463511743840244
[----------] * pavgb -0x9(%rip), %xmm9 # OPC=pavgb_xmm_m128
[----------] * pavgb 0xf8(%rip), %xmm0 # OPC=pavgb_xmm_m128
[----------] * pavgb -0x9(%rip), %xmm12 # OPC=pavgb_xmm_m128
[----------] * pavgb 0xf8(%rip), %xmm2 # OPC=pavgb_xmm_m128
[----------] * pavgb -0x9(%rip), %xmm15 # OPC=pavgb_xmm_m128
[----------] * pavgb -0x7(%r11d,%ebx,4), %xmm15 # OPC=pavgb_xmm_m128
[----------] * pavgb 0x5dcffff7(%rip), %xmm11 # OPC=pavgb_xmm_m128
[----------] * pavgb (%r11d,%ebx,1), %xmm14 # OPC=pavgb_xmm_m128
[----------] * pavgb 0x5(%r11d,%ebx,1), %xmm1 # OPC=pavgb_xmm_m128
[----------] * pavgb 0x5dcffff8(%rip), %xmm6 # OPC=pavgb_xmm_m128
[----------] - Starting with OPC = pavgb_xmm_xmm
[----------] Seed is 1463511743841649
[----------] * pavgb %xmm13, %xmm15 # OPC=pavgb_xmm_xmm
[----------] * pavgb %xmm12, %xmm15 # OPC=pavgb_xmm_xmm
[----------] * pavgb %xmm11, %xmm6 # OPC=pavgb_xmm_xmm
[----------] * pavgb %xmm7, %xmm7 # OPC=pavgb_xmm_xmm
[----------] * pavgb %xmm1, %xmm13 # OPC=pavgb_xmm_xmm
[----------] * pavgb %xmm7, %xmm4 # OPC=pavgb_xmm_xmm
[----------] * pavgb %xmm14, %xmm15 # OPC=pavgb_xmm_xmm
[----------] * pavgb %xmm7, %xmm3 # OPC=pavgb_xmm_xmm
[----------] * pavgb %xmm13, %xmm0 # OPC=pavgb_xmm_xmm
[----------] * pavgb %xmm2, %xmm8 # OPC=pavgb_xmm_xmm
[----------] - Starting with OPC = pavgw_mm_m64
[----------] Seed is 1463511743843039
[----------] * pavgw 0x5dcffff9(%rip), %mm4 # OPC=pavgw_mm_m64
[----------] * pavgw 0xf9(%rip), %mm4 # OPC=pavgw_mm_m64
[----------] * pavgw 0x7ffffff9(%rip), %mm7 # OPC=pavgw_mm_m64
[----------] * pavgw -0x7(%r11d,%ebx,4), %mm1 # OPC=pavgw_mm_m64
[----------] * pavgw 0xf9(%rip), %mm7 # OPC=pavgw_mm_m64
[----------] * pavgw 0xf9(%rip), %mm2 # OPC=pavgw_mm_m64
[----------] * pavgw 0x5dcffff9(%rip), %mm3 # OPC=pavgw_mm_m64
[----------] * pavgw 0x7ffffff9(%rip), %mm3 # OPC=pavgw_mm_m64
[----------] * pavgw 0xf9(%rip), %mm7 # OPC=pavgw_mm_m64
[----------] * pavgw 0x5(%r11d,%ebx,1), %mm7 # OPC=pavgw_mm_m64
[----------] - Starting with OPC = pavgw_mm_mm
[----------] Seed is 1463511743844424
[----------] * pavgw %mm4, %mm3 # OPC=pavgw_mm_mm
[----------] * pavgw %mm3, %mm4 # OPC=pavgw_mm_mm
[----------] * pavgw %mm5, %mm4 # OPC=pavgw_mm_mm
[----------] * pavgw %mm4, %mm7 # OPC=pavgw_mm_mm
[----------] * pavgw %mm3, %mm3 # OPC=pavgw_mm_mm
[----------] * pavgw %mm3, %mm3 # OPC=pavgw_mm_mm
[----------] * pavgw %mm5, %mm4 # OPC=pavgw_mm_mm
[----------] * pavgw %mm0, %mm0 # OPC=pavgw_mm_mm
[----------] * pavgw %mm1, %mm2 # OPC=pavgw_mm_mm
[----------] * pavgw %mm5, %mm2 # OPC=pavgw_mm_mm
[----------] - Starting with OPC = pavgw_xmm_m128
[----------] Seed is 1463511743845616
[----------] * pavgw 0x5dcffff7(%rip), %xmm8 # OPC=pavgw_xmm_m128
[----------] * pavgw -0x9(%rip), %xmm8 # OPC=pavgw_xmm_m128
[----------] * pavgw 0x7ffffff8(%rip), %xmm5 # OPC=pavgw_xmm_m128
[----------] * pavgw (%r11d,%ebx,1), %xmm4 # OPC=pavgw_xmm_m128
[----------] * pavgw 0xf8(%rip), %xmm4 # OPC=pavgw_xmm_m128
[----------] * pavgw -0x8(%rip), %xmm5 # OPC=pavgw_xmm_m128
[----------] * pavgw 0xf8(%rip), %xmm6 # OPC=pavgw_xmm_m128
[----------] * pavgw 0x5dcffff7(%rip), %xmm9 # OPC=pavgw_xmm_m128
[----------] * pavgw (%r11d), %xmm4 # OPC=pavgw_xmm_m128
[----------] * pavgw 0x30(%r11d), %xmm2 # OPC=pavgw_xmm_m128
[----------] - Starting with OPC = pavgw_xmm_xmm
[----------] Seed is 1463511743847094
[----------] * pavgw %xmm12, %xmm0 # OPC=pavgw_xmm_xmm
[----------] * pavgw %xmm12, %xmm14 # OPC=pavgw_xmm_xmm
[----------] * pavgw %xmm13, %xmm13 # OPC=pavgw_xmm_xmm
[----------] * pavgw %xmm13, %xmm7 # OPC=pavgw_xmm_xmm
[----------] * pavgw %xmm3, %xmm3 # OPC=pavgw_xmm_xmm
[----------] * pavgw %xmm6, %xmm13 # OPC=pavgw_xmm_xmm
[----------] * pavgw %xmm10, %xmm15 # OPC=pavgw_xmm_xmm
[----------] * pavgw %xmm10, %xmm11 # OPC=pavgw_xmm_xmm
[----------] * pavgw %xmm9, %xmm15 # OPC=pavgw_xmm_xmm
[----------] * pavgw %xmm15, %xmm9 # OPC=pavgw_xmm_xmm
[----------] - Starting with OPC = pblendvb_xmm_m128_xmm0
[----------] Seed is 1463511743848509
[----------] * pblendvb %xmm0, -0x10(,%rdx,2), %xmm1 # OPC=pblendvb_xmm_m128_xmm0
[----------] * pblendvb %xmm0, 0x5dcffff7(%rip), %xmm2 # OPC=pblendvb_xmm_m128_xmm0
[----------] * pblendvb %xmm0, 0xf6(%rip), %xmm15 # OPC=pblendvb_xmm_m128_xmm0
[----------] * pblendvb %xmm0, 0x5dcffff7(%rip), %xmm4 # OPC=pblendvb_xmm_m128_xmm0
[----------] * pblendvb %xmm0, 0xf7(%rip), %xmm5 # OPC=pblendvb_xmm_m128_xmm0
[----------] * pblendvb %xmm0, -0xa(%rip), %xmm8 # OPC=pblendvb_xmm_m128_xmm0
[----------] * pblendvb %xmm0, 0x5dcffff7(%rip), %xmm4 # OPC=pblendvb_xmm_m128_xmm0
[----------] * pblendvb %xmm0, 0x5dcffff7(%rip), %xmm1 # OPC=pblendvb_xmm_m128_xmm0
[----------] * pblendvb %xmm0, 0x7ffffff7(%rip), %xmm3 # OPC=pblendvb_xmm_m128_xmm0
[----------] * pblendvb %xmm0, 0xf6(%rip), %xmm13 # OPC=pblendvb_xmm_m128_xmm0
[----------] - Starting with OPC = pblendvb_xmm_xmm_xmm0
[----------] Seed is 1463511743850294
[----------] * pblendvb %xmm0, %xmm14, %xmm5 # OPC=pblendvb_xmm_xmm_xmm0
[----------] * pblendvb %xmm0, %xmm14, %xmm8 # OPC=pblendvb_xmm_xmm_xmm0
[----------] * pblendvb %xmm0, %xmm2, %xmm8 # OPC=pblendvb_xmm_xmm_xmm0
[----------] * pblendvb %xmm0, %xmm15, %xmm2 # OPC=pblendvb_xmm_xmm_xmm0
[----------] * pblendvb %xmm0, %xmm15, %xmm14 # OPC=pblendvb_xmm_xmm_xmm0
[----------] * pblendvb %xmm0, %xmm7, %xmm7 # OPC=pblendvb_xmm_xmm_xmm0
[----------] * pblendvb %xmm0, %xmm15, %xmm5 # OPC=pblendvb_xmm_xmm_xmm0
[----------] * pblendvb %xmm0, %xmm5, %xmm3 # OPC=pblendvb_xmm_xmm_xmm0
[----------] * pblendvb %xmm0, %xmm13, %xmm4 # OPC=pblendvb_xmm_xmm_xmm0
[----------] * pblendvb %xmm0, %xmm11, %xmm2 # OPC=pblendvb_xmm_xmm_xmm0
[----------] - Starting with OPC = pblendw_xmm_m128_imm8
[----------] Seed is 1463511743851901
[----------] * pblendw $0xfe, 0x5dcffff6(%rip), %xmm0 # OPC=pblendw_xmm_m128_imm8
[----------] * pblendw $0x80, -0x64(%rax,%rcx,4), %xmm2 # OPC=pblendw_xmm_m128_imm8
[----------] * pblendw $0x2, (%r11d,%ebx,1), %xmm1 # OPC=pblendw_xmm_m128_imm8
[----------] * pblendw $0xf8, 0x7ffffff5(%rip), %xmm9 # OPC=pblendw_xmm_m128_imm8
[----------] * pblendw $0x0, 0xf5(%rip), %xmm14 # OPC=pblendw_xmm_m128_imm8
[----------] * pblendw $0xfe, 0x16(%r8), %xmm0 # OPC=pblendw_xmm_m128_imm8
[----------] * pblendw $0xfd, 0xf5(%rip), %xmm14 # OPC=pblendw_xmm_m128_imm8
[----------] * pblendw $0xfd, 0xf6(%rip), %xmm3 # OPC=pblendw_xmm_m128_imm8
[----------] * pblendw $0x22, 0xf5(%rip), %xmm8 # OPC=pblendw_xmm_m128_imm8
[----------] * pblendw $0x64, (%r11d,%ebx,1), %xmm11 # OPC=pblendw_xmm_m128_imm8
[----------] - Starting with OPC = pblendw_xmm_xmm_imm8
[----------] Seed is 1463511743853464
[----------] * pblendw $0xfa, %xmm11, %xmm8 # OPC=pblendw_xmm_xmm_imm8
[----------] * pblendw $0x60, %xmm3, %xmm15 # OPC=pblendw_xmm_xmm_imm8
[----------] * pblendw $0xfd, %xmm2, %xmm4 # OPC=pblendw_xmm_xmm_imm8
[----------] * pblendw $0x70, %xmm14, %xmm3 # OPC=pblendw_xmm_xmm_imm8
[----------] * pblendw $0xff, %xmm14, %xmm9 # OPC=pblendw_xmm_xmm_imm8
[----------] * pblendw $0xfd, %xmm12, %xmm10 # OPC=pblendw_xmm_xmm_imm8
[----------] * pblendw $0x4, %xmm8, %xmm5 # OPC=pblendw_xmm_xmm_imm8
[----------] * pblendw $0x60, %xmm13, %xmm0 # OPC=pblendw_xmm_xmm_imm8
[----------] * pblendw $0x22, %xmm15, %xmm1 # OPC=pblendw_xmm_xmm_imm8
[----------] * pblendw $0x80, %xmm6, %xmm10 # OPC=pblendw_xmm_xmm_imm8
[----------] - Starting with OPC = pclmulqdq_xmm_m128_imm8
[----------] Seed is 1463511743854639
[----------] * pclmulqdq $0x0, -0x10(,%rdx,2), %xmm10 # OPC=pclmulqdq_xmm_m128_imm8
[----------] * pclmulqdq $0xfc, 0x5dcffff6(%rip), %xmm2 # OPC=pclmulqdq_xmm_m128_imm8
[----------] * pclmulqdq $0x80, 0xf5(%rip), %xmm9 # OPC=pclmulqdq_xmm_m128_imm8
[----------] * pclmulqdq $0x22, 0x5dcffff6(%rip), %xmm4 # OPC=pclmulqdq_xmm_m128_imm8
[----------] * pclmulqdq $0x20, 0x5dcffff5(%rip), %xmm8 # OPC=pclmulqdq_xmm_m128_imm8
[----------] * pclmulqdq $0xfb, 0x64(%rsp,%rdx,8), %xmm1 # OPC=pclmulqdq_xmm_m128_imm8
[----------] * pclmulqdq $0x80, -0x30000a(%rip), %xmm8 # OPC=pclmulqdq_xmm_m128_imm8
[----------] * pclmulqdq $0x4, (%r11d,%ebx,4), %xmm13 # OPC=pclmulqdq_xmm_m128_imm8
[----------] * pclmulqdq $0x50, 0x5dcffff5(%rip), %xmm10 # OPC=pclmulqdq_xmm_m128_imm8
[----------] * pclmulqdq $0x4, (%rdi,%rcx,1), %xmm5 # OPC=pclmulqdq_xmm_m128_imm8
[----------] - Starting with OPC = pclmulqdq_xmm_xmm_imm8
[----------] Seed is 1463511743856090
[----------] * pclmulqdq $0xcc, %xmm13, %xmm4 # OPC=pclmulqdq_xmm_xmm_imm8
[----------] * pclmulqdq $0xf8, %xmm15, %xmm14 # OPC=pclmulqdq_xmm_xmm_imm8
[----------] * pclmulqdq $0x10, %xmm1, %xmm5 # OPC=pclmulqdq_xmm_xmm_imm8
[----------] * pclmulqdq $0x40, %xmm0, %xmm2 # OPC=pclmulqdq_xmm_xmm_imm8
[----------] * pclmulqdq $0x7f, %xmm13, %xmm15 # OPC=pclmulqdq_xmm_xmm_imm8
[----------] * pclmulqdq $0xf8, %xmm1, %xmm8 # OPC=pclmulqdq_xmm_xmm_imm8
[----------] * pclmulqdq $0x1, %xmm0, %xmm7 # OPC=pclmulqdq_xmm_xmm_imm8
[----------] * pclmulqdq $0xf8, %xmm5, %xmm15 # OPC=pclmulqdq_xmm_xmm_imm8
[----------] * pclmulqdq $0x80, %xmm0, %xmm3 # OPC=pclmulqdq_xmm_xmm_imm8
[----------] * pclmulqdq $0xd0, %xmm7, %xmm6 # OPC=pclmulqdq_xmm_xmm_imm8
[----------] - Starting with OPC = pcmpeqb_mm_m64
[----------] Seed is 1463511743857519
[----------] * pcmpeqb -0x300006(%rip), %mm5 # OPC=pcmpeqb_mm_m64
[----------] * pcmpeqb (%rax), %mm6 # OPC=pcmpeqb_mm_m64
[----------] * pcmpeqb 0x5dcffff9(%rip), %mm6 # OPC=pcmpeqb_mm_m64
[----------] * pcmpeqb 0x16(%r8), %mm5 # OPC=pcmpeqb_mm_m64
[----------] * pcmpeqb 0x5dcffff9(%rip), %mm7 # OPC=pcmpeqb_mm_m64
[----------] * pcmpeqb -0x7(%r11d,%ebx,4), %mm2 # OPC=pcmpeqb_mm_m64
[----------] * pcmpeqb 0x64(%rdx), %mm1 # OPC=pcmpeqb_mm_m64
[----------] * pcmpeqb 0xf9(%rip), %mm4 # OPC=pcmpeqb_mm_m64
[----------] * pcmpeqb 0x5dcffff9(%rip), %mm6 # OPC=pcmpeqb_mm_m64
[----------] * pcmpeqb 0x64(%rsp,%rdx,8), %mm0 # OPC=pcmpeqb_mm_m64
[----------] - Starting with OPC = pcmpeqb_mm_mm
[----------] Seed is 1463511743858755
[----------] * pcmpeqb %mm4, %mm3 # OPC=pcmpeqb_mm_mm
[----------] * pcmpeqb %mm5, %mm5 # OPC=pcmpeqb_mm_mm
[----------] * pcmpeqb %mm5, %mm7 # OPC=pcmpeqb_mm_mm
[----------] * pcmpeqb %mm7, %mm7 # OPC=pcmpeqb_mm_mm
[----------] * pcmpeqb %mm2, %mm0 # OPC=pcmpeqb_mm_mm
[----------] * pcmpeqb %mm4, %mm3 # OPC=pcmpeqb_mm_mm
[----------] * pcmpeqb %mm1, %mm6 # OPC=pcmpeqb_mm_mm
[----------] * pcmpeqb %mm5, %mm0 # OPC=pcmpeqb_mm_mm
[----------] * pcmpeqb %mm0, %mm0 # OPC=pcmpeqb_mm_mm
[----------] * pcmpeqb %mm3, %mm4 # OPC=pcmpeqb_mm_mm
[----------] - Starting with OPC = pcmpeqb_xmm_m128
[----------] Seed is 1463511743860844
[----------] * pcmpeqb 0x5dcffff8(%rip), %xmm7 # OPC=pcmpeqb_xmm_m128
[----------] * pcmpeqb (%r11d,%ebx,1), %xmm14 # OPC=pcmpeqb_xmm_m128
[----------] * pcmpeqb 0x16(%r8), %xmm11 # OPC=pcmpeqb_xmm_m128
[----------] * pcmpeqb 0x5dcffff7(%rip), %xmm10 # OPC=pcmpeqb_xmm_m128
[----------] * pcmpeqb -0x300007(%rip), %xmm5 # OPC=pcmpeqb_xmm_m128
[----------] * pcmpeqb 0xf7(%rip), %xmm11 # OPC=pcmpeqb_xmm_m128
[----------] * pcmpeqb 0xf7(%rip), %xmm10 # OPC=pcmpeqb_xmm_m128
[----------] * pcmpeqb 0xf8(%rip), %xmm2 # OPC=pcmpeqb_xmm_m128
[----------] * pcmpeqb 0xf7(%rip), %xmm11 # OPC=pcmpeqb_xmm_m128
[----------] * pcmpeqb -0x64(%rax,%rcx,4), %xmm12 # OPC=pcmpeqb_xmm_m128
[----------] - Starting with OPC = pcmpeqb_xmm_xmm
[----------] Seed is 1463511743862047
[----------] * pcmpeqb %xmm15, %xmm8 # OPC=pcmpeqb_xmm_xmm
[----------] * pcmpeqb %xmm14, %xmm14 # OPC=pcmpeqb_xmm_xmm
[----------] * pcmpeqb %xmm6, %xmm2 # OPC=pcmpeqb_xmm_xmm
[----------] * pcmpeqb %xmm1, %xmm6 # OPC=pcmpeqb_xmm_xmm
[----------] * pcmpeqb %xmm14, %xmm10 # OPC=pcmpeqb_xmm_xmm
[----------] * pcmpeqb %xmm2, %xmm0 # OPC=pcmpeqb_xmm_xmm
[----------] * pcmpeqb %xmm3, %xmm10 # OPC=pcmpeqb_xmm_xmm
[----------] * pcmpeqb %xmm0, %xmm7 # OPC=pcmpeqb_xmm_xmm
[----------] * pcmpeqb %xmm11, %xmm3 # OPC=pcmpeqb_xmm_xmm
[----------] * pcmpeqb %xmm3, %xmm13 # OPC=pcmpeqb_xmm_xmm
[----------] - Starting with OPC = pcmpeqd_mm_m64
[----------] Seed is 1463511743863387
[----------] * pcmpeqd (%r11d), %mm4 # OPC=pcmpeqd_mm_m64
[----------] * pcmpeqd (%r11d,%ebx,1), %mm3 # OPC=pcmpeqd_mm_m64
[----------] * pcmpeqd 0x5dcffff9(%rip), %mm6 # OPC=pcmpeqd_mm_m64
[----------] * pcmpeqd 0x5(%r11d,%ebx,1), %mm0 # OPC=pcmpeqd_mm_m64
[----------] * pcmpeqd 0xf9(%rip), %mm0 # OPC=pcmpeqd_mm_m64
[----------] * pcmpeqd -0x7(%r11d,%ebx,4), %mm4 # OPC=pcmpeqd_mm_m64
[----------] * pcmpeqd (%r11d,%ebx,1), %mm1 # OPC=pcmpeqd_mm_m64
[----------] * pcmpeqd 0xf9(%rip), %mm2 # OPC=pcmpeqd_mm_m64
[----------] * pcmpeqd 0x5dcffff9(%rip), %mm1 # OPC=pcmpeqd_mm_m64
[----------] * pcmpeqd 0xf9(%rip), %mm3 # OPC=pcmpeqd_mm_m64
[----------] - Starting with OPC = pcmpeqd_mm_mm
[----------] Seed is 1463511743864854
[----------] * pcmpeqd %mm7, %mm0 # OPC=pcmpeqd_mm_mm
[----------] * pcmpeqd %mm5, %mm4 # OPC=pcmpeqd_mm_mm
[----------] * pcmpeqd %mm5, %mm5 # OPC=pcmpeqd_mm_mm
[----------] * pcmpeqd %mm6, %mm2 # OPC=pcmpeqd_mm_mm
[----------] * pcmpeqd %mm1, %mm1 # OPC=pcmpeqd_mm_mm
[----------] * pcmpeqd %mm6, %mm5 # OPC=pcmpeqd_mm_mm
[----------] * pcmpeqd %mm0, %mm2 # OPC=pcmpeqd_mm_mm
[----------] * pcmpeqd %mm7, %mm7 # OPC=pcmpeqd_mm_mm
[----------] * pcmpeqd %mm2, %mm5 # OPC=pcmpeqd_mm_mm
[----------] * pcmpeqd %mm4, %mm5 # OPC=pcmpeqd_mm_mm
[----------] - Starting with OPC = pcmpeqd_xmm_m128
[----------] Seed is 1463511743866315
[----------] * pcmpeqd (%r11d,%ebx,4), %xmm6 # OPC=pcmpeqd_xmm_m128
[----------] * pcmpeqd -0x7(%r11d,%ebx,4), %xmm4 # OPC=pcmpeqd_xmm_m128
[----------] * pcmpeqd -0x10(,%rdx,2), %xmm7 # OPC=pcmpeqd_xmm_m128
[----------] * pcmpeqd (%r11d,%ebx,4), %xmm6 # OPC=pcmpeqd_xmm_m128
[----------] * pcmpeqd (%r11d,%ebx,1), %xmm14 # OPC=pcmpeqd_xmm_m128
[----------] * pcmpeqd 0x7ffffff8(%rip), %xmm7 # OPC=pcmpeqd_xmm_m128
[----------] * pcmpeqd 0x5dcffff7(%rip), %xmm8 # OPC=pcmpeqd_xmm_m128
[----------] * pcmpeqd 0x64(%rsp,%rdx,8), %xmm8 # OPC=pcmpeqd_xmm_m128
[----------] * pcmpeqd -0x300008(%rip), %xmm12 # OPC=pcmpeqd_xmm_m128
[----------] * pcmpeqd 0x5dcffff7(%rip), %xmm10 # OPC=pcmpeqd_xmm_m128
[----------] - Starting with OPC = pcmpeqd_xmm_xmm
[----------] Seed is 1463511743867910
[----------] * pcmpeqd %xmm13, %xmm2 # OPC=pcmpeqd_xmm_xmm
[----------] * pcmpeqd %xmm10, %xmm0 # OPC=pcmpeqd_xmm_xmm
[----------] * pcmpeqd %xmm9, %xmm0 # OPC=pcmpeqd_xmm_xmm
[----------] * pcmpeqd %xmm9, %xmm6 # OPC=pcmpeqd_xmm_xmm
[----------] * pcmpeqd %xmm12, %xmm3 # OPC=pcmpeqd_xmm_xmm
[----------] * pcmpeqd %xmm6, %xmm0 # OPC=pcmpeqd_xmm_xmm
[----------] * pcmpeqd %xmm12, %xmm14 # OPC=pcmpeqd_xmm_xmm
[----------] * pcmpeqd %xmm2, %xmm15 # OPC=pcmpeqd_xmm_xmm
[----------] * pcmpeqd %xmm3, %xmm7 # OPC=pcmpeqd_xmm_xmm
[----------] * pcmpeqd %xmm3, %xmm12 # OPC=pcmpeqd_xmm_xmm
[----------] - Starting with OPC = pcmpeqq_xmm_m128
[----------] Seed is 1463511743869395
[----------] * pcmpeqq -0x9(%rip), %xmm3 # OPC=pcmpeqq_xmm_m128
[----------] * pcmpeqq 0xf7(%rip), %xmm7 # OPC=pcmpeqq_xmm_m128
[----------] * pcmpeqq -0xa(%rip), %xmm14 # OPC=pcmpeqq_xmm_m128
[----------] * pcmpeqq 0xf7(%rip), %xmm0 # OPC=pcmpeqq_xmm_m128
[----------] * pcmpeqq 0x5dcffff6(%rip), %xmm14 # OPC=pcmpeqq_xmm_m128
[----------] * pcmpeqq (%r11d), %xmm2 # OPC=pcmpeqq_xmm_m128
[----------] * pcmpeqq (%rax), %xmm7 # OPC=pcmpeqq_xmm_m128
[----------] * pcmpeqq 0x7ffffff6(%rip), %xmm15 # OPC=pcmpeqq_xmm_m128
[----------] * pcmpeqq 0x5dcffff7(%rip), %xmm6 # OPC=pcmpeqq_xmm_m128
[----------] * pcmpeqq 0xf6(%rip), %xmm11 # OPC=pcmpeqq_xmm_m128
[----------] - Starting with OPC = pcmpeqq_xmm_xmm
[----------] Seed is 1463511743871057
[----------] * pcmpeqq %xmm9, %xmm11 # OPC=pcmpeqq_xmm_xmm
[----------] * pcmpeqq %xmm3, %xmm3 # OPC=pcmpeqq_xmm_xmm
[----------] * pcmpeqq %xmm4, %xmm2 # OPC=pcmpeqq_xmm_xmm
[----------] * pcmpeqq %xmm2, %xmm5 # OPC=pcmpeqq_xmm_xmm
[----------] * pcmpeqq %xmm6, %xmm6 # OPC=pcmpeqq_xmm_xmm
[----------] * pcmpeqq %xmm9, %xmm13 # OPC=pcmpeqq_xmm_xmm
[----------] * pcmpeqq %xmm3, %xmm12 # OPC=pcmpeqq_xmm_xmm
[----------] * pcmpeqq %xmm9, %xmm11 # OPC=pcmpeqq_xmm_xmm
[----------] * pcmpeqq %xmm13, %xmm8 # OPC=pcmpeqq_xmm_xmm
[----------] * pcmpeqq %xmm15, %xmm1 # OPC=pcmpeqq_xmm_xmm
[----------] - Starting with OPC = pcmpeqw_mm_m64
[----------] Seed is 1463511743872130
[----------] * pcmpeqw 0x5dcffff9(%rip), %mm2 # OPC=pcmpeqw_mm_m64
[----------] * pcmpeqw 0x5dcffff9(%rip), %mm6 # OPC=pcmpeqw_mm_m64
[----------] * pcmpeqw -0x10(,%rdx,2), %mm5 # OPC=pcmpeqw_mm_m64
[----------] * pcmpeqw 0x64(%rdx), %mm5 # OPC=pcmpeqw_mm_m64
[----------] * pcmpeqw 0xf9(%rip), %mm2 # OPC=pcmpeqw_mm_m64
[----------] * pcmpeqw -0x10(,%rdx,2), %mm0 # OPC=pcmpeqw_mm_m64
[----------] * pcmpeqw 0xf9(%rip), %mm3 # OPC=pcmpeqw_mm_m64
[----------] * pcmpeqw 0xf9(%rip), %mm6 # OPC=pcmpeqw_mm_m64
[----------] * pcmpeqw 0x5(%r11d,%ebx,1), %mm5 # OPC=pcmpeqw_mm_m64
[----------] * pcmpeqw 0x5dcffff9(%rip), %mm3 # OPC=pcmpeqw_mm_m64
[----------] - Starting with OPC = pcmpeqw_mm_mm
[----------] Seed is 1463511743873519
[----------] * pcmpeqw %mm4, %mm5 # OPC=pcmpeqw_mm_mm
[----------] * pcmpeqw %mm6, %mm6 # OPC=pcmpeqw_mm_mm
[----------] * pcmpeqw %mm6, %mm6 # OPC=pcmpeqw_mm_mm
[----------] * pcmpeqw %mm7, %mm5 # OPC=pcmpeqw_mm_mm
[----------] * pcmpeqw %mm3, %mm7 # OPC=pcmpeqw_mm_mm
[----------] * pcmpeqw %mm2, %mm4 # OPC=pcmpeqw_mm_mm
[----------] * pcmpeqw %mm1, %mm1 # OPC=pcmpeqw_mm_mm
[----------] * pcmpeqw %mm2, %mm3 # OPC=pcmpeqw_mm_mm
[----------] * pcmpeqw %mm2, %mm0 # OPC=pcmpeqw_mm_mm
[----------] * pcmpeqw %mm7, %mm2 # OPC=pcmpeqw_mm_mm
[----------] - Starting with OPC = pcmpeqw_xmm_m128
[----------] Seed is 1463511743875237
[----------] * pcmpeqw (%r11d,%ebx,4), %xmm5 # OPC=pcmpeqw_xmm_m128
[----------] * pcmpeqw 0xf8(%rip), %xmm6 # OPC=pcmpeqw_xmm_m128
[----------] * pcmpeqw 0x64(%rdx), %xmm13 # OPC=pcmpeqw_xmm_m128
[----------] * pcmpeqw 0xf7(%rip), %xmm14 # OPC=pcmpeqw_xmm_m128
[----------] * pcmpeqw 0xf7(%rip), %xmm13 # OPC=pcmpeqw_xmm_m128
[----------] * pcmpeqw 0xf8(%rip), %xmm1 # OPC=pcmpeqw_xmm_m128
[----------] * pcmpeqw (%r11d,%ebx,4), %xmm7 # OPC=pcmpeqw_xmm_m128
[----------] * pcmpeqw (%r11d,%ebx,4), %xmm14 # OPC=pcmpeqw_xmm_m128
[----------] * pcmpeqw 0x5dcffff8(%rip), %xmm1 # OPC=pcmpeqw_xmm_m128
[----------] * pcmpeqw 0x5dcffff7(%rip), %xmm8 # OPC=pcmpeqw_xmm_m128
[----------] - Starting with OPC = pcmpeqw_xmm_xmm
[----------] Seed is 1463511743876956
[----------] * pcmpeqw %xmm6, %xmm14 # OPC=pcmpeqw_xmm_xmm
[----------] * pcmpeqw %xmm6, %xmm0 # OPC=pcmpeqw_xmm_xmm
[----------] * pcmpeqw %xmm12, %xmm1 # OPC=pcmpeqw_xmm_xmm
[----------] * pcmpeqw %xmm2, %xmm3 # OPC=pcmpeqw_xmm_xmm
[----------] * pcmpeqw %xmm2, %xmm7 # OPC=pcmpeqw_xmm_xmm
[----------] * pcmpeqw %xmm1, %xmm1 # OPC=pcmpeqw_xmm_xmm
[----------] * pcmpeqw %xmm7, %xmm3 # OPC=pcmpeqw_xmm_xmm
[----------] * pcmpeqw %xmm1, %xmm13 # OPC=pcmpeqw_xmm_xmm
[----------] * pcmpeqw %xmm5, %xmm4 # OPC=pcmpeqw_xmm_xmm
[----------] * pcmpeqw %xmm4, %xmm15 # OPC=pcmpeqw_xmm_xmm
[----------] - Starting with OPC = pcmpestri_xmm_m128_imm8
[----------] Seed is 1463511743878040
[----------] * pcmpestri $0x40, 0xf5(%rip), %xmm9 # OPC=pcmpestri_xmm_m128_imm8
[----------] * pcmpestri $0xc0, 0x5dcffff6(%rip), %xmm7 # OPC=pcmpestri_xmm_m128_imm8
[----------] * pcmpestri $0xc0, 0x5dcffff6(%rip), %xmm1 # OPC=pcmpestri_xmm_m128_imm8
[----------] * pcmpestri $0xd0, -0xb(%rip), %xmm13 # OPC=pcmpestri_xmm_m128_imm8
[----------] * pcmpestri $0x0, 0x5dcffff5(%rip), %xmm9 # OPC=pcmpestri_xmm_m128_imm8
[----------] * pcmpestri $0x1, 0xf5(%rip), %xmm13 # OPC=pcmpestri_xmm_m128_imm8
[----------] * pcmpestri $0xff, 0x5dcffff6(%rip), %xmm7 # OPC=pcmpestri_xmm_m128_imm8
[----------] * pcmpestri $0xe0, 0xf5(%rip), %xmm13 # OPC=pcmpestri_xmm_m128_imm8
[----------] * pcmpestri $0xff, 0xf5(%rip), %xmm11 # OPC=pcmpestri_xmm_m128_imm8
[----------] * pcmpestri $0xff, (%rdi,%rcx,1), %xmm14 # OPC=pcmpestri_xmm_m128_imm8
[----------] - Starting with OPC = pcmpestri_xmm_xmm_imm8
[----------] Seed is 1463511743879422
[----------] * pcmpestri $0x88, %xmm15, %xmm5 # OPC=pcmpestri_xmm_xmm_imm8
[----------] * pcmpestri $0x60, %xmm8, %xmm2 # OPC=pcmpestri_xmm_xmm_imm8
[----------] * pcmpestri $0xf0, %xmm5, %xmm9 # OPC=pcmpestri_xmm_xmm_imm8
[----------] * pcmpestri $0x0, %xmm12, %xmm1 # OPC=pcmpestri_xmm_xmm_imm8
[----------] * pcmpestri $0xfe, %xmm15, %xmm6 # OPC=pcmpestri_xmm_xmm_imm8
[----------] * pcmpestri $0x4, %xmm3, %xmm4 # OPC=pcmpestri_xmm_xmm_imm8
[----------] * pcmpestri $0x0, %xmm14, %xmm1 # OPC=pcmpestri_xmm_xmm_imm8
[----------] * pcmpestri $0x80, %xmm1, %xmm3 # OPC=pcmpestri_xmm_xmm_imm8
[----------] * pcmpestri $0xcc, %xmm14, %xmm3 # OPC=pcmpestri_xmm_xmm_imm8
[----------] * pcmpestri $0xff, %xmm5, %xmm11 # OPC=pcmpestri_xmm_xmm_imm8
[----------] - Starting with OPC = pcmpestrm_xmm_m128_imm8
[----------] Seed is 1463511743880773
[----------] * pcmpestrm $0x2, 0x5dcffff5(%rip), %xmm13 # OPC=pcmpestrm_xmm_m128_imm8
[----------] * pcmpestrm $0x10, (%r11d,%ebx,4), %xmm0 # OPC=pcmpestrm_xmm_m128_imm8
[----------] * pcmpestrm $0xf0, -0xb(%rip), %xmm13 # OPC=pcmpestrm_xmm_m128_imm8
[----------] * pcmpestrm $0xff, -0xa(%rip), %xmm2 # OPC=pcmpestrm_xmm_m128_imm8
[----------] * pcmpestrm $0x80, -0xb(%rip), %xmm11 # OPC=pcmpestrm_xmm_m128_imm8
[----------] * pcmpestrm $0xf0, -0x7(%r11d,%ebx,4), %xmm7 # OPC=pcmpestrm_xmm_m128_imm8
[----------] * pcmpestrm $0x1, 0xf6(%rip), %xmm4 # OPC=pcmpestrm_xmm_m128_imm8
[----------] * pcmpestrm $0xff, -0x10(,%rdx,2), %xmm5 # OPC=pcmpestrm_xmm_m128_imm8
[----------] * pcmpestrm $0x22, 0x5dcffff5(%rip), %xmm8 # OPC=pcmpestrm_xmm_m128_imm8
[----------] * pcmpestrm $0x22, 0x5dcffff5(%rip), %xmm8 # OPC=pcmpestrm_xmm_m128_imm8
[----------] - Starting with OPC = pcmpestrm_xmm_xmm_imm8
[----------] Seed is 1463511743882101
[----------] * pcmpestrm $0xfc, %xmm6, %xmm12 # OPC=pcmpestrm_xmm_xmm_imm8
[----------] * pcmpestrm $0xfc, %xmm14, %xmm5 # OPC=pcmpestrm_xmm_xmm_imm8
[----------] * pcmpestrm $0xde, %xmm0, %xmm12 # OPC=pcmpestrm_xmm_xmm_imm8
[----------] * pcmpestrm $0x0, %xmm0, %xmm11 # OPC=pcmpestrm_xmm_xmm_imm8
[----------] * pcmpestrm $0x7, %xmm10, %xmm2 # OPC=pcmpestrm_xmm_xmm_imm8
[----------] * pcmpestrm $0x64, %xmm8, %xmm11 # OPC=pcmpestrm_xmm_xmm_imm8
[----------] * pcmpestrm $0x44, %xmm1, %xmm8 # OPC=pcmpestrm_xmm_xmm_imm8
[----------] * pcmpestrm $0x80, %xmm7, %xmm11 # OPC=pcmpestrm_xmm_xmm_imm8
[----------] * pcmpestrm $0xe0, %xmm0, %xmm7 # OPC=pcmpestrm_xmm_xmm_imm8
[----------] * pcmpestrm $0x0, %xmm9, %xmm0 # OPC=pcmpestrm_xmm_xmm_imm8
[----------] - Starting with OPC = pcmpgtb_mm_m64
[----------] Seed is 1463511743883899
[----------] * pcmpgtb 0x5dcffff9(%rip), %mm7 # OPC=pcmpgtb_mm_m64
[----------] * pcmpgtb 0xf9(%rip), %mm7 # OPC=pcmpgtb_mm_m64
[----------] * pcmpgtb -0x64(%rax,%rcx,4), %mm3 # OPC=pcmpgtb_mm_m64
[----------] * pcmpgtb -0x7(%r11d,%ebx,4), %mm6 # OPC=pcmpgtb_mm_m64
[----------] * pcmpgtb 0x7ffffff9(%rip), %mm6 # OPC=pcmpgtb_mm_m64
[----------] * pcmpgtb 0xf9(%rip), %mm3 # OPC=pcmpgtb_mm_m64
[----------] * pcmpgtb 0x30(%r11d), %mm1 # OPC=pcmpgtb_mm_m64
[----------] * pcmpgtb 0xf9(%rip), %mm1 # OPC=pcmpgtb_mm_m64
[----------] * pcmpgtb 0xf9(%rip), %mm6 # OPC=pcmpgtb_mm_m64
[----------] * pcmpgtb 0x5dcffff9(%rip), %mm6 # OPC=pcmpgtb_mm_m64
[----------] - Starting with OPC = pcmpgtb_mm_mm
[----------] Seed is 1463511743885573
[----------] * pcmpgtb %mm6, %mm5 # OPC=pcmpgtb_mm_mm
[----------] * pcmpgtb %mm5, %mm0 # OPC=pcmpgtb_mm_mm
[----------] * pcmpgtb %mm5, %mm1 # OPC=pcmpgtb_mm_mm
[----------] * pcmpgtb %mm2, %mm4 # OPC=pcmpgtb_mm_mm
[----------] * pcmpgtb %mm2, %mm3 # OPC=pcmpgtb_mm_mm
[----------] * pcmpgtb %mm5, %mm0 # OPC=pcmpgtb_mm_mm
[----------] * pcmpgtb %mm3, %mm7 # OPC=pcmpgtb_mm_mm
[----------] * pcmpgtb %mm7, %mm5 # OPC=pcmpgtb_mm_mm
[----------] * pcmpgtb %mm0, %mm5 # OPC=pcmpgtb_mm_mm
[----------] * pcmpgtb %mm5, %mm0 # OPC=pcmpgtb_mm_mm
[----------] - Starting with OPC = pcmpgtb_xmm_m128
[----------] Seed is 1463511743886547
[----------] * pcmpgtb (%r11d,%ebx,4), %xmm3 # OPC=pcmpgtb_xmm_m128
[----------] * pcmpgtb 0xf8(%rip), %xmm2 # OPC=pcmpgtb_xmm_m128
[----------] * pcmpgtb 0xf7(%rip), %xmm14 # OPC=pcmpgtb_xmm_m128
[----------] * pcmpgtb -0x8(%rip), %xmm1 # OPC=pcmpgtb_xmm_m128
[----------] * pcmpgtb 0xf8(%rip), %xmm2 # OPC=pcmpgtb_xmm_m128
[----------] * pcmpgtb 0xf8(%rip), %xmm6 # OPC=pcmpgtb_xmm_m128
[----------] * pcmpgtb (%rax), %xmm4 # OPC=pcmpgtb_xmm_m128
[----------] * pcmpgtb 0x16(%r8), %xmm10 # OPC=pcmpgtb_xmm_m128
[----------] * pcmpgtb (%r11d,%ebx,1), %xmm4 # OPC=pcmpgtb_xmm_m128
[----------] * pcmpgtb -0x10(,%rdx,2), %xmm9 # OPC=pcmpgtb_xmm_m128
[----------] - Starting with OPC = pcmpgtb_xmm_xmm
[----------] Seed is 1463511743887807
[----------] * pcmpgtb %xmm8, %xmm5 # OPC=pcmpgtb_xmm_xmm
[----------] * pcmpgtb %xmm6, %xmm11 # OPC=pcmpgtb_xmm_xmm
[----------] * pcmpgtb %xmm0, %xmm1 # OPC=pcmpgtb_xmm_xmm
[----------] * pcmpgtb %xmm5, %xmm13 # OPC=pcmpgtb_xmm_xmm
[----------] * pcmpgtb %xmm15, %xmm5 # OPC=pcmpgtb_xmm_xmm
[----------] * pcmpgtb %xmm8, %xmm9 # OPC=pcmpgtb_xmm_xmm
[----------] * pcmpgtb %xmm6, %xmm4 # OPC=pcmpgtb_xmm_xmm
[----------] * pcmpgtb %xmm0, %xmm11 # OPC=pcmpgtb_xmm_xmm
[----------] * pcmpgtb %xmm12, %xmm8 # OPC=pcmpgtb_xmm_xmm
[----------] * pcmpgtb %xmm2, %xmm9 # OPC=pcmpgtb_xmm_xmm
[----------] - Starting with OPC = pcmpgtd_mm_m64
[----------] Seed is 1463511743889640
[----------] * pcmpgtd 0x64(%rsp,%rdx,8), %mm7 # OPC=pcmpgtd_mm_m64
[----------] * pcmpgtd 0xf9(%rip), %mm0 # OPC=pcmpgtd_mm_m64
[----------] * pcmpgtd 0x5(%r11d,%ebx,1), %mm2 # OPC=pcmpgtd_mm_m64
[----------] * pcmpgtd (%r11d,%ebx,1), %mm6 # OPC=pcmpgtd_mm_m64
[----------] * pcmpgtd 0x5dcffff9(%rip), %mm7 # OPC=pcmpgtd_mm_m64
[----------] * pcmpgtd 0xf9(%rip), %mm7 # OPC=pcmpgtd_mm_m64
[----------] * pcmpgtd 0xf9(%rip), %mm3 # OPC=pcmpgtd_mm_m64
[----------] * pcmpgtd 0xf9(%rip), %mm6 # OPC=pcmpgtd_mm_m64
[----------] * pcmpgtd 0x5dcffff9(%rip), %mm6 # OPC=pcmpgtd_mm_m64
[----------] * pcmpgtd (%r11d,%ebx,4), %mm6 # OPC=pcmpgtd_mm_m64
[----------] - Starting with OPC = pcmpgtd_mm_mm
[----------] Seed is 1463511743891051
[----------] * pcmpgtd %mm7, %mm3 # OPC=pcmpgtd_mm_mm
[----------] * pcmpgtd %mm5, %mm3 # OPC=pcmpgtd_mm_mm
[----------] * pcmpgtd %mm0, %mm4 # OPC=pcmpgtd_mm_mm
[----------] * pcmpgtd %mm6, %mm1 # OPC=pcmpgtd_mm_mm
[----------] * pcmpgtd %mm1, %mm5 # OPC=pcmpgtd_mm_mm
[----------] * pcmpgtd %mm5, %mm6 # OPC=pcmpgtd_mm_mm
[----------] * pcmpgtd %mm4, %mm5 # OPC=pcmpgtd_mm_mm
[----------] * pcmpgtd %mm6, %mm5 # OPC=pcmpgtd_mm_mm
[----------] * pcmpgtd %mm2, %mm2 # OPC=pcmpgtd_mm_mm
[----------] * pcmpgtd %mm0, %mm7 # OPC=pcmpgtd_mm_mm
[----------] - Starting with OPC = pcmpgtd_xmm_m128
[----------] Seed is 1463511743892173
[----------] * pcmpgtd 0xf8(%rip), %xmm1 # OPC=pcmpgtd_xmm_m128
[----------] * pcmpgtd (%r11d), %xmm2 # OPC=pcmpgtd_xmm_m128
[----------] * pcmpgtd 0xf7(%rip), %xmm11 # OPC=pcmpgtd_xmm_m128
[----------] * pcmpgtd (%r11d,%ebx,1), %xmm8 # OPC=pcmpgtd_xmm_m128
[----------] * pcmpgtd (%rax), %xmm8 # OPC=pcmpgtd_xmm_m128
[----------] * pcmpgtd 0x64(%rsp,%rdx,8), %xmm8 # OPC=pcmpgtd_xmm_m128
[----------] * pcmpgtd 0xf7(%rip), %xmm11 # OPC=pcmpgtd_xmm_m128
[----------] * pcmpgtd 0x5dcffff7(%rip), %xmm9 # OPC=pcmpgtd_xmm_m128
[----------] * pcmpgtd (%r11d,%ebx,4), %xmm13 # OPC=pcmpgtd_xmm_m128
[----------] * pcmpgtd 0xf7(%rip), %xmm11 # OPC=pcmpgtd_xmm_m128
[----------] - Starting with OPC = pcmpgtd_xmm_xmm
[----------] Seed is 1463511743893579
[----------] * pcmpgtd %xmm13, %xmm8 # OPC=pcmpgtd_xmm_xmm
[----------] * pcmpgtd %xmm6, %xmm6 # OPC=pcmpgtd_xmm_xmm
[----------] * pcmpgtd %xmm5, %xmm8 # OPC=pcmpgtd_xmm_xmm
[----------] * pcmpgtd %xmm7, %xmm2 # OPC=pcmpgtd_xmm_xmm
[----------] * pcmpgtd %xmm8, %xmm4 # OPC=pcmpgtd_xmm_xmm
[----------] * pcmpgtd %xmm0, %xmm15 # OPC=pcmpgtd_xmm_xmm
[----------] * pcmpgtd %xmm4, %xmm6 # OPC=pcmpgtd_xmm_xmm
[----------] * pcmpgtd %xmm6, %xmm14 # OPC=pcmpgtd_xmm_xmm
[----------] * pcmpgtd %xmm3, %xmm6 # OPC=pcmpgtd_xmm_xmm
[----------] * pcmpgtd %xmm5, %xmm11 # OPC=pcmpgtd_xmm_xmm
[----------] - Starting with OPC = pcmpgtq_xmm_m128
[----------] Seed is 1463511743895343
[----------] * pcmpgtq 0x64(%rdx), %xmm4 # OPC=pcmpgtq_xmm_m128
[----------] * pcmpgtq 0x5dcffff6(%rip), %xmm8 # OPC=pcmpgtq_xmm_m128
[----------] * pcmpgtq 0x5dcffff6(%rip), %xmm8 # OPC=pcmpgtq_xmm_m128
[----------] * pcmpgtq -0x10(,%rdx,2), %xmm9 # OPC=pcmpgtq_xmm_m128
[----------] * pcmpgtq 0x30(%r11d), %xmm2 # OPC=pcmpgtq_xmm_m128
[----------] * pcmpgtq 0xf6(%rip), %xmm11 # OPC=pcmpgtq_xmm_m128
[----------] * pcmpgtq 0x5dcffff6(%rip), %xmm11 # OPC=pcmpgtq_xmm_m128
[----------] * pcmpgtq 0x5dcffff7(%rip), %xmm6 # OPC=pcmpgtq_xmm_m128
[----------] * pcmpgtq 0xf6(%rip), %xmm10 # OPC=pcmpgtq_xmm_m128
[----------] * pcmpgtq 0xf7(%rip), %xmm3 # OPC=pcmpgtq_xmm_m128
[----------] - Starting with OPC = pcmpgtq_xmm_xmm
[----------] Seed is 1463511743896718
[----------] * pcmpgtq %xmm12, %xmm8 # OPC=pcmpgtq_xmm_xmm
[----------] * pcmpgtq %xmm13, %xmm4 # OPC=pcmpgtq_xmm_xmm
[----------] * pcmpgtq %xmm2, %xmm5 # OPC=pcmpgtq_xmm_xmm
[----------] * pcmpgtq %xmm4, %xmm14 # OPC=pcmpgtq_xmm_xmm
[----------] * pcmpgtq %xmm8, %xmm7 # OPC=pcmpgtq_xmm_xmm
[----------] * pcmpgtq %xmm12, %xmm15 # OPC=pcmpgtq_xmm_xmm
[----------] * pcmpgtq %xmm15, %xmm4 # OPC=pcmpgtq_xmm_xmm
[----------] * pcmpgtq %xmm14, %xmm14 # OPC=pcmpgtq_xmm_xmm
[----------] * pcmpgtq %xmm4, %xmm11 # OPC=pcmpgtq_xmm_xmm
[----------] * pcmpgtq %xmm3, %xmm12 # OPC=pcmpgtq_xmm_xmm
[----------] - Starting with OPC = pcmpgtw_mm_m64
[----------] Seed is 1463511743897992
[----------] * pcmpgtw 0x5dcffff9(%rip), %mm1 # OPC=pcmpgtw_mm_m64
[----------] * pcmpgtw 0x64(%rdx), %mm4 # OPC=pcmpgtw_mm_m64
[----------] * pcmpgtw 0xf9(%rip), %mm1 # OPC=pcmpgtw_mm_m64
[----------] * pcmpgtw 0x5dcffff9(%rip), %mm7 # OPC=pcmpgtw_mm_m64
[----------] * pcmpgtw 0x5dcffff9(%rip), %mm7 # OPC=pcmpgtw_mm_m64
[----------] * pcmpgtw 0x16(%r8), %mm7 # OPC=pcmpgtw_mm_m64
[----------] * pcmpgtw 0xf9(%rip), %mm4 # OPC=pcmpgtw_mm_m64
[----------] * pcmpgtw -0x300006(%rip), %mm6 # OPC=pcmpgtw_mm_m64
[----------] * pcmpgtw 0x5dcffff9(%rip), %mm2 # OPC=pcmpgtw_mm_m64
[----------] * pcmpgtw 0x5dcffff9(%rip), %mm3 # OPC=pcmpgtw_mm_m64
[----------] - Starting with OPC = pcmpgtw_mm_mm
[----------] Seed is 1463511743899514
[----------] * pcmpgtw %mm1, %mm4 # OPC=pcmpgtw_mm_mm
[----------] * pcmpgtw %mm2, %mm6 # OPC=pcmpgtw_mm_mm
[----------] * pcmpgtw %mm2, %mm7 # OPC=pcmpgtw_mm_mm
[----------] * pcmpgtw %mm4, %mm6 # OPC=pcmpgtw_mm_mm
[----------] * pcmpgtw %mm2, %mm7 # OPC=pcmpgtw_mm_mm
[----------] * pcmpgtw %mm5, %mm7 # OPC=pcmpgtw_mm_mm
[----------] * pcmpgtw %mm2, %mm7 # OPC=pcmpgtw_mm_mm
[----------] * pcmpgtw %mm4, %mm1 # OPC=pcmpgtw_mm_mm
[----------] * pcmpgtw %mm1, %mm0 # OPC=pcmpgtw_mm_mm
[----------] * pcmpgtw %mm7, %mm0 # OPC=pcmpgtw_mm_mm
[----------] - Starting with OPC = pcmpgtw_xmm_m128
[----------] Seed is 1463511743901164
[----------] * pcmpgtw 0xf7(%rip), %xmm15 # OPC=pcmpgtw_xmm_m128
[----------] * pcmpgtw 0x5dcffff7(%rip), %xmm11 # OPC=pcmpgtw_xmm_m128
[----------] * pcmpgtw 0xf8(%rip), %xmm1 # OPC=pcmpgtw_xmm_m128
[----------] * pcmpgtw -0x7(%r11d,%ebx,4), %xmm12 # OPC=pcmpgtw_xmm_m128
[----------] * pcmpgtw 0x5dcffff7(%rip), %xmm12 # OPC=pcmpgtw_xmm_m128
[----------] * pcmpgtw 0x5dcffff8(%rip), %xmm6 # OPC=pcmpgtw_xmm_m128
[----------] * pcmpgtw 0xf7(%rip), %xmm8 # OPC=pcmpgtw_xmm_m128
[----------] * pcmpgtw 0xf8(%rip), %xmm2 # OPC=pcmpgtw_xmm_m128
[----------] * pcmpgtw -0x300007(%rip), %xmm5 # OPC=pcmpgtw_xmm_m128
[----------] * pcmpgtw 0xf7(%rip), %xmm15 # OPC=pcmpgtw_xmm_m128
[----------] - Starting with OPC = pcmpgtw_xmm_xmm
[----------] Seed is 1463511743902519
[----------] * pcmpgtw %xmm12, %xmm12 # OPC=pcmpgtw_xmm_xmm
[----------] * pcmpgtw %xmm12, %xmm9 # OPC=pcmpgtw_xmm_xmm
[----------] * pcmpgtw %xmm2, %xmm5 # OPC=pcmpgtw_xmm_xmm
[----------] * pcmpgtw %xmm6, %xmm7 # OPC=pcmpgtw_xmm_xmm
[----------] * pcmpgtw %xmm10, %xmm1 # OPC=pcmpgtw_xmm_xmm
[----------] * pcmpgtw %xmm1, %xmm3 # OPC=pcmpgtw_xmm_xmm
[----------] * pcmpgtw %xmm12, %xmm11 # OPC=pcmpgtw_xmm_xmm
[----------] * pcmpgtw %xmm1, %xmm12 # OPC=pcmpgtw_xmm_xmm
[----------] * pcmpgtw %xmm13, %xmm9 # OPC=pcmpgtw_xmm_xmm
[----------] * pcmpgtw %xmm5, %xmm2 # OPC=pcmpgtw_xmm_xmm
[----------] - Starting with OPC = pcmpistri_xmm_m128_imm8
[----------] Seed is 1463511743903906
[----------] * pcmpistri $0xfc, 0x5dcffff5(%rip), %xmm13 # OPC=pcmpistri_xmm_m128_imm8
[----------] * pcmpistri $0x88, 0x16(%r8), %xmm8 # OPC=pcmpistri_xmm_m128_imm8
[----------] * pcmpistri $0xff, (%r11d,%ebx,1), %xmm14 # OPC=pcmpistri_xmm_m128_imm8
[----------] * pcmpistri $0xff, 0x5dcffff6(%rip), %xmm3 # OPC=pcmpistri_xmm_m128_imm8
[----------] * pcmpistri $0x8, 0x64(%rdx), %xmm7 # OPC=pcmpistri_xmm_m128_imm8
[----------] * pcmpistri $0xde, 0x5dcffff6(%rip), %xmm5 # OPC=pcmpistri_xmm_m128_imm8
[----------] * pcmpistri $0x44, (%r11d), %xmm14 # OPC=pcmpistri_xmm_m128_imm8
[----------] * pcmpistri $0xf0, 0xf6(%rip), %xmm7 # OPC=pcmpistri_xmm_m128_imm8
[----------] * pcmpistri $0x4, 0x30(%r11d), %xmm2 # OPC=pcmpistri_xmm_m128_imm8
[----------] * pcmpistri $0x50, (%r11d,%ebx,4), %xmm7 # OPC=pcmpistri_xmm_m128_imm8
[----------] - Starting with OPC = pcmpistri_xmm_xmm_imm8
[----------] Seed is 1463511743905322
[----------] * pcmpistri $0x64, %xmm13, %xmm0 # OPC=pcmpistri_xmm_xmm_imm8
[----------] * pcmpistri $0x50, %xmm11, %xmm9 # OPC=pcmpistri_xmm_xmm_imm8
[----------] * pcmpistri $0x22, %xmm2, %xmm6 # OPC=pcmpistri_xmm_xmm_imm8
[----------] * pcmpistri $0x20, %xmm8, %xmm8 # OPC=pcmpistri_xmm_xmm_imm8
[----------] * pcmpistri $0x1, %xmm10, %xmm10 # OPC=pcmpistri_xmm_xmm_imm8
[----------] * pcmpistri $0x7f, %xmm6, %xmm11 # OPC=pcmpistri_xmm_xmm_imm8
[----------] * pcmpistri $0x80, %xmm0, %xmm13 # OPC=pcmpistri_xmm_xmm_imm8
[----------] * pcmpistri $0xfe, %xmm6, %xmm8 # OPC=pcmpistri_xmm_xmm_imm8
[----------] * pcmpistri $0x2, %xmm14, %xmm4 # OPC=pcmpistri_xmm_xmm_imm8
[----------] * pcmpistri $0xf0, %xmm13, %xmm14 # OPC=pcmpistri_xmm_xmm_imm8
[----------] - Starting with OPC = pcmpistrm_xmm_m128_imm8
[----------] Seed is 1463511743906732
[----------] * pcmpistrm $0x2, 0x5dcffff5(%rip), %xmm11 # OPC=pcmpistrm_xmm_m128_imm8
[----------] * pcmpistrm $0xfa, 0x5dcffff5(%rip), %xmm13 # OPC=pcmpistrm_xmm_m128_imm8
[----------] * pcmpistrm $0xff, 0x5dcffff5(%rip), %xmm12 # OPC=pcmpistrm_xmm_m128_imm8
[----------] * pcmpistrm $0xfe, 0xf6(%rip), %xmm1 # OPC=pcmpistrm_xmm_m128_imm8
[----------] * pcmpistrm $0xfc, (%r11d), %xmm5 # OPC=pcmpistrm_xmm_m128_imm8
[----------] * pcmpistrm $0xfe, 0xf6(%rip), %xmm7 # OPC=pcmpistrm_xmm_m128_imm8
[----------] * pcmpistrm $0x50, -0xb(%rip), %xmm12 # OPC=pcmpistrm_xmm_m128_imm8
[----------] * pcmpistrm $0xff, (%r11d), %xmm0 # OPC=pcmpistrm_xmm_m128_imm8
[----------] * pcmpistrm $0x6, -0xb(%rip), %xmm10 # OPC=pcmpistrm_xmm_m128_imm8
[----------] * pcmpistrm $0x3, -0x30000a(%rip), %xmm8 # OPC=pcmpistrm_xmm_m128_imm8
[----------] - Starting with OPC = pcmpistrm_xmm_xmm_imm8
[----------] Seed is 1463511743908056
[----------] * pcmpistrm $0x80, %xmm13, %xmm5 # OPC=pcmpistrm_xmm_xmm_imm8
[----------] * pcmpistrm $0xfe, %xmm11, %xmm0 # OPC=pcmpistrm_xmm_xmm_imm8
[----------] * pcmpistrm $0x10, %xmm10, %xmm7 # OPC=pcmpistrm_xmm_xmm_imm8
[----------] * pcmpistrm $0xff, %xmm5, %xmm3 # OPC=pcmpistrm_xmm_xmm_imm8
[----------] * pcmpistrm $0xd0, %xmm2, %xmm13 # OPC=pcmpistrm_xmm_xmm_imm8
[----------] * pcmpistrm $0x64, %xmm6, %xmm15 # OPC=pcmpistrm_xmm_xmm_imm8
[----------] * pcmpistrm $0x10, %xmm5, %xmm3 # OPC=pcmpistrm_xmm_xmm_imm8
[----------] * pcmpistrm $0xfd, %xmm13, %xmm7 # OPC=pcmpistrm_xmm_xmm_imm8
[----------] * pcmpistrm $0xfe, %xmm7, %xmm0 # OPC=pcmpistrm_xmm_xmm_imm8
[----------] * pcmpistrm $0x0, %xmm13, %xmm8 # OPC=pcmpistrm_xmm_xmm_imm8
[----------] - Starting with OPC = pextrb_m8_xmm_imm8
[----------] Seed is 1463511743909487
[----------] * pextrb $0x1, %xmm9, -0x10(,%rdx,2) # OPC=pextrb_m8_xmm_imm8
[----------] * pextrb $0xfc, %xmm7, 0x5dcffff6(%rip) # OPC=pextrb_m8_xmm_imm8
[----------] * pextrb $0xfc, %xmm2, -0x300009(%rip) # OPC=pextrb_m8_xmm_imm8
[----------] * pextrb $0x5, %xmm15, 0x5dcffff5(%rip) # OPC=pextrb_m8_xmm_imm8
[----------] * pextrb $0x80, %xmm12, 0xf5(%rip) # OPC=pextrb_m8_xmm_imm8
[----------] * pextrb $0x5, %xmm4, (%rax) # OPC=pextrb_m8_xmm_imm8
[----------] * pextrb $0x50, %xmm9, 0x5dcffff5(%rip) # OPC=pextrb_m8_xmm_imm8
[----------] * pextrb $0x80, %xmm12, -0xb(%rip) # OPC=pextrb_m8_xmm_imm8
[----------] * pextrb $0x64, %xmm1, 0xf6(%rip) # OPC=pextrb_m8_xmm_imm8
[----------] * pextrb $0xf8, %xmm4, 0xf6(%rip) # OPC=pextrb_m8_xmm_imm8
[----------] - Starting with OPC = pextrb_r32_xmm_imm8
[----------] Seed is 1463511743911203
[----------] * pextrb $0xe0, %xmm10, %r14d # OPC=pextrb_r32_xmm_imm8
[----------] * pextrb $0xe0, %xmm7, %r9d # OPC=pextrb_r32_xmm_imm8
[----------] * pextrb $0x64, %xmm9, %esp # OPC=pextrb_r32_xmm_imm8
[----------] * pextrb $0xff, %xmm14, %ebp # OPC=pextrb_r32_xmm_imm8
[----------] * pextrb $0x0, %xmm0, %eax # OPC=pextrb_r32_xmm_imm8
[----------] * pextrb $0xfc, %xmm2, %r11d # OPC=pextrb_r32_xmm_imm8
[----------] * pextrb $0x7, %xmm15, %esp # OPC=pextrb_r32_xmm_imm8
[----------] * pextrb $0xd0, %xmm1, %ebx # OPC=pextrb_r32_xmm_imm8
[----------] * pextrb $0xfa, %xmm9, %esi # OPC=pextrb_r32_xmm_imm8
[----------] * pextrb $0x6, %xmm13, %ebx # OPC=pextrb_r32_xmm_imm8
[----------] - Starting with OPC = pextrb_r64_xmm_imm8
[----------] Seed is 1463511743912544
[----------] * pextrb $0x10, %xmm4, %r11 # OPC=pextrb_r64_xmm_imm8
[----------] * pextrb $0xfe, %xmm14, %rdi # OPC=pextrb_r64_xmm_imm8
[----------] * pextrb $0x4, %xmm3, %rdx # OPC=pextrb_r64_xmm_imm8
[----------] * pextrb $0x10, %xmm13, %r14 # OPC=pextrb_r64_xmm_imm8
[----------] * pextrb $0x80, %xmm11, %rdi # OPC=pextrb_r64_xmm_imm8
[----------] * pextrb $0x2, %xmm1, %rcx # OPC=pextrb_r64_xmm_imm8
[----------] * pextrb $0x20, %xmm10, %r8 # OPC=pextrb_r64_xmm_imm8
[----------] * pextrb $0xfe, %xmm11, %r10 # OPC=pextrb_r64_xmm_imm8
[----------] * pextrb $0x8, %xmm14, %r13 # OPC=pextrb_r64_xmm_imm8
[----------] * pextrb $0x2, %xmm5, %rbx # OPC=pextrb_r64_xmm_imm8
[----------] - Starting with OPC = pextrd_m32_xmm_imm8
[----------] Seed is 1463511743913839
[----------] * pextrd $0xfc, %xmm5, 0xf6(%rip) # OPC=pextrd_m32_xmm_imm8
[----------] * pextrd $0xe0, %xmm4, 0xf6(%rip) # OPC=pextrd_m32_xmm_imm8
[----------] * pextrd $0xf0, %xmm9, -0x30000a(%rip) # OPC=pextrd_m32_xmm_imm8
[----------] * pextrd $0x44, %xmm3, (%rax) # OPC=pextrd_m32_xmm_imm8
[----------] * pextrd $0xff, %xmm13, 0x5dcffff5(%rip) # OPC=pextrd_m32_xmm_imm8
[----------] * pextrd $0x20, %xmm7, -0x300009(%rip) # OPC=pextrd_m32_xmm_imm8
[----------] * pextrd $0xff, %xmm7, 0x5dcffff6(%rip) # OPC=pextrd_m32_xmm_imm8
[----------] * pextrd $0xfc, %xmm5, (%r11d) # OPC=pextrd_m32_xmm_imm8
[----------] * pextrd $0xfe, %xmm15, 0x5dcffff5(%rip) # OPC=pextrd_m32_xmm_imm8
[----------] * pextrd $0x7f, %xmm6, 0x5dcffff6(%rip) # OPC=pextrd_m32_xmm_imm8
[----------] - Starting with OPC = pextrd_r32_xmm_imm8
[----------] Seed is 1463511743915212
[----------] * pextrd $0x10, %xmm0, %esi # OPC=pextrd_r32_xmm_imm8
[----------] * pextrd $0xfd, %xmm12, %r15d # OPC=pextrd_r32_xmm_imm8
[----------] * pextrd $0x0, %xmm2, %r12d # OPC=pextrd_r32_xmm_imm8
[----------] * pextrd $0xff, %xmm15, %edx # OPC=pextrd_r32_xmm_imm8
[----------] * pextrd $0x0, %xmm10, %r8d # OPC=pextrd_r32_xmm_imm8
[----------] * pextrd $0x0, %xmm1, %ebp # OPC=pextrd_r32_xmm_imm8
[----------] * pextrd $0x4, %xmm3, %edx # OPC=pextrd_r32_xmm_imm8
[----------] * pextrd $0x60, %xmm3, %r13d # OPC=pextrd_r32_xmm_imm8
[----------] * pextrd $0x10, %xmm2, %eax # OPC=pextrd_r32_xmm_imm8
[----------] * pextrd $0x80, %xmm13, %ecx # OPC=pextrd_r32_xmm_imm8
[----------] - Starting with OPC = pextrq_m64_xmm_imm8
[----------] Seed is 1463511743916559
[----------] * pextrq $0xd0, %xmm5, 0x5dcffff5(%rip) # OPC=pextrq_m64_xmm_imm8
[----------] * pextrq $0x50, %xmm11, 0xf5(%rip) # OPC=pextrq_m64_xmm_imm8
[----------] * pextrq $0x44, %xmm7, 0x5dcffff5(%rip) # OPC=pextrq_m64_xmm_imm8
[----------] * pextrq $0xfa, %xmm6, -0x10(,%rdx,2) # OPC=pextrq_m64_xmm_imm8
[----------] * pextrq $0x1, %xmm0, 0x5dcffff5(%rip) # OPC=pextrq_m64_xmm_imm8
[----------] * pextrq $0xf0, %xmm2, 0x16(%r8) # OPC=pextrq_m64_xmm_imm8
[----------] * pextrq $0x1, %xmm9, -0x7(%r11d,%ebx,4) # OPC=pextrq_m64_xmm_imm8
[----------] * pextrq $0x64, %xmm13, -0x64(%rax,%rcx,4) # OPC=pextrq_m64_xmm_imm8
[----------] * pextrq $0x7f, %xmm1, -0x7(%r11d,%ebx,4) # OPC=pextrq_m64_xmm_imm8
[----------] * pextrq $0x64, %xmm12, 0x5dcffff5(%rip) # OPC=pextrq_m64_xmm_imm8
[----------] - Starting with OPC = pextrq_r64_xmm_imm8
[----------] Seed is 1463511743917622
[----------] * pextrq $0xfa, %xmm7, %r13 # OPC=pextrq_r64_xmm_imm8
[----------] * pextrq $0x0, %xmm13, %r15 # OPC=pextrq_r64_xmm_imm8
[----------] * pextrq $0x7f, %xmm15, %r11 # OPC=pextrq_r64_xmm_imm8
[----------] * pextrq $0xff, %xmm14, %r9 # OPC=pextrq_r64_xmm_imm8
[----------] * pextrq $0x80, %xmm6, %rsp # OPC=pextrq_r64_xmm_imm8
[----------] * pextrq $0x4, %xmm14, %rsi # OPC=pextrq_r64_xmm_imm8
[----------] * pextrq $0xe0, %xmm15, %r10 # OPC=pextrq_r64_xmm_imm8
[----------] * pextrq $0xfc, %xmm15, %r13 # OPC=pextrq_r64_xmm_imm8
[----------] * pextrq $0x1, %xmm4, %rax # OPC=pextrq_r64_xmm_imm8
[----------] * pextrq $0xfe, %xmm15, %rdx # OPC=pextrq_r64_xmm_imm8
[----------] - Starting with OPC = pextrw_m16_xmm_imm8
[----------] Seed is 1463511743918949
[----------] * pextrw $0x70, %xmm9, 0x5dcffff5(%rip) # OPC=pextrw_m16_xmm_imm8
[----------] * pextrw $0xf0, %xmm5, -0x7(%r11d,%ebx,4) # OPC=pextrw_m16_xmm_imm8
[----------] * pextrw $0xfd, %xmm5, -0xa(%rip) # OPC=pextrw_m16_xmm_imm8
[----------] * pextrw $0x1, %xmm10, -0x30000a(%rip) # OPC=pextrw_m16_xmm_imm8
[----------] * pextrw $0xf8, %xmm14, 0x5dcffff5(%rip) # OPC=pextrw_m16_xmm_imm8
[----------] * pextrw $0xc0, %xmm4, (%rax) # OPC=pextrw_m16_xmm_imm8
[----------] * pextrw $0xcc, %xmm12, 0xf5(%rip) # OPC=pextrw_m16_xmm_imm8
[----------] * pextrw $0x7f, %xmm15, (%rax) # OPC=pextrw_m16_xmm_imm8
[----------] * pextrw $0xff, %xmm9, (%rax) # OPC=pextrw_m16_xmm_imm8
[----------] * pextrw $0xff, %xmm4, 0x5dcffff6(%rip) # OPC=pextrw_m16_xmm_imm8
[----------] - Starting with OPC = pextrw_r32_mm_imm8
[----------] Seed is 1463511743920298
[----------] * pextrw $0x0, %mm1, %ecx # OPC=pextrw_r32_mm_imm8
[----------] * pextrw $0xfd, %mm3, %r8d # OPC=pextrw_r32_mm_imm8
[----------] * pextrw $0xff, %mm1, %esp # OPC=pextrw_r32_mm_imm8
[----------] * pextrw $0xf0, %mm1, %r14d # OPC=pextrw_r32_mm_imm8
[----------] * pextrw $0xfc, %mm0, %r13d # OPC=pextrw_r32_mm_imm8
[----------] * pextrw $0xfc, %mm2, %r8d # OPC=pextrw_r32_mm_imm8
[----------] * pextrw $0xfc, %mm1, %eax # OPC=pextrw_r32_mm_imm8
[----------] * pextrw $0x44, %mm7, %r13d # OPC=pextrw_r32_mm_imm8
[----------] * pextrw $0x88, %mm6, %r11d # OPC=pextrw_r32_mm_imm8
[----------] * pextrw $0x44, %mm7, %r14d # OPC=pextrw_r32_mm_imm8
[----------] - Starting with OPC = pextrw_r32_xmm_imm8
[----------] Seed is 1463511743921578
[----------] * pextrw $0x30, %xmm8, %r10d # OPC=pextrw_r32_xmm_imm8
[----------] * pextrw $0xf0, %xmm7, %ecx # OPC=pextrw_r32_xmm_imm8
[----------] * pextrw $0x30, %xmm12, %eax # OPC=pextrw_r32_xmm_imm8
[----------] * pextrw $0xfb, %xmm14, %r10d # OPC=pextrw_r32_xmm_imm8
[----------] * pextrw $0x30, %xmm2, %edi # OPC=pextrw_r32_xmm_imm8
[----------] * pextrw $0xcc, %xmm12, %edi # OPC=pextrw_r32_xmm_imm8
[----------] * pextrw $0xff, %xmm6, %edx # OPC=pextrw_r32_xmm_imm8
[----------] * pextrw $0xfe, %xmm4, %r14d # OPC=pextrw_r32_xmm_imm8
[----------] * pextrw $0x10, %xmm12, %r8d # OPC=pextrw_r32_xmm_imm8
[----------] * pextrw $0xf9, %xmm12, %esi # OPC=pextrw_r32_xmm_imm8
[----------] - Starting with OPC = pextrw_r32_xmm_imm8_1
[----------] Seed is 1463511743923718
[----------] * pextrw $0xff, %xmm5, %r15d # OPC=pextrw_r32_xmm_imm8_1
[----------] * pextrw $0xff, %xmm12, %ebp # OPC=pextrw_r32_xmm_imm8_1
[----------] * pextrw $0xf8, %xmm1, %r12d # OPC=pextrw_r32_xmm_imm8_1
[----------] * pextrw $0x88, %xmm4, %r12d # OPC=pextrw_r32_xmm_imm8_1
[----------] * pextrw $0xfe, %xmm7, %ebx # OPC=pextrw_r32_xmm_imm8_1
[----------] * pextrw $0xc0, %xmm4, %ecx # OPC=pextrw_r32_xmm_imm8_1
[----------] * pextrw $0xfd, %xmm15, %esi # OPC=pextrw_r32_xmm_imm8_1
[----------] * pextrw $0x0, %xmm12, %r15d # OPC=pextrw_r32_xmm_imm8_1
[----------] * pextrw $0x7, %xmm11, %ecx # OPC=pextrw_r32_xmm_imm8_1
[----------] * pextrw $0xfe, %xmm8, %ebp # OPC=pextrw_r32_xmm_imm8_1
[----------] - Starting with OPC = pextrw_r64_mm_imm8
[----------] Seed is 1463511743925082
[----------] * pextrw $0xfe, %mm0, %rdi # OPC=pextrw_r64_mm_imm8
[----------] * pextrw $0xfd, %mm4, %rax # OPC=pextrw_r64_mm_imm8
[----------] * pextrw $0x80, %mm4, %r11 # OPC=pextrw_r64_mm_imm8
[----------] * pextrw $0x1, %mm1, %rbx # OPC=pextrw_r64_mm_imm8
[----------] * pextrw $0xfb, %mm2, %rdx # OPC=pextrw_r64_mm_imm8
[----------] * pextrw $0xff, %mm4, %r14 # OPC=pextrw_r64_mm_imm8
[----------] * pextrw $0x0, %mm1, %r9 # OPC=pextrw_r64_mm_imm8
[----------] * pextrw $0x80, %mm2, %rdi # OPC=pextrw_r64_mm_imm8
[----------] * pextrw $0x22, %mm7, %r14 # OPC=pextrw_r64_mm_imm8
[----------] * pextrw $0xe0, %mm4, %rax # OPC=pextrw_r64_mm_imm8
[----------] - Starting with OPC = pextrw_r64_xmm_imm8
[----------] Seed is 1463511743926231
[----------] * pextrw $0x7, %xmm9, %r11 # OPC=pextrw_r64_xmm_imm8
[----------] * pextrw $0xfa, %xmm10, %rsp # OPC=pextrw_r64_xmm_imm8
[----------] * pextrw $0x22, %xmm12, %rsi # OPC=pextrw_r64_xmm_imm8
[----------] * pextrw $0x4, %xmm13, %rbp # OPC=pextrw_r64_xmm_imm8
[----------] * pextrw $0x0, %xmm2, %r8 # OPC=pextrw_r64_xmm_imm8
[----------] * pextrw $0x5, %xmm9, %rax # OPC=pextrw_r64_xmm_imm8
[----------] * pextrw $0x80, %xmm1, %rdi # OPC=pextrw_r64_xmm_imm8
[----------] * pextrw $0xf8, %xmm5, %r8 # OPC=pextrw_r64_xmm_imm8
[----------] * pextrw $0x60, %xmm7, %r12 # OPC=pextrw_r64_xmm_imm8
[----------] * pextrw $0x64, %xmm6, %r15 # OPC=pextrw_r64_xmm_imm8
[----------] - Starting with OPC = pextrw_r64_xmm_imm8_1
[----------] Seed is 1463511743927136
[----------] * pextrw $0x0, %xmm6, %r11 # OPC=pextrw_r64_xmm_imm8_1
[----------] * pextrw $0xe0, %xmm13, %rdx # OPC=pextrw_r64_xmm_imm8_1
[----------] * pextrw $0x0, %xmm15, %r9 # OPC=pextrw_r64_xmm_imm8_1
[----------] * pextrw $0x44, %xmm9, %rsi # OPC=pextrw_r64_xmm_imm8_1
[----------] * pextrw $0x20, %xmm5, %r8 # OPC=pextrw_r64_xmm_imm8_1
[----------] * pextrw $0xfe, %xmm4, %rsi # OPC=pextrw_r64_xmm_imm8_1
[----------] * pextrw $0x10, %xmm8, %rcx # OPC=pextrw_r64_xmm_imm8_1
[----------] * pextrw $0x22, %xmm14, %rdx # OPC=pextrw_r64_xmm_imm8_1
[----------] * Couldn't apply transform.
[----------] * pextrw $0xff, %xmm3, %rdx # OPC=pextrw_r64_xmm_imm8_1
[----------] - Starting with OPC = phaddd_mm_m64
[----------] Seed is 1463511743928872
[----------] * phaddd -0x300007(%rip), %mm7 # OPC=phaddd_mm_m64
[----------] * phaddd 0x5dcffff8(%rip), %mm6 # OPC=phaddd_mm_m64
[----------] * phaddd 0xf8(%rip), %mm0 # OPC=phaddd_mm_m64
[----------] * phaddd 0xf8(%rip), %mm2 # OPC=phaddd_mm_m64
[----------] * phaddd 0x5dcffff8(%rip), %mm5 # OPC=phaddd_mm_m64
[----------] * phaddd -0x8(%rip), %mm7 # OPC=phaddd_mm_m64
[----------] * phaddd 0x5dcffff8(%rip), %mm4 # OPC=phaddd_mm_m64
[----------] * phaddd 0x7ffffff8(%rip), %mm3 # OPC=phaddd_mm_m64
[----------] * phaddd 0x5dcffff8(%rip), %mm4 # OPC=phaddd_mm_m64
[----------] * phaddd -0x10(,%rdx,2), %mm1 # OPC=phaddd_mm_m64
[----------] - Starting with OPC = phaddd_mm_mm
[----------] Seed is 1463511743930001
[----------] * phaddd %mm4, %mm5 # OPC=phaddd_mm_mm
[----------] * phaddd %mm5, %mm6 # OPC=phaddd_mm_mm
[----------] * phaddd %mm4, %mm1 # OPC=phaddd_mm_mm
[----------] * phaddd %mm3, %mm2 # OPC=phaddd_mm_mm
[----------] * phaddd %mm5, %mm3 # OPC=phaddd_mm_mm
[----------] * phaddd %mm7, %mm5 # OPC=phaddd_mm_mm
[----------] * phaddd %mm3, %mm0 # OPC=phaddd_mm_mm
[----------] * phaddd %mm5, %mm0 # OPC=phaddd_mm_mm
[----------] * phaddd %mm2, %mm4 # OPC=phaddd_mm_mm
[----------] * phaddd %mm2, %mm2 # OPC=phaddd_mm_mm
[----------] - Starting with OPC = phaddd_xmm_m128
[----------] Seed is 1463511743931643
[----------] * phaddd 0x5dcffff7(%rip), %xmm7 # OPC=phaddd_xmm_m128
[----------] * phaddd 0xf7(%rip), %xmm5 # OPC=phaddd_xmm_m128
[----------] * phaddd 0x64(%rdx), %xmm13 # OPC=phaddd_xmm_m128
[----------] * phaddd 0x5dcffff6(%rip), %xmm8 # OPC=phaddd_xmm_m128
[----------] * phaddd (%rdi,%rcx,1), %xmm5 # OPC=phaddd_xmm_m128
[----------] * phaddd 0x5dcffff6(%rip), %xmm9 # OPC=phaddd_xmm_m128
[----------] * phaddd 0x5dcffff6(%rip), %xmm15 # OPC=phaddd_xmm_m128
[----------] * phaddd -0x10(,%rdx,2), %xmm7 # OPC=phaddd_xmm_m128
[----------] * phaddd 0x5dcffff6(%rip), %xmm8 # OPC=phaddd_xmm_m128
[----------] * phaddd 0xf7(%rip), %xmm0 # OPC=phaddd_xmm_m128
[----------] - Starting with OPC = phaddd_xmm_xmm
[----------] Seed is 1463511743933165
[----------] * phaddd %xmm7, %xmm1 # OPC=phaddd_xmm_xmm
[----------] * phaddd %xmm2, %xmm12 # OPC=phaddd_xmm_xmm
[----------] * phaddd %xmm6, %xmm13 # OPC=phaddd_xmm_xmm
[----------] * phaddd %xmm2, %xmm0 # OPC=phaddd_xmm_xmm
[----------] * phaddd %xmm2, %xmm1 # OPC=phaddd_xmm_xmm
[----------] * phaddd %xmm3, %xmm5 # OPC=phaddd_xmm_xmm
[----------] * phaddd %xmm0, %xmm4 # OPC=phaddd_xmm_xmm
[----------] * phaddd %xmm1, %xmm11 # OPC=phaddd_xmm_xmm
[----------] * phaddd %xmm1, %xmm11 # OPC=phaddd_xmm_xmm
[----------] * phaddd %xmm0, %xmm14 # OPC=phaddd_xmm_xmm
[----------] - Starting with OPC = phaddsw_mm_m64
[----------] Seed is 1463511743934326
[----------] * phaddsw 0x5dcffff8(%rip), %mm3 # OPC=phaddsw_mm_m64
[----------] * phaddsw 0x5dcffff8(%rip), %mm0 # OPC=phaddsw_mm_m64
[----------] * phaddsw 0xf8(%rip), %mm0 # OPC=phaddsw_mm_m64
[----------] * phaddsw 0x5dcffff8(%rip), %mm3 # OPC=phaddsw_mm_m64
[----------] * phaddsw -0x10(,%rdx,2), %mm5 # OPC=phaddsw_mm_m64
[----------] * phaddsw (%rdi,%rcx,1), %mm6 # OPC=phaddsw_mm_m64
[----------] * phaddsw 0x5dcffff8(%rip), %mm4 # OPC=phaddsw_mm_m64
[----------] * phaddsw 0xf8(%rip), %mm5 # OPC=phaddsw_mm_m64
[----------] * phaddsw -0x8(%rip), %mm1 # OPC=phaddsw_mm_m64
[----------] * phaddsw 0x5dcffff8(%rip), %mm5 # OPC=phaddsw_mm_m64
[----------] - Starting with OPC = phaddsw_mm_mm
[----------] Seed is 1463511743935755
[----------] * phaddsw %mm2, %mm4 # OPC=phaddsw_mm_mm
[----------] * phaddsw %mm1, %mm4 # OPC=phaddsw_mm_mm
[----------] * phaddsw %mm7, %mm0 # OPC=phaddsw_mm_mm
[----------] * phaddsw %mm2, %mm1 # OPC=phaddsw_mm_mm
[----------] * phaddsw %mm6, %mm6 # OPC=phaddsw_mm_mm
[----------] * phaddsw %mm5, %mm1 # OPC=phaddsw_mm_mm
[----------] * phaddsw %mm4, %mm1 # OPC=phaddsw_mm_mm
[----------] * phaddsw %mm1, %mm7 # OPC=phaddsw_mm_mm
[----------] * phaddsw %mm1, %mm6 # OPC=phaddsw_mm_mm
[----------] * phaddsw %mm2, %mm4 # OPC=phaddsw_mm_mm
[----------] - Starting with OPC = phaddsw_xmm_m128
[----------] Seed is 1463511743937095
[----------] * phaddsw 0x7ffffff7(%rip), %xmm0 # OPC=phaddsw_xmm_m128
[----------] * phaddsw 0x5dcffff6(%rip), %xmm14 # OPC=phaddsw_xmm_m128
[----------] * phaddsw 0xf7(%rip), %xmm1 # OPC=phaddsw_xmm_m128
[----------] * phaddsw 0x16(%r8), %xmm13 # OPC=phaddsw_xmm_m128
[----------] * phaddsw 0x64(%rdx), %xmm11 # OPC=phaddsw_xmm_m128
[----------] * phaddsw -0x7(%r11d,%ebx,4), %xmm5 # OPC=phaddsw_xmm_m128
[----------] * phaddsw 0xf7(%rip), %xmm4 # OPC=phaddsw_xmm_m128
[----------] * phaddsw 0xf6(%rip), %xmm10 # OPC=phaddsw_xmm_m128
[----------] * phaddsw -0x7(%r11d,%ebx,4), %xmm15 # OPC=phaddsw_xmm_m128
[----------] * phaddsw 0xf6(%rip), %xmm8 # OPC=phaddsw_xmm_m128
[----------] - Starting with OPC = phaddsw_xmm_xmm
[----------] Seed is 1463511743938505
[----------] * phaddsw %xmm6, %xmm11 # OPC=phaddsw_xmm_xmm
[----------] * phaddsw %xmm3, %xmm1 # OPC=phaddsw_xmm_xmm
[----------] * phaddsw %xmm5, %xmm14 # OPC=phaddsw_xmm_xmm
[----------] * phaddsw %xmm4, %xmm15 # OPC=phaddsw_xmm_xmm
[----------] * phaddsw %xmm3, %xmm1 # OPC=phaddsw_xmm_xmm
[----------] * phaddsw %xmm8, %xmm9 # OPC=phaddsw_xmm_xmm
[----------] * phaddsw %xmm10, %xmm9 # OPC=phaddsw_xmm_xmm
[----------] * phaddsw %xmm5, %xmm1 # OPC=phaddsw_xmm_xmm
[----------] * phaddsw %xmm0, %xmm5 # OPC=phaddsw_xmm_xmm
[----------] * phaddsw %xmm5, %xmm12 # OPC=phaddsw_xmm_xmm
[----------] - Starting with OPC = phaddw_mm_m64
[----------] Seed is 1463511743939915
[----------] * phaddw 0x5dcffff8(%rip), %mm7 # OPC=phaddw_mm_m64
[----------] * phaddw (%r11d,%ebx,4), %mm0 # OPC=phaddw_mm_m64
[----------] * phaddw 0x5(%r11d,%ebx,1), %mm1 # OPC=phaddw_mm_m64
[----------] * phaddw 0xf8(%rip), %mm6 # OPC=phaddw_mm_m64
[----------] * phaddw 0x5dcffff8(%rip), %mm5 # OPC=phaddw_mm_m64
[----------] * phaddw 0x5dcffff8(%rip), %mm2 # OPC=phaddw_mm_m64
[----------] * phaddw 0x64(%rdx), %mm6 # OPC=phaddw_mm_m64
[----------] * phaddw (%rdi,%rcx,1), %mm7 # OPC=phaddw_mm_m64
[----------] * phaddw 0x30(%r11d), %mm1 # OPC=phaddw_mm_m64
[----------] * phaddw 0xf8(%rip), %mm1 # OPC=phaddw_mm_m64
[----------] - Starting with OPC = phaddw_mm_mm
[----------] Seed is 1463511743941297
[----------] * phaddw %mm3, %mm3 # OPC=phaddw_mm_mm
[----------] * phaddw %mm6, %mm0 # OPC=phaddw_mm_mm
[----------] * phaddw %mm6, %mm6 # OPC=phaddw_mm_mm
[----------] * phaddw %mm6, %mm6 # OPC=phaddw_mm_mm
[----------] * phaddw %mm1, %mm2 # OPC=phaddw_mm_mm
[----------] * phaddw %mm6, %mm3 # OPC=phaddw_mm_mm
[----------] * phaddw %mm7, %mm3 # OPC=phaddw_mm_mm
[----------] * phaddw %mm3, %mm5 # OPC=phaddw_mm_mm
[----------] * phaddw %mm1, %mm4 # OPC=phaddw_mm_mm
[----------] * phaddw %mm2, %mm5 # OPC=phaddw_mm_mm
[----------] - Starting with OPC = phaddw_xmm_m128
[----------] Seed is 1463511743942891
[----------] * phaddw 0x5(%r11d,%ebx,1), %xmm14 # OPC=phaddw_xmm_m128
[----------] * phaddw 0x30(%r11d), %xmm3 # OPC=phaddw_xmm_m128
[----------] * phaddw 0xf6(%rip), %xmm14 # OPC=phaddw_xmm_m128
[----------] * phaddw -0x7(%r11d,%ebx,4), %xmm13 # OPC=phaddw_xmm_m128
[----------] * phaddw (%rdi,%rcx,1), %xmm12 # OPC=phaddw_xmm_m128
[----------] * phaddw (%rax), %xmm6 # OPC=phaddw_xmm_m128
[----------] * phaddw 0x30(%r11d), %xmm6 # OPC=phaddw_xmm_m128
[----------] * phaddw 0xf7(%rip), %xmm6 # OPC=phaddw_xmm_m128
[----------] * phaddw -0xa(%rip), %xmm14 # OPC=phaddw_xmm_m128
[----------] * phaddw 0x5dcffff6(%rip), %xmm12 # OPC=phaddw_xmm_m128
[----------] - Starting with OPC = phaddw_xmm_xmm
[----------] Seed is 1463511743944569
[----------] * phaddw %xmm12, %xmm9 # OPC=phaddw_xmm_xmm
[----------] * phaddw %xmm3, %xmm0 # OPC=phaddw_xmm_xmm
[----------] * phaddw %xmm12, %xmm3 # OPC=phaddw_xmm_xmm
[----------] * phaddw %xmm2, %xmm5 # OPC=phaddw_xmm_xmm
[----------] * phaddw %xmm8, %xmm3 # OPC=phaddw_xmm_xmm
[----------] * phaddw %xmm7, %xmm15 # OPC=phaddw_xmm_xmm
[----------] * phaddw %xmm13, %xmm14 # OPC=phaddw_xmm_xmm
[----------] * phaddw %xmm15, %xmm4 # OPC=phaddw_xmm_xmm
[----------] * phaddw %xmm14, %xmm0 # OPC=phaddw_xmm_xmm
[----------] * phaddw %xmm1, %xmm6 # OPC=phaddw_xmm_xmm
[----------] - Starting with OPC = phminposuw_xmm_m128
[----------] Seed is 1463511743945619
[----------] * phminposuw 0x5dcffff6(%rip), %xmm13 # OPC=phminposuw_xmm_m128
[----------] * phminposuw (%r11d,%ebx,4), %xmm9 # OPC=phminposuw_xmm_m128
[----------] * phminposuw -0x10(,%rdx,2), %xmm12 # OPC=phminposuw_xmm_m128
[----------] * phminposuw (%r11d,%ebx,4), %xmm11 # OPC=phminposuw_xmm_m128
[----------] * phminposuw 0x30(%r11d), %xmm9 # OPC=phminposuw_xmm_m128
[----------] * phminposuw 0xf6(%rip), %xmm15 # OPC=phminposuw_xmm_m128
[----------] * phminposuw 0x64(%rsp,%rdx,8), %xmm11 # OPC=phminposuw_xmm_m128
[----------] * phminposuw 0x16(%r8), %xmm7 # OPC=phminposuw_xmm_m128
[----------] * phminposuw -0x10(,%rdx,2), %xmm8 # OPC=phminposuw_xmm_m128
[----------] * phminposuw 0x64(%rdx), %xmm4 # OPC=phminposuw_xmm_m128
[----------] - Starting with OPC = phminposuw_xmm_xmm
[----------] Seed is 1463511743946991
[----------] * phminposuw %xmm8, %xmm14 # OPC=phminposuw_xmm_xmm
[----------] * phminposuw %xmm5, %xmm6 # OPC=phminposuw_xmm_xmm
[----------] * phminposuw %xmm12, %xmm3 # OPC=phminposuw_xmm_xmm
[----------] * phminposuw %xmm10, %xmm6 # OPC=phminposuw_xmm_xmm
[----------] * phminposuw %xmm11, %xmm3 # OPC=phminposuw_xmm_xmm
[----------] * phminposuw %xmm0, %xmm2 # OPC=phminposuw_xmm_xmm
[----------] * phminposuw %xmm10, %xmm8 # OPC=phminposuw_xmm_xmm
[----------] * phminposuw %xmm11, %xmm5 # OPC=phminposuw_xmm_xmm
[----------] * phminposuw %xmm15, %xmm10 # OPC=phminposuw_xmm_xmm
[----------] * phminposuw %xmm13, %xmm6 # OPC=phminposuw_xmm_xmm
[----------] - Starting with OPC = phsubd_mm_m64
[----------] Seed is 1463511743948485
[----------] * phsubd -0x64(%rax,%rcx,4), %mm0 # OPC=phsubd_mm_m64
[----------] * phsubd 0x5dcffff8(%rip), %mm4 # OPC=phsubd_mm_m64
[----------] * phsubd 0xf8(%rip), %mm5 # OPC=phsubd_mm_m64
[----------] * phsubd 0xf8(%rip), %mm2 # OPC=phsubd_mm_m64
[----------] * phsubd 0xf8(%rip), %mm1 # OPC=phsubd_mm_m64
[----------] * phsubd 0x5dcffff8(%rip), %mm1 # OPC=phsubd_mm_m64
[----------] * phsubd 0x64(%rdx), %mm3 # OPC=phsubd_mm_m64
[----------] * phsubd 0xf8(%rip), %mm6 # OPC=phsubd_mm_m64
[----------] * phsubd -0x64(%rax,%rcx,4), %mm6 # OPC=phsubd_mm_m64
[----------] * phsubd 0x5dcffff8(%rip), %mm6 # OPC=phsubd_mm_m64
[----------] - Starting with OPC = phsubd_mm_mm
[----------] Seed is 1463511743949917
[----------] * phsubd %mm1, %mm4 # OPC=phsubd_mm_mm
[----------] * phsubd %mm6, %mm1 # OPC=phsubd_mm_mm
[----------] * phsubd %mm1, %mm2 # OPC=phsubd_mm_mm
[----------] * phsubd %mm0, %mm0 # OPC=phsubd_mm_mm
[----------] * phsubd %mm2, %mm4 # OPC=phsubd_mm_mm
[----------] * phsubd %mm4, %mm0 # OPC=phsubd_mm_mm
[----------] * phsubd %mm2, %mm4 # OPC=phsubd_mm_mm
[----------] * phsubd %mm3, %mm6 # OPC=phsubd_mm_mm
[----------] * phsubd %mm6, %mm6 # OPC=phsubd_mm_mm
[----------] * phsubd %mm3, %mm7 # OPC=phsubd_mm_mm
[----------] - Starting with OPC = phsubd_xmm_m128
[----------] Seed is 1463511743951400
[----------] * phsubd 0x5(%r11d,%ebx,1), %xmm11 # OPC=phsubd_xmm_m128
[----------] * phsubd 0x64(%rdx), %xmm3 # OPC=phsubd_xmm_m128
[----------] * phsubd 0x5dcffff6(%rip), %xmm9 # OPC=phsubd_xmm_m128
[----------] * phsubd 0x16(%r8), %xmm13 # OPC=phsubd_xmm_m128
[----------] * phsubd 0x5dcffff6(%rip), %xmm10 # OPC=phsubd_xmm_m128
[----------] * phsubd -0x300008(%rip), %xmm6 # OPC=phsubd_xmm_m128
[----------] * phsubd 0xf6(%rip), %xmm10 # OPC=phsubd_xmm_m128
[----------] * phsubd 0x16(%r8), %xmm15 # OPC=phsubd_xmm_m128
[----------] * phsubd -0x64(%rax,%rcx,4), %xmm9 # OPC=phsubd_xmm_m128
[----------] * phsubd -0x7(%r11d,%ebx,4), %xmm10 # OPC=phsubd_xmm_m128
[----------] - Starting with OPC = phsubd_xmm_xmm
[----------] Seed is 1463511743952888
[----------] * phsubd %xmm0, %xmm14 # OPC=phsubd_xmm_xmm
[----------] * phsubd %xmm8, %xmm14 # OPC=phsubd_xmm_xmm
[----------] * phsubd %xmm13, %xmm5 # OPC=phsubd_xmm_xmm
[----------] * phsubd %xmm14, %xmm3 # OPC=phsubd_xmm_xmm
[----------] * phsubd %xmm1, %xmm1 # OPC=phsubd_xmm_xmm
[----------] * phsubd %xmm6, %xmm7 # OPC=phsubd_xmm_xmm
[----------] * phsubd %xmm15, %xmm6 # OPC=phsubd_xmm_xmm
[----------] * phsubd %xmm7, %xmm11 # OPC=phsubd_xmm_xmm
[----------] * phsubd %xmm0, %xmm10 # OPC=phsubd_xmm_xmm
[----------] * phsubd %xmm3, %xmm3 # OPC=phsubd_xmm_xmm
[----------] - Starting with OPC = phsubsw_mm_m64
[----------] Seed is 1463511743954137
[----------] * phsubsw 0xf8(%rip), %mm4 # OPC=phsubsw_mm_m64
[----------] * phsubsw 0xf8(%rip), %mm2 # OPC=phsubsw_mm_m64
[----------] * phsubsw 0x30(%r11d), %mm4 # OPC=phsubsw_mm_m64
[----------] * phsubsw 0xf8(%rip), %mm6 # OPC=phsubsw_mm_m64
[----------] * phsubsw -0x300007(%rip), %mm1 # OPC=phsubsw_mm_m64
[----------] * phsubsw 0xf8(%rip), %mm7 # OPC=phsubsw_mm_m64
[----------] * phsubsw 0x5(%r11d,%ebx,1), %mm2 # OPC=phsubsw_mm_m64
[----------] * phsubsw 0xf8(%rip), %mm6 # OPC=phsubsw_mm_m64
[----------] * phsubsw (%rdi,%rcx,1), %mm6 # OPC=phsubsw_mm_m64
[----------] * phsubsw (%r11d,%ebx,4), %mm5 # OPC=phsubsw_mm_m64
[----------] - Starting with OPC = phsubsw_mm_mm
[----------] Seed is 1463511743955493
[----------] * phsubsw %mm6, %mm2 # OPC=phsubsw_mm_mm
[----------] * phsubsw %mm3, %mm3 # OPC=phsubsw_mm_mm
[----------] * phsubsw %mm5, %mm3 # OPC=phsubsw_mm_mm
[----------] * phsubsw %mm0, %mm2 # OPC=phsubsw_mm_mm
[----------] * phsubsw %mm4, %mm5 # OPC=phsubsw_mm_mm
[----------] * phsubsw %mm7, %mm6 # OPC=phsubsw_mm_mm
[----------] * phsubsw %mm2, %mm0 # OPC=phsubsw_mm_mm
[----------] * phsubsw %mm0, %mm2 # OPC=phsubsw_mm_mm
[----------] * phsubsw %mm6, %mm0 # OPC=phsubsw_mm_mm
[----------] * phsubsw %mm0, %mm7 # OPC=phsubsw_mm_mm
[----------] - Starting with OPC = phsubsw_xmm_m128
[----------] Seed is 1463511743956874
[----------] * phsubsw -0xa(%rip), %xmm13 # OPC=phsubsw_xmm_m128
[----------] * phsubsw 0x64(%rdx), %xmm1 # OPC=phsubsw_xmm_m128
[----------] * phsubsw -0x300009(%rip), %xmm15 # OPC=phsubsw_xmm_m128
[----------] * phsubsw 0x5dcffff6(%rip), %xmm14 # OPC=phsubsw_xmm_m128
[----------] * phsubsw 0x5dcffff7(%rip), %xmm7 # OPC=phsubsw_xmm_m128
[----------] * phsubsw -0xa(%rip), %xmm8 # OPC=phsubsw_xmm_m128
[----------] * phsubsw -0x300009(%rip), %xmm9 # OPC=phsubsw_xmm_m128
[----------] * phsubsw 0xf6(%rip), %xmm12 # OPC=phsubsw_xmm_m128
[----------] * phsubsw 0xf7(%rip), %xmm3 # OPC=phsubsw_xmm_m128
[----------] * phsubsw 0x5dcffff7(%rip), %xmm0 # OPC=phsubsw_xmm_m128
[----------] - Starting with OPC = phsubsw_xmm_xmm
[----------] Seed is 1463511743958127
[----------] * phsubsw %xmm6, %xmm6 # OPC=phsubsw_xmm_xmm
[----------] * phsubsw %xmm11, %xmm3 # OPC=phsubsw_xmm_xmm
[----------] * phsubsw %xmm8, %xmm11 # OPC=phsubsw_xmm_xmm
[----------] * phsubsw %xmm2, %xmm4 # OPC=phsubsw_xmm_xmm
[----------] * phsubsw %xmm15, %xmm4 # OPC=phsubsw_xmm_xmm
[----------] * phsubsw %xmm5, %xmm4 # OPC=phsubsw_xmm_xmm
[----------] * phsubsw %xmm4, %xmm0 # OPC=phsubsw_xmm_xmm
[----------] * phsubsw %xmm4, %xmm3 # OPC=phsubsw_xmm_xmm
[----------] * phsubsw %xmm15, %xmm6 # OPC=phsubsw_xmm_xmm
[----------] * phsubsw %xmm13, %xmm15 # OPC=phsubsw_xmm_xmm
[----------] - Starting with OPC = phsubw_mm_m64
[----------] Seed is 1463511743958712
[----------] * phsubw 0xf8(%rip), %mm4 # OPC=phsubw_mm_m64
[----------] * phsubw (%rdi,%rcx,1), %mm4 # OPC=phsubw_mm_m64
[----------] * phsubw 0x5dcffff8(%rip), %mm3 # OPC=phsubw_mm_m64
[----------] * phsubw 0xf8(%rip), %mm2 # OPC=phsubw_mm_m64
[----------] * phsubw -0x7(%r11d,%ebx,4), %mm3 # OPC=phsubw_mm_m64
[----------] * phsubw 0xf8(%rip), %mm4 # OPC=phsubw_mm_m64
[----------] * phsubw 0x64(%rsp,%rdx,8), %mm7 # OPC=phsubw_mm_m64
[----------] * phsubw (%r11d,%ebx,1), %mm6 # OPC=phsubw_mm_m64
[----------] * phsubw -0x64(%rax,%rcx,4), %mm4 # OPC=phsubw_mm_m64
[----------] * phsubw 0xf8(%rip), %mm5 # OPC=phsubw_mm_m64
[----------] - Starting with OPC = phsubw_mm_mm
[----------] Seed is 1463511743960949
[----------] * phsubw %mm0, %mm0 # OPC=phsubw_mm_mm
[----------] * phsubw %mm5, %mm6 # OPC=phsubw_mm_mm
[----------] * phsubw %mm7, %mm3 # OPC=phsubw_mm_mm
[----------] * phsubw %mm2, %mm7 # OPC=phsubw_mm_mm
[----------] * phsubw %mm7, %mm1 # OPC=phsubw_mm_mm
[----------] * phsubw %mm1, %mm4 # OPC=phsubw_mm_mm
[----------] * phsubw %mm0, %mm5 # OPC=phsubw_mm_mm
[----------] * phsubw %mm4, %mm0 # OPC=phsubw_mm_mm
[----------] * phsubw %mm4, %mm3 # OPC=phsubw_mm_mm
[----------] * phsubw %mm2, %mm4 # OPC=phsubw_mm_mm
[----------] - Starting with OPC = phsubw_xmm_m128
[----------] Seed is 1463511743962045
[----------] * phsubw 0x7ffffff6(%rip), %xmm8 # OPC=phsubw_xmm_m128
[----------] * phsubw 0x5dcffff7(%rip), %xmm5 # OPC=phsubw_xmm_m128
[----------] * phsubw 0x5dcffff7(%rip), %xmm7 # OPC=phsubw_xmm_m128
[----------] * phsubw -0x7(%r11d,%ebx,4), %xmm7 # OPC=phsubw_xmm_m128
[----------] * phsubw -0x300008(%rip), %xmm1 # OPC=phsubw_xmm_m128
[----------] * phsubw 0xf6(%rip), %xmm10 # OPC=phsubw_xmm_m128
[----------] * phsubw 0x5dcffff6(%rip), %xmm13 # OPC=phsubw_xmm_m128
[----------] * phsubw 0x5dcffff6(%rip), %xmm11 # OPC=phsubw_xmm_m128
[----------] * phsubw 0xf7(%rip), %xmm1 # OPC=phsubw_xmm_m128
[----------] * phsubw 0x5dcffff6(%rip), %xmm15 # OPC=phsubw_xmm_m128
[----------] - Starting with OPC = phsubw_xmm_xmm
[----------] Seed is 1463511743963981
[----------] * phsubw %xmm11, %xmm6 # OPC=phsubw_xmm_xmm
[----------] * phsubw %xmm13, %xmm14 # OPC=phsubw_xmm_xmm
[----------] * phsubw %xmm11, %xmm5 # OPC=phsubw_xmm_xmm
[----------] * phsubw %xmm9, %xmm10 # OPC=phsubw_xmm_xmm
[----------] * phsubw %xmm1, %xmm10 # OPC=phsubw_xmm_xmm
[----------] * phsubw %xmm0, %xmm15 # OPC=phsubw_xmm_xmm
[----------] * phsubw %xmm1, %xmm0 # OPC=phsubw_xmm_xmm
[----------] * phsubw %xmm1, %xmm1 # OPC=phsubw_xmm_xmm
[----------] * phsubw %xmm3, %xmm9 # OPC=phsubw_xmm_xmm
[----------] * phsubw %xmm8, %xmm2 # OPC=phsubw_xmm_xmm
[----------] - Starting with OPC = pinsrb_xmm_m8_imm8
[----------] Seed is 1463511743965292
[----------] * pinsrb $0xfc, 0xf6(%rip), %xmm2 # OPC=pinsrb_xmm_m8_imm8
[----------] * pinsrb $0xf0, 0x5dcffff6(%rip), %xmm0 # OPC=pinsrb_xmm_m8_imm8
[----------] * pinsrb $0x6, -0x10(,%rdx,2), %xmm13 # OPC=pinsrb_xmm_m8_imm8
[----------] * pinsrb $0x3, 0x5dcffff5(%rip), %xmm8 # OPC=pinsrb_xmm_m8_imm8
[----------] * pinsrb $0x7, (%rax), %xmm15 # OPC=pinsrb_xmm_m8_imm8
[----------] * pinsrb $0xfc, -0x7(%r11d,%ebx,4), %xmm1 # OPC=pinsrb_xmm_m8_imm8
[----------] * pinsrb $0xf0, 0x5dcffff6(%rip), %xmm6 # OPC=pinsrb_xmm_m8_imm8
[----------] * pinsrb $0x0, 0x30(%r11d), %xmm8 # OPC=pinsrb_xmm_m8_imm8
[----------] * pinsrb $0x80, 0xf5(%rip), %xmm12 # OPC=pinsrb_xmm_m8_imm8
[----------] * pinsrb $0x80, (%rax), %xmm5 # OPC=pinsrb_xmm_m8_imm8
[----------] - Starting with OPC = pinsrb_xmm_r32_imm8
[----------] Seed is 1463511743966342
[----------] * pinsrb $0x80, %esp, %xmm6 # OPC=pinsrb_xmm_r32_imm8
[----------] * pinsrb $0x44, %ecx, %xmm10 # OPC=pinsrb_xmm_r32_imm8
[----------] * pinsrb $0x88, %r11d, %xmm13 # OPC=pinsrb_xmm_r32_imm8
[----------] * pinsrb $0x0, %r11d, %xmm14 # OPC=pinsrb_xmm_r32_imm8
[----------] * pinsrb $0x10, %r14d, %xmm12 # OPC=pinsrb_xmm_r32_imm8
[----------] * pinsrb $0xff, %ebp, %xmm10 # OPC=pinsrb_xmm_r32_imm8
[----------] * pinsrb $0xf0, %r15d, %xmm2 # OPC=pinsrb_xmm_r32_imm8
[----------] * pinsrb $0x44, %r14d, %xmm15 # OPC=pinsrb_xmm_r32_imm8
[----------] * pinsrb $0x4, %r10d, %xmm8 # OPC=pinsrb_xmm_r32_imm8
[----------] * pinsrb $0xff, %r10d, %xmm6 # OPC=pinsrb_xmm_r32_imm8
[----------] - Starting with OPC = pinsrd_xmm_m32_imm8
[----------] Seed is 1463511743967643
[----------] * pinsrd $0x10, 0x64(%rdx), %xmm6 # OPC=pinsrd_xmm_m32_imm8
[----------] * pinsrd $0x80, 0x5dcffff6(%rip), %xmm7 # OPC=pinsrd_xmm_m32_imm8
[----------] * pinsrd $0x30, -0x10(,%rdx,2), %xmm13 # OPC=pinsrd_xmm_m32_imm8
[----------] * pinsrd $0xff, 0xf5(%rip), %xmm11 # OPC=pinsrd_xmm_m32_imm8
[----------] * pinsrd $0xfd, (%rdi,%rcx,1), %xmm13 # OPC=pinsrd_xmm_m32_imm8
[----------] * pinsrd $0x7f, -0x10(,%rdx,2), %xmm14 # OPC=pinsrd_xmm_m32_imm8
[----------] * pinsrd $0xfd, -0x10(,%rdx,2), %xmm4 # OPC=pinsrd_xmm_m32_imm8
[----------] * pinsrd $0xf8, 0x5dcffff6(%rip), %xmm4 # OPC=pinsrd_xmm_m32_imm8
[----------] * pinsrd $0x10, 0x5dcffff6(%rip), %xmm2 # OPC=pinsrd_xmm_m32_imm8
[----------] * pinsrd $0x0, 0x5dcffff6(%rip), %xmm6 # OPC=pinsrd_xmm_m32_imm8
[----------] - Starting with OPC = pinsrd_xmm_r32_imm8
[----------] Seed is 1463511743968941
[----------] * pinsrd $0x0, %r15d, %xmm3 # OPC=pinsrd_xmm_r32_imm8
[----------] * pinsrd $0x4, %esp, %xmm11 # OPC=pinsrd_xmm_r32_imm8
[----------] * pinsrd $0x1, %r8d, %xmm5 # OPC=pinsrd_xmm_r32_imm8
[----------] * pinsrd $0xfe, %r11d, %xmm6 # OPC=pinsrd_xmm_r32_imm8
[----------] * pinsrd $0x80, %r10d, %xmm7 # OPC=pinsrd_xmm_r32_imm8
[----------] * pinsrd $0xfa, %r11d, %xmm10 # OPC=pinsrd_xmm_r32_imm8
[----------] * pinsrd $0xff, %r11d, %xmm14 # OPC=pinsrd_xmm_r32_imm8
[----------] * pinsrd $0x64, %r11d, %xmm14 # OPC=pinsrd_xmm_r32_imm8
[----------] * pinsrd $0xff, %ecx, %xmm9 # OPC=pinsrd_xmm_r32_imm8
[----------] * pinsrd $0x44, %r15d, %xmm15 # OPC=pinsrd_xmm_r32_imm8
[----------] - Starting with OPC = pinsrw_mm_m16_imm8
[----------] Seed is 1463511743970176
[----------] * pinsrw $0x4, 0xf8(%rip), %mm0 # OPC=pinsrw_mm_m16_imm8
[----------] * pinsrw $0x80, 0xf8(%rip), %mm6 # OPC=pinsrw_mm_m16_imm8
[----------] * pinsrw $0xff, (%rdi,%rcx,1), %mm1 # OPC=pinsrw_mm_m16_imm8
[----------] * pinsrw $0x80, 0xf8(%rip), %mm2 # OPC=pinsrw_mm_m16_imm8
[----------] * pinsrw $0x44, 0xf8(%rip), %mm5 # OPC=pinsrw_mm_m16_imm8
[----------] * pinsrw $0x22, -0x7(%r11d,%ebx,4), %mm6 # OPC=pinsrw_mm_m16_imm8
[----------] * pinsrw $0xfc, 0xf8(%rip), %mm0 # OPC=pinsrw_mm_m16_imm8
[----------] * pinsrw $0x30, (%rax), %mm6 # OPC=pinsrw_mm_m16_imm8
[------
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment