1// Copyright 2015, VIXL authors
2// All rights reserved.
3//
4// Redistribution and use in source and binary forms, with or without
5// modification, are permitted provided that the following conditions are met:
6//
7//   * Redistributions of source code must retain the above copyright notice,
8//     this list of conditions and the following disclaimer.
9//   * Redistributions in binary form must reproduce the above copyright notice,
10//     this list of conditions and the following disclaimer in the documentation
11//     and/or other materials provided with the distribution.
12//   * Neither the name of ARM Limited nor the names of its contributors may be
13//     used to endorse or promote products derived from this software without
14//     specific prior written permission.
15//
16// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS CONTRIBUTORS "AS IS" AND
17// ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
18// WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
19// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE
20// FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
21// DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
22// SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
23// CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
24// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
25// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
26
27
28// ---------------------------------------------------------------------
29// This file is auto generated using tools/generate_simulator_traces.py.
30//
31// PLEASE DO NOT EDIT.
32// ---------------------------------------------------------------------
33
34#ifndef VIXL_SIM_FCVT_DS_TRACE_AARCH64_H_
35#define VIXL_SIM_FCVT_DS_TRACE_AARCH64_H_
36
37const uint64_t kExpected_fcvt_ds[] = {
38  0x0000000000000000,
39  0x3810000000000000,
40  0x3fdfffffe0000000,
41  0x3fe0000000000000,
42  0x3fe0000020000000,
43  0x3fefffffe0000000,
44  0x3ff0000000000000,
45  0x3ff0000020000000,
46  0x3ff8000000000000,
47  0x4024000000000000,
48  0x7ff9ffffe0000000,
49  0x7ff0000000000000,
50  0x7ffa468ac0000000,
51  0x7ff8000000000000,
52  0x7ffa468ac0000000,
53  0x7ff8000020000000,
54  0x37e2345600000000,
55  0x380fffffc0000000,
56  0x36a0000000000000,
57  0x8000000000000000,
58  0xb810000000000000,
59  0xbfdfffffe0000000,
60  0xbfe0000000000000,
61  0xbfe0000020000000,
62  0xbfefffffe0000000,
63  0xbff0000000000000,
64  0xbff0000020000000,
65  0xbff8000000000000,
66  0xc024000000000000,
67  0xfff9ffffe0000000,
68  0xfff0000000000000,
69  0xfffa468ac0000000,
70  0xfff8000000000000,
71  0xfffa468ac0000000,
72  0xfff8000020000000,
73  0xb7e2345600000000,
74  0xb80fffffc0000000,
75  0xb6a0000000000000,
76  0x4160000000000000,
77  0x4160000020000000,
78  0x4160000040000000,
79  0x4160000060000000,
80  0x416eca8640000000,
81  0x416fffff80000000,
82  0x416fffffa0000000,
83  0x416fffffc0000000,
84  0x416fffffe0000000,
85  0x4150000000000000,
86  0x4150000020000000,
87  0x4150000040000000,
88  0x4150000060000000,
89  0x415eca8640000000,
90  0x415fffff80000000,
91  0x415fffffa0000000,
92  0x415fffffc0000000,
93  0x415fffffe0000000,
94  0x4140000000000000,
95  0x4140000020000000,
96  0x4140000040000000,
97  0x4140000060000000,
98  0x414eca8640000000,
99  0x414fffff80000000,
100  0x414fffffa0000000,
101  0x414fffffc0000000,
102  0x414fffffe0000000,
103  0xc160000000000000,
104  0xc160000020000000,
105  0xc160000040000000,
106  0xc160000060000000,
107  0xc16eca8640000000,
108  0xc16fffff80000000,
109  0xc16fffffa0000000,
110  0xc16fffffc0000000,
111  0xc16fffffe0000000,
112  0xc150000000000000,
113  0xc150000020000000,
114  0xc150000040000000,
115  0xc150000060000000,
116  0xc15eca8640000000,
117  0xc15fffff80000000,
118  0xc15fffffa0000000,
119  0xc15fffffc0000000,
120  0xc15fffffe0000000,
121  0xc140000000000000,
122  0xc140000020000000,
123  0xc140000040000000,
124  0xc140000060000000,
125  0xc14eca8640000000,
126  0xc14fffff80000000,
127  0xc14fffffa0000000,
128  0xc14fffffc0000000,
129  0xc14fffffe0000000,
130  0xc3e0000020000000,
131  0xc3e0000000000000,
132  0xc3dfffffe0000000,
133  0x43dfffffe0000000,
134  0x43e0000000000000,
135  0x43efffffe0000000,
136  0x43f0000000000000,
137  0xc1e0000020000000,
138  0xc1e0000000000000,
139  0xc1dfffffe0000000,
140  0x41dfffffe0000000,
141  0x41e0000000000000,
142};
143const unsigned kExpectedCount_fcvt_ds = 104;
144
145#endif  // VIXL_SIM_FCVT_DS_TRACE_AARCH64_H_
146