mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-07 11:33:44 +00:00
R600/SI: Fix assembly names for exec_hi and exec_lo
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@221995 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
19cb35b4bc
commit
239d5231f3
@ -27,8 +27,8 @@ def VCC : RegisterWithSubRegs<"VCC", [VCC_LO, VCC_HI]> {
|
||||
let HWEncoding = 106;
|
||||
}
|
||||
|
||||
def EXEC_LO : SIReg<"EXEC", 126>;
|
||||
def EXEC_HI : SIReg<"EXEC", 127>;
|
||||
def EXEC_LO : SIReg<"exec_lo", 126>;
|
||||
def EXEC_HI : SIReg<"exec_hi", 127>;
|
||||
|
||||
def EXEC : RegisterWithSubRegs<"EXEC", [EXEC_LO, EXEC_HI]> {
|
||||
let Namespace = "AMDGPU";
|
||||
|
Loading…
Reference in New Issue
Block a user