mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-17 18:10:31 +00:00
Missed reverting this bit.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@117971 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
160accad6b
commit
cd944a424c
@ -637,7 +637,7 @@ let Constraints = "$a = $dst", isCodeGenOnly = 1 in {
|
||||
// FP to Fixed-Point:
|
||||
|
||||
def VTOSHS : AVConv1XI<0b11101, 0b11, 0b1110, 0b1010, 0,
|
||||
(outs SPR:$dst), (ins SPR_S16:$a, i32imm:$fbits),
|
||||
(outs SPR:$dst), (ins SPR:$a, i32imm:$fbits),
|
||||
IIC_fpCVTSI, "vcvt", ".s16.f32\t$dst, $a, $fbits",
|
||||
[/* For disassembly only; pattern left blank */]>;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user