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

  /src/external/gpl3/binutils/dist/opcodes/
d30v-opc.c 354 #define Rb (Ra3 + 1)
356 #define Rb2 (Rb + 1)
423 { SHORT_M, 0, { Ra, ATPAR, Rb, Rc } }, /* Ra,@(Rb,Rc) */
424 { SHORT_M, 1, { Ra, ATPAR, Rb, PLUS, Rc } }, /* Ra,@(Rb+,Rc) */
425 { SHORT_M, 2, { Ra, ATPAR, Rb, IMM6 } }, /* Ra,@(Rb,imm6) */
426 { SHORT_M, 3, { Ra, ATPAR, Rb, MINUS, Rc } }, /* Ra,@(Rb-,Rc) *
    [all...]
  /src/external/gpl3/binutils.old/dist/opcodes/
d30v-opc.c 354 #define Rb (Ra3 + 1)
356 #define Rb2 (Rb + 1)
423 { SHORT_M, 0, { Ra, ATPAR, Rb, Rc } }, /* Ra,@(Rb,Rc) */
424 { SHORT_M, 1, { Ra, ATPAR, Rb, PLUS, Rc } }, /* Ra,@(Rb+,Rc) */
425 { SHORT_M, 2, { Ra, ATPAR, Rb, IMM6 } }, /* Ra,@(Rb,imm6) */
426 { SHORT_M, 3, { Ra, ATPAR, Rb, MINUS, Rc } }, /* Ra,@(Rb-,Rc) *
    [all...]
  /src/external/gpl3/gdb/dist/opcodes/
d30v-opc.c 354 #define Rb (Ra3 + 1)
356 #define Rb2 (Rb + 1)
423 { SHORT_M, 0, { Ra, ATPAR, Rb, Rc } }, /* Ra,@(Rb,Rc) */
424 { SHORT_M, 1, { Ra, ATPAR, Rb, PLUS, Rc } }, /* Ra,@(Rb+,Rc) */
425 { SHORT_M, 2, { Ra, ATPAR, Rb, IMM6 } }, /* Ra,@(Rb,imm6) */
426 { SHORT_M, 3, { Ra, ATPAR, Rb, MINUS, Rc } }, /* Ra,@(Rb-,Rc) *
    [all...]
  /src/external/gpl3/gdb.old/dist/opcodes/
d30v-opc.c 354 #define Rb (Ra3 + 1)
356 #define Rb2 (Rb + 1)
423 { SHORT_M, 0, { Ra, ATPAR, Rb, Rc } }, /* Ra,@(Rb,Rc) */
424 { SHORT_M, 1, { Ra, ATPAR, Rb, PLUS, Rc } }, /* Ra,@(Rb+,Rc) */
425 { SHORT_M, 2, { Ra, ATPAR, Rb, IMM6 } }, /* Ra,@(Rb,imm6) */
426 { SHORT_M, 3, { Ra, ATPAR, Rb, MINUS, Rc } }, /* Ra,@(Rb-,Rc) *
    [all...]
  /src/external/gpl3/gcc/dist/gcc/config/nds32/
nds32.cc 574 we need to make sure Rb is $r6 and Re is
593 /* Remember to set Rb = $r6. */
722 nds32_emit_stack_push_multiple (unsigned Rb, unsigned Re,
743 (reg:SI Rb))
745 (reg:SI Rb+1))
766 /* Note that Rb and Re may be SP_REGNUM. DO NOT count it in. */
767 if (Rb == SP_REGNUM && Re == SP_REGNUM)
770 num_use_regs = Re - Rb + 1 + extra_count;
781 /* Create (set mem regX) from Rb, Rb+1 up to Re. *
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/nds32/
nds32.cc 577 we need to make sure Rb is $r6 and Re is
596 /* Remember to set Rb = $r6. */
725 nds32_emit_stack_push_multiple (unsigned Rb, unsigned Re,
746 (reg:SI Rb))
748 (reg:SI Rb+1))
769 /* Note that Rb and Re may be SP_REGNUM. DO NOT count it in. */
770 if (Rb == SP_REGNUM && Re == SP_REGNUM)
773 num_use_regs = Re - Rb + 1 + extra_count;
784 /* Create (set mem regX) from Rb, Rb+1 up to Re. *
    [all...]

Completed in 28 milliseconds