1b78f13911bfe6eda303e91ef215c87a165aae8aeAlexandre Rames// Copyright 2016, VIXL authors
288c46b84df005638546de5e4e965bdcc31352f48Pierre Langlois// All rights reserved.
388c46b84df005638546de5e4e965bdcc31352f48Pierre Langlois//
488c46b84df005638546de5e4e965bdcc31352f48Pierre Langlois// Redistribution and use in source and binary forms, with or without
588c46b84df005638546de5e4e965bdcc31352f48Pierre Langlois// modification, are permitted provided that the following conditions are met:
688c46b84df005638546de5e4e965bdcc31352f48Pierre Langlois//
788c46b84df005638546de5e4e965bdcc31352f48Pierre Langlois//   * Redistributions of source code must retain the above copyright notice,
888c46b84df005638546de5e4e965bdcc31352f48Pierre Langlois//     this list of conditions and the following disclaimer.
988c46b84df005638546de5e4e965bdcc31352f48Pierre Langlois//   * Redistributions in binary form must reproduce the above copyright notice,
1088c46b84df005638546de5e4e965bdcc31352f48Pierre Langlois//     this list of conditions and the following disclaimer in the documentation
1188c46b84df005638546de5e4e965bdcc31352f48Pierre Langlois//     and/or other materials provided with the distribution.
1288c46b84df005638546de5e4e965bdcc31352f48Pierre Langlois//   * Neither the name of ARM Limited nor the names of its contributors may be
1388c46b84df005638546de5e4e965bdcc31352f48Pierre Langlois//     used to endorse or promote products derived from this software without
1488c46b84df005638546de5e4e965bdcc31352f48Pierre Langlois//     specific prior written permission.
1588c46b84df005638546de5e4e965bdcc31352f48Pierre Langlois//
1688c46b84df005638546de5e4e965bdcc31352f48Pierre Langlois// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS CONTRIBUTORS "AS IS" AND
1788c46b84df005638546de5e4e965bdcc31352f48Pierre Langlois// ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
1888c46b84df005638546de5e4e965bdcc31352f48Pierre Langlois// WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
1988c46b84df005638546de5e4e965bdcc31352f48Pierre Langlois// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE
2088c46b84df005638546de5e4e965bdcc31352f48Pierre Langlois// FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
2188c46b84df005638546de5e4e965bdcc31352f48Pierre Langlois// DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
2288c46b84df005638546de5e4e965bdcc31352f48Pierre Langlois// SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
2388c46b84df005638546de5e4e965bdcc31352f48Pierre Langlois// CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
2488c46b84df005638546de5e4e965bdcc31352f48Pierre Langlois// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
2588c46b84df005638546de5e4e965bdcc31352f48Pierre Langlois// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2688c46b84df005638546de5e4e965bdcc31352f48Pierre Langlois
2719c0535d3c9c0bec6eeecce0ae704a7fd527a9d8Pierre Langlois
2888c46b84df005638546de5e4e965bdcc31352f48Pierre Langlois// -----------------------------------------------------------------------------
2988c46b84df005638546de5e4e965bdcc31352f48Pierre Langlois// This file is auto generated from the
30d3832965c62a8ad461b9ea9eb0994ca6b0a3da2cAlexandre Rames// test/aarch32/config/template-simulator-aarch32.cc.in template file using
3188c46b84df005638546de5e4e965bdcc31352f48Pierre Langlois// tools/generate_tests.py.
3288c46b84df005638546de5e4e965bdcc31352f48Pierre Langlois//
3388c46b84df005638546de5e4e965bdcc31352f48Pierre Langlois// PLEASE DO NOT EDIT.
3488c46b84df005638546de5e4e965bdcc31352f48Pierre Langlois// -----------------------------------------------------------------------------
3588c46b84df005638546de5e4e965bdcc31352f48Pierre Langlois
3619c0535d3c9c0bec6eeecce0ae704a7fd527a9d8Pierre Langlois
3788c46b84df005638546de5e4e965bdcc31352f48Pierre Langlois#include "test-runner.h"
3888c46b84df005638546de5e4e965bdcc31352f48Pierre Langlois
3988c46b84df005638546de5e4e965bdcc31352f48Pierre Langlois#include "test-utils.h"
40d3832965c62a8ad461b9ea9eb0994ca6b0a3da2cAlexandre Rames#include "test-utils-aarch32.h"
4188c46b84df005638546de5e4e965bdcc31352f48Pierre Langlois
42d3832965c62a8ad461b9ea9eb0994ca6b0a3da2cAlexandre Rames#include "aarch32/assembler-aarch32.h"
43d3832965c62a8ad461b9ea9eb0994ca6b0a3da2cAlexandre Rames#include "aarch32/disasm-aarch32.h"
441bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois#include "aarch32/macro-assembler-aarch32.h"
4588c46b84df005638546de5e4e965bdcc31352f48Pierre Langlois
4688c46b84df005638546de5e4e965bdcc31352f48Pierre Langlois#define __ masm.
4788c46b84df005638546de5e4e965bdcc31352f48Pierre Langlois#define BUF_SIZE (4096)
4888c46b84df005638546de5e4e965bdcc31352f48Pierre Langlois
491e85b7f2e8ad2bfb233de29405aade635ed207cePierre Langlois#ifdef VIXL_INCLUDE_SIMULATOR_AARCH32
5088c46b84df005638546de5e4e965bdcc31352f48Pierre Langlois// Run tests with the simulator.
5188c46b84df005638546de5e4e965bdcc31352f48Pierre Langlois
5288c46b84df005638546de5e4e965bdcc31352f48Pierre Langlois#define SETUP() MacroAssembler masm(BUF_SIZE)
5388c46b84df005638546de5e4e965bdcc31352f48Pierre Langlois
54919e3fe28a5024c53ede42922092bbc32e89dcb8Alexandre Rames#define START() masm.GetBuffer()->Reset()
5588c46b84df005638546de5e4e965bdcc31352f48Pierre Langlois
5688c46b84df005638546de5e4e965bdcc31352f48Pierre Langlois#define END() \
5788c46b84df005638546de5e4e965bdcc31352f48Pierre Langlois  __ Hlt(0);  \
5888c46b84df005638546de5e4e965bdcc31352f48Pierre Langlois  __ FinalizeCode();
5988c46b84df005638546de5e4e965bdcc31352f48Pierre Langlois
6088c46b84df005638546de5e4e965bdcc31352f48Pierre Langlois// TODO: Run the tests in the simulator.
6188c46b84df005638546de5e4e965bdcc31352f48Pierre Langlois#define RUN()
6288c46b84df005638546de5e4e965bdcc31352f48Pierre Langlois
631e85b7f2e8ad2bfb233de29405aade635ed207cePierre Langlois#else  // ifdef VIXL_INCLUDE_SIMULATOR_AARCH32.
6488c46b84df005638546de5e4e965bdcc31352f48Pierre Langlois
6574d4ef31746fbfd90118858857502c7006e3e925Pierre Langlois#define SETUP()                  \
6674d4ef31746fbfd90118858857502c7006e3e925Pierre Langlois  MacroAssembler masm(BUF_SIZE); \
6774d4ef31746fbfd90118858857502c7006e3e925Pierre Langlois  UseScratchRegisterScope harness_scratch;
6888c46b84df005638546de5e4e965bdcc31352f48Pierre Langlois
6974d4ef31746fbfd90118858857502c7006e3e925Pierre Langlois#define START()                 \
7074d4ef31746fbfd90118858857502c7006e3e925Pierre Langlois  harness_scratch.Open(&masm);  \
7174d4ef31746fbfd90118858857502c7006e3e925Pierre Langlois  harness_scratch.ExcludeAll(); \
7274d4ef31746fbfd90118858857502c7006e3e925Pierre Langlois  masm.GetBuffer()->Reset();    \
7374d4ef31746fbfd90118858857502c7006e3e925Pierre Langlois  __ Push(r4);                  \
7474d4ef31746fbfd90118858857502c7006e3e925Pierre Langlois  __ Push(r5);                  \
7574d4ef31746fbfd90118858857502c7006e3e925Pierre Langlois  __ Push(r6);                  \
7674d4ef31746fbfd90118858857502c7006e3e925Pierre Langlois  __ Push(r7);                  \
7774d4ef31746fbfd90118858857502c7006e3e925Pierre Langlois  __ Push(r8);                  \
7874d4ef31746fbfd90118858857502c7006e3e925Pierre Langlois  __ Push(r9);                  \
7974d4ef31746fbfd90118858857502c7006e3e925Pierre Langlois  __ Push(r10);                 \
8074d4ef31746fbfd90118858857502c7006e3e925Pierre Langlois  __ Push(r11);                 \
8174d4ef31746fbfd90118858857502c7006e3e925Pierre Langlois  __ Push(lr);                  \
824cb13e841305b38acbd8195b1c511d59c91ec8d9Georgia Kouveli  harness_scratch.Include(ip);
834cb13e841305b38acbd8195b1c511d59c91ec8d9Georgia Kouveli
844cb13e841305b38acbd8195b1c511d59c91ec8d9Georgia Kouveli#define END()                  \
854cb13e841305b38acbd8195b1c511d59c91ec8d9Georgia Kouveli  harness_scratch.Exclude(ip); \
864cb13e841305b38acbd8195b1c511d59c91ec8d9Georgia Kouveli  __ Pop(lr);                  \
874cb13e841305b38acbd8195b1c511d59c91ec8d9Georgia Kouveli  __ Pop(r11);                 \
884cb13e841305b38acbd8195b1c511d59c91ec8d9Georgia Kouveli  __ Pop(r10);                 \
894cb13e841305b38acbd8195b1c511d59c91ec8d9Georgia Kouveli  __ Pop(r9);                  \
904cb13e841305b38acbd8195b1c511d59c91ec8d9Georgia Kouveli  __ Pop(r8);                  \
914cb13e841305b38acbd8195b1c511d59c91ec8d9Georgia Kouveli  __ Pop(r7);                  \
924cb13e841305b38acbd8195b1c511d59c91ec8d9Georgia Kouveli  __ Pop(r6);                  \
934cb13e841305b38acbd8195b1c511d59c91ec8d9Georgia Kouveli  __ Pop(r5);                  \
944cb13e841305b38acbd8195b1c511d59c91ec8d9Georgia Kouveli  __ Pop(r4);                  \
954cb13e841305b38acbd8195b1c511d59c91ec8d9Georgia Kouveli  __ Bx(lr);                   \
9674d4ef31746fbfd90118858857502c7006e3e925Pierre Langlois  __ FinalizeCode();           \
9774d4ef31746fbfd90118858857502c7006e3e925Pierre Langlois  harness_scratch.Close();
9888c46b84df005638546de5e4e965bdcc31352f48Pierre Langlois
99919e3fe28a5024c53ede42922092bbc32e89dcb8Alexandre Rames#define RUN()                                                 \
100919e3fe28a5024c53ede42922092bbc32e89dcb8Alexandre Rames  {                                                           \
101919e3fe28a5024c53ede42922092bbc32e89dcb8Alexandre Rames    int pcs_offset = masm.IsUsingT32() ? 1 : 0;               \
1026a049f97861bd71c69d81f643e42308d28c5de31Alexandre Rames    masm.GetBuffer()->SetExecutable();                        \
103919e3fe28a5024c53ede42922092bbc32e89dcb8Alexandre Rames    ExecuteMemory(masm.GetBuffer()->GetStartAddress<byte*>(), \
104919e3fe28a5024c53ede42922092bbc32e89dcb8Alexandre Rames                  masm.GetSizeOfCodeGenerated(),              \
105919e3fe28a5024c53ede42922092bbc32e89dcb8Alexandre Rames                  pcs_offset);                                \
1066a049f97861bd71c69d81f643e42308d28c5de31Alexandre Rames    masm.GetBuffer()->SetWritable();                          \
10788c46b84df005638546de5e4e965bdcc31352f48Pierre Langlois  }
10888c46b84df005638546de5e4e965bdcc31352f48Pierre Langlois
1091e85b7f2e8ad2bfb233de29405aade635ed207cePierre Langlois#endif  // ifdef VIXL_INCLUDE_SIMULATOR_AARCH32
11088c46b84df005638546de5e4e965bdcc31352f48Pierre Langlois
11188c46b84df005638546de5e4e965bdcc31352f48Pierre Langloisnamespace vixl {
11288c46b84df005638546de5e4e965bdcc31352f48Pierre Langloisnamespace aarch32 {
11388c46b84df005638546de5e4e965bdcc31352f48Pierre Langlois
11488c46b84df005638546de5e4e965bdcc31352f48Pierre Langlois// List of instruction encodings:
11588c46b84df005638546de5e4e965bdcc31352f48Pierre Langlois#define FOREACH_INSTRUCTION(M) \
11688c46b84df005638546de5e4e965bdcc31352f48Pierre Langlois  M(Add)                       \
1174634a88b6db240a13adc66f26ff3437806f08aecPierre Langlois  M(Sub)
11888c46b84df005638546de5e4e965bdcc31352f48Pierre Langlois
11919c0535d3c9c0bec6eeecce0ae704a7fd527a9d8Pierre Langlois
1201d451fce2580f360ef249893135526156985a85cPierre Langlois// The following definitions are defined again in each generated test, therefore
1211d451fce2580f360ef249893135526156985a85cPierre Langlois// we need to place them in an anomymous namespace. It expresses that they are
1221d451fce2580f360ef249893135526156985a85cPierre Langlois// local to this file only, and the compiler is not allowed to share these types
1231d451fce2580f360ef249893135526156985a85cPierre Langlois// across test files during template instantiation. Specifically, `Operands` and
1241d451fce2580f360ef249893135526156985a85cPierre Langlois// `Inputs` have various layouts across generated tests so they absolutely
1251d451fce2580f360ef249893135526156985a85cPierre Langlois// cannot be shared.
1261d451fce2580f360ef249893135526156985a85cPierre Langlois
1279a9331faeba996d6c85e6e2a6355ccfc22c6cab6Rodolph Perfetta#ifdef VIXL_INCLUDE_TARGET_T32
1281d451fce2580f360ef249893135526156985a85cPierre Langloisnamespace {
1291d451fce2580f360ef249893135526156985a85cPierre Langlois
13088c46b84df005638546de5e4e965bdcc31352f48Pierre Langlois// Values to be passed to the assembler to produce the instruction under test.
13188c46b84df005638546de5e4e965bdcc31352f48Pierre Langloisstruct Operands {
13288c46b84df005638546de5e4e965bdcc31352f48Pierre Langlois  Condition cond;
13388c46b84df005638546de5e4e965bdcc31352f48Pierre Langlois  Register rd;
13488c46b84df005638546de5e4e965bdcc31352f48Pierre Langlois  Register rn;
13588c46b84df005638546de5e4e965bdcc31352f48Pierre Langlois  int32_t immediate;
13688c46b84df005638546de5e4e965bdcc31352f48Pierre Langlois};
13788c46b84df005638546de5e4e965bdcc31352f48Pierre Langlois
13888c46b84df005638546de5e4e965bdcc31352f48Pierre Langlois// Input data to feed to the instruction.
13988c46b84df005638546de5e4e965bdcc31352f48Pierre Langloisstruct Inputs {
14088c46b84df005638546de5e4e965bdcc31352f48Pierre Langlois  uint32_t rd;
14188c46b84df005638546de5e4e965bdcc31352f48Pierre Langlois  uint32_t rn;
14288c46b84df005638546de5e4e965bdcc31352f48Pierre Langlois};
14388c46b84df005638546de5e4e965bdcc31352f48Pierre Langlois
14488c46b84df005638546de5e4e965bdcc31352f48Pierre Langlois// This structure contains all input data needed to test one specific encoding.
14588c46b84df005638546de5e4e965bdcc31352f48Pierre Langlois// It used to generate a loop over an instruction.
14688c46b84df005638546de5e4e965bdcc31352f48Pierre Langloisstruct TestLoopData {
14788c46b84df005638546de5e4e965bdcc31352f48Pierre Langlois  // The `operands` fields represents the values to pass to the assembler to
14888c46b84df005638546de5e4e965bdcc31352f48Pierre Langlois  // produce the instruction.
14988c46b84df005638546de5e4e965bdcc31352f48Pierre Langlois  Operands operands;
15088c46b84df005638546de5e4e965bdcc31352f48Pierre Langlois  // Description of the operands, used for error reporting.
15188c46b84df005638546de5e4e965bdcc31352f48Pierre Langlois  const char* operands_description;
15288c46b84df005638546de5e4e965bdcc31352f48Pierre Langlois  // Unique identifier, used for generating traces.
15388c46b84df005638546de5e4e965bdcc31352f48Pierre Langlois  const char* identifier;
15488c46b84df005638546de5e4e965bdcc31352f48Pierre Langlois  // Array of values to be fed to the instruction.
15588c46b84df005638546de5e4e965bdcc31352f48Pierre Langlois  size_t input_size;
15688c46b84df005638546de5e4e965bdcc31352f48Pierre Langlois  const Inputs* inputs;
15788c46b84df005638546de5e4e965bdcc31352f48Pierre Langlois};
15888c46b84df005638546de5e4e965bdcc31352f48Pierre Langlois
1591bce007699e07bd855b7d194ca93fa5504a73edaPierre Langloisstatic const Inputs kRdIsRn[] =
1601bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois    {{0x00000000, 0x00000000}, {0x00000001, 0x00000001},
1611bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0x00000002, 0x00000002}, {0x00000020, 0x00000020},
1621bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0x0000007d, 0x0000007d}, {0x0000007e, 0x0000007e},
1631bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0x0000007f, 0x0000007f}, {0x00007ffd, 0x00007ffd},
1641bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0x00007ffe, 0x00007ffe}, {0x00007fff, 0x00007fff},
1651bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0x33333333, 0x33333333}, {0x55555555, 0x55555555},
1661bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0x7ffffffd, 0x7ffffffd}, {0x7ffffffe, 0x7ffffffe},
1671bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0x7fffffff, 0x7fffffff}, {0x80000000, 0x80000000},
1681bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0x80000001, 0x80000001}, {0xaaaaaaaa, 0xaaaaaaaa},
1691bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0xcccccccc, 0xcccccccc}, {0xffff8000, 0xffff8000},
1701bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0xffff8001, 0xffff8001}, {0xffff8002, 0xffff8002},
1711bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0xffff8003, 0xffff8003}, {0xffffff80, 0xffffff80},
1721bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0xffffff81, 0xffffff81}, {0xffffff82, 0xffffff82},
1731bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0xffffff83, 0xffffff83}, {0xffffffe0, 0xffffffe0},
1741bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0xfffffffd, 0xfffffffd}, {0xfffffffe, 0xfffffffe},
1751bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0xffffffff, 0xffffffff}};
17688c46b84df005638546de5e4e965bdcc31352f48Pierre Langlois
1771bce007699e07bd855b7d194ca93fa5504a73edaPierre Langloisstatic const Inputs kRdIsNotRn[] =
1781bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois    {{0x00000000, 0x00000000}, {0x00000000, 0x00000001},
1791bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0x00000000, 0x00000002}, {0x00000000, 0x00000020},
1801bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0x00000000, 0x0000007d}, {0x00000000, 0x0000007e},
1811bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0x00000000, 0x0000007f}, {0x00000000, 0x00007ffd},
1821bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0x00000000, 0x00007ffe}, {0x00000000, 0x00007fff},
1831bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0x00000000, 0x33333333}, {0x00000000, 0x55555555},
1841bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0x00000000, 0x7ffffffd}, {0x00000000, 0x7ffffffe},
1851bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0x00000000, 0x7fffffff}, {0x00000000, 0x80000000},
1861bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0x00000000, 0x80000001}, {0x00000000, 0xaaaaaaaa},
1871bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0x00000000, 0xcccccccc}, {0x00000000, 0xffff8000},
1881bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0x00000000, 0xffff8001}, {0x00000000, 0xffff8002},
1891bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0x00000000, 0xffff8003}, {0x00000000, 0xffffff80},
1901bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0x00000000, 0xffffff81}, {0x00000000, 0xffffff82},
1911bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0x00000000, 0xffffff83}, {0x00000000, 0xffffffe0},
1921bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0x00000000, 0xfffffffd}, {0x00000000, 0xfffffffe},
1931bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0x00000000, 0xffffffff}, {0x00000001, 0x00000000},
1941bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0x00000001, 0x00000001}, {0x00000001, 0x00000002},
1951bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0x00000001, 0x00000020}, {0x00000001, 0x0000007d},
1961bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0x00000001, 0x0000007e}, {0x00000001, 0x0000007f},
1971bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0x00000001, 0x00007ffd}, {0x00000001, 0x00007ffe},
1981bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0x00000001, 0x00007fff}, {0x00000001, 0x33333333},
1991bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0x00000001, 0x55555555}, {0x00000001, 0x7ffffffd},
2001bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0x00000001, 0x7ffffffe}, {0x00000001, 0x7fffffff},
2011bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0x00000001, 0x80000000}, {0x00000001, 0x80000001},
2021bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0x00000001, 0xaaaaaaaa}, {0x00000001, 0xcccccccc},
2031bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0x00000001, 0xffff8000}, {0x00000001, 0xffff8001},
2041bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0x00000001, 0xffff8002}, {0x00000001, 0xffff8003},
2051bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0x00000001, 0xffffff80}, {0x00000001, 0xffffff81},
2061bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0x00000001, 0xffffff82}, {0x00000001, 0xffffff83},
2071bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0x00000001, 0xffffffe0}, {0x00000001, 0xfffffffd},
2081bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0x00000001, 0xfffffffe}, {0x00000001, 0xffffffff},
2091bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0x00000002, 0x00000000}, {0x00000002, 0x00000001},
2101bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0x00000002, 0x00000002}, {0x00000002, 0x00000020},
2111bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0x00000002, 0x0000007d}, {0x00000002, 0x0000007e},
2121bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0x00000002, 0x0000007f}, {0x00000002, 0x00007ffd},
2131bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0x00000002, 0x00007ffe}, {0x00000002, 0x00007fff},
2141bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0x00000002, 0x33333333}, {0x00000002, 0x55555555},
2151bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0x00000002, 0x7ffffffd}, {0x00000002, 0x7ffffffe},
2161bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0x00000002, 0x7fffffff}, {0x00000002, 0x80000000},
2171bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0x00000002, 0x80000001}, {0x00000002, 0xaaaaaaaa},
2181bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0x00000002, 0xcccccccc}, {0x00000002, 0xffff8000},
2191bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0x00000002, 0xffff8001}, {0x00000002, 0xffff8002},
2201bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0x00000002, 0xffff8003}, {0x00000002, 0xffffff80},
2211bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0x00000002, 0xffffff81}, {0x00000002, 0xffffff82},
2221bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0x00000002, 0xffffff83}, {0x00000002, 0xffffffe0},
2231bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0x00000002, 0xfffffffd}, {0x00000002, 0xfffffffe},
2241bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0x00000002, 0xffffffff}, {0x00000020, 0x00000000},
2251bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0x00000020, 0x00000001}, {0x00000020, 0x00000002},
2261bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0x00000020, 0x00000020}, {0x00000020, 0x0000007d},
2271bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0x00000020, 0x0000007e}, {0x00000020, 0x0000007f},
2281bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0x00000020, 0x00007ffd}, {0x00000020, 0x00007ffe},
2291bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0x00000020, 0x00007fff}, {0x00000020, 0x33333333},
2301bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0x00000020, 0x55555555}, {0x00000020, 0x7ffffffd},
2311bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0x00000020, 0x7ffffffe}, {0x00000020, 0x7fffffff},
2321bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0x00000020, 0x80000000}, {0x00000020, 0x80000001},
2331bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0x00000020, 0xaaaaaaaa}, {0x00000020, 0xcccccccc},
2341bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0x00000020, 0xffff8000}, {0x00000020, 0xffff8001},
2351bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0x00000020, 0xffff8002}, {0x00000020, 0xffff8003},
2361bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0x00000020, 0xffffff80}, {0x00000020, 0xffffff81},
2371bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0x00000020, 0xffffff82}, {0x00000020, 0xffffff83},
2381bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0x00000020, 0xffffffe0}, {0x00000020, 0xfffffffd},
2391bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0x00000020, 0xfffffffe}, {0x00000020, 0xffffffff},
2401bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0x0000007d, 0x00000000}, {0x0000007d, 0x00000001},
2411bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0x0000007d, 0x00000002}, {0x0000007d, 0x00000020},
2421bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0x0000007d, 0x0000007d}, {0x0000007d, 0x0000007e},
2431bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0x0000007d, 0x0000007f}, {0x0000007d, 0x00007ffd},
2441bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0x0000007d, 0x00007ffe}, {0x0000007d, 0x00007fff},
2451bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0x0000007d, 0x33333333}, {0x0000007d, 0x55555555},
2461bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0x0000007d, 0x7ffffffd}, {0x0000007d, 0x7ffffffe},
2471bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0x0000007d, 0x7fffffff}, {0x0000007d, 0x80000000},
2481bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0x0000007d, 0x80000001}, {0x0000007d, 0xaaaaaaaa},
2491bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0x0000007d, 0xcccccccc}, {0x0000007d, 0xffff8000},
2501bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0x0000007d, 0xffff8001}, {0x0000007d, 0xffff8002},
2511bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0x0000007d, 0xffff8003}, {0x0000007d, 0xffffff80},
2521bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0x0000007d, 0xffffff81}, {0x0000007d, 0xffffff82},
2531bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0x0000007d, 0xffffff83}, {0x0000007d, 0xffffffe0},
2541bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0x0000007d, 0xfffffffd}, {0x0000007d, 0xfffffffe},
2551bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0x0000007d, 0xffffffff}, {0x0000007e, 0x00000000},
2561bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0x0000007e, 0x00000001}, {0x0000007e, 0x00000002},
2571bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0x0000007e, 0x00000020}, {0x0000007e, 0x0000007d},
2581bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0x0000007e, 0x0000007e}, {0x0000007e, 0x0000007f},
2591bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0x0000007e, 0x00007ffd}, {0x0000007e, 0x00007ffe},
2601bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0x0000007e, 0x00007fff}, {0x0000007e, 0x33333333},
2611bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0x0000007e, 0x55555555}, {0x0000007e, 0x7ffffffd},
2621bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0x0000007e, 0x7ffffffe}, {0x0000007e, 0x7fffffff},
2631bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0x0000007e, 0x80000000}, {0x0000007e, 0x80000001},
2641bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0x0000007e, 0xaaaaaaaa}, {0x0000007e, 0xcccccccc},
2651bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0x0000007e, 0xffff8000}, {0x0000007e, 0xffff8001},
2661bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0x0000007e, 0xffff8002}, {0x0000007e, 0xffff8003},
2671bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0x0000007e, 0xffffff80}, {0x0000007e, 0xffffff81},
2681bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0x0000007e, 0xffffff82}, {0x0000007e, 0xffffff83},
2691bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0x0000007e, 0xffffffe0}, {0x0000007e, 0xfffffffd},
2701bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0x0000007e, 0xfffffffe}, {0x0000007e, 0xffffffff},
2711bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0x0000007f, 0x00000000}, {0x0000007f, 0x00000001},
2721bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0x0000007f, 0x00000002}, {0x0000007f, 0x00000020},
2731bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0x0000007f, 0x0000007d}, {0x0000007f, 0x0000007e},
2741bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0x0000007f, 0x0000007f}, {0x0000007f, 0x00007ffd},
2751bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0x0000007f, 0x00007ffe}, {0x0000007f, 0x00007fff},
2761bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0x0000007f, 0x33333333}, {0x0000007f, 0x55555555},
2771bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0x0000007f, 0x7ffffffd}, {0x0000007f, 0x7ffffffe},
2781bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0x0000007f, 0x7fffffff}, {0x0000007f, 0x80000000},
2791bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0x0000007f, 0x80000001}, {0x0000007f, 0xaaaaaaaa},
2801bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0x0000007f, 0xcccccccc}, {0x0000007f, 0xffff8000},
2811bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0x0000007f, 0xffff8001}, {0x0000007f, 0xffff8002},
2821bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0x0000007f, 0xffff8003}, {0x0000007f, 0xffffff80},
2831bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0x0000007f, 0xffffff81}, {0x0000007f, 0xffffff82},
2841bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0x0000007f, 0xffffff83}, {0x0000007f, 0xffffffe0},
2851bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0x0000007f, 0xfffffffd}, {0x0000007f, 0xfffffffe},
2861bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0x0000007f, 0xffffffff}, {0x00007ffd, 0x00000000},
2871bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0x00007ffd, 0x00000001}, {0x00007ffd, 0x00000002},
2881bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0x00007ffd, 0x00000020}, {0x00007ffd, 0x0000007d},
2891bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0x00007ffd, 0x0000007e}, {0x00007ffd, 0x0000007f},
2901bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0x00007ffd, 0x00007ffd}, {0x00007ffd, 0x00007ffe},
2911bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0x00007ffd, 0x00007fff}, {0x00007ffd, 0x33333333},
2921bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0x00007ffd, 0x55555555}, {0x00007ffd, 0x7ffffffd},
2931bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0x00007ffd, 0x7ffffffe}, {0x00007ffd, 0x7fffffff},
2941bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0x00007ffd, 0x80000000}, {0x00007ffd, 0x80000001},
2951bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0x00007ffd, 0xaaaaaaaa}, {0x00007ffd, 0xcccccccc},
2961bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0x00007ffd, 0xffff8000}, {0x00007ffd, 0xffff8001},
2971bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0x00007ffd, 0xffff8002}, {0x00007ffd, 0xffff8003},
2981bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0x00007ffd, 0xffffff80}, {0x00007ffd, 0xffffff81},
2991bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0x00007ffd, 0xffffff82}, {0x00007ffd, 0xffffff83},
3001bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0x00007ffd, 0xffffffe0}, {0x00007ffd, 0xfffffffd},
3011bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0x00007ffd, 0xfffffffe}, {0x00007ffd, 0xffffffff},
3021bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0x00007ffe, 0x00000000}, {0x00007ffe, 0x00000001},
3031bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0x00007ffe, 0x00000002}, {0x00007ffe, 0x00000020},
3041bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0x00007ffe, 0x0000007d}, {0x00007ffe, 0x0000007e},
3051bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0x00007ffe, 0x0000007f}, {0x00007ffe, 0x00007ffd},
3061bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0x00007ffe, 0x00007ffe}, {0x00007ffe, 0x00007fff},
3071bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0x00007ffe, 0x33333333}, {0x00007ffe, 0x55555555},
3081bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0x00007ffe, 0x7ffffffd}, {0x00007ffe, 0x7ffffffe},
3091bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0x00007ffe, 0x7fffffff}, {0x00007ffe, 0x80000000},
3101bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0x00007ffe, 0x80000001}, {0x00007ffe, 0xaaaaaaaa},
3111bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0x00007ffe, 0xcccccccc}, {0x00007ffe, 0xffff8000},
3121bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0x00007ffe, 0xffff8001}, {0x00007ffe, 0xffff8002},
3131bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0x00007ffe, 0xffff8003}, {0x00007ffe, 0xffffff80},
3141bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0x00007ffe, 0xffffff81}, {0x00007ffe, 0xffffff82},
3151bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0x00007ffe, 0xffffff83}, {0x00007ffe, 0xffffffe0},
3161bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0x00007ffe, 0xfffffffd}, {0x00007ffe, 0xfffffffe},
3171bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0x00007ffe, 0xffffffff}, {0x00007fff, 0x00000000},
3181bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0x00007fff, 0x00000001}, {0x00007fff, 0x00000002},
3191bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0x00007fff, 0x00000020}, {0x00007fff, 0x0000007d},
3201bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0x00007fff, 0x0000007e}, {0x00007fff, 0x0000007f},
3211bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0x00007fff, 0x00007ffd}, {0x00007fff, 0x00007ffe},
3221bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0x00007fff, 0x00007fff}, {0x00007fff, 0x33333333},
3231bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0x00007fff, 0x55555555}, {0x00007fff, 0x7ffffffd},
3241bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0x00007fff, 0x7ffffffe}, {0x00007fff, 0x7fffffff},
3251bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0x00007fff, 0x80000000}, {0x00007fff, 0x80000001},
3261bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0x00007fff, 0xaaaaaaaa}, {0x00007fff, 0xcccccccc},
3271bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0x00007fff, 0xffff8000}, {0x00007fff, 0xffff8001},
3281bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0x00007fff, 0xffff8002}, {0x00007fff, 0xffff8003},
3291bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0x00007fff, 0xffffff80}, {0x00007fff, 0xffffff81},
3301bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0x00007fff, 0xffffff82}, {0x00007fff, 0xffffff83},
3311bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0x00007fff, 0xffffffe0}, {0x00007fff, 0xfffffffd},
3321bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0x00007fff, 0xfffffffe}, {0x00007fff, 0xffffffff},
3331bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0x33333333, 0x00000000}, {0x33333333, 0x00000001},
3341bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0x33333333, 0x00000002}, {0x33333333, 0x00000020},
3351bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0x33333333, 0x0000007d}, {0x33333333, 0x0000007e},
3361bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0x33333333, 0x0000007f}, {0x33333333, 0x00007ffd},
3371bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0x33333333, 0x00007ffe}, {0x33333333, 0x00007fff},
3381bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0x33333333, 0x33333333}, {0x33333333, 0x55555555},
3391bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0x33333333, 0x7ffffffd}, {0x33333333, 0x7ffffffe},
3401bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0x33333333, 0x7fffffff}, {0x33333333, 0x80000000},
3411bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0x33333333, 0x80000001}, {0x33333333, 0xaaaaaaaa},
3421bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0x33333333, 0xcccccccc}, {0x33333333, 0xffff8000},
3431bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0x33333333, 0xffff8001}, {0x33333333, 0xffff8002},
3441bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0x33333333, 0xffff8003}, {0x33333333, 0xffffff80},
3451bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0x33333333, 0xffffff81}, {0x33333333, 0xffffff82},
3461bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0x33333333, 0xffffff83}, {0x33333333, 0xffffffe0},
3471bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0x33333333, 0xfffffffd}, {0x33333333, 0xfffffffe},
3481bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0x33333333, 0xffffffff}, {0x55555555, 0x00000000},
3491bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0x55555555, 0x00000001}, {0x55555555, 0x00000002},
3501bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0x55555555, 0x00000020}, {0x55555555, 0x0000007d},
3511bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0x55555555, 0x0000007e}, {0x55555555, 0x0000007f},
3521bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0x55555555, 0x00007ffd}, {0x55555555, 0x00007ffe},
3531bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0x55555555, 0x00007fff}, {0x55555555, 0x33333333},
3541bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0x55555555, 0x55555555}, {0x55555555, 0x7ffffffd},
3551bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0x55555555, 0x7ffffffe}, {0x55555555, 0x7fffffff},
3561bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0x55555555, 0x80000000}, {0x55555555, 0x80000001},
3571bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0x55555555, 0xaaaaaaaa}, {0x55555555, 0xcccccccc},
3581bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0x55555555, 0xffff8000}, {0x55555555, 0xffff8001},
3591bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0x55555555, 0xffff8002}, {0x55555555, 0xffff8003},
3601bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0x55555555, 0xffffff80}, {0x55555555, 0xffffff81},
3611bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0x55555555, 0xffffff82}, {0x55555555, 0xffffff83},
3621bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0x55555555, 0xffffffe0}, {0x55555555, 0xfffffffd},
3631bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0x55555555, 0xfffffffe}, {0x55555555, 0xffffffff},
3641bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0x7ffffffd, 0x00000000}, {0x7ffffffd, 0x00000001},
3651bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0x7ffffffd, 0x00000002}, {0x7ffffffd, 0x00000020},
3661bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0x7ffffffd, 0x0000007d}, {0x7ffffffd, 0x0000007e},
3671bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0x7ffffffd, 0x0000007f}, {0x7ffffffd, 0x00007ffd},
3681bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0x7ffffffd, 0x00007ffe}, {0x7ffffffd, 0x00007fff},
3691bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0x7ffffffd, 0x33333333}, {0x7ffffffd, 0x55555555},
3701bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0x7ffffffd, 0x7ffffffd}, {0x7ffffffd, 0x7ffffffe},
3711bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0x7ffffffd, 0x7fffffff}, {0x7ffffffd, 0x80000000},
3721bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0x7ffffffd, 0x80000001}, {0x7ffffffd, 0xaaaaaaaa},
3731bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0x7ffffffd, 0xcccccccc}, {0x7ffffffd, 0xffff8000},
3741bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0x7ffffffd, 0xffff8001}, {0x7ffffffd, 0xffff8002},
3751bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0x7ffffffd, 0xffff8003}, {0x7ffffffd, 0xffffff80},
3761bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0x7ffffffd, 0xffffff81}, {0x7ffffffd, 0xffffff82},
3771bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0x7ffffffd, 0xffffff83}, {0x7ffffffd, 0xffffffe0},
3781bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0x7ffffffd, 0xfffffffd}, {0x7ffffffd, 0xfffffffe},
3791bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0x7ffffffd, 0xffffffff}, {0x7ffffffe, 0x00000000},
3801bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0x7ffffffe, 0x00000001}, {0x7ffffffe, 0x00000002},
3811bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0x7ffffffe, 0x00000020}, {0x7ffffffe, 0x0000007d},
3821bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0x7ffffffe, 0x0000007e}, {0x7ffffffe, 0x0000007f},
3831bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0x7ffffffe, 0x00007ffd}, {0x7ffffffe, 0x00007ffe},
3841bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0x7ffffffe, 0x00007fff}, {0x7ffffffe, 0x33333333},
3851bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0x7ffffffe, 0x55555555}, {0x7ffffffe, 0x7ffffffd},
3861bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0x7ffffffe, 0x7ffffffe}, {0x7ffffffe, 0x7fffffff},
3871bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0x7ffffffe, 0x80000000}, {0x7ffffffe, 0x80000001},
3881bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0x7ffffffe, 0xaaaaaaaa}, {0x7ffffffe, 0xcccccccc},
3891bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0x7ffffffe, 0xffff8000}, {0x7ffffffe, 0xffff8001},
3901bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0x7ffffffe, 0xffff8002}, {0x7ffffffe, 0xffff8003},
3911bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0x7ffffffe, 0xffffff80}, {0x7ffffffe, 0xffffff81},
3921bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0x7ffffffe, 0xffffff82}, {0x7ffffffe, 0xffffff83},
3931bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0x7ffffffe, 0xffffffe0}, {0x7ffffffe, 0xfffffffd},
3941bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0x7ffffffe, 0xfffffffe}, {0x7ffffffe, 0xffffffff},
3951bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0x7fffffff, 0x00000000}, {0x7fffffff, 0x00000001},
3961bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0x7fffffff, 0x00000002}, {0x7fffffff, 0x00000020},
3971bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0x7fffffff, 0x0000007d}, {0x7fffffff, 0x0000007e},
3981bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0x7fffffff, 0x0000007f}, {0x7fffffff, 0x00007ffd},
3991bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0x7fffffff, 0x00007ffe}, {0x7fffffff, 0x00007fff},
4001bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0x7fffffff, 0x33333333}, {0x7fffffff, 0x55555555},
4011bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0x7fffffff, 0x7ffffffd}, {0x7fffffff, 0x7ffffffe},
4021bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0x7fffffff, 0x7fffffff}, {0x7fffffff, 0x80000000},
4031bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0x7fffffff, 0x80000001}, {0x7fffffff, 0xaaaaaaaa},
4041bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0x7fffffff, 0xcccccccc}, {0x7fffffff, 0xffff8000},
4051bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0x7fffffff, 0xffff8001}, {0x7fffffff, 0xffff8002},
4061bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0x7fffffff, 0xffff8003}, {0x7fffffff, 0xffffff80},
4071bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0x7fffffff, 0xffffff81}, {0x7fffffff, 0xffffff82},
4081bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0x7fffffff, 0xffffff83}, {0x7fffffff, 0xffffffe0},
4091bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0x7fffffff, 0xfffffffd}, {0x7fffffff, 0xfffffffe},
4101bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0x7fffffff, 0xffffffff}, {0x80000000, 0x00000000},
4111bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0x80000000, 0x00000001}, {0x80000000, 0x00000002},
4121bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0x80000000, 0x00000020}, {0x80000000, 0x0000007d},
4131bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0x80000000, 0x0000007e}, {0x80000000, 0x0000007f},
4141bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0x80000000, 0x00007ffd}, {0x80000000, 0x00007ffe},
4151bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0x80000000, 0x00007fff}, {0x80000000, 0x33333333},
4161bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0x80000000, 0x55555555}, {0x80000000, 0x7ffffffd},
4171bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0x80000000, 0x7ffffffe}, {0x80000000, 0x7fffffff},
4181bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0x80000000, 0x80000000}, {0x80000000, 0x80000001},
4191bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0x80000000, 0xaaaaaaaa}, {0x80000000, 0xcccccccc},
4201bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0x80000000, 0xffff8000}, {0x80000000, 0xffff8001},
4211bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0x80000000, 0xffff8002}, {0x80000000, 0xffff8003},
4221bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0x80000000, 0xffffff80}, {0x80000000, 0xffffff81},
4231bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0x80000000, 0xffffff82}, {0x80000000, 0xffffff83},
4241bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0x80000000, 0xffffffe0}, {0x80000000, 0xfffffffd},
4251bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0x80000000, 0xfffffffe}, {0x80000000, 0xffffffff},
4261bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0x80000001, 0x00000000}, {0x80000001, 0x00000001},
4271bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0x80000001, 0x00000002}, {0x80000001, 0x00000020},
4281bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0x80000001, 0x0000007d}, {0x80000001, 0x0000007e},
4291bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0x80000001, 0x0000007f}, {0x80000001, 0x00007ffd},
4301bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0x80000001, 0x00007ffe}, {0x80000001, 0x00007fff},
4311bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0x80000001, 0x33333333}, {0x80000001, 0x55555555},
4321bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0x80000001, 0x7ffffffd}, {0x80000001, 0x7ffffffe},
4331bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0x80000001, 0x7fffffff}, {0x80000001, 0x80000000},
4341bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0x80000001, 0x80000001}, {0x80000001, 0xaaaaaaaa},
4351bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0x80000001, 0xcccccccc}, {0x80000001, 0xffff8000},
4361bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0x80000001, 0xffff8001}, {0x80000001, 0xffff8002},
4371bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0x80000001, 0xffff8003}, {0x80000001, 0xffffff80},
4381bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0x80000001, 0xffffff81}, {0x80000001, 0xffffff82},
4391bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0x80000001, 0xffffff83}, {0x80000001, 0xffffffe0},
4401bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0x80000001, 0xfffffffd}, {0x80000001, 0xfffffffe},
4411bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0x80000001, 0xffffffff}, {0xaaaaaaaa, 0x00000000},
4421bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0xaaaaaaaa, 0x00000001}, {0xaaaaaaaa, 0x00000002},
4431bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0xaaaaaaaa, 0x00000020}, {0xaaaaaaaa, 0x0000007d},
4441bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0xaaaaaaaa, 0x0000007e}, {0xaaaaaaaa, 0x0000007f},
4451bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0xaaaaaaaa, 0x00007ffd}, {0xaaaaaaaa, 0x00007ffe},
4461bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0xaaaaaaaa, 0x00007fff}, {0xaaaaaaaa, 0x33333333},
4471bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0xaaaaaaaa, 0x55555555}, {0xaaaaaaaa, 0x7ffffffd},
4481bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0xaaaaaaaa, 0x7ffffffe}, {0xaaaaaaaa, 0x7fffffff},
4491bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0xaaaaaaaa, 0x80000000}, {0xaaaaaaaa, 0x80000001},
4501bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0xaaaaaaaa, 0xaaaaaaaa}, {0xaaaaaaaa, 0xcccccccc},
4511bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0xaaaaaaaa, 0xffff8000}, {0xaaaaaaaa, 0xffff8001},
4521bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0xaaaaaaaa, 0xffff8002}, {0xaaaaaaaa, 0xffff8003},
4531bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0xaaaaaaaa, 0xffffff80}, {0xaaaaaaaa, 0xffffff81},
4541bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0xaaaaaaaa, 0xffffff82}, {0xaaaaaaaa, 0xffffff83},
4551bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0xaaaaaaaa, 0xffffffe0}, {0xaaaaaaaa, 0xfffffffd},
4561bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0xaaaaaaaa, 0xfffffffe}, {0xaaaaaaaa, 0xffffffff},
4571bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0xcccccccc, 0x00000000}, {0xcccccccc, 0x00000001},
4581bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0xcccccccc, 0x00000002}, {0xcccccccc, 0x00000020},
4591bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0xcccccccc, 0x0000007d}, {0xcccccccc, 0x0000007e},
4601bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0xcccccccc, 0x0000007f}, {0xcccccccc, 0x00007ffd},
4611bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0xcccccccc, 0x00007ffe}, {0xcccccccc, 0x00007fff},
4621bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0xcccccccc, 0x33333333}, {0xcccccccc, 0x55555555},
4631bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0xcccccccc, 0x7ffffffd}, {0xcccccccc, 0x7ffffffe},
4641bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0xcccccccc, 0x7fffffff}, {0xcccccccc, 0x80000000},
4651bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0xcccccccc, 0x80000001}, {0xcccccccc, 0xaaaaaaaa},
4661bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0xcccccccc, 0xcccccccc}, {0xcccccccc, 0xffff8000},
4671bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0xcccccccc, 0xffff8001}, {0xcccccccc, 0xffff8002},
4681bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0xcccccccc, 0xffff8003}, {0xcccccccc, 0xffffff80},
4691bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0xcccccccc, 0xffffff81}, {0xcccccccc, 0xffffff82},
4701bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0xcccccccc, 0xffffff83}, {0xcccccccc, 0xffffffe0},
4711bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0xcccccccc, 0xfffffffd}, {0xcccccccc, 0xfffffffe},
4721bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0xcccccccc, 0xffffffff}, {0xffff8000, 0x00000000},
4731bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0xffff8000, 0x00000001}, {0xffff8000, 0x00000002},
4741bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0xffff8000, 0x00000020}, {0xffff8000, 0x0000007d},
4751bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0xffff8000, 0x0000007e}, {0xffff8000, 0x0000007f},
4761bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0xffff8000, 0x00007ffd}, {0xffff8000, 0x00007ffe},
4771bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0xffff8000, 0x00007fff}, {0xffff8000, 0x33333333},
4781bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0xffff8000, 0x55555555}, {0xffff8000, 0x7ffffffd},
4791bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0xffff8000, 0x7ffffffe}, {0xffff8000, 0x7fffffff},
4801bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0xffff8000, 0x80000000}, {0xffff8000, 0x80000001},
4811bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0xffff8000, 0xaaaaaaaa}, {0xffff8000, 0xcccccccc},
4821bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0xffff8000, 0xffff8000}, {0xffff8000, 0xffff8001},
4831bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0xffff8000, 0xffff8002}, {0xffff8000, 0xffff8003},
4841bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0xffff8000, 0xffffff80}, {0xffff8000, 0xffffff81},
4851bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0xffff8000, 0xffffff82}, {0xffff8000, 0xffffff83},
4861bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0xffff8000, 0xffffffe0}, {0xffff8000, 0xfffffffd},
4871bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0xffff8000, 0xfffffffe}, {0xffff8000, 0xffffffff},
4881bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0xffff8001, 0x00000000}, {0xffff8001, 0x00000001},
4891bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0xffff8001, 0x00000002}, {0xffff8001, 0x00000020},
4901bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0xffff8001, 0x0000007d}, {0xffff8001, 0x0000007e},
4911bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0xffff8001, 0x0000007f}, {0xffff8001, 0x00007ffd},
4921bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0xffff8001, 0x00007ffe}, {0xffff8001, 0x00007fff},
4931bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0xffff8001, 0x33333333}, {0xffff8001, 0x55555555},
4941bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0xffff8001, 0x7ffffffd}, {0xffff8001, 0x7ffffffe},
4951bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0xffff8001, 0x7fffffff}, {0xffff8001, 0x80000000},
4961bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0xffff8001, 0x80000001}, {0xffff8001, 0xaaaaaaaa},
4971bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0xffff8001, 0xcccccccc}, {0xffff8001, 0xffff8000},
4981bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0xffff8001, 0xffff8001}, {0xffff8001, 0xffff8002},
4991bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0xffff8001, 0xffff8003}, {0xffff8001, 0xffffff80},
5001bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0xffff8001, 0xffffff81}, {0xffff8001, 0xffffff82},
5011bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0xffff8001, 0xffffff83}, {0xffff8001, 0xffffffe0},
5021bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0xffff8001, 0xfffffffd}, {0xffff8001, 0xfffffffe},
5031bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0xffff8001, 0xffffffff}, {0xffff8002, 0x00000000},
5041bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0xffff8002, 0x00000001}, {0xffff8002, 0x00000002},
5051bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0xffff8002, 0x00000020}, {0xffff8002, 0x0000007d},
5061bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0xffff8002, 0x0000007e}, {0xffff8002, 0x0000007f},
5071bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0xffff8002, 0x00007ffd}, {0xffff8002, 0x00007ffe},
5081bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0xffff8002, 0x00007fff}, {0xffff8002, 0x33333333},
5091bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0xffff8002, 0x55555555}, {0xffff8002, 0x7ffffffd},
5101bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0xffff8002, 0x7ffffffe}, {0xffff8002, 0x7fffffff},
5111bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0xffff8002, 0x80000000}, {0xffff8002, 0x80000001},
5121bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0xffff8002, 0xaaaaaaaa}, {0xffff8002, 0xcccccccc},
5131bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0xffff8002, 0xffff8000}, {0xffff8002, 0xffff8001},
5141bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0xffff8002, 0xffff8002}, {0xffff8002, 0xffff8003},
5151bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0xffff8002, 0xffffff80}, {0xffff8002, 0xffffff81},
5161bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0xffff8002, 0xffffff82}, {0xffff8002, 0xffffff83},
5171bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0xffff8002, 0xffffffe0}, {0xffff8002, 0xfffffffd},
5181bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0xffff8002, 0xfffffffe}, {0xffff8002, 0xffffffff},
5191bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0xffff8003, 0x00000000}, {0xffff8003, 0x00000001},
5201bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0xffff8003, 0x00000002}, {0xffff8003, 0x00000020},
5211bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0xffff8003, 0x0000007d}, {0xffff8003, 0x0000007e},
5221bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0xffff8003, 0x0000007f}, {0xffff8003, 0x00007ffd},
5231bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0xffff8003, 0x00007ffe}, {0xffff8003, 0x00007fff},
5241bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0xffff8003, 0x33333333}, {0xffff8003, 0x55555555},
5251bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0xffff8003, 0x7ffffffd}, {0xffff8003, 0x7ffffffe},
5261bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0xffff8003, 0x7fffffff}, {0xffff8003, 0x80000000},
5271bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0xffff8003, 0x80000001}, {0xffff8003, 0xaaaaaaaa},
5281bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0xffff8003, 0xcccccccc}, {0xffff8003, 0xffff8000},
5291bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0xffff8003, 0xffff8001}, {0xffff8003, 0xffff8002},
5301bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0xffff8003, 0xffff8003}, {0xffff8003, 0xffffff80},
5311bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0xffff8003, 0xffffff81}, {0xffff8003, 0xffffff82},
5321bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0xffff8003, 0xffffff83}, {0xffff8003, 0xffffffe0},
5331bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0xffff8003, 0xfffffffd}, {0xffff8003, 0xfffffffe},
5341bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0xffff8003, 0xffffffff}, {0xffffff80, 0x00000000},
5351bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0xffffff80, 0x00000001}, {0xffffff80, 0x00000002},
5361bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0xffffff80, 0x00000020}, {0xffffff80, 0x0000007d},
5371bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0xffffff80, 0x0000007e}, {0xffffff80, 0x0000007f},
5381bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0xffffff80, 0x00007ffd}, {0xffffff80, 0x00007ffe},
5391bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0xffffff80, 0x00007fff}, {0xffffff80, 0x33333333},
5401bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0xffffff80, 0x55555555}, {0xffffff80, 0x7ffffffd},
5411bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0xffffff80, 0x7ffffffe}, {0xffffff80, 0x7fffffff},
5421bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0xffffff80, 0x80000000}, {0xffffff80, 0x80000001},
5431bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0xffffff80, 0xaaaaaaaa}, {0xffffff80, 0xcccccccc},
5441bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0xffffff80, 0xffff8000}, {0xffffff80, 0xffff8001},
5451bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0xffffff80, 0xffff8002}, {0xffffff80, 0xffff8003},
5461bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0xffffff80, 0xffffff80}, {0xffffff80, 0xffffff81},
5471bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0xffffff80, 0xffffff82}, {0xffffff80, 0xffffff83},
5481bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0xffffff80, 0xffffffe0}, {0xffffff80, 0xfffffffd},
5491bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0xffffff80, 0xfffffffe}, {0xffffff80, 0xffffffff},
5501bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0xffffff81, 0x00000000}, {0xffffff81, 0x00000001},
5511bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0xffffff81, 0x00000002}, {0xffffff81, 0x00000020},
5521bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0xffffff81, 0x0000007d}, {0xffffff81, 0x0000007e},
5531bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0xffffff81, 0x0000007f}, {0xffffff81, 0x00007ffd},
5541bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0xffffff81, 0x00007ffe}, {0xffffff81, 0x00007fff},
5551bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0xffffff81, 0x33333333}, {0xffffff81, 0x55555555},
5561bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0xffffff81, 0x7ffffffd}, {0xffffff81, 0x7ffffffe},
5571bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0xffffff81, 0x7fffffff}, {0xffffff81, 0x80000000},
5581bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0xffffff81, 0x80000001}, {0xffffff81, 0xaaaaaaaa},
5591bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0xffffff81, 0xcccccccc}, {0xffffff81, 0xffff8000},
5601bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0xffffff81, 0xffff8001}, {0xffffff81, 0xffff8002},
5611bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0xffffff81, 0xffff8003}, {0xffffff81, 0xffffff80},
5621bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0xffffff81, 0xffffff81}, {0xffffff81, 0xffffff82},
5631bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0xffffff81, 0xffffff83}, {0xffffff81, 0xffffffe0},
5641bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0xffffff81, 0xfffffffd}, {0xffffff81, 0xfffffffe},
5651bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0xffffff81, 0xffffffff}, {0xffffff82, 0x00000000},
5661bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0xffffff82, 0x00000001}, {0xffffff82, 0x00000002},
5671bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0xffffff82, 0x00000020}, {0xffffff82, 0x0000007d},
5681bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0xffffff82, 0x0000007e}, {0xffffff82, 0x0000007f},
5691bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0xffffff82, 0x00007ffd}, {0xffffff82, 0x00007ffe},
5701bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0xffffff82, 0x00007fff}, {0xffffff82, 0x33333333},
5711bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0xffffff82, 0x55555555}, {0xffffff82, 0x7ffffffd},
5721bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0xffffff82, 0x7ffffffe}, {0xffffff82, 0x7fffffff},
5731bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0xffffff82, 0x80000000}, {0xffffff82, 0x80000001},
5741bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0xffffff82, 0xaaaaaaaa}, {0xffffff82, 0xcccccccc},
5751bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0xffffff82, 0xffff8000}, {0xffffff82, 0xffff8001},
5761bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0xffffff82, 0xffff8002}, {0xffffff82, 0xffff8003},
5771bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0xffffff82, 0xffffff80}, {0xffffff82, 0xffffff81},
5781bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0xffffff82, 0xffffff82}, {0xffffff82, 0xffffff83},
5791bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0xffffff82, 0xffffffe0}, {0xffffff82, 0xfffffffd},
5801bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0xffffff82, 0xfffffffe}, {0xffffff82, 0xffffffff},
5811bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0xffffff83, 0x00000000}, {0xffffff83, 0x00000001},
5821bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0xffffff83, 0x00000002}, {0xffffff83, 0x00000020},
5831bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0xffffff83, 0x0000007d}, {0xffffff83, 0x0000007e},
5841bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0xffffff83, 0x0000007f}, {0xffffff83, 0x00007ffd},
5851bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0xffffff83, 0x00007ffe}, {0xffffff83, 0x00007fff},
5861bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0xffffff83, 0x33333333}, {0xffffff83, 0x55555555},
5871bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0xffffff83, 0x7ffffffd}, {0xffffff83, 0x7ffffffe},
5881bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0xffffff83, 0x7fffffff}, {0xffffff83, 0x80000000},
5891bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0xffffff83, 0x80000001}, {0xffffff83, 0xaaaaaaaa},
5901bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0xffffff83, 0xcccccccc}, {0xffffff83, 0xffff8000},
5911bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0xffffff83, 0xffff8001}, {0xffffff83, 0xffff8002},
5921bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0xffffff83, 0xffff8003}, {0xffffff83, 0xffffff80},
5931bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0xffffff83, 0xffffff81}, {0xffffff83, 0xffffff82},
5941bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0xffffff83, 0xffffff83}, {0xffffff83, 0xffffffe0},
5951bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0xffffff83, 0xfffffffd}, {0xffffff83, 0xfffffffe},
5961bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0xffffff83, 0xffffffff}, {0xffffffe0, 0x00000000},
5971bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0xffffffe0, 0x00000001}, {0xffffffe0, 0x00000002},
5981bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0xffffffe0, 0x00000020}, {0xffffffe0, 0x0000007d},
5991bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0xffffffe0, 0x0000007e}, {0xffffffe0, 0x0000007f},
6001bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0xffffffe0, 0x00007ffd}, {0xffffffe0, 0x00007ffe},
6011bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0xffffffe0, 0x00007fff}, {0xffffffe0, 0x33333333},
6021bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0xffffffe0, 0x55555555}, {0xffffffe0, 0x7ffffffd},
6031bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0xffffffe0, 0x7ffffffe}, {0xffffffe0, 0x7fffffff},
6041bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0xffffffe0, 0x80000000}, {0xffffffe0, 0x80000001},
6051bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0xffffffe0, 0xaaaaaaaa}, {0xffffffe0, 0xcccccccc},
6061bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0xffffffe0, 0xffff8000}, {0xffffffe0, 0xffff8001},
6071bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0xffffffe0, 0xffff8002}, {0xffffffe0, 0xffff8003},
6081bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0xffffffe0, 0xffffff80}, {0xffffffe0, 0xffffff81},
6091bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0xffffffe0, 0xffffff82}, {0xffffffe0, 0xffffff83},
6101bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0xffffffe0, 0xffffffe0}, {0xffffffe0, 0xfffffffd},
6111bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0xffffffe0, 0xfffffffe}, {0xffffffe0, 0xffffffff},
6121bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0xfffffffd, 0x00000000}, {0xfffffffd, 0x00000001},
6131bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0xfffffffd, 0x00000002}, {0xfffffffd, 0x00000020},
6141bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0xfffffffd, 0x0000007d}, {0xfffffffd, 0x0000007e},
6151bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0xfffffffd, 0x0000007f}, {0xfffffffd, 0x00007ffd},
6161bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0xfffffffd, 0x00007ffe}, {0xfffffffd, 0x00007fff},
6171bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0xfffffffd, 0x33333333}, {0xfffffffd, 0x55555555},
6181bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0xfffffffd, 0x7ffffffd}, {0xfffffffd, 0x7ffffffe},
6191bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0xfffffffd, 0x7fffffff}, {0xfffffffd, 0x80000000},
6201bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0xfffffffd, 0x80000001}, {0xfffffffd, 0xaaaaaaaa},
6211bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0xfffffffd, 0xcccccccc}, {0xfffffffd, 0xffff8000},
6221bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0xfffffffd, 0xffff8001}, {0xfffffffd, 0xffff8002},
6231bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0xfffffffd, 0xffff8003}, {0xfffffffd, 0xffffff80},
6241bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0xfffffffd, 0xffffff81}, {0xfffffffd, 0xffffff82},
6251bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0xfffffffd, 0xffffff83}, {0xfffffffd, 0xffffffe0},
6261bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0xfffffffd, 0xfffffffd}, {0xfffffffd, 0xfffffffe},
6271bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0xfffffffd, 0xffffffff}, {0xfffffffe, 0x00000000},
6281bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0xfffffffe, 0x00000001}, {0xfffffffe, 0x00000002},
6291bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0xfffffffe, 0x00000020}, {0xfffffffe, 0x0000007d},
6301bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0xfffffffe, 0x0000007e}, {0xfffffffe, 0x0000007f},
6311bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0xfffffffe, 0x00007ffd}, {0xfffffffe, 0x00007ffe},
6321bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0xfffffffe, 0x00007fff}, {0xfffffffe, 0x33333333},
6331bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0xfffffffe, 0x55555555}, {0xfffffffe, 0x7ffffffd},
6341bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0xfffffffe, 0x7ffffffe}, {0xfffffffe, 0x7fffffff},
6351bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0xfffffffe, 0x80000000}, {0xfffffffe, 0x80000001},
6361bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0xfffffffe, 0xaaaaaaaa}, {0xfffffffe, 0xcccccccc},
6371bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0xfffffffe, 0xffff8000}, {0xfffffffe, 0xffff8001},
6381bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0xfffffffe, 0xffff8002}, {0xfffffffe, 0xffff8003},
6391bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0xfffffffe, 0xffffff80}, {0xfffffffe, 0xffffff81},
6401bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0xfffffffe, 0xffffff82}, {0xfffffffe, 0xffffff83},
6411bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0xfffffffe, 0xffffffe0}, {0xfffffffe, 0xfffffffd},
6421bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0xfffffffe, 0xfffffffe}, {0xfffffffe, 0xffffffff},
6431bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0xffffffff, 0x00000000}, {0xffffffff, 0x00000001},
6441bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0xffffffff, 0x00000002}, {0xffffffff, 0x00000020},
6451bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0xffffffff, 0x0000007d}, {0xffffffff, 0x0000007e},
6461bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0xffffffff, 0x0000007f}, {0xffffffff, 0x00007ffd},
6471bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0xffffffff, 0x00007ffe}, {0xffffffff, 0x00007fff},
6481bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0xffffffff, 0x33333333}, {0xffffffff, 0x55555555},
6491bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0xffffffff, 0x7ffffffd}, {0xffffffff, 0x7ffffffe},
6501bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0xffffffff, 0x7fffffff}, {0xffffffff, 0x80000000},
6511bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0xffffffff, 0x80000001}, {0xffffffff, 0xaaaaaaaa},
6521bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0xffffffff, 0xcccccccc}, {0xffffffff, 0xffff8000},
6531bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0xffffffff, 0xffff8001}, {0xffffffff, 0xffff8002},
6541bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0xffffffff, 0xffff8003}, {0xffffffff, 0xffffff80},
6551bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0xffffffff, 0xffffff81}, {0xffffffff, 0xffffff82},
6561bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0xffffffff, 0xffffff83}, {0xffffffff, 0xffffffe0},
6571bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0xffffffff, 0xfffffffd}, {0xffffffff, 0xfffffffe},
6581bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0xffffffff, 0xffffffff}};
65988c46b84df005638546de5e4e965bdcc31352f48Pierre Langlois
6601bce007699e07bd855b7d194ca93fa5504a73edaPierre Langloisstatic const Inputs kImmediate[] =
6611bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois    {{0xabababab, 0x00000000}, {0xabababab, 0x00000001},
6621bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0xabababab, 0x00000002}, {0xabababab, 0x00000020},
6631bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0xabababab, 0x0000007d}, {0xabababab, 0x0000007e},
6641bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0xabababab, 0x0000007f}, {0xabababab, 0x00007ffd},
6651bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0xabababab, 0x00007ffe}, {0xabababab, 0x00007fff},
6661bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0xabababab, 0x33333333}, {0xabababab, 0x55555555},
6671bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0xabababab, 0x7ffffffd}, {0xabababab, 0x7ffffffe},
6681bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0xabababab, 0x7fffffff}, {0xabababab, 0x80000000},
6691bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0xabababab, 0x80000001}, {0xabababab, 0xaaaaaaaa},
6701bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0xabababab, 0xcccccccc}, {0xabababab, 0xffff8000},
6711bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0xabababab, 0xffff8001}, {0xabababab, 0xffff8002},
6721bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0xabababab, 0xffff8003}, {0xabababab, 0xffffff80},
6731bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0xabababab, 0xffffff81}, {0xabababab, 0xffffff82},
6741bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0xabababab, 0xffffff83}, {0xabababab, 0xffffffe0},
6751bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0xabababab, 0xfffffffd}, {0xabababab, 0xfffffffe},
6761bce007699e07bd855b7d194ca93fa5504a73edaPierre Langlois     {0xabababab, 0xffffffff}};
67788c46b84df005638546de5e4e965bdcc31352f48Pierre Langlois
67819c0535d3c9c0bec6eeecce0ae704a7fd527a9d8Pierre Langlois
67988c46b84df005638546de5e4e965bdcc31352f48Pierre Langlois// A loop will be generated for each element of this array.
6801d451fce2580f360ef249893135526156985a85cPierre Langloisconst TestLoopData kTests[] = {{{al, r4, r4, 4018},
6811d451fce2580f360ef249893135526156985a85cPierre Langlois                                "al r4 r4 4018",
6821d451fce2580f360ef249893135526156985a85cPierre Langlois                                "RdIsRn_al_r4_r4_4018",
6831d451fce2580f360ef249893135526156985a85cPierre Langlois                                ARRAY_SIZE(kRdIsRn),
6841d451fce2580f360ef249893135526156985a85cPierre Langlois                                kRdIsRn},
6851d451fce2580f360ef249893135526156985a85cPierre Langlois                               {{al, r0, r0, 490},
6861d451fce2580f360ef249893135526156985a85cPierre Langlois                                "al r0 r0 490",
6871d451fce2580f360ef249893135526156985a85cPierre Langlois                                "RdIsRn_al_r0_r0_490",
6881d451fce2580f360ef249893135526156985a85cPierre Langlois                                ARRAY_SIZE(kRdIsRn),
6891d451fce2580f360ef249893135526156985a85cPierre Langlois                                kRdIsRn},
6901d451fce2580f360ef249893135526156985a85cPierre Langlois                               {{al, r1, r1, 2365},
6911d451fce2580f360ef249893135526156985a85cPierre Langlois                                "al r1 r1 2365",
6921d451fce2580f360ef249893135526156985a85cPierre Langlois                                "RdIsRn_al_r1_r1_2365",
6931d451fce2580f360ef249893135526156985a85cPierre Langlois                                ARRAY_SIZE(kRdIsRn),
6941d451fce2580f360ef249893135526156985a85cPierre Langlois                                kRdIsRn},
6951d451fce2580f360ef249893135526156985a85cPierre Langlois                               {{al, r9, r9, 2945},
6961d451fce2580f360ef249893135526156985a85cPierre Langlois                                "al r9 r9 2945",
6971d451fce2580f360ef249893135526156985a85cPierre Langlois                                "RdIsRn_al_r9_r9_2945",
6981d451fce2580f360ef249893135526156985a85cPierre Langlois                                ARRAY_SIZE(kRdIsRn),
6991d451fce2580f360ef249893135526156985a85cPierre Langlois                                kRdIsRn},
7001d451fce2580f360ef249893135526156985a85cPierre Langlois                               {{al, r14, r14, 3287},
7011d451fce2580f360ef249893135526156985a85cPierre Langlois                                "al r14 r14 3287",
7021d451fce2580f360ef249893135526156985a85cPierre Langlois                                "RdIsRn_al_r14_r14_3287",
7031d451fce2580f360ef249893135526156985a85cPierre Langlois                                ARRAY_SIZE(kRdIsRn),
7041d451fce2580f360ef249893135526156985a85cPierre Langlois                                kRdIsRn},
7051d451fce2580f360ef249893135526156985a85cPierre Langlois                               {{al, r1, r1, 3529},
7061d451fce2580f360ef249893135526156985a85cPierre Langlois                                "al r1 r1 3529",
7071d451fce2580f360ef249893135526156985a85cPierre Langlois                                "RdIsRn_al_r1_r1_3529",
7081d451fce2580f360ef249893135526156985a85cPierre Langlois                                ARRAY_SIZE(kRdIsRn),
7091d451fce2580f360ef249893135526156985a85cPierre Langlois                                kRdIsRn},
7101d451fce2580f360ef249893135526156985a85cPierre Langlois                               {{al, r11, r11, 2072},
7111d451fce2580f360ef249893135526156985a85cPierre Langlois                                "al r11 r11 2072",
7121d451fce2580f360ef249893135526156985a85cPierre Langlois                                "RdIsRn_al_r11_r11_2072",
7131d451fce2580f360ef249893135526156985a85cPierre Langlois                                ARRAY_SIZE(kRdIsRn),
7141d451fce2580f360ef249893135526156985a85cPierre Langlois                                kRdIsRn},
7151d451fce2580f360ef249893135526156985a85cPierre Langlois                               {{al, r7, r7, 850},
7161d451fce2580f360ef249893135526156985a85cPierre Langlois                                "al r7 r7 850",
7171d451fce2580f360ef249893135526156985a85cPierre Langlois                                "RdIsRn_al_r7_r7_850",
7181d451fce2580f360ef249893135526156985a85cPierre Langlois                                ARRAY_SIZE(kRdIsRn),
7191d451fce2580f360ef249893135526156985a85cPierre Langlois                                kRdIsRn},
7201d451fce2580f360ef249893135526156985a85cPierre Langlois                               {{al, r3, r3, 3384},
7211d451fce2580f360ef249893135526156985a85cPierre Langlois                                "al r3 r3 3384",
7221d451fce2580f360ef249893135526156985a85cPierre Langlois                                "RdIsRn_al_r3_r3_3384",
7231d451fce2580f360ef249893135526156985a85cPierre Langlois                                ARRAY_SIZE(kRdIsRn),
7241d451fce2580f360ef249893135526156985a85cPierre Langlois                                kRdIsRn},
7251d451fce2580f360ef249893135526156985a85cPierre Langlois                               {{al, r7, r7, 1374},
7261d451fce2580f360ef249893135526156985a85cPierre Langlois                                "al r7 r7 1374",
7271d451fce2580f360ef249893135526156985a85cPierre Langlois                                "RdIsRn_al_r7_r7_1374",
7281d451fce2580f360ef249893135526156985a85cPierre Langlois                                ARRAY_SIZE(kRdIsRn),
7291d451fce2580f360ef249893135526156985a85cPierre Langlois                                kRdIsRn},
7301d451fce2580f360ef249893135526156985a85cPierre Langlois                               {{al, r4, r14, 3391},
7311d451fce2580f360ef249893135526156985a85cPierre Langlois                                "al r4 r14 3391",
7321d451fce2580f360ef249893135526156985a85cPierre Langlois                                "RdIsNotRn_al_r4_r14_3391",
7331d451fce2580f360ef249893135526156985a85cPierre Langlois                                ARRAY_SIZE(kRdIsNotRn),
7341d451fce2580f360ef249893135526156985a85cPierre Langlois                                kRdIsNotRn},
7351d451fce2580f360ef249893135526156985a85cPierre Langlois                               {{al, r0, r4, 960},
7361d451fce2580f360ef249893135526156985a85cPierre Langlois                                "al r0 r4 960",
7371d451fce2580f360ef249893135526156985a85cPierre Langlois                                "RdIsNotRn_al_r0_r4_960",
7381d451fce2580f360ef249893135526156985a85cPierre Langlois                                ARRAY_SIZE(kRdIsNotRn),
7391d451fce2580f360ef249893135526156985a85cPierre Langlois                                kRdIsNotRn},
7401d451fce2580f360ef249893135526156985a85cPierre Langlois                               {{al, r8, r5, 2021},
7411d451fce2580f360ef249893135526156985a85cPierre Langlois                                "al r8 r5 2021",
7421d451fce2580f360ef249893135526156985a85cPierre Langlois                                "RdIsNotRn_al_r8_r5_2021",
7431d451fce2580f360ef249893135526156985a85cPierre Langlois                                ARRAY_SIZE(kRdIsNotRn),
7441d451fce2580f360ef249893135526156985a85cPierre Langlois                                kRdIsNotRn},
7451d451fce2580f360ef249893135526156985a85cPierre Langlois                               {{al, r5, r4, 783},
7461d451fce2580f360ef249893135526156985a85cPierre Langlois                                "al r5 r4 783",
7471d451fce2580f360ef249893135526156985a85cPierre Langlois                                "RdIsNotRn_al_r5_r4_783",
7481d451fce2580f360ef249893135526156985a85cPierre Langlois                                ARRAY_SIZE(kRdIsNotRn),
7491d451fce2580f360ef249893135526156985a85cPierre Langlois                                kRdIsNotRn},
7501d451fce2580f360ef249893135526156985a85cPierre Langlois                               {{al, r9, r5, 3566},
7511d451fce2580f360ef249893135526156985a85cPierre Langlois                                "al r9 r5 3566",
7521d451fce2580f360ef249893135526156985a85cPierre Langlois                                "RdIsNotRn_al_r9_r5_3566",
7531d451fce2580f360ef249893135526156985a85cPierre Langlois                                ARRAY_SIZE(kRdIsNotRn),
7541d451fce2580f360ef249893135526156985a85cPierre Langlois                                kRdIsNotRn},
7551d451fce2580f360ef249893135526156985a85cPierre Langlois                               {{al, r2, r14, 3195},
7561d451fce2580f360ef249893135526156985a85cPierre Langlois                                "al r2 r14 3195",
7571d451fce2580f360ef249893135526156985a85cPierre Langlois                                "RdIsNotRn_al_r2_r14_3195",
7581d451fce2580f360ef249893135526156985a85cPierre Langlois                                ARRAY_SIZE(kRdIsNotRn),
7591d451fce2580f360ef249893135526156985a85cPierre Langlois                                kRdIsNotRn},
7601d451fce2580f360ef249893135526156985a85cPierre Langlois                               {{al, r1, r2, 484},
7611d451fce2580f360ef249893135526156985a85cPierre Langlois                                "al r1 r2 484",
7621d451fce2580f360ef249893135526156985a85cPierre Langlois                                "RdIsNotRn_al_r1_r2_484",
7631d451fce2580f360ef249893135526156985a85cPierre Langlois                                ARRAY_SIZE(kRdIsNotRn),
7641d451fce2580f360ef249893135526156985a85cPierre Langlois                                kRdIsNotRn},
7651d451fce2580f360ef249893135526156985a85cPierre Langlois                               {{al, r1, r8, 1374},
7661d451fce2580f360ef249893135526156985a85cPierre Langlois                                "al r1 r8 1374",
7671d451fce2580f360ef249893135526156985a85cPierre Langlois                                "RdIsNotRn_al_r1_r8_1374",
7681d451fce2580f360ef249893135526156985a85cPierre Langlois                                ARRAY_SIZE(kRdIsNotRn),
7691d451fce2580f360ef249893135526156985a85cPierre Langlois                                kRdIsNotRn},
7701d451fce2580f360ef249893135526156985a85cPierre Langlois                               {{al, r12, r3, 2366},
7711d451fce2580f360ef249893135526156985a85cPierre Langlois                                "al r12 r3 2366",
7721d451fce2580f360ef249893135526156985a85cPierre Langlois                                "RdIsNotRn_al_r12_r3_2366",
7731d451fce2580f360ef249893135526156985a85cPierre Langlois                                ARRAY_SIZE(kRdIsNotRn),
7741d451fce2580f360ef249893135526156985a85cPierre Langlois                                kRdIsNotRn},
7751d451fce2580f360ef249893135526156985a85cPierre Langlois                               {{al, r7, r2, 1505},
7761d451fce2580f360ef249893135526156985a85cPierre Langlois                                "al r7 r2 1505",
7771d451fce2580f360ef249893135526156985a85cPierre Langlois                                "RdIsNotRn_al_r7_r2_1505",
7781d451fce2580f360ef249893135526156985a85cPierre Langlois                                ARRAY_SIZE(kRdIsNotRn),
7791d451fce2580f360ef249893135526156985a85cPierre Langlois                                kRdIsNotRn},
7801d451fce2580f360ef249893135526156985a85cPierre Langlois                               {{al, r0, r0, 3570},
7811d451fce2580f360ef249893135526156985a85cPierre Langlois                                "al r0 r0 3570",
7821d451fce2580f360ef249893135526156985a85cPierre Langlois                                "Immediate_al_r0_r0_3570",
7831d451fce2580f360ef249893135526156985a85cPierre Langlois                                ARRAY_SIZE(kImmediate),
7841d451fce2580f360ef249893135526156985a85cPierre Langlois                                kImmediate},
7851d451fce2580f360ef249893135526156985a85cPierre Langlois                               {{al, r0, r0, 2535},
7861d451fce2580f360ef249893135526156985a85cPierre Langlois                                "al r0 r0 2535",
7871d451fce2580f360ef249893135526156985a85cPierre Langlois                                "Immediate_al_r0_r0_2535",
7881d451fce2580f360ef249893135526156985a85cPierre Langlois                                ARRAY_SIZE(kImmediate),
7891d451fce2580f360ef249893135526156985a85cPierre Langlois                                kImmediate},
7901d451fce2580f360ef249893135526156985a85cPierre Langlois                               {{al, r0, r0, 3239},
7911d451fce2580f360ef249893135526156985a85cPierre Langlois                                "al r0 r0 3239",
7921d451fce2580f360ef249893135526156985a85cPierre Langlois                                "Immediate_al_r0_r0_3239",
7931d451fce2580f360ef249893135526156985a85cPierre Langlois                                ARRAY_SIZE(kImmediate),
7941d451fce2580f360ef249893135526156985a85cPierre Langlois                                kImmediate},
7951d451fce2580f360ef249893135526156985a85cPierre Langlois                               {{al, r0, r0, 2403},
7961d451fce2580f360ef249893135526156985a85cPierre Langlois                                "al r0 r0 2403",
7971d451fce2580f360ef249893135526156985a85cPierre Langlois                                "Immediate_al_r0_r0_2403",
7981d451fce2580f360ef249893135526156985a85cPierre Langlois                                ARRAY_SIZE(kImmediate),
7991d451fce2580f360ef249893135526156985a85cPierre Langlois                                kImmediate},
8001d451fce2580f360ef249893135526156985a85cPierre Langlois                               {{al, r0, r0, 2290},
8011d451fce2580f360ef249893135526156985a85cPierre Langlois                                "al r0 r0 2290",
8021d451fce2580f360ef249893135526156985a85cPierre Langlois                                "Immediate_al_r0_r0_2290",
8031d451fce2580f360ef249893135526156985a85cPierre Langlois                                ARRAY_SIZE(kImmediate),
8041d451fce2580f360ef249893135526156985a85cPierre Langlois                                kImmediate},
8051d451fce2580f360ef249893135526156985a85cPierre Langlois                               {{al, r0, r0, 606},
8061d451fce2580f360ef249893135526156985a85cPierre Langlois                                "al r0 r0 606",
8071d451fce2580f360ef249893135526156985a85cPierre Langlois                                "Immediate_al_r0_r0_606",
8081d451fce2580f360ef249893135526156985a85cPierre Langlois                                ARRAY_SIZE(kImmediate),
8091d451fce2580f360ef249893135526156985a85cPierre Langlois                                kImmediate},
8101d451fce2580f360ef249893135526156985a85cPierre Langlois                               {{al, r0, r0, 2323},
8111d451fce2580f360ef249893135526156985a85cPierre Langlois                                "al r0 r0 2323",
8121d451fce2580f360ef249893135526156985a85cPierre Langlois                                "Immediate_al_r0_r0_2323",
8131d451fce2580f360ef249893135526156985a85cPierre Langlois                                ARRAY_SIZE(kImmediate),
8141d451fce2580f360ef249893135526156985a85cPierre Langlois                                kImmediate},
8151d451fce2580f360ef249893135526156985a85cPierre Langlois                               {{al, r0, r0, 1759},
8161d451fce2580f360ef249893135526156985a85cPierre Langlois                                "al r0 r0 1759",
8171d451fce2580f360ef249893135526156985a85cPierre Langlois                                "Immediate_al_r0_r0_1759",
8181d451fce2580f360ef249893135526156985a85cPierre Langlois                                ARRAY_SIZE(kImmediate),
8191d451fce2580f360ef249893135526156985a85cPierre Langlois                                kImmediate},
8201d451fce2580f360ef249893135526156985a85cPierre Langlois                               {{al, r0, r0, 47},
8211d451fce2580f360ef249893135526156985a85cPierre Langlois                                "al r0 r0 47",
8221d451fce2580f360ef249893135526156985a85cPierre Langlois                                "Immediate_al_r0_r0_47",
8231d451fce2580f360ef249893135526156985a85cPierre Langlois                                ARRAY_SIZE(kImmediate),
8241d451fce2580f360ef249893135526156985a85cPierre Langlois                                kImmediate},
8251d451fce2580f360ef249893135526156985a85cPierre Langlois                               {{al, r0, r0, 3063},
8261d451fce2580f360ef249893135526156985a85cPierre Langlois                                "al r0 r0 3063",
8271d451fce2580f360ef249893135526156985a85cPierre Langlois                                "Immediate_al_r0_r0_3063",
8281d451fce2580f360ef249893135526156985a85cPierre Langlois                                ARRAY_SIZE(kImmediate),
8291d451fce2580f360ef249893135526156985a85cPierre Langlois                                kImmediate},
8301d451fce2580f360ef249893135526156985a85cPierre Langlois                               {{al, r0, r0, 3256},
8311d451fce2580f360ef249893135526156985a85cPierre Langlois                                "al r0 r0 3256",
8321d451fce2580f360ef249893135526156985a85cPierre Langlois                                "Immediate_al_r0_r0_3256",
8331d451fce2580f360ef249893135526156985a85cPierre Langlois                                ARRAY_SIZE(kImmediate),
8341d451fce2580f360ef249893135526156985a85cPierre Langlois                                kImmediate},
8351d451fce2580f360ef249893135526156985a85cPierre Langlois                               {{al, r0, r0, 3626},
8361d451fce2580f360ef249893135526156985a85cPierre Langlois                                "al r0 r0 3626",
8371d451fce2580f360ef249893135526156985a85cPierre Langlois                                "Immediate_al_r0_r0_3626",
8381d451fce2580f360ef249893135526156985a85cPierre Langlois                                ARRAY_SIZE(kImmediate),
8391d451fce2580f360ef249893135526156985a85cPierre Langlois                                kImmediate},
8401d451fce2580f360ef249893135526156985a85cPierre Langlois                               {{al, r0, r0, 525},
8411d451fce2580f360ef249893135526156985a85cPierre Langlois                                "al r0 r0 525",
8421d451fce2580f360ef249893135526156985a85cPierre Langlois                                "Immediate_al_r0_r0_525",
8431d451fce2580f360ef249893135526156985a85cPierre Langlois                                ARRAY_SIZE(kImmediate),
8441d451fce2580f360ef249893135526156985a85cPierre Langlois                                kImmediate},
8451d451fce2580f360ef249893135526156985a85cPierre Langlois                               {{al, r0, r0, 3659},
8461d451fce2580f360ef249893135526156985a85cPierre Langlois                                "al r0 r0 3659",
8471d451fce2580f360ef249893135526156985a85cPierre Langlois                                "Immediate_al_r0_r0_3659",
8481d451fce2580f360ef249893135526156985a85cPierre Langlois                                ARRAY_SIZE(kImmediate),
8491d451fce2580f360ef249893135526156985a85cPierre Langlois                                kImmediate},
8501d451fce2580f360ef249893135526156985a85cPierre Langlois                               {{al, r0, r0, 3195},
8511d451fce2580f360ef249893135526156985a85cPierre Langlois                                "al r0 r0 3195",
8521d451fce2580f360ef249893135526156985a85cPierre Langlois                                "Immediate_al_r0_r0_3195",
8531d451fce2580f360ef249893135526156985a85cPierre Langlois                                ARRAY_SIZE(kImmediate),
8541d451fce2580f360ef249893135526156985a85cPierre Langlois                                kImmediate},
8551d451fce2580f360ef249893135526156985a85cPierre Langlois                               {{al, r0, r0, 2507},
8561d451fce2580f360ef249893135526156985a85cPierre Langlois                                "al r0 r0 2507",
8571d451fce2580f360ef249893135526156985a85cPierre Langlois                                "Immediate_al_r0_r0_2507",
8581d451fce2580f360ef249893135526156985a85cPierre Langlois                                ARRAY_SIZE(kImmediate),
8591d451fce2580f360ef249893135526156985a85cPierre Langlois                                kImmediate},
8601d451fce2580f360ef249893135526156985a85cPierre Langlois                               {{al, r0, r0, 3076},
8611d451fce2580f360ef249893135526156985a85cPierre Langlois                                "al r0 r0 3076",
8621d451fce2580f360ef249893135526156985a85cPierre Langlois                                "Immediate_al_r0_r0_3076",
8631d451fce2580f360ef249893135526156985a85cPierre Langlois                                ARRAY_SIZE(kImmediate),
8641d451fce2580f360ef249893135526156985a85cPierre Langlois                                kImmediate},
8651d451fce2580f360ef249893135526156985a85cPierre Langlois                               {{al, r0, r0, 2338},
8661d451fce2580f360ef249893135526156985a85cPierre Langlois                                "al r0 r0 2338",
8671d451fce2580f360ef249893135526156985a85cPierre Langlois                                "Immediate_al_r0_r0_2338",
8681d451fce2580f360ef249893135526156985a85cPierre Langlois                                ARRAY_SIZE(kImmediate),
8691d451fce2580f360ef249893135526156985a85cPierre Langlois                                kImmediate},
8701d451fce2580f360ef249893135526156985a85cPierre Langlois                               {{al, r0, r0, 3282},
8711d451fce2580f360ef249893135526156985a85cPierre Langlois                                "al r0 r0 3282",
8721d451fce2580f360ef249893135526156985a85cPierre Langlois                                "Immediate_al_r0_r0_3282",
8731d451fce2580f360ef249893135526156985a85cPierre Langlois                                ARRAY_SIZE(kImmediate),
8741d451fce2580f360ef249893135526156985a85cPierre Langlois                                kImmediate},
8751d451fce2580f360ef249893135526156985a85cPierre Langlois                               {{al, r0, r0, 2374},
8761d451fce2580f360ef249893135526156985a85cPierre Langlois                                "al r0 r0 2374",
8771d451fce2580f360ef249893135526156985a85cPierre Langlois                                "Immediate_al_r0_r0_2374",
8781d451fce2580f360ef249893135526156985a85cPierre Langlois                                ARRAY_SIZE(kImmediate),
8791d451fce2580f360ef249893135526156985a85cPierre Langlois                                kImmediate}};
88088c46b84df005638546de5e4e965bdcc31352f48Pierre Langlois
88188c46b84df005638546de5e4e965bdcc31352f48Pierre Langlois// We record all inputs to the instructions as outputs. This way, we also check
88288c46b84df005638546de5e4e965bdcc31352f48Pierre Langlois// that what shouldn't change didn't change.
88388c46b84df005638546de5e4e965bdcc31352f48Pierre Langloisstruct TestResult {
88488c46b84df005638546de5e4e965bdcc31352f48Pierre Langlois  size_t output_size;
88588c46b84df005638546de5e4e965bdcc31352f48Pierre Langlois  const Inputs* outputs;
88688c46b84df005638546de5e4e965bdcc31352f48Pierre Langlois};
88788c46b84df005638546de5e4e965bdcc31352f48Pierre Langlois
88888c46b84df005638546de5e4e965bdcc31352f48Pierre Langlois// These headers each contain an array of `TestResult` with the reference output
88988c46b84df005638546de5e4e965bdcc31352f48Pierre Langlois// values. The reference arrays are names `kReference{mnemonic}`.
890d1bf2784420717dcd20888a6eaecb18ab7f01d56Pierre Langlois#include "aarch32/traces/simulator-cond-rd-rn-operand-imm12-add-t32.h"
891d1bf2784420717dcd20888a6eaecb18ab7f01d56Pierre Langlois#include "aarch32/traces/simulator-cond-rd-rn-operand-imm12-sub-t32.h"
89288c46b84df005638546de5e4e965bdcc31352f48Pierre Langlois
89319c0535d3c9c0bec6eeecce0ae704a7fd527a9d8Pierre Langlois
89488c46b84df005638546de5e4e965bdcc31352f48Pierre Langlois// The maximum number of errors to report in detail for each test.
8951d451fce2580f360ef249893135526156985a85cPierre Langloisconst unsigned kErrorReportLimit = 8;
89688c46b84df005638546de5e4e965bdcc31352f48Pierre Langlois
89719c0535d3c9c0bec6eeecce0ae704a7fd527a9d8Pierre Langloistypedef void (MacroAssembler::*Fn)(Condition cond,
89819c0535d3c9c0bec6eeecce0ae704a7fd527a9d8Pierre Langlois                                   Register rd,
89919c0535d3c9c0bec6eeecce0ae704a7fd527a9d8Pierre Langlois                                   Register rn,
90088c46b84df005638546de5e4e965bdcc31352f48Pierre Langlois                                   const Operand& op);
90188c46b84df005638546de5e4e965bdcc31352f48Pierre Langlois
90228ee02e59261f0aaa4824953fa3db5dd8f7f8dcfPierre Langloisvoid TestHelper(Fn instruction,
90328ee02e59261f0aaa4824953fa3db5dd8f7f8dcfPierre Langlois                const char* mnemonic,
90428ee02e59261f0aaa4824953fa3db5dd8f7f8dcfPierre Langlois                const TestResult reference[]) {
90588c46b84df005638546de5e4e965bdcc31352f48Pierre Langlois  SETUP();
90610dae1a549308bddc1931f29754d6a4459f70c9bJacob Bramley  masm.UseT32();
90788c46b84df005638546de5e4e965bdcc31352f48Pierre Langlois  START();
90888c46b84df005638546de5e4e965bdcc31352f48Pierre Langlois
90988c46b84df005638546de5e4e965bdcc31352f48Pierre Langlois  // Data to compare to `reference`.
91088c46b84df005638546de5e4e965bdcc31352f48Pierre Langlois  TestResult* results[ARRAY_SIZE(kTests)];
91188c46b84df005638546de5e4e965bdcc31352f48Pierre Langlois
91288c46b84df005638546de5e4e965bdcc31352f48Pierre Langlois  // Test cases for memory bound instructions may allocate a buffer and save its
91388c46b84df005638546de5e4e965bdcc31352f48Pierre Langlois  // address in this array.
91488c46b84df005638546de5e4e965bdcc31352f48Pierre Langlois  byte* scratch_memory_buffers[ARRAY_SIZE(kTests)];
91588c46b84df005638546de5e4e965bdcc31352f48Pierre Langlois
91688c46b84df005638546de5e4e965bdcc31352f48Pierre Langlois  // Generate a loop for each element in `kTests`. Each loop tests one specific
91788c46b84df005638546de5e4e965bdcc31352f48Pierre Langlois  // instruction.
91888c46b84df005638546de5e4e965bdcc31352f48Pierre Langlois  for (unsigned i = 0; i < ARRAY_SIZE(kTests); i++) {
91988c46b84df005638546de5e4e965bdcc31352f48Pierre Langlois    // Allocate results on the heap for this test.
92088c46b84df005638546de5e4e965bdcc31352f48Pierre Langlois    results[i] = new TestResult;
92188c46b84df005638546de5e4e965bdcc31352f48Pierre Langlois    results[i]->outputs = new Inputs[kTests[i].input_size];
92288c46b84df005638546de5e4e965bdcc31352f48Pierre Langlois    results[i]->output_size = kTests[i].input_size;
92388c46b84df005638546de5e4e965bdcc31352f48Pierre Langlois
924f5348cedd702124c90fc75e75d0195e2e485c620Pierre Langlois    size_t input_stride = sizeof(kTests[i].inputs[0]) * kTests[i].input_size;
925f5348cedd702124c90fc75e75d0195e2e485c620Pierre Langlois    VIXL_ASSERT(IsUint32(input_stride));
92688c46b84df005638546de5e4e965bdcc31352f48Pierre Langlois
92788c46b84df005638546de5e4e965bdcc31352f48Pierre Langlois    scratch_memory_buffers[i] = NULL;
92888c46b84df005638546de5e4e965bdcc31352f48Pierre Langlois
92988c46b84df005638546de5e4e965bdcc31352f48Pierre Langlois    Label loop;
93088c46b84df005638546de5e4e965bdcc31352f48Pierre Langlois    UseScratchRegisterScope scratch_registers(&masm);
93188c46b84df005638546de5e4e965bdcc31352f48Pierre Langlois    // Include all registers from r0 ro r12.
93288c46b84df005638546de5e4e965bdcc31352f48Pierre Langlois    scratch_registers.Include(RegisterList(0x1fff));
93388c46b84df005638546de5e4e965bdcc31352f48Pierre Langlois
93488c46b84df005638546de5e4e965bdcc31352f48Pierre Langlois    // Values to pass to the macro-assembler.
93588c46b84df005638546de5e4e965bdcc31352f48Pierre Langlois    Condition cond = kTests[i].operands.cond;
93688c46b84df005638546de5e4e965bdcc31352f48Pierre Langlois    Register rd = kTests[i].operands.rd;
93788c46b84df005638546de5e4e965bdcc31352f48Pierre Langlois    Register rn = kTests[i].operands.rn;
93888c46b84df005638546de5e4e965bdcc31352f48Pierre Langlois    int32_t immediate = kTests[i].operands.immediate;
93988c46b84df005638546de5e4e965bdcc31352f48Pierre Langlois    Operand op(immediate);
94088c46b84df005638546de5e4e965bdcc31352f48Pierre Langlois    scratch_registers.Exclude(rd);
94188c46b84df005638546de5e4e965bdcc31352f48Pierre Langlois    scratch_registers.Exclude(rn);
94288c46b84df005638546de5e4e965bdcc31352f48Pierre Langlois
94388c46b84df005638546de5e4e965bdcc31352f48Pierre Langlois    // Allocate reserved registers for our own use.
94488c46b84df005638546de5e4e965bdcc31352f48Pierre Langlois    Register input_ptr = scratch_registers.Acquire();
94588c46b84df005638546de5e4e965bdcc31352f48Pierre Langlois    Register input_end = scratch_registers.Acquire();
94688c46b84df005638546de5e4e965bdcc31352f48Pierre Langlois    Register result_ptr = scratch_registers.Acquire();
94788c46b84df005638546de5e4e965bdcc31352f48Pierre Langlois
94888c46b84df005638546de5e4e965bdcc31352f48Pierre Langlois    // Initialize `input_ptr` to the first element and `input_end` the address
94988c46b84df005638546de5e4e965bdcc31352f48Pierre Langlois    // after the array.
950f5348cedd702124c90fc75e75d0195e2e485c620Pierre Langlois    __ Mov(input_ptr, Operand::From(kTests[i].inputs));
951f5348cedd702124c90fc75e75d0195e2e485c620Pierre Langlois    __ Add(input_end, input_ptr, static_cast<uint32_t>(input_stride));
952f5348cedd702124c90fc75e75d0195e2e485c620Pierre Langlois    __ Mov(result_ptr, Operand::From(results[i]->outputs));
95388c46b84df005638546de5e4e965bdcc31352f48Pierre Langlois    __ Bind(&loop);
95488c46b84df005638546de5e4e965bdcc31352f48Pierre Langlois
95588c46b84df005638546de5e4e965bdcc31352f48Pierre Langlois    __ Ldr(rd, MemOperand(input_ptr, offsetof(Inputs, rd)));
95688c46b84df005638546de5e4e965bdcc31352f48Pierre Langlois    __ Ldr(rn, MemOperand(input_ptr, offsetof(Inputs, rn)));
95788c46b84df005638546de5e4e965bdcc31352f48Pierre Langlois
95888c46b84df005638546de5e4e965bdcc31352f48Pierre Langlois    (masm.*instruction)(cond, rd, rn, op);
95988c46b84df005638546de5e4e965bdcc31352f48Pierre Langlois
96088c46b84df005638546de5e4e965bdcc31352f48Pierre Langlois    __ Str(rd, MemOperand(result_ptr, offsetof(Inputs, rd)));
96188c46b84df005638546de5e4e965bdcc31352f48Pierre Langlois    __ Str(rn, MemOperand(result_ptr, offsetof(Inputs, rn)));
96288c46b84df005638546de5e4e965bdcc31352f48Pierre Langlois
96388c46b84df005638546de5e4e965bdcc31352f48Pierre Langlois    // Advance the result pointer.
964f5348cedd702124c90fc75e75d0195e2e485c620Pierre Langlois    __ Add(result_ptr, result_ptr, Operand::From(sizeof(kTests[i].inputs[0])));
96588c46b84df005638546de5e4e965bdcc31352f48Pierre Langlois    // Loop back until `input_ptr` is lower than `input_base`.
966f5348cedd702124c90fc75e75d0195e2e485c620Pierre Langlois    __ Add(input_ptr, input_ptr, Operand::From(sizeof(kTests[i].inputs[0])));
96788c46b84df005638546de5e4e965bdcc31352f48Pierre Langlois    __ Cmp(input_ptr, input_end);
96888c46b84df005638546de5e4e965bdcc31352f48Pierre Langlois    __ B(ne, &loop);
96988c46b84df005638546de5e4e965bdcc31352f48Pierre Langlois  }
97088c46b84df005638546de5e4e965bdcc31352f48Pierre Langlois
97188c46b84df005638546de5e4e965bdcc31352f48Pierre Langlois  END();
97288c46b84df005638546de5e4e965bdcc31352f48Pierre Langlois
97388c46b84df005638546de5e4e965bdcc31352f48Pierre Langlois  RUN();
97488c46b84df005638546de5e4e965bdcc31352f48Pierre Langlois
97588c46b84df005638546de5e4e965bdcc31352f48Pierre Langlois  if (Test::generate_test_trace()) {
97688c46b84df005638546de5e4e965bdcc31352f48Pierre Langlois    // Print the results.
97788c46b84df005638546de5e4e965bdcc31352f48Pierre Langlois    for (size_t i = 0; i < ARRAY_SIZE(kTests); i++) {
9781d451fce2580f360ef249893135526156985a85cPierre Langlois      printf("const Inputs kOutputs_%s_%s[] = {\n",
97919c0535d3c9c0bec6eeecce0ae704a7fd527a9d8Pierre Langlois             mnemonic,
98088c46b84df005638546de5e4e965bdcc31352f48Pierre Langlois             kTests[i].identifier);
98188c46b84df005638546de5e4e965bdcc31352f48Pierre Langlois      for (size_t j = 0; j < results[i]->output_size; j++) {
98288c46b84df005638546de5e4e965bdcc31352f48Pierre Langlois        printf("  { ");
98388c46b84df005638546de5e4e965bdcc31352f48Pierre Langlois        printf("0x%08" PRIx32, results[i]->outputs[j].rd);
98488c46b84df005638546de5e4e965bdcc31352f48Pierre Langlois        printf(", ");
98588c46b84df005638546de5e4e965bdcc31352f48Pierre Langlois        printf("0x%08" PRIx32, results[i]->outputs[j].rn);
98688c46b84df005638546de5e4e965bdcc31352f48Pierre Langlois        printf(" },\n");
98788c46b84df005638546de5e4e965bdcc31352f48Pierre Langlois      }
98888c46b84df005638546de5e4e965bdcc31352f48Pierre Langlois      printf("};\n");
98988c46b84df005638546de5e4e965bdcc31352f48Pierre Langlois    }
9901d451fce2580f360ef249893135526156985a85cPierre Langlois    printf("const TestResult kReference%s[] = {\n", mnemonic);
99188c46b84df005638546de5e4e965bdcc31352f48Pierre Langlois    for (size_t i = 0; i < ARRAY_SIZE(kTests); i++) {
99288c46b84df005638546de5e4e965bdcc31352f48Pierre Langlois      printf("  {\n");
99319c0535d3c9c0bec6eeecce0ae704a7fd527a9d8Pierre Langlois      printf("    ARRAY_SIZE(kOutputs_%s_%s),\n",
99419c0535d3c9c0bec6eeecce0ae704a7fd527a9d8Pierre Langlois             mnemonic,
99588c46b84df005638546de5e4e965bdcc31352f48Pierre Langlois             kTests[i].identifier);
99688c46b84df005638546de5e4e965bdcc31352f48Pierre Langlois      printf("    kOutputs_%s_%s,\n", mnemonic, kTests[i].identifier);
99788c46b84df005638546de5e4e965bdcc31352f48Pierre Langlois      printf("  },\n");
99888c46b84df005638546de5e4e965bdcc31352f48Pierre Langlois    }
99988c46b84df005638546de5e4e965bdcc31352f48Pierre Langlois    printf("};\n");
100054fce717d9371fa2e8fc46e1d811bdb4ab74f279Alexandre Rames  } else if (kCheckSimulatorTestResults) {
100188c46b84df005638546de5e4e965bdcc31352f48Pierre Langlois    // Check the results.
100288c46b84df005638546de5e4e965bdcc31352f48Pierre Langlois    unsigned total_error_count = 0;
100388c46b84df005638546de5e4e965bdcc31352f48Pierre Langlois    for (size_t i = 0; i < ARRAY_SIZE(kTests); i++) {
100488c46b84df005638546de5e4e965bdcc31352f48Pierre Langlois      bool instruction_has_errors = false;
100588c46b84df005638546de5e4e965bdcc31352f48Pierre Langlois      for (size_t j = 0; j < kTests[i].input_size; j++) {
100688c46b84df005638546de5e4e965bdcc31352f48Pierre Langlois        uint32_t rd = results[i]->outputs[j].rd;
100788c46b84df005638546de5e4e965bdcc31352f48Pierre Langlois        uint32_t rn = results[i]->outputs[j].rn;
100888c46b84df005638546de5e4e965bdcc31352f48Pierre Langlois        uint32_t rd_input = kTests[i].inputs[j].rd;
100988c46b84df005638546de5e4e965bdcc31352f48Pierre Langlois        uint32_t rn_input = kTests[i].inputs[j].rn;
101088c46b84df005638546de5e4e965bdcc31352f48Pierre Langlois        uint32_t rd_ref = reference[i].outputs[j].rd;
101188c46b84df005638546de5e4e965bdcc31352f48Pierre Langlois        uint32_t rn_ref = reference[i].outputs[j].rn;
101288c46b84df005638546de5e4e965bdcc31352f48Pierre Langlois
101388c46b84df005638546de5e4e965bdcc31352f48Pierre Langlois        if (((rd != rd_ref) || (rn != rn_ref)) &&
101488c46b84df005638546de5e4e965bdcc31352f48Pierre Langlois            (++total_error_count <= kErrorReportLimit)) {
101588c46b84df005638546de5e4e965bdcc31352f48Pierre Langlois          // Print the instruction once even if it triggered multiple failures.
101688c46b84df005638546de5e4e965bdcc31352f48Pierre Langlois          if (!instruction_has_errors) {
101719c0535d3c9c0bec6eeecce0ae704a7fd527a9d8Pierre Langlois            printf("Error(s) when testing \"%s %s\":\n",
101819c0535d3c9c0bec6eeecce0ae704a7fd527a9d8Pierre Langlois                   mnemonic,
101988c46b84df005638546de5e4e965bdcc31352f48Pierre Langlois                   kTests[i].operands_description);
102088c46b84df005638546de5e4e965bdcc31352f48Pierre Langlois            instruction_has_errors = true;
102188c46b84df005638546de5e4e965bdcc31352f48Pierre Langlois          }
102288c46b84df005638546de5e4e965bdcc31352f48Pierre Langlois          // Print subsequent errors.
102388c46b84df005638546de5e4e965bdcc31352f48Pierre Langlois          printf("  Input:    ");
102488c46b84df005638546de5e4e965bdcc31352f48Pierre Langlois          printf("0x%08" PRIx32, rd_input);
102588c46b84df005638546de5e4e965bdcc31352f48Pierre Langlois          printf(", ");
102688c46b84df005638546de5e4e965bdcc31352f48Pierre Langlois          printf("0x%08" PRIx32, rn_input);
102788c46b84df005638546de5e4e965bdcc31352f48Pierre Langlois          printf("\n");
102888c46b84df005638546de5e4e965bdcc31352f48Pierre Langlois          printf("  Expected: ");
102988c46b84df005638546de5e4e965bdcc31352f48Pierre Langlois          printf("0x%08" PRIx32, rd_ref);
103088c46b84df005638546de5e4e965bdcc31352f48Pierre Langlois          printf(", ");
103188c46b84df005638546de5e4e965bdcc31352f48Pierre Langlois          printf("0x%08" PRIx32, rn_ref);
103288c46b84df005638546de5e4e965bdcc31352f48Pierre Langlois          printf("\n");
103388c46b84df005638546de5e4e965bdcc31352f48Pierre Langlois          printf("  Found:    ");
103488c46b84df005638546de5e4e965bdcc31352f48Pierre Langlois          printf("0x%08" PRIx32, rd);
103588c46b84df005638546de5e4e965bdcc31352f48Pierre Langlois          printf(", ");
103688c46b84df005638546de5e4e965bdcc31352f48Pierre Langlois          printf("0x%08" PRIx32, rn);
103788c46b84df005638546de5e4e965bdcc31352f48Pierre Langlois          printf("\n\n");
103888c46b84df005638546de5e4e965bdcc31352f48Pierre Langlois        }
103988c46b84df005638546de5e4e965bdcc31352f48Pierre Langlois      }
104088c46b84df005638546de5e4e965bdcc31352f48Pierre Langlois    }
104188c46b84df005638546de5e4e965bdcc31352f48Pierre Langlois
104288c46b84df005638546de5e4e965bdcc31352f48Pierre Langlois    if (total_error_count > kErrorReportLimit) {
104388c46b84df005638546de5e4e965bdcc31352f48Pierre Langlois      printf("%u other errors follow.\n",
104488c46b84df005638546de5e4e965bdcc31352f48Pierre Langlois             total_error_count - kErrorReportLimit);
104588c46b84df005638546de5e4e965bdcc31352f48Pierre Langlois    }
104688c46b84df005638546de5e4e965bdcc31352f48Pierre Langlois    VIXL_CHECK(total_error_count == 0);
104754fce717d9371fa2e8fc46e1d811bdb4ab74f279Alexandre Rames  } else {
104854fce717d9371fa2e8fc46e1d811bdb4ab74f279Alexandre Rames    VIXL_WARNING("Assembled the code, but did not run anything.\n");
104988c46b84df005638546de5e4e965bdcc31352f48Pierre Langlois  }
105088c46b84df005638546de5e4e965bdcc31352f48Pierre Langlois
105188c46b84df005638546de5e4e965bdcc31352f48Pierre Langlois  for (size_t i = 0; i < ARRAY_SIZE(kTests); i++) {
105288c46b84df005638546de5e4e965bdcc31352f48Pierre Langlois    delete[] results[i]->outputs;
105388c46b84df005638546de5e4e965bdcc31352f48Pierre Langlois    delete results[i];
1054ec4fdd22abecf1b8f52ee9dbff596ebdded9b5d6Serban Constantinescu    delete[] scratch_memory_buffers[i];
105588c46b84df005638546de5e4e965bdcc31352f48Pierre Langlois  }
105688c46b84df005638546de5e4e965bdcc31352f48Pierre Langlois}
105788c46b84df005638546de5e4e965bdcc31352f48Pierre Langlois
105888c46b84df005638546de5e4e965bdcc31352f48Pierre Langlois// Instantiate tests for each instruction in the list.
105928ee02e59261f0aaa4824953fa3db5dd8f7f8dcfPierre Langlois// TODO: Remove this limitation by having a sandboxing mechanism.
106028ee02e59261f0aaa4824953fa3db5dd8f7f8dcfPierre Langlois#if defined(VIXL_HOST_POINTER_32)
1061d1bf2784420717dcd20888a6eaecb18ab7f01d56Pierre Langlois#define TEST(mnemonic)                                                         \
1062d1bf2784420717dcd20888a6eaecb18ab7f01d56Pierre Langlois  void Test_##mnemonic() {                                                     \
1063d1bf2784420717dcd20888a6eaecb18ab7f01d56Pierre Langlois    TestHelper(&MacroAssembler::mnemonic, #mnemonic, kReference##mnemonic);    \
1064d1bf2784420717dcd20888a6eaecb18ab7f01d56Pierre Langlois  }                                                                            \
1065d1bf2784420717dcd20888a6eaecb18ab7f01d56Pierre Langlois  Test test_##mnemonic("AARCH32_SIMULATOR_COND_RD_RN_OPERAND_IMM12_" #mnemonic \
1066d1bf2784420717dcd20888a6eaecb18ab7f01d56Pierre Langlois                       "_T32",                                                 \
1067d1bf2784420717dcd20888a6eaecb18ab7f01d56Pierre Langlois                       &Test_##mnemonic);
106828ee02e59261f0aaa4824953fa3db5dd8f7f8dcfPierre Langlois#else
1069d1bf2784420717dcd20888a6eaecb18ab7f01d56Pierre Langlois#define TEST(mnemonic)                                                         \
1070d1bf2784420717dcd20888a6eaecb18ab7f01d56Pierre Langlois  void Test_##mnemonic() {                                                     \
1071d1bf2784420717dcd20888a6eaecb18ab7f01d56Pierre Langlois    VIXL_WARNING("This test can only run on a 32-bit host.\n");                \
1072d1bf2784420717dcd20888a6eaecb18ab7f01d56Pierre Langlois    USE(TestHelper);                                                           \
1073d1bf2784420717dcd20888a6eaecb18ab7f01d56Pierre Langlois  }                                                                            \
1074d1bf2784420717dcd20888a6eaecb18ab7f01d56Pierre Langlois  Test test_##mnemonic("AARCH32_SIMULATOR_COND_RD_RN_OPERAND_IMM12_" #mnemonic \
1075d1bf2784420717dcd20888a6eaecb18ab7f01d56Pierre Langlois                       "_T32",                                                 \
1076d1bf2784420717dcd20888a6eaecb18ab7f01d56Pierre Langlois                       &Test_##mnemonic);
107728ee02e59261f0aaa4824953fa3db5dd8f7f8dcfPierre Langlois#endif
107828ee02e59261f0aaa4824953fa3db5dd8f7f8dcfPierre Langlois
107988c46b84df005638546de5e4e965bdcc31352f48Pierre LangloisFOREACH_INSTRUCTION(TEST)
108088c46b84df005638546de5e4e965bdcc31352f48Pierre Langlois#undef TEST
108188c46b84df005638546de5e4e965bdcc31352f48Pierre Langlois
10821d451fce2580f360ef249893135526156985a85cPierre Langlois}  // namespace
10839a9331faeba996d6c85e6e2a6355ccfc22c6cab6Rodolph Perfetta#endif
10841d451fce2580f360ef249893135526156985a85cPierre Langlois
10851d451fce2580f360ef249893135526156985a85cPierre Langlois}  // namespace aarch32
10861d451fce2580f360ef249893135526156985a85cPierre Langlois}  // namespace vixl
1087