mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-23 20:34:58 +00:00
[Sparc] Add support to decode unimp instruction.
llvm-svn: 202581
This commit is contained in:
parent
df9f7f4aec
commit
9a36f7b46b
@ -321,8 +321,8 @@ let isBarrier = 1, isTerminator = 1, rd = 0b1000, rs1 = 0, simm13 = 5 in
|
||||
def TA5 : F3_2<0b10, 0b111010, (outs), (ins), "ta 5", [(trap)]>;
|
||||
|
||||
let rd = 0 in
|
||||
def UNIMP : F2_1<0b000, (outs), (ins i32imm:$val),
|
||||
"unimp $val", []>;
|
||||
def UNIMP : F2_1<0b000, (outs), (ins i32imm:$imm22),
|
||||
"unimp $imm22", []>;
|
||||
|
||||
// SELECT_CC_* - Used to implement the SELECT_CC DAG operation. Expanded after
|
||||
// instruction selection into a branch sequence. This has to handle all
|
||||
|
@ -186,3 +186,5 @@
|
||||
# CHECK: wr %g1, -2, %y
|
||||
0x81 0x80 0x7f 0xfe
|
||||
|
||||
# CHECK: unimp 12
|
||||
0x00 0x00 0x00 0x0c
|
||||
|
Loading…
x
Reference in New Issue
Block a user