1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 03:33:20 +01:00

Remove obsolete comments. VLDM is implemented in ARMInstrVFP.td.

llvm-svn: 98395
This commit is contained in:
Bob Wilson 2010-03-12 22:00:08 +00:00
parent 876e602378
commit 41bb0dca48

View File

@ -98,16 +98,6 @@ def NEONfmin : SDNode<"ARMISD::FMIN", SDTARMFMAX>;
// NEON operand definitions // NEON operand definitions
//===----------------------------------------------------------------------===// //===----------------------------------------------------------------------===//
// addrmode_neonldstm := reg
//
/* TODO: Take advantage of vldm.
def addrmode_neonldstm : Operand<i32>,
ComplexPattern<i32, 2, "SelectAddrModeNeonLdStM", []> {
let PrintMethod = "printAddrNeonLdStMOperand";
let MIOperandInfo = (ops GPR, i32imm);
}
*/
def h8imm : Operand<i8> { def h8imm : Operand<i8> {
let PrintMethod = "printHex8ImmOperand"; let PrintMethod = "printHex8ImmOperand";
} }
@ -125,26 +115,6 @@ def h64imm : Operand<i64> {
// NEON load / store instructions // NEON load / store instructions
//===----------------------------------------------------------------------===// //===----------------------------------------------------------------------===//
/* TODO: Take advantage of vldm.
let mayLoad = 1, hasExtraDefRegAllocReq = 1 in {
def VLDMD : NI<(outs),
(ins addrmode_neonldstm:$addr, reglist:$dst1, variable_ops),
IIC_fpLoadm, "vldm", "${addr:submode} ${addr:base}, $dst1", []> {
let Inst{27-25} = 0b110;
let Inst{20} = 1;
let Inst{11-9} = 0b101;
}
def VLDMS : NI<(outs),
(ins addrmode_neonldstm:$addr, reglist:$dst1, variable_ops),
IIC_fpLoadm, "vldm", "${addr:submode} ${addr:base}, $dst1", []> {
let Inst{27-25} = 0b110;
let Inst{20} = 1;
let Inst{11-9} = 0b101;
}
}
*/
// Use vldmia to load a Q register as a D register pair. // Use vldmia to load a Q register as a D register pair.
def VLDRQ : NI4<(outs QPR:$dst), (ins addrmode4:$addr), IIC_fpLoadm, def VLDRQ : NI4<(outs QPR:$dst), (ins addrmode4:$addr), IIC_fpLoadm,
"vldmia", "$addr, ${dst:dregpair}", "vldmia", "$addr, ${dst:dregpair}",