Home | History | Annotate | Download | only in docs

Lines Matching full:registerclass

471 The ``RegisterClass`` class (specified in ``Target.td``) is used to define an
479 class RegisterClass<string namespace,
493 list<RegisterClass> SubRegClassList = [];
499 To define a ``RegisterClass``, use the following 4 arguments:
507 ``v8i16`` for an ``8 x i16`` vector). All registers in a ``RegisterClass``
513 * The third argument of the ``RegisterClass`` definition specifies the
524 In ``SparcRegisterInfo.td``, three ``RegisterClass`` objects are defined:
534 def FPRegs : RegisterClass<"SP", [f32], 32, (sequence "F%u", 0, 31)>;
536 def DFPRegs : RegisterClass<"SP", [f64], 64,
540 def IntRegs : RegisterClass<"SP", [i32], 32,