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.
|
; RUN: llvm-mc -triple avr -show-encoding < %s | FileCheck %s
|
|
; RUN: llvm-mc -filetype=obj -triple avr < %s | llvm-objdump -d - | FileCheck --check-prefix=CHECK-INST %s
|
|
|
|
|
|
foo:
|
|
|
|
wdr
|
|
|
|
; CHECK: wdr ; encoding: [0xa8,0x95]
|
|
|
|
; CHECK-INST: wdr
|