1; RUN: llvm-mc -triple avr -mattr=eijmpcall -show-encoding < %s | FileCheck %s 2 3 4foo: 5 6 eijmp 7 8; CHECK: eijmp ; encoding: [0x19,0x94] 9