mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-19 01:34:32 +00:00
72d4223ff5
This instruction is only available on Mips64 cores that implement the MSA ASE. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@200400 91177308-0d34-0410-b5e6-96231b3b80d8
12 lines
437 B
ArmAsm
12 lines
437 B
ArmAsm
# RUN: llvm-mc %s -arch=mips64 -mcpu=mips64r2 -mattr=+msa -show-encoding | FileCheck %s
|
|
#
|
|
# RUN: llvm-mc %s -arch=mips64 -mcpu=mips64r2 -mattr=+msa -filetype=obj -o - | \
|
|
# RUN: llvm-objdump -d -arch=mips64 -mattr=+msa - | \
|
|
# RUN: FileCheck %s -check-prefix=CHECKOBJDUMP
|
|
#
|
|
# CHECK: fill.d $w27, $9 # encoding: [0x7b,0x03,0x4e,0xde]
|
|
|
|
# CHECKOBJDUMP: fill.d $w27, $9
|
|
|
|
fill.d $w27, $9
|