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