mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-17 08:36:52 +00:00
Data type suffix must come after predicate.
llvm-svn: 89723
This commit is contained in:
parent
7945ead4d8
commit
179a11776c
@ -437,7 +437,7 @@ def FMSTAT : VFPAI<(outs), (ins), VFPMiscFrm, IIC_fpSTAT, "vmrs",
|
||||
let isReMaterializable = 1 in {
|
||||
def FCONSTD : VFPAI<(outs DPR:$dst), (ins vfp_f64imm:$imm),
|
||||
VFPMiscFrm, IIC_VMOVImm,
|
||||
"vmov.f64", "\t$dst, $imm",
|
||||
"vmov", ".f64\t$dst, $imm",
|
||||
[(set DPR:$dst, vfp_f64imm:$imm)]>, Requires<[HasVFP3]> {
|
||||
let Inst{27-23} = 0b11101;
|
||||
let Inst{21-20} = 0b11;
|
||||
@ -448,7 +448,7 @@ def FCONSTD : VFPAI<(outs DPR:$dst), (ins vfp_f64imm:$imm),
|
||||
|
||||
def FCONSTS : VFPAI<(outs SPR:$dst), (ins vfp_f32imm:$imm),
|
||||
VFPMiscFrm, IIC_VMOVImm,
|
||||
"vmov.f32", "\t$dst, $imm",
|
||||
"vmov", ".f32\t$dst, $imm",
|
||||
[(set SPR:$dst, vfp_f32imm:$imm)]>, Requires<[HasVFP3]> {
|
||||
let Inst{27-23} = 0b11101;
|
||||
let Inst{21-20} = 0b11;
|
||||
|
Loading…
Reference in New Issue
Block a user