HomeSort by relevance Sort by last modified time
    Searched refs:pc (Results 151 - 175 of 925) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/kernel-headers/original/asm-arm/
processor.h 58 #define start_thread(regs,pc,sp) \
67 if (elf_hwcap & HWCAP_THUMB && pc & 1) \
69 regs->ARM_pc = pc & ~1; /* pc */ \
  /external/qemu/
exec-all.h 39 #define DISAS_JUMP 1 /* only pc was modified dynamically */
41 #define DISAS_TB_JUMP 3 /* only pc was modified statically */
83 target_ulong pc, target_ulong cs_base, int flags,
87 int page_unprotect(target_ulong address, unsigned long pc, void *puc);
126 target_ulong pc; /* simulated PC corresponding to this block (EIP + CS base) */ member in struct:TranslationBlock
165 * PC in the translation block, followed by an odd entry that contains
166 * guest PC corresponding to that PC in the translation block. This
177 static inline unsigned int tb_jmp_cache_hash_page(target_ulong pc)
    [all...]
  /external/stlport/test/unit/
ioiter_test.cpp 33 const char *pc; local
43 pc = strorg;
47 c = *pc++;
  /external/valgrind/main/gdbserver_tests/
mcinfcallWSRU.stderrB.exp 31 gdb commands changing registers (pc, sp, ...) (e.g. 'jump',
32 set pc, calling from gdb a function in the debugged process, ...)
40 gdb commands changing registers (pc, sp, ...) (e.g. 'jump',
41 set pc, calling from gdb a function in the debugged process, ...)
49 gdb commands changing registers (pc, sp, ...) (e.g. 'jump',
50 set pc, calling from gdb a function in the debugged process, ...)
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src_gcc/
omxVCM4P10_TransformDequantChromaDCFromPair_s.S 36 P0: add r5, pc
38 P1: add r6, pc
53 pop {r4-r10, pc}
  /ndk/tests/device/test-gnustl-full/unit/
ioiter_test.cpp 33 const char *pc; local
43 pc = strorg;
47 c = *pc++;
  /ndk/tests/device/test-stlport/unit/
ioiter_test.cpp 33 const char *pc; local
43 pc = strorg;
47 c = *pc++;
  /dalvik/vm/mterp/armv5te/
header.S 32 r15 (pc) can be tinkered with directly
75 /* save/restore the PC and/or FP from the thread struct */
84 * "export" the PC to the stack frame, f/b/o future exception objects. Must
87 * In C this is "SAVEAREA_FROM_FP(fp)->xtra.currentPc = pc", i.e.
142 * Fetch a half-word code unit from an offset past the current PC. The
151 * Fetch one byte from an offset past the current PC. Pass in the same
171 #define GOTO_OPCODE(_reg) add pc, rIBASE, _reg, lsl #${handler_size_bits}
172 #define GOTO_OPCODE_BASE(_base,_reg) add pc, _base, _reg, lsl #${handler_size_bits}
173 #define GOTO_OPCODE_IFEQ(_reg) addeq pc, rIBASE, _reg, lsl #${handler_size_bits}
174 #define GOTO_OPCODE_IFNE(_reg) addne pc, rIBASE, _reg, lsl #${handler_size_bits
    [all...]
  /dalvik/vm/mterp/c/
OP_FILL_ARRAY_DATA.cpp 11 arrayData = pc + offset; // offset in 16-bit units
OP_INSTANCE_OF.cpp 16 if (!checkForNullExportPC(obj, fp, pc))
OP_PACKED_SWITCH.cpp 10 switchData = pc + offset; // offset in 16-bit units
OP_SPARSE_SWITCH.cpp 10 switchData = pc + offset; // offset in 16-bit units
  /external/compiler-rt/lib/arm/
modsi3.S 21 pop {r4, r7, pc}
  /external/compiler-rt/lib/tsan/rtl/
