You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
# 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
|