You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
220 B
12 lines
220 B
7 months ago
|
; RUN: llvm-mc -triple avr -show-encoding < %s | FileCheck %s
|
||
|
|
||
|
|
||
|
foo:
|
||
|
|
||
|
sbrs r2, 3
|
||
|
sbrs r0, 7
|
||
|
|
||
|
; CHECK: sbrs r2, 3 ; encoding: [0x23,0xfe]
|
||
|
; CHECK: sbrs r0, 7 ; encoding: [0x07,0xfe]
|
||
|
|