Searched refs:lp_count (Results 1 - 14 of 14) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/arc/
H A Dlpcount-err.s7 mpy lp_count,r0,r1 ; { dg-error "Error: LP_COUNT register cannot be used as destination register." }
8 ld lp_count,[r2,1] ; { dg-error "Error: LP_COUNT register cannot be used as destination register." }
9 div lp_count,r12,r1 ; { dg-error "Error: LP_COUNT register cannot be used as destination register." }
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Darc-linux-tdep.c145 ULONGEST lp_end, lp_start, lp_count; local
150 &lp_count);
155 "lp_count = %s, next_pc = %s\n",
158 pulongest (lp_count),
162 if (next_pc == lp_end && lp_count > 1)
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/arc/
H A Dlib1funcs.S95 rsub lp_count,r2,31
96 mov.mi lp_count,32
393 sub lp_count,r2,r3
412 mov.f lp_count,r2
446 mov.f lp_count,r2
450 mov lp_count,32
454 sub lp_count,lp_count,1
458 xor.f r2,lp_count,31
460 mov_s lp_count,r
[all...]
/netbsd-current/external/gpl3/gcc/dist/libgcc/config/arc/
H A Dlib1funcs.S95 rsub lp_count,r2,31
96 mov.mi lp_count,32
393 sub lp_count,r2,r3
412 mov.f lp_count,r2
446 mov.f lp_count,r2
450 mov lp_count,32
454 sub lp_count,lp_count,1
458 xor.f r2,lp_count,31
460 mov_s lp_count,r
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Darc-linux-tdep.c457 ULONGEST lp_end, lp_start, lp_count; local
462 &lp_count);
465 "lp_count = %s, next_pc = %s",
468 pulongest (lp_count),
471 if (next_pc == lp_end && lp_count > 1)
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.arch/
H A Darc-analyze-prologue.exp110 prologue_test "noncallee_saved_regs_lp_count" { {r25 4} {lp_count 0} }
155 prologue_test "loop_in_prologue" { {r25 4} {lp_count 0} }
H A Darc-analyze-prologue.S162 push lp_count
422 push lp_count
423 mov lp_count, 4
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.arch/
H A Darc-analyze-prologue.exp109 prologue_test "noncallee_saved_regs_lp_count" { {r25 4} {lp_count 0} }
154 prologue_test "loop_in_prologue" { {r25 4} {lp_count 0} }
H A Darc-analyze-prologue.S162 push lp_count
422 push lp_count
423 mov lp_count, 4
/netbsd-current/external/gpl3/gdb/dist/gdbserver/
H A Dlinux-arc-low.cc210 collect_register_by_name (regcache, "lp_count", &(regbuf->scratch.lp_count));
271 supply_register_by_name (regcache, "lp_count", &(regbuf->scratch.lp_count));
/netbsd-current/sys/dev/ppbus/
H A Dif_plip.c172 static uint16_t lp_count = 0; variable
247 if (lp_count++ == 0)
294 if (--lp_count == 0)
/netbsd-current/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-s390.c918 static int lp_count = 0; variable
1081 sprintf (tmp_name, ".L\001%i", lp_count);
1086 sprintf (tmp_name, ".L\001%i\002%i", lp_count, lpe_count);
1907 lp_count++;
/netbsd-current/external/gpl3/binutils/dist/gas/config/
H A Dtc-s390.c910 static int lp_count = 0; variable
1073 sprintf (tmp_name, ".L\001%i", lp_count);
1078 sprintf (tmp_name, ".L\001%i\002%i", lp_count, lpe_count);
1903 lp_count++;
/netbsd-current/external/gpl3/gdb.old/dist/gas/config/
H A Dtc-s390.c908 static int lp_count = 0; variable
1071 sprintf (tmp_name, ".L\001%i", lp_count);
1076 sprintf (tmp_name, ".L\001%i\002%i", lp_count, lpe_count);
1897 lp_count++;

Completed in 320 milliseconds