1 //===-- CSKYFixupKinds.h - CSKY Specific Fixup Entries ----------*- C++ -*-===//
3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4 // See https://llvm.org/LICENSE.txt for license information.
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
9 #ifndef LLVM_LIB_TARGET_CSKY_MCTARGETDESC_CSKYFIXUPKINDS_H
10 #define LLVM_LIB_TARGET_CSKY_MCTARGETDESC_CSKYFIXUPKINDS_H
12 #include "llvm/MC/MCFixup.h"
17 fixup_csky_addr32
= FirstTargetFixupKind
,
19 fixup_csky_pcrel_imm16_scale2
,
21 fixup_csky_pcrel_uimm16_scale4
,
23 fixup_csky_pcrel_imm26_scale2
,
25 fixup_csky_pcrel_imm18_scale2
,
29 NumTargetFixupKinds
= fixup_csky_invalid
- FirstTargetFixupKind
31 } // end namespace CSKY
32 } // end namespace llvm
34 #endif // LLVM_LIB_TARGET_CSKY_MCTARGETDESC_CSKYFIXUPKINDS_H