Mercurial > hg > CbC > CbC_llvm
view test/MC/Sparc/sparc-assembly-exprs.s @ 100:7d135dc70f03 LLVM 3.9
LLVM 3.9
author | Miyagi Mitsuki <e135756@ie.u-ryukyu.ac.jp> |
---|---|
date | Tue, 26 Jan 2016 22:53:40 +0900 |
parents | afa8332a0e37 |
children |
line wrap: on
line source
! RUN: llvm-mc %s -arch=sparc -show-encoding | FileCheck %s ! CHECK: mov 1033, %o1 ! encoding: [0x92,0x10,0x24,0x09] mov (0x400|9), %o1 ! CHECK: mov 60, %o2 ! encoding: [0x94,0x10,0x20,0x3c] mov ((12+3)<<2), %o2 ! "." is exactly like a temporary symbol equated to the current line. ! RUN: llvm-mc %s -arch=sparc | FileCheck %s --check-prefix=DOTEXPR ! DOTEXPR: .Ltmp0 ! DOTEXPR-NEXT: ba .Ltmp0+8 b . + 8