2018-12-03 22:59:21 +01:00
|
|
|
//===----------------------------------------------------------------------===//
|
|
|
|
//
|
2019-01-19 09:50:56 +01:00
|
|
|
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
|
|
|
|
// See https://llvm.org/LICENSE.txt for license information.
|
|
|
|
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
|
2018-12-03 22:59:21 +01:00
|
|
|
//
|
|
|
|
//===----------------------------------------------------------------------===//
|
2020-01-17 23:29:40 +01:00
|
|
|
// Automatically generated file, do not edit!
|
2018-12-03 22:59:21 +01:00
|
|
|
//===----------------------------------------------------------------------===//
|
|
|
|
|
2018-12-04 13:31:52 +01:00
|
|
|
#if defined(__clang__)
|
2018-12-03 22:59:21 +01:00
|
|
|
#pragma clang diagnostic push
|
|
|
|
#pragma clang diagnostic ignored "-Wunused-function"
|
2018-12-04 13:31:52 +01:00
|
|
|
#endif
|
2018-12-03 22:59:21 +01:00
|
|
|
|
2021-02-03 17:25:44 +01:00
|
|
|
static DecodeStatus s6_0ImmDecoder(MCInst &MI, unsigned tmp,
|
2018-12-03 22:59:21 +01:00
|
|
|
uint64_t, const void *Decoder) {
|
2021-02-03 17:25:44 +01:00
|
|
|
signedDecoder<6>(MI, tmp, Decoder);
|
2018-12-03 22:59:21 +01:00
|
|
|
return MCDisassembler::Success;
|
|
|
|
}
|
2020-01-17 23:29:40 +01:00
|
|
|
static DecodeStatus s31_1ImmDecoder(MCInst &MI, unsigned tmp,
|
2018-12-03 22:59:21 +01:00
|
|
|
uint64_t, const void *Decoder) {
|
2020-01-17 23:29:40 +01:00
|
|
|
signedDecoder<12>(MI, tmp, Decoder);
|
2018-12-03 22:59:21 +01:00
|
|
|
return MCDisassembler::Success;
|
|
|
|
}
|
2021-02-03 17:25:44 +01:00
|
|
|
static DecodeStatus s30_2ImmDecoder(MCInst &MI, unsigned tmp,
|
2018-12-03 22:59:21 +01:00
|
|
|
uint64_t, const void *Decoder) {
|
2021-02-03 17:25:44 +01:00
|
|
|
signedDecoder<13>(MI, tmp, Decoder);
|
2018-12-03 22:59:21 +01:00
|
|
|
return MCDisassembler::Success;
|
|
|
|
}
|
2021-02-03 17:25:44 +01:00
|
|
|
static DecodeStatus s29_3ImmDecoder(MCInst &MI, unsigned tmp,
|
2018-12-03 22:59:21 +01:00
|
|
|
uint64_t, const void *Decoder) {
|
2021-02-03 17:25:44 +01:00
|
|
|
signedDecoder<14>(MI, tmp, Decoder);
|
2018-12-03 22:59:21 +01:00
|
|
|
return MCDisassembler::Success;
|
|
|
|
}
|
2021-02-03 17:25:44 +01:00
|
|
|
static DecodeStatus s3_0ImmDecoder(MCInst &MI, unsigned tmp,
|
2018-12-03 22:59:21 +01:00
|
|
|
uint64_t, const void *Decoder) {
|
2021-02-03 17:25:44 +01:00
|
|
|
signedDecoder<3>(MI, tmp, Decoder);
|
2018-12-03 22:59:21 +01:00
|
|
|
return MCDisassembler::Success;
|
|
|
|
}
|
2021-02-03 17:25:44 +01:00
|
|
|
static DecodeStatus s4_0ImmDecoder(MCInst &MI, unsigned tmp,
|
2018-12-03 22:59:21 +01:00
|
|
|
uint64_t, const void *Decoder) {
|
2021-02-03 17:25:44 +01:00
|
|
|
signedDecoder<4>(MI, tmp, Decoder);
|
2018-12-03 22:59:21 +01:00
|
|
|
return MCDisassembler::Success;
|
|
|
|
}
|
2021-02-03 17:25:44 +01:00
|
|
|
static DecodeStatus s4_1ImmDecoder(MCInst &MI, unsigned tmp,
|
2018-12-03 22:59:21 +01:00
|
|
|
uint64_t, const void *Decoder) {
|
2021-02-03 17:25:44 +01:00
|
|
|
signedDecoder<5>(MI, tmp, Decoder);
|
2018-12-03 22:59:21 +01:00
|
|
|
return MCDisassembler::Success;
|
|
|
|
}
|
2021-02-03 17:25:44 +01:00
|
|
|
static DecodeStatus s4_2ImmDecoder(MCInst &MI, unsigned tmp,
|
2018-12-03 22:59:21 +01:00
|
|
|
uint64_t, const void *Decoder) {
|
|
|
|
signedDecoder<6>(MI, tmp, Decoder);
|
|
|
|
return MCDisassembler::Success;
|
|
|
|
}
|
2021-02-03 17:25:44 +01:00
|
|
|
static DecodeStatus s4_3ImmDecoder(MCInst &MI, unsigned tmp,
|
|
|
|
uint64_t, const void *Decoder) {
|
|
|
|
signedDecoder<7>(MI, tmp, Decoder);
|
|
|
|
return MCDisassembler::Success;
|
|
|
|
}
|
2018-12-03 22:59:21 +01:00
|
|
|
static DecodeStatus s6_3ImmDecoder(MCInst &MI, unsigned tmp,
|
|
|
|
uint64_t, const void *Decoder) {
|
|
|
|
signedDecoder<9>(MI, tmp, Decoder);
|
|
|
|
return MCDisassembler::Success;
|
|
|
|
}
|
2021-02-03 17:25:44 +01:00
|
|
|
static DecodeStatus s8_0ImmDecoder(MCInst &MI, unsigned tmp,
|
2020-01-17 23:29:40 +01:00
|
|
|
uint64_t, const void *Decoder) {
|
2021-02-03 17:25:44 +01:00
|
|
|
signedDecoder<8>(MI, tmp, Decoder);
|
2018-12-03 22:59:21 +01:00
|
|
|
return MCDisassembler::Success;
|
|
|
|
}
|
2018-12-04 13:31:52 +01:00
|
|
|
|
|
|
|
#if defined(__clang__)
|
2018-12-03 22:59:21 +01:00
|
|
|
#pragma clang diagnostic pop
|
2018-12-04 13:31:52 +01:00
|
|
|
#endif
|
|
|
|
|