mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-15 20:29:48 +00:00
4c729f1152
These instructions are not generated by the backend yet, this will come in a later commit. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@145161 91177308-0d34-0410-b5e6-96231b3b80d8
18 lines
484 B
Plaintext
18 lines
484 B
Plaintext
# RUN: llvm-mc --disassemble %s -triple=mblaze-unknown-unknown | FileCheck %s
|
|
|
|
################################################################################
|
|
# Pattern instructions
|
|
################################################################################
|
|
|
|
# CHECK: pcmpbf r0, r1, r2
|
|
0x80 0x01 0x14 0x00
|
|
|
|
# CHECK: pcmpne r0, r1, r2
|
|
0x8c 0x01 0x14 0x00
|
|
|
|
# CHECK: pcmpeq r0, r1, r2
|
|
0x88 0x01 0x14 0x00
|
|
|
|
# CHECK: clz r0, r1
|
|
0x90 0x01 0x00 0xE0
|