Searched refs:npc (Results 1 – 8 of 8) sorted by relevance
/external/OpenCSD/decoder/source/i_dec/ |
D | trc_idec_arminst.cpp | 337 uint32_t npc; in inst_ARM_branch_destination() local 345 npc = addr + 8 + ((int32_t)((inst & 0xffffff) << 8) >> 6); in inst_ARM_branch_destination() 347 npc |= 1; /* indicate ISA is now Thumb */ in inst_ARM_branch_destination() 348 npc |= ((inst >> 23) & 2); /* apply the H bit */ in inst_ARM_branch_destination() 354 *pnpc = npc; in inst_ARM_branch_destination() 361 uint32_t npc; in inst_Thumb_branch_destination() local 365 npc = addr + 4 + ((int32_t)((inst & 0x00ff0000) << 8) >> 23); in inst_Thumb_branch_destination() 366 npc |= 1; in inst_Thumb_branch_destination() 369 npc = addr + 4 + ((int32_t)((inst & 0x07ff0000) << 5) >> 20); in inst_Thumb_branch_destination() 370 npc |= 1; in inst_Thumb_branch_destination() [all …]
|
/external/selinux/policycoreutils/sestatus/ |
D | sestatus.c | 95 void load_checks(char *pc[], int *npc, char *fc[], int *nfc) in load_checks() argument 138 if (*npc >= MAX_CHECK) in load_checks() 140 pc[*npc] = in load_checks() 143 memcpy(pc[*npc], bufp, buf_len); in load_checks() 144 (*npc)++; in load_checks() 193 int npc = 0; in main() local 412 load_checks(pc, &npc, fc, &nfc); in main() 430 for (i = 0; i < npc; i++) { in main()
|
/external/google-breakpad/src/google_breakpad/common/ |
D | minidump_cpu_sparc.h | 123 uint64_t npc; /* Next Program Counter register (nPC) */ member
|
/external/google-breakpad/src/client/solaris/handler/ |
D | minidump_generator.cc | 161 context->npc = (unsigned int)(regs[REG_nPC]); in WriteContext() 187 context->npc = (uintptr_t)(regs[R_nPC]); in WriteContext()
|
/external/google-breakpad/src/processor/ |
D | dump_context.cc | 532 printf(" npc = 0x%" PRIx64 "\n", context_sparc->npc); in Print()
|
D | minidump.cc | 970 Swap(&context_sparc->npc); in Read()
|
/external/elfutils/tests/ |
D | run-allregs.sh | 2420 69: %npc (npc), address 32 bits 2510 81: %npc (npc), address 64 bits
|
/external/cldr/tools/java/org/unicode/cldr/util/data/transforms/ |
D | internal_raw_IPA-old.txt | 138337 npc %17792
|