summaryrefslogtreecommitdiffstats
path: root/llvm/test/MC/AVR/inst-push.s
blob: ca8497ab54e806a92ed30396176a3676ea07b00d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
; RUN: llvm-mc -triple avr -mattr=sram -show-encoding < %s | FileCheck %s


foo:

  push r31
  push r25
  push r5
  push r0

; CHECK: push r31                ; encoding: [0xff,0x93]
; CHECK: push r25                ; encoding: [0x9f,0x93]
; CHECK: push r5                 ; encoding: [0x5f,0x92]
; CHECK: push r0                 ; encoding: [0x0f,0x92]
OpenPOWER on IntegriCloud