HomeSort by: relevance | last modified time | path
    Searched defs:Re (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/config/nds32/
nds32.cc 574 we need to make sure Rb is $r6 and Re is
598 /* Re = $r6 */
603 /* Re = $r8 */
608 /* Re = $r10 */
613 /* Re = $r14 */
619 it is never changed, so set it to Re = $r6. */
722 nds32_emit_stack_push_multiple (unsigned Rb, unsigned Re,
748 (reg:SI Re))
766 /* Note that Rb and Re may be SP_REGNUM. DO NOT count it in. */
767 if (Rb == SP_REGNUM && Re == SP_REGNUM
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/nds32/
nds32.cc 577 we need to make sure Rb is $r6 and Re is
601 /* Re = $r6 */
606 /* Re = $r8 */
611 /* Re = $r10 */
616 /* Re = $r14 */
622 it is never changed, so set it to Re = $r6. */
725 nds32_emit_stack_push_multiple (unsigned Rb, unsigned Re,
751 (reg:SI Re))
769 /* Note that Rb and Re may be SP_REGNUM. DO NOT count it in. */
770 if (Rb == SP_REGNUM && Re == SP_REGNUM
    [all...]

Completed in 27 milliseconds