Sign in
rust
/
rust-lang
/
llvm-project
/
e8a2ffcf322f45b8dce82c65ab27a3e2430a6b51
/
.
/
llvm
/
test
/
MC
/
M68k
/
Bits
/
Classes
/
MxBTST_RI.s
blob: 38d798d3954e3f871a5038682266f6bceb0b7df5 [
file
] [
log
] [
blame
]
;
RUN
:
llvm
-
mc
-
triple
=
m68k
-
show
-
encoding
%s | FileCheck %
s
;
CHECK
:
btst
#1, %d0
;
CHECK
-
SAME
:
encoding
:
[
0x08
,
0x00
,
0x00
,
0x01
]
btst
#1, %d0
;
CHECK
:
btst
#0, %d3
;
CHECK
-
SAME
:
encoding
:
[
0x08
,
0x03
,
0x00
,
0x00
]
btst
#0, %d3