mirror of
https://github.com/hedge-dev/XenonRecomp.git
synced 2025-07-27 07:23:56 +00:00
Add missing thirdparty files
This commit is contained in:
17
thirdparty/capstone/suite/synctools/tablegen/X86/X86RegisterBanks.td
vendored
Normal file
17
thirdparty/capstone/suite/synctools/tablegen/X86/X86RegisterBanks.td
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
//=- X86RegisterBank.td - Describe the AArch64 Banks -----*- tablegen -*-=//
|
||||
//
|
||||
// The LLVM Compiler Infrastructure
|
||||
//
|
||||
// This file is distributed under the University of Illinois Open Source
|
||||
// License. See LICENSE.TXT for details.
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
//
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
/// General Purpose Registers: RAX, RCX,...
|
||||
def GPRRegBank : RegisterBank<"GPR", [GR64]>;
|
||||
|
||||
/// Floating Point/Vector Registers
|
||||
def VECRRegBank : RegisterBank<"VECR", [VR512]>;
|
Reference in New Issue
Block a user