Home | History | Annotate | Download | only in docs

Lines Matching full:fpregs

531 ``FPRegs``, ``DFPRegs``, and ``IntRegs``.  For all three register classes, the
532 first argument defines the namespace with the string "``SP``". ``FPRegs``
540 def FPRegs : RegisterClass<"SP", [f32], 32, (sequence "F%u", 0, 31)>;