HomeSort by relevance Sort by last modified time
    Searched refs:npc (Results 1 - 6 of 6) sorted by null

  /external/srec/srec/cfront/
wav_acc.c 108 int npc; local
151 npc = ntot / 20; /* 5% cutoff */
153 for (ii = num = 0; (ii < MAXHISTBITS) && (num < npc); ii++)
160 npc = (int)(0.95 * ntot); /* 95% cutoff */
162 for (ii = num = 0; (ii < MAXHISTBITS) && (num < npc); ii++)
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/tests/
elfmanysym.asm 41 npc: label
  /external/qemu/
gdbstub.c 751 /* Y, PSR, WIM, TBR, PC, NPC, FPSR, CPSR */
758 case 69: GET_REGA(env->npc);
778 case 81: GET_REGL(env->npc);
815 /* Y, PSR, WIM, TBR, PC, NPC, FPSR, CPSR */
822 case 69: env->npc = tmp; break;
840 case 81: env->npc = tmp; break;
    [all...]
monitor.c 412 monitor_printf(mon, " pc=0x" TARGET_FMT_lx " npc=0x" TARGET_FMT_lx,
413 env->pc, env->npc);
    [all...]
  /external/elfutils/tests/
run-allregs.sh     [all...]
  /external/qemu-pc-bios/bochs/bios/
rombios.c 5219 Bit16u npc, nph, npspt, nlc, nlh, nlspt; local
    [all...]

Completed in 139 milliseconds