mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-04 21:30:49 +00:00
Mips64 predicate definitions. Patch by Liu.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@140703 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
f63ae2159d
commit
d2d00edc01
@ -10,3 +10,10 @@
|
||||
// This file describes Mips64 instructions.
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
//===----------------------------------------------------------------------===//
|
||||
// Mips64 Instruction Predicate Definitions.
|
||||
//===----------------------------------------------------------------------===//
|
||||
def HasMips64 : Predicate<"Subtarget.hasMips64()">;
|
||||
def HasMips64r2 : Predicate<"Subtarget.hasMips64r2()">;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user