mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 11:42:57 +01:00
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
|