LLVM  8.0.1
SparcFixupKinds.h
Go to the documentation of this file.
1 //===-- SparcFixupKinds.h - Sparc Specific Fixup Entries --------*- C++ -*-===//
2 //
3 // The LLVM Compiler Infrastructure
4 //
5 // This file is distributed under the University of Illinois Open Source
6 // License. See LICENSE.TXT for details.
7 //
8 //===----------------------------------------------------------------------===//
9 
10 #ifndef LLVM_LIB_TARGET_SPARC_MCTARGETDESC_SPARCFIXUPKINDS_H
11 #define LLVM_LIB_TARGET_SPARC_MCTARGETDESC_SPARCFIXUPKINDS_H
12 
13 #include "llvm/MC/MCFixup.h"
14 
15 namespace llvm {
16  namespace Sparc {
17  enum Fixups {
18  // fixup_sparc_call30 - 30-bit PC relative relocation for call
20 
21  /// fixup_sparc_br22 - 22-bit PC relative relocation for
22  /// branches
24 
25  /// fixup_sparc_br19 - 19-bit PC relative relocation for
26  /// branches on icc/xcc
28 
29  /// fixup_sparc_bpr - 16-bit fixup for bpr
32 
33  /// fixup_sparc_13 - 13-bit fixup
35 
36  /// fixup_sparc_hi22 - 22-bit fixup corresponding to %hi(foo)
37  /// for sethi
39 
40  /// fixup_sparc_lo10 - 10-bit fixup corresponding to %lo(foo)
42 
43  /// fixup_sparc_h44 - 22-bit fixup corresponding to %h44(foo)
45 
46  /// fixup_sparc_m44 - 10-bit fixup corresponding to %m44(foo)
48 
49  /// fixup_sparc_l44 - 12-bit fixup corresponding to %l44(foo)
51 
52  /// fixup_sparc_hh - 22-bit fixup corresponding to %hh(foo)
54 
55  /// fixup_sparc_hm - 10-bit fixup corresponding to %hm(foo)
57 
58  /// fixup_sparc_pc22 - 22-bit fixup corresponding to %pc22(foo)
60 
61  /// fixup_sparc_pc10 - 10-bit fixup corresponding to %pc10(foo)
63 
64  /// fixup_sparc_got22 - 22-bit fixup corresponding to %got22(foo)
66 
67  /// fixup_sparc_got10 - 10-bit fixup corresponding to %got10(foo)
69 
70  /// fixup_sparc_got13 - 13-bit fixup corresponding to %got13(foo)
72 
73  /// fixup_sparc_wplt30
75 
76  /// fixups for Thread Local Storage
95 
96  // Marker
99  };
100  }
101 }
102 
103 #endif
fixup_sparc_got22 - 22-bit fixup corresponding to got22(foo)
fixup_sparc_13 - 13-bit fixup
This class represents lattice values for constants.
Definition: AllocatorList.h:24
fixup_sparc_m44 - 10-bit fixup corresponding to m44(foo)
fixup_sparc_got10 - 10-bit fixup corresponding to got10(foo)
fixup_sparc_hm - 10-bit fixup corresponding to hm(foo)
fixup_sparc_br19 - 19-bit PC relative relocation for branches on icc/xcc
fixup_sparc_hh - 22-bit fixup corresponding to hh(foo)
fixup_sparc_l44 - 12-bit fixup corresponding to l44(foo)
fixup_sparc_bpr - 16-bit fixup for bpr
fixup_sparc_lo10 - 10-bit fixup corresponding to lo(foo)
fixup_sparc_got13 - 13-bit fixup corresponding to got13(foo)
fixup_sparc_pc22 - 22-bit fixup corresponding to pc22(foo)
fixup_sparc_br22 - 22-bit PC relative relocation for branches
fixups for Thread Local Storage
fixup_sparc_hi22 - 22-bit fixup corresponding to hi(foo) for sethi
fixup_sparc_h44 - 22-bit fixup corresponding to h44(foo)
fixup_sparc_pc10 - 10-bit fixup corresponding to pc10(foo)