mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-10 18:34:09 +00:00
Fix indentation.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@106881 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
730c07e50d
commit
8c605c601d
@ -2268,7 +2268,7 @@ def VCEQfq : N3VQ<0,0,0b00,0b1110,0, IIC_VBINQ, "vceq", "f32", v4i32, v4f32,
|
|||||||
NEONvceq, 1>;
|
NEONvceq, 1>;
|
||||||
// For disassembly only.
|
// For disassembly only.
|
||||||
defm VCEQz : N2V_QHS_cmp<0b11, 0b11, 0b01, 0b00010, 0, "vceq", "i",
|
defm VCEQz : N2V_QHS_cmp<0b11, 0b11, 0b01, 0b00010, 0, "vceq", "i",
|
||||||
"$dst, $src, #0">;
|
"$dst, $src, #0">;
|
||||||
|
|
||||||
// VCGE : Vector Compare Greater Than or Equal
|
// VCGE : Vector Compare Greater Than or Equal
|
||||||
defm VCGEs : N3V_QHS<0, 0, 0b0011, 1, IIC_VSUBi4D, IIC_VSUBi4D, IIC_VSUBi4Q,
|
defm VCGEs : N3V_QHS<0, 0, 0b0011, 1, IIC_VSUBi4D, IIC_VSUBi4D, IIC_VSUBi4Q,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user