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

  /src/external/gpl3/binutils/dist/opcodes/
cr16-opc.c 489 #define REG_RP(M,N) REGP((CONCAT2(r,M),CONCAT2(r,N)), CONCAT2(r,N), N, CR16_RP_REGTYPE)
491 REG_RP(1,0), REG_RP(2,1), REG_RP(3,2), REG_RP(4,3),
492 REG_RP(5,4), REG_RP(6,5), REG_RP(7,6), REG_RP(8,7),
493 REG_RP(9,8), REG_RP(10,9), REG_RP(11,10), REG_RP(12,11)
    [all...]
  /src/external/gpl3/binutils.old/dist/opcodes/
cr16-opc.c 489 #define REG_RP(M,N) REGP((CONCAT2(r,M),CONCAT2(r,N)), CONCAT2(r,N), N, CR16_RP_REGTYPE)
491 REG_RP(1,0), REG_RP(2,1), REG_RP(3,2), REG_RP(4,3),
492 REG_RP(5,4), REG_RP(6,5), REG_RP(7,6), REG_RP(8,7),
493 REG_RP(9,8), REG_RP(10,9), REG_RP(11,10), REG_RP(12,11)
    [all...]
  /src/external/gpl3/gdb/dist/opcodes/
cr16-opc.c 489 #define REG_RP(M,N) REGP((CONCAT2(r,M),CONCAT2(r,N)), CONCAT2(r,N), N, CR16_RP_REGTYPE)
491 REG_RP(1,0), REG_RP(2,1), REG_RP(3,2), REG_RP(4,3),
492 REG_RP(5,4), REG_RP(6,5), REG_RP(7,6), REG_RP(8,7),
493 REG_RP(9,8), REG_RP(10,9), REG_RP(11,10), REG_RP(12,11)
    [all...]
  /src/external/gpl3/gdb.old/dist/opcodes/
cr16-opc.c 489 #define REG_RP(M,N) REGP((CONCAT2(r,M),CONCAT2(r,N)), CONCAT2(r,N), N, CR16_RP_REGTYPE)
491 REG_RP(1,0), REG_RP(2,1), REG_RP(3,2), REG_RP(4,3),
492 REG_RP(5,4), REG_RP(6,5), REG_RP(7,6), REG_RP(8,7),
493 REG_RP(9,8), REG_RP(10,9), REG_RP(11,10), REG_RP(12,11)
    [all...]
  /src/external/gpl3/gcc/dist/gcc/config/ia64/
ia64.cc 6212 #define REG_RP (BR_REG (0))
6615 need_barrier |= rws_access_regno (REG_RP, new_flags, pred);
6901 need_barrier = rws_access_regno (REG_RP, flags, pred);
  /src/external/gpl3/gcc.old/dist/gcc/config/ia64/
ia64.cc 6201 #define REG_RP (BR_REG (0))
6604 need_barrier |= rws_access_regno (REG_RP, new_flags, pred);
6890 need_barrier = rws_access_regno (REG_RP, flags, pred);

Completed in 39 milliseconds