reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Target/ARM/AsmParser/ARMAsmParser.cpp
 8437     TmpInst.setOpcode(getRealVSTOpcode(Inst.getOpcode(), Spacing));
 8438     TmpInst.addOperand(Inst.getOperand(2)); // Rn_wb
 8439     TmpInst.addOperand(Inst.getOperand(2)); // Rn
 8440     TmpInst.addOperand(Inst.getOperand(3)); // alignment
 8441     TmpInst.addOperand(Inst.getOperand(4)); // Rm
 8442     TmpInst.addOperand(Inst.getOperand(0)); // Vd
 8443     TmpInst.addOperand(Inst.getOperand(1)); // lane
 8444     TmpInst.addOperand(Inst.getOperand(5)); // CondCode
 8445     TmpInst.addOperand(Inst.getOperand(6));
 8446     Inst = TmpInst;