repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[CodeGen][NFC] Remove redundant map lookup (#125342)
[llvm-project.git]
/
llvm
/
test
/
MC
/
AMDGPU
/
gfx12_asm_sopk_alias.s
blob
4a25922f956d354c5e115836773cecb1a35ea7ec
1
//
RUN
:
llvm-mc
-
triple
=
amdgcn
-
show-encoding
-
mcpu
=
gfx1200
%
s | FileCheck
--
check-prefix
=
GFX12
%
s
2
3
s_addk_i32 s0
,
0x1234
4
//
GFX12
:
s_addk_co_i32 s0
,
0x1234
; encoding
: [
0x34
,
0x12
,
0x80
,
0xb7
]