tsan_interface_atomic.cc 32 uptr pc = __sanitizer::StackTrace::GetCurrentPc(); \
33 pc = __sanitizer::StackTrace::GetPreviousInstructionPc(pc); \
39 return Atomic##func(thr, pc, __VA_ARGS__); \
44 ScopedAtomic(ThreadState *thr, uptr pc, const char *func)
48 FuncEntry(thr_, pc);
247 static T AtomicLoad(ThreadState *thr, uptr pc, const volatile T *a,
253 MemoryReadAtomic(thr, pc, (uptr)a, SizeLog<T>());
256 SyncVar *s = CTX()->synctab.GetOrCreateAndLock(thr, pc, (uptr)a, false);
262 MemoryReadAtomic(thr, pc, (uptr)a, SizeLog<T>())
    [all...]
tsan_sync.h 92 SyncVar* GetOrCreateAndLock(ThreadState *thr, uptr pc,
97 SyncVar* GetAndRemove(ThreadState *thr, uptr pc, uptr addr);
99 SyncVar* Create(ThreadState *thr, uptr pc, uptr addr);
118 SyncVar* GetAndLock(ThreadState *thr, uptr pc,
tsan_rtl.cc 270 u32 CurrentStackId(ThreadState *thr, uptr pc) {
273 if (pc) {
274 thr->shadow_stack_pos[0] = pc;
279 if (pc)
299 uptr pc = events[thr->fast_state.GetTracePos()]; local
300 return pc;
433 void MemoryAccess(ThreadState *thr, uptr pc, uptr addr,
438 (int)thr->fast_state.tid(), (void*)pc, (void*)addr,
465 TraceAddEvent(thr, fast_state, EventTypeMop, pc);
471 static void MemoryRangeSet(ThreadState *thr, uptr pc, uptr addr, uptr size
    [all...]
tsan_interface_java.cc 76 ScopedJavaFunc(ThreadState *thr, uptr pc)
79 FuncEntry(thr, pc);
120 SyncVar* GetJavaSync(ThreadState *thr, uptr pc, uptr addr,
137 s = CTX()->synctab.Create(thr, pc, addr);
150 SyncVar* GetAndRemoveJavaSync(ThreadState *thr, uptr pc, uptr addr) {
160 const uptr pc = (uptr)&func; \
161 (void)pc; \
274 MutexLock(thr, pc, addr);
284 MutexUnlock(thr, pc, addr);
294 MutexReadLock(thr, pc, addr)
    [all...]
  /external/llvm/test/MC/AsmParser/
directive_lcomm.s 2 # RUN: llvm-mc -triple i386-pc-mingw32 %s | FileCheck %s
  /external/llvm/test/MC/X86/AlignedBundling/
asm-printing-bundle-directives.s 1 # RUN: llvm-mc -filetype=asm -triple x86_64-pc-linux-gnu %s -o - 2>&1 | FileCheck %s
relax-at-bundle-end.s 1 # RUN: llvm-mc -filetype=obj -triple x86_64-pc-linux-gnu %s -o - \
  /external/chromium/net/base/
cookie_monster_unittest.cc 121 CookieMonster::ParsedCookie pc("a=b");
122 EXPECT_TRUE(pc.IsValid());
123 EXPECT_FALSE(pc.IsSecure());
124 EXPECT_EQ("a", pc.Name());
125 EXPECT_EQ("b", pc.Value());
156 CookieMonster::ParsedCookie pc(
158 EXPECT_TRUE(pc.IsValid());
159 EXPECT_FALSE(pc.IsSecure());
160 EXPECT_TRUE(pc.IsHttpOnly());
161 EXPECT_TRUE(pc.HasPath())
    [all...]
  /external/chromium/chrome/browser/prerender/
prerender_manager.cc 211 PrerenderContents* pc = it->contents_; local
215 bool has_child_id = pc->GetChildId(&child_id);
216 bool has_route_id = has_child_id && pc->GetRouteId(&route_id);
266 PrerenderContents* pc = it->contents_; local
267 if (pc->MatchesURL(url)) {
269 return pc;
278 scoped_ptr<PrerenderContents> pc(GetEntry(url));
279 if (pc.get() == NULL)
285 if (!pc->prerendering_has_started()) {
290 if (!pc->load_start_time().is_null()
    [all...]
  /dalvik/vm/interp/
Jit.cpp 58 * Save out PC, FP, thread state, and registers to shadow space.
62 * pc (Dalvik PC)
69 void* dvmSelfVerificationSaveState(const u2* pc, u4* fp,
77 //ALOGD("### selfVerificationSaveState(%d) pc: %#x fp: %#x",
78 // self->threadId, (int)pc, (int)fp);
84 ALOGD("PC: %#x FP: %#x", (int)pc, (int)fp);
97 shadowSpace->startPC = pc;
129 * Save ending PC, FP and compiled code exit point to shadow space
1029 const u2* pc = gDvmJit.pJitEntryTable[idx].dPC; local
    [all...]
Interp.h 24 * Stash the dalvik PC in the frame. Called during interpretation.
26 INLINE void dvmExportPC(const u2* pc, const u4* fp)
28 SAVEAREA_FROM_FP(fp)->xtra.currentPc = pc;
  /external/compiler-rt/lib/msan/
msan.cc 167 void GetStackTrace(StackTrace *stack, uptr max_s, uptr pc, uptr bp,
172 return stack->SlowUnwindStack(pc, max_s);
178 stack->trace[0] = pc;
180 stack->FastUnwindStack(pc, bp, stack_top, stack_bottom);
183 void PrintWarning(uptr pc, uptr bp) {
184 PrintWarningWithOrigin(pc, bp, __msan_origin_tls);
191 void PrintWarningWithOrigin(uptr pc, uptr bp, u32 origin) {
202 GetStackTrace(&stack, kStackTraceMax, pc, bp, flags()->fast_unwind_on_fatal);
224 PrintWarning(pc, bp);
230 PrintWarning(pc, bp)
    [all...]

Completed in 1517 milliseconds

1 2 3 4 5 67 8 91011>>