mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-01 15:11:24 +00:00
996a304351
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@215240 91177308-0d34-0410-b5e6-96231b3b80d8
7 lines
220 B
ArmAsm
7 lines
220 B
ArmAsm
# RUN: llvm-mc -triple powerpc-unknown-unknown --show-encoding %s | FileCheck %s
|
|
|
|
# Check that large immediates in 32bit mode are accepted.
|
|
|
|
# CHECK: ba -33554432 # encoding: [0x4a,0x00,0x00,0x02]
|
|
ba 0xfe000000
|