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
[AMDGPU][True16][CodeGen] true16 codegen pattern for v_med3_u/i16 (#121850)
[llvm-project.git]
/
llvm
/
test
/
MC
/
AsmParser
/
directive_case_insensitive.s
blob
67a204bb0c68cd07833e6478b0a2976a7e369f5a
1
# RUN: llvm-mc -triple i386-unknown-unknown %s | FileCheck %s
2
3
# CHECK: .byte 65
4
.ascii
"A"
5
# CHECK: .byte 66
6
.ASCII
"B"
7
# CHECK: .byte 67
8
.aScIi
"C"
9
10
# Note: using 2byte because it is an alias
11
# CHECK: .short 4660
12
.2
byte
0x1234
13
# CHECK: .short 4661
14
.2
BYTE
0x1235
15
# CHECK: .short 4662
16
.2
bYtE
0x1236