mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-16 00:33:10 +00:00
Data type suffix must come after predicate.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@89723 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
2601329106
commit
9d172d5ee7
@ -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…
x
Reference in New Issue
Block a user