Lines Matching refs:SparcInstrInfo
205 SparcInstrInfo InstrInfo;
214 virtual const SparcInstrInfo *getInstrInfo() const {return &InstrInfo; }
752 floating-point operations. ``SparcInstrInfo.td`` also adds the base class
755 ``SparcInstrInfo.td`` largely consists of operand and instruction definitions
756 for the SPARC target. In ``SparcInstrInfo.td``, the following target
772 ``MEMrr`` that is defined earlier in ``SparcInstrInfo.td``:
802 ``defm`` directive). For example in ``SparcInstrInfo.td``, the ``multiclass``
828 ``SparcInstrInfo.td`` also includes definitions for condition codes that are
830 ``SparcInstrInfo.td`` indicate the bit location of the SPARC condition code.
848 correspond to the values in ``SparcInstrInfo.td``. I.e., ``SPCC::ICC_NE = 9``,
1038 ``SparcInstrInfo.cpp``:
1223 definitions in ``XXXInstrInfo.td``. For example, in ``SparcInstrInfo.td``,
1232 ``ADDRrr`` is a memory mode that is also defined in ``SparcInstrInfo.td``: