Mercurial > hg > CbC > CbC_llvm
view test/MC/Mips/hilo-addressing.s @ 68:a37375f10d66
remove unnecessary comments
author | Kaito Tokumori <e105711@ie.u-ryukyu.ac.jp> |
---|---|
date | Wed, 12 Feb 2014 01:06:33 +0900 |
parents | 95c75e76d11b |
children | 54457678186b |
line wrap: on
line source
# RUN: llvm-mc -show-encoding -triple mips-unknown-unknown %s | FileCheck %s .ent hilo_test .equ addr, 0xdeadbeef # CHECK: # encoding: [0x3c,0x04,0xde,0xae] lui $4,%hi(addr) # CHECK: # encoding: [0x03,0xe0,0x00,0x08] jr $31 # CHECK: # encoding: [0x80,0x82,0xbe,0xef] lb $2,%lo(addr)($4) .end hilo_test