]> git.proxmox.com Git - ceph.git/blame - ceph/src/spdk/isa-l/crc/crc64_ecma_refl_by16_10.asm
update source to Ceph Pacific 16.2.2
[ceph.git] / ceph / src / spdk / isa-l / crc / crc64_ecma_refl_by16_10.asm
CommitLineData
f67539c2
TL
1;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
2; Copyright(c) 2011-2019 Intel Corporation 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
6; are met:
7; * Redistributions of source code must retain the above copyright
8; notice, this list of conditions and the following disclaimer.
9; * Redistributions in binary form must reproduce the above copyright
10; notice, this list of conditions and the following disclaimer in
11; the documentation and/or other materials provided with the
12; distribution.
13; * Neither the name of Intel Corporation nor the names of its
14; contributors may be used to endorse or promote products derived
15; from this software without specific prior written permission.
16;
17; THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
18; "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
19; LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
20; A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
21; OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
22; SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
23; LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
24; DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
25; THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
26; (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
27; OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
28;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
29
30%define FUNCTION_NAME crc64_ecma_refl_by16_10
31%define USE_CONSTS
32%macro INCLUDE_CONSTS 0
33rk_1: dq 0xf31fd9271e228b79
34rk_2: dq 0x8260adf2381ad81c
35rk1: dq 0xdabe95afc7875f40
36rk2: dq 0xe05dd497ca393ae4
37rk3: dq 0xd7d86b2af73de740
38rk4: dq 0x8757d71d4fcc1000
39rk5: dq 0xdabe95afc7875f40
40rk6: dq 0x0000000000000000
41rk7: dq 0x9c3e466c172963d5
42rk8: dq 0x92d8af2baf0e1e84
43rk9: dq 0x947874de595052cb
44rk10: dq 0x9e735cb59b4724da
45rk11: dq 0xe4ce2cd55fea0037
46rk12: dq 0x2fe3fd2920ce82ec
47rk13: dq 0x0e31d519421a63a5
48rk14: dq 0x2e30203212cac325
49rk15: dq 0x081f6054a7842df4
50rk16: dq 0x6ae3efbb9dd441f3
51rk17: dq 0x69a35d91c3730254
52rk18: dq 0xb5ea1af9c013aca4
53rk19: dq 0x3be653a30fe1af51
54rk20: dq 0x60095b008a9efa44
55rk_1b: dq 0xdabe95afc7875f40
56rk_2b: dq 0xe05dd497ca393ae4
57 dq 0x0000000000000000
58 dq 0x0000000000000000
59%endm
60
61%include "crc64_iso_refl_by16_10.asm"