8625704ad8
Former-commit-id: 67aa10e65b237e1c4537630979ee99ebe1374215
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
|