mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-16 11:30:51 +00:00
7c5b978254
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@214825 91177308-0d34-0410-b5e6-96231b3b80d8
7 lines
167 B
Plaintext
7 lines
167 B
Plaintext
# RUN: llvm-mc --disassemble %s -triple powerpc64-unknown-unknown -mcpu=pwr7 | FileCheck %s
|
|
|
|
# CHECK: tlbld 4
|
|
0x7c 0x00 0x27 0xa4
|
|
# CHECK: tlbli 4
|
|
0x7c 0x00 0x27 0xe4
|