Lines Matching +full:llvm +full:- +full:11
1 //===-- Sparc.h - Top-level interface for Sparc representation --*- 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 // This file contains the entry points for global functions defined in the LLVM
10 // Sparc back-end.
12 //===----------------------------------------------------------------------===//
18 #include "llvm/Support/ErrorHandling.h"
19 #include "llvm/Target/TargetMachine.h"
21 namespace llvm {
35 } // namespace llvm
37 namespace llvm {
48 ICC_GE = 11, // Greater or Equal
71 FCC_GE = 11 + FCC_BEGIN, // Greater or Equal
89 CPCC_02 = 11 + CPCC_BEGIN,
174 return (unsigned)((imm >> 10) & ((1 << 22)-1)); in HI22()
189 } // end namespace llvm