mirror of
https://github.com/RPCS3/llvm.git
synced 2025-02-10 20:42:32 +00:00
Work around assembler not recognizing #0.0 form immediate for vmcp
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@86548 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
6a660d4a43
commit
43cca695a8
@ -194,11 +194,11 @@ def VABSS : ASuIn<0b11101011, 0b0000, 0b1100, (outs SPR:$dst), (ins SPR:$a),
|
||||
|
||||
let Defs = [FPSCR] in {
|
||||
def VCMPEZD : ADuI<0b11101011, 0b0101, 0b1100, (outs), (ins DPR:$a),
|
||||
IIC_fpCMP64, "vcmpe", ".f64\t$a, #0.0",
|
||||
IIC_fpCMP64, "vcmpe", ".f64\t$a, #0",
|
||||
[(arm_cmpfp0 DPR:$a)]>;
|
||||
|
||||
def VCMPEZS : ASuI<0b11101011, 0b0101, 0b1100, (outs), (ins SPR:$a),
|
||||
IIC_fpCMP32, "vcmpe", ".f32\t$a, #0.0",
|
||||
IIC_fpCMP32, "vcmpe", ".f32\t$a, #0",
|
||||
[(arm_cmpfp0 SPR:$a)]>;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user