mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-07-25 13:24:46 +00:00
Convert bswap test to filecheck, add more test entries & convert stuff to filecheck
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78212 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -510,7 +510,7 @@ def BSWAP64rm : RXYI<0x0FE3, (outs GR64:$dst), (ins rriaddr:$src),
|
||||
// [(truncstorei16 (bswap GR32:$src), rriaddr:$dst)]>;
|
||||
def BSWAP32mr : RXYI<0xE33E, (outs), (ins rriaddr:$dst, GR32:$src),
|
||||
"strv\t{$src, $dst}",
|
||||
[(truncstorei32 (bswap GR32:$src), rriaddr:$dst)]>;
|
||||
[(store (bswap GR32:$src), rriaddr:$dst)]>;
|
||||
def BSWAP64mr : RXYI<0xE32F, (outs), (ins rriaddr:$dst, GR64:$src),
|
||||
"strvg\t{$src, $dst}",
|
||||
[(store (bswap GR64:$src), rriaddr:$dst)]>;
|
||||
|
Reference in New Issue
Block a user