HomeSort by relevance Sort by last modified time
    Searched refs:pc (Results 201 - 225 of 2652) sorted by null

1 2 3 4 5 6 7 891011>>

  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-arm/
farcall-thumb-arm-blx-pic-veneer.d 11 1f01018: e59fc000 ldr ip, \[pc\] ; 1f01020 <__bar_from_thumb\+0x8>
12 1f0101c: e08ff00c add pc, pc, ip
farcall-thumb-thumb-pic-veneer.d 11 1008: 4778 bx pc
13 100c: e59fc004 ldr ip, \[pc, #4\] ; 1018 <__bar_veneer\+0x10>
14 1010: e08fc00c add ip, pc, ip
fix-arm1176-on.d 11 +[0-9a-f]+: 4778 bx pc
13 +[0-9a-f]+: e51ff004 ldr pc, \[pc, #-4\] ; 2001020 <__func_to_branch_to_veneer\+0x8>
cortex-a8-fix-bl-plt.d 9 8004: e59fe004 ldr lr, \[pc, #4\] ; 8010 <bar@plt-0x4>
10 8008: e08fe00e add lr, pc, lr
11 800c: e5bef008 ldr pc, \[lr, #8\]!
14 8014: e28fc600 add ip, pc, #0, 12
16 801c: e5bcfffc ldr pc, \[ip, #4092\]! ; 0xffc
cortex-a8-fix-blx-plt.d 9 8004: e59fe004 ldr lr, \[pc, #4\] ; 8010 <bar@plt-0x4>
10 8008: e08fe00e add lr, pc, lr
11 800c: e5bef008 ldr pc, \[lr, #8\]!
14 8014: e28fc600 add ip, pc, #0, 12
16 801c: e5bcfffc ldr pc, \[ip, #4092\]! ; 0xffc
mixed-app.d 11 .*: e59fe004 ldr lr, \[pc, #4\] ; .* <lib_func2@plt-0x4>
12 .*: e08fe00e add lr, pc, lr
13 .*: e5bef008 ldr pc, \[lr, #8\]!
16 .*: 4778 bx pc
18 .*: e28fc6.* add ip, pc, #.*
20 .*: e5bcf.* ldr pc, \[ip, #.*\]!.*
22 .*: e28fc6.* add ip, pc, #.*
24 .*: e5bcf.* ldr pc, \[ip, #.*\]!.*
29 .*: e92dd800 push {fp, ip, lr, pc}
39 .*: e92dd800 push {fp, ip, lr, pc}
    [all...]
tls-descseq.d 11 [0-9a-f]+: e59fe004 ldr lr, \[pc, #4\] ; .*
12 [0-9a-f]+: e08fe00e add lr, pc, lr
13 [0-9a-f]+: e5bef008 ldr pc, \[lr, #8\]!
19 [0-9a-f]+: e59f200c ldr r2, \[pc, #12\] ; .*
20 [0-9a-f]+: e59f100c ldr r1, \[pc, #12\] ; .*
21 [0-9a-f]+: e79f2002 ldr r2, \[pc, r2\]
22 [0-9a-f]+: e081100f add r1, r1, pc
30 [0-9a-f]+: e59f000c ldr r0, \[pc, #12\] ; .*
31 [0-9a-f]+: e08f0000 add r0, pc, r0
38 [0-9a-f]+: 4802 ldr r0, \[pc, #8\] ; .
    [all...]
arm-app.d 11 .*: e59fe004 ldr lr, \[pc, #4\] ; .* <lib_func1@plt-0x4>
12 .*: e08fe00e add lr, pc, lr
13 .*: e5bef008 ldr pc, \[lr, #8\]!
16 .*: e28fc6.* add ip, pc, #.*
18 .*: e5bcf.* ldr pc, \[ip, #.*\]!.*
23 .*: e92dd800 push {fp, ip, lr, pc}
30 .*: e92dd800 push {fp, ip, lr, pc}
farcall-group-size2.d 11 1008: e59fc000 ldr ip, \[pc\] ; 1010 <__bar_from_arm\+0x8>
16 1014: e51ff004 ldr pc, \[pc, #-4\] ; 1018 <__bar2_veneer\+0x4>
27 1030: e59fc000 ldr ip, \[pc\] ; 1038 <__bar5_from_arm\+0x8>
32 103c: e59fc000 ldr ip, \[pc\] ; 1044 <__bar4_from_arm\+0x8>
37 1048: e51ff004 ldr pc, \[pc, #-4\] ; 104c <__bar3_veneer\+0x4>
tls-descrelax.d 9 8000: e59f0004 ldr r0, \[pc, #4\] ; 800c <foo\+0xc>
10 8004: e79f0000 ldr r0, \[pc, r0\]
13 8010: e59f0004 ldr r0, \[pc, #4\] ; 801c <foo\+0x1c>
14 8014: e79f0000 ldr r0, \[pc, r0\]
17 8020: e59f0004 ldr r0, \[pc, #4\] ; 802c <foo\+0x2c>
21 8030: e59f0004 ldr r0, \[pc, #4\] ; 803c <foo\+0x3c>
25 8040: e59f000c ldr r0, \[pc, #12\] ; 8054 <foo\+0x54>
26 8044: e08f0000 add r0, pc, r0
31 8058: e59f000c ldr r0, \[pc, #12\] ; 806c <foo\+0x6c>
32 805c: e08f0000 add r0, pc, r
    [all...]
  /external/syslinux/core/lwip/src/netif/ppp/
ppp.c 365 PPPControl* pc; local
367 pc = &pppControl[pd];
369 PPPDEBUG(LOG_DEBUG, ("pppLinkTerminated: unit %d: linkStatusCB=%p errCode=%d\n", pd, pc->linkStatusCB, pc->errCode));
370 if (pc->linkStatusCB) {
371 pc->linkStatusCB(pc->linkStatusCtx, pc->errCode ? pc->errCode : PPPERR_PROTOCOL, NULL);
374 pc->openFlag = 0;/**
532 PPPControl *pc; local
590 PPPControl* pc = &pppControl[pd]; local
600 PPPControl *pc; local
654 PPPControl *pc = &pppControl[pd]; local
756 PPPControl *pc = &pppControl[pd]; local
801 PPPControl *pc = &pppControl[pd]; local
951 PPPControl *pc = &pppControl[pd]; local
1003 PPPControl *pc = &pppControl[pd]; local
1020 PPPControl *pc = &pppControl[pd]; local
1063 PPPControl *pc = &pppControl[pd]; local
1141 PPPControl *pc = &pppControl[unit]; local
1181 PPPControl *pc = &pppControl[unit]; local
1290 PPPControl *pc = &pppControl[pd]; local
1332 PPPControl *pc = &pppControl[pd]; local
1377 PPPControl *pc = &pppControl[pd]; local
1408 PPPControl *pc = &pppControl[pd]; local
1434 PPPControl *pc = &pppControl[pd]; local
1458 PPPControl *pc = &pppControl[pd]; local
1482 PPPControl *pc = &pppControl[pd]; local
1528 PPPControl* pc; local
    [all...]
  /external/libcups/cups/
ppd-cache.c 56 _ppd_cache_t *pc, /* I - PPD cache info */
89 if (pc->password && (password = cupsGetOption("job-password", num_options, options)) != NULL && ippGetOperation(request) != IPP_OP_VALIDATE_JOB)
121 if (pc->account_id)
130 if (pc->accounting_user_id)
139 for (mandatory = (const char *)cupsArrayFirst(pc->mandatory); mandatory; mandatory = (const char *)cupsArrayNext(pc->mandatory))
202 media_source = _ppdCacheGetSource(pc, cupsGetOption("InputSlot", num_options, options));
203 media_type = _ppdCacheGetType(pc, cupsGetOption("MediaType", num_options, options));
204 size = _ppdCacheGetSize(pc, keyword);
247 keyword = _ppdCacheGetBin(pc, choice->choice)
399 _ppd_cache_t *pc; \/* PWG mapping data *\/ local
959 _ppd_cache_t *pc; \/* PWG mapping data *\/ local
    [all...]
ppd-private.h 168 extern int _cupsConvertOptions(ipp_t *request, ppd_file_t *ppd, _ppd_cache_t *pc, ipp_attribute_t *media_col_sup, ipp_attribute_t *doc_handling_sup, ipp_attribute_t *print_color_mode_sup, const char *user, const char *format, int copies, int num_options, cups_option_t *options);
172 extern void _ppdCacheDestroy(_ppd_cache_t *pc);
173 extern const char *_ppdCacheGetBin(_ppd_cache_t *pc,
175 extern int _ppdCacheGetFinishingOptions(_ppd_cache_t *pc,
180 extern int _ppdCacheGetFinishingValues(_ppd_cache_t *pc,
185 extern const char *_ppdCacheGetInputSlot(_ppd_cache_t *pc, ipp_t *job,
187 extern const char *_ppdCacheGetMediaType(_ppd_cache_t *pc, ipp_t *job,
189 extern const char *_ppdCacheGetOutputBin(_ppd_cache_t *pc,
191 extern const char *_ppdCacheGetPageSize(_ppd_cache_t *pc, ipp_t *job,
193 extern pwg_size_t *_ppdCacheGetSize(_ppd_cache_t *pc,
    [all...]
  /external/mesa3d/src/gallium/drivers/radeon/
r600_perfcounter.c 37 lookup_counter(struct r600_perfcounters *pc, unsigned index,
40 struct r600_perfcounter_block *block = pc->blocks;
44 for (bid = 0; bid < pc->num_blocks; ++bid, ++block) {
60 lookup_group(struct r600_perfcounters *pc, unsigned *index)
63 struct r600_perfcounter_block *block = pc->blocks;
65 for (bid = 0; bid < pc->num_blocks; ++bid, ++block) {
130 struct r600_perfcounters *pc = ctx->screen->perfcounters; local
137 pc->emit_shaders(ctx, query->shaders);
145 pc->emit_instance(ctx, group->se, group->instance);
148 pc->emit_select(ctx, block, group->num_counters, group->selectors)
161 struct r600_perfcounters *pc = ctx->screen->perfcounters; local
306 struct r600_perfcounters *pc = screen->perfcounters; local
518 struct r600_perfcounters *pc = screen->perfcounters; local
560 struct r600_perfcounters *pc = screen->perfcounters; local
    [all...]
  /prebuilts/go/darwin-x86/test/
turing.go 13 var p, pc int var
19 for nest := dir; dir*nest > 0; pc += dir {
20 switch prog[pc+dir] {
32 switch prog[pc] {
57 pc++
  /prebuilts/go/linux-x86/test/
turing.go 13 var p, pc int var
19 for nest := dir; dir*nest > 0; pc += dir {
20 switch prog[pc+dir] {
32 switch prog[pc] {
57 pc++
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/msp430/
errata_warns.s 17 # CPU11: The SR flags can be left in a bogus state after writing to the PC
18 add.w #3, pc
19 and #1, pc
20 bit #1, pc
21 dadd #1, pc
22 inc pc
23 incd pc
24 sub #1, pc
25 subc #1, pc
26 xor #1, pc
    [all...]
  /toolchain/binutils/binutils-2.27/opcodes/
mep-dis.c 132 mep_print_vliw_insns (CGEN_CPU_DESC cd, bfd_vma pc, disassemble_info *info,
152 my_status = print_insn (cd, pc, info, insnbuf, corelength);
200 my_status = print_insn (cd, pc, info, insnbuf, copro1length);
247 my_status = print_insn (cd, pc, info, insnbuf, copro2length);
294 mep_examine_vliw32_insns (CGEN_CPU_DESC cd, bfd_vma pc, disassemble_info *info)
311 status = (*info->read_memory_func) (pc, buf, buflength, info);
315 (*info->memory_error_func) (status, pc, info);
362 status = mep_print_vliw_insns (cd, pc, info, buf, corebuflength,
369 mep_examine_vliw64_insns (CGEN_CPU_DESC cd, bfd_vma pc, disassemble_info *info)
386 status = (*info->read_memory_func) (pc, buf, buflength, info)
    [all...]
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/arm/
thumb2_vpool.d 10 00000000 <thumb2_ldr> ed9f 0a0f vldr s0, \[pc, #60\] ; 00000040 <thumb2_ldr\+0x40>
11 00000004 <thumb2_ldr\+0x4> ed9f 7a0e vldr s14, \[pc, #56\] ; 00000040 <thumb2_ldr\+0x40>
12 00000008 <thumb2_ldr\+0x8> ed9f ea0d vldr s28, \[pc, #52\] ; 00000040 <thumb2_ldr\+0x40>
13 0000000c <thumb2_ldr\+0xc> eddf fa0c vldr s31, \[pc, #48\] ; 00000040 <thumb2_ldr\+0x40>
14 00000010 <thumb2_ldr\+0x10> ed9f 0a0c vldr s0, \[pc, #48\] ; 00000044 <thumb2_ldr\+0x44>
15 00000014 <thumb2_ldr\+0x14> ed9f 7a0b vldr s14, \[pc, #44\] ; 00000044 <thumb2_ldr\+0x44>
16 00000018 <thumb2_ldr\+0x18> ed9f ea0a vldr s28, \[pc, #40\] ; 00000044 <thumb2_ldr\+0x44>
17 0000001c <thumb2_ldr\+0x1c> eddf fa09 vldr s31, \[pc, #36\] ; 00000044 <thumb2_ldr\+0x44>
18 00000020 <thumb2_ldr\+0x20> ed9f 0a09 vldr s0, \[pc, #36\] ; 00000048 <thumb2_ldr\+0x48>
19 00000024 <thumb2_ldr\+0x24> ed9f 7a08 vldr s14, \[pc, #32\] ; 00000048 <thumb2_ldr\+0x48
    [all...]
thumb2_vpool_be.d 11 00000000 <thumb2_ldr> ed9f 0a0f vldr s0, \[pc, #60\] ; 00000040 <thumb2_ldr\+0x40>
12 00000004 <thumb2_ldr\+0x4> ed9f 7a0e vldr s14, \[pc, #56\] ; 00000040 <thumb2_ldr\+0x40>
13 00000008 <thumb2_ldr\+0x8> ed9f ea0d vldr s28, \[pc, #52\] ; 00000040 <thumb2_ldr\+0x40>
14 0000000c <thumb2_ldr\+0xc> eddf fa0c vldr s31, \[pc, #48\] ; 00000040 <thumb2_ldr\+0x40>
15 00000010 <thumb2_ldr\+0x10> ed9f 0a0c vldr s0, \[pc, #48\] ; 00000044 <thumb2_ldr\+0x44>
16 00000014 <thumb2_ldr\+0x14> ed9f 7a0b vldr s14, \[pc, #44\] ; 00000044 <thumb2_ldr\+0x44>
17 00000018 <thumb2_ldr\+0x18> ed9f ea0a vldr s28, \[pc, #40\] ; 00000044 <thumb2_ldr\+0x44>
18 0000001c <thumb2_ldr\+0x1c> eddf fa09 vldr s31, \[pc, #36\] ; 00000044 <thumb2_ldr\+0x44>
19 00000020 <thumb2_ldr\+0x20> ed9f 0a09 vldr s0, \[pc, #36\] ; 00000048 <thumb2_ldr\+0x48>
20 00000024 <thumb2_ldr\+0x24> ed9f 7a08 vldr s14, \[pc, #32\] ; 00000048 <thumb2_ldr\+0x48
    [all...]
vfpv3-ldr_immediate.d 9 0[0-9a-fx]+ .*ed9f0b00 vldr d0, \[pc\].*
10 0[0-9a-fx]+ .*ed9f0a01 vldr s0, \[pc, #4\].*
20 0[0-9a-fx]+ .*ed9f0b00 vldr d0, \[pc\].*
21 0[0-9a-fx]+ .*ed9f0a01 vldr s0, \[pc, #4\].*
30 0[0-9a-fx]+ .*ed9f0b00 vldr d0, \[pc\].*
31 0[0-9a-fx]+ .*ed9f0a01 vldr s0, \[pc, #4\].*
35 0[0-9a-fx]+ .*ed1fbb01 vldr d11, \[pc, #-4\].*
  /device/linaro/bootloader/arm-trusted-firmware/plat/arm/common/
execution_state_switch.c 25 * PC upon re-entry to the calling exception level; width dependent on the
43 u_register_t spsr, pc, scr, sctlr; local
67 pc = pc_lo;
70 thumb = pc & 1;
72 /* Construct AArch64 PC */
73 pc = (((u_register_t) pc_hi) << 32) | pc_lo;
76 /* Make sure PC is 4-byte aligned, except for Thumb */
77 if ((pc & 0x3) && !thumb)
140 * with PC, state width, endianness, security etc. appropriately set.
145 ep.pc = pc
    [all...]
  /external/compiler-rt/lib/asan/
asan_stack.h 30 // Get the stack trace with the given pc and bp.
31 // The pc will be in the position 0 of the resulting stack trace.
35 uptr pc, uptr bp, void *context,
38 stack->Unwind(max_depth, pc, bp, context, 0, 0, fast);
52 stack->Unwind(max_depth, pc, bp, context, stack_top, stack_bottom,
57 stack->Unwind(max_depth, pc, bp, context, 0, 0, false);
85 #define GET_STACK_TRACE_FATAL(pc, bp) \
87 GetStackTraceWithPcBpAndContext(&stack, kStackTraceMax, pc, bp, 0, \
93 (sig).pc, (sig).bp, (sig).context, \
  /external/vixl/src/
pool-manager-impl.h 40 T pc,
53 if (objects_.empty()) return pc;
58 // TODO: The pc at this point might not actually be aligned according to
60 // does not have a fixed size instruction set. In practice, the pc will be
67 // VIXL_ASSERT(pc == AlignUp(pc, alignment_));
68 pc += header_size_;
72 if (pc < objects_[0].min_location_) {
73 int32_t padding = objects_[0].min_location_ - pc;
75 pc += padding
    [all...]
  /external/compiler-rt/lib/tsan/rtl/
tsan_interceptors.cc 256 uptr pc)
258 , pc_(pc)
264 FuncEntry(thr, pc);
266 if (!thr_->in_ignored_lib && libignore()->IsIgnored(pc)) {
312 #define READ_STRING_OF_LEN(thr, pc, s, len, n) \
313 MemoryAccessRange((thr), (pc), (uptr)(s), \
316 #define READ_STRING(thr, pc, s, n) \
317 READ_STRING_OF_LEN((thr), (pc), (s), internal_strlen(s), (n))
352 AfterSleep(thr, pc);
359 AfterSleep(thr, pc);
379 uptr pc = 0; local
424 uptr pc = 0; local
1020 uptr pc; member in struct:CondMutexUnlockCtx
1790 volatile uptr pc = sigact ? local
2076 uptr pc; member in struct:dl_iterate_phdr_data
2126 const uptr pc; member in struct:TsanInterceptorContext
    [all...]

Completed in 371 milliseconds

1 2 3 4 5 6 7 891011>>