mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-28 21:34:23 +00:00
X86: sub_xmm registers are 128 bits wide.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@183103 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
625b109916
commit
b8ce45752b
@ -25,7 +25,7 @@ let Namespace = "X86" in {
|
||||
def sub_8bit_hi : SubRegIndex<8, 8>;
|
||||
def sub_16bit : SubRegIndex<16>;
|
||||
def sub_32bit : SubRegIndex<32>;
|
||||
def sub_xmm : SubRegIndex<64>;
|
||||
def sub_xmm : SubRegIndex<128>;
|
||||
}
|
||||
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
Loading…
x
Reference in New Issue
Block a user