mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-01 05:01:59 +01:00
0d488852fe
This includes Instructions: ginvi, ginvt, Assembler directives: .set ginv, .set noginv, .module ginv, .module noginv Attribute: ginv .MIPS.abiflags: GINV (0x20000) Patch by Vladimir Stefanovic. Differential Revision: https://reviews.llvm.org/D46268 llvm-svn: 332624
6 lines
292 B
ArmAsm
6 lines
292 B
ArmAsm
# RUN: llvm-mc %s -triple=mips-unknown-linux-gnu -show-encoding \
|
|
# RUN: -mcpu=mips32r6 -mattr=+micromips,+ginv | FileCheck %s
|
|
|
|
ginvi $4 # CHECK: ginvi $4 # encoding: [0x00,0x04,0x61,0x7c]
|
|
ginvt $4, 2 # CHECK: ginvt $4, 2 # encoding: [0x00,0x04,0x75,0x7c]
|