Lines Matching +full:llvm +full:- +full:11
1 //===----- ppc64.cpp - Generic JITLink ppc64 edge kinds, utilities ------===//
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 // Generic utilities for graphs representing 64-bit PowerPC objects.
11 //===----------------------------------------------------------------------===//
13 #include "llvm/ExecutionEngine/JITLink/ppc64.h"
17 namespace llvm::jitlink::ppc64 {
42 (char)0xa6, 0x02, 0x68, 0x7d, // mflr 11
44 0x00, 0x00, (char)0x8b, 0x3d, // addis 12,11,OffHa
53 0x7d, 0x68, 0x02, (char)0xa6, // mflr 11
55 0x3d, (char)0x8b, 0x00, 0x00, // addis 12,11,OffHa
144 } // end namespace llvm::jitlink::ppc64