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

<<11121314151617181920>>

  /toolchain/binutils/binutils-2.27/opcodes/
fr30-dis.c 104 bfd_vma pc ATTRIBUTE_UNUSED,
115 bfd_vma pc ATTRIBUTE_UNUSED,
126 bfd_vma pc ATTRIBUTE_UNUSED,
137 bfd_vma pc ATTRIBUTE_UNUSED,
148 bfd_vma pc ATTRIBUTE_UNUSED,
181 bfd_vma pc,
222 print_normal (cd, info, fields->f_cc, 0, pc, length);
225 print_normal (cd, info, fields->f_ccc, 0|(1<<CGEN_OPERAND_HASH_PREFIX), pc, length);
228 print_normal (cd, info, fields->f_dir10, 0, pc, length);
231 print_normal (cd, info, fields->f_dir8, 0, pc, length)
    [all...]
lm32-dis.c 86 bfd_vma pc,
94 print_address (cd, info, fields->f_branch, 0|(1<<CGEN_OPERAND_PCREL_ADDR), pc, length);
97 print_address (cd, info, fields->f_call, 0|(1<<CGEN_OPERAND_PCREL_ADDR), pc, length);
103 print_normal (cd, info, fields->f_exception, 0, pc, length);
106 print_normal (cd, info, fields->f_imm, 0|(1<<CGEN_OPERAND_SIGNED), pc, length);
109 print_normal (cd, info, fields->f_imm, 0|(1<<CGEN_OPERAND_SIGNED), pc, length);
112 print_normal (cd, info, fields->f_imm, 0|(1<<CGEN_OPERAND_SIGNED), pc, length);
115 print_normal (cd, info, fields->f_imm, 0|(1<<CGEN_OPERAND_SIGNED), pc, length);
118 print_normal (cd, info, fields->f_uimm, 0, pc, length);
121 print_normal (cd, info, fields->f_imm, 0|(1<<CGEN_OPERAND_SIGNED), pc, length)
    [all...]
  /external/llvm/test/MC/ARM/
thumb-load-store-multiple.s 18 ldm r0!, {lr, pc}
19 @ CHECK: error: PC and LR may not be in the register list simultaneously
20 @ CHECK: ldm r0!, {lr, pc}
23 ldmeq r0!, {r1, pc}
26 @ CHECK: ldmeq r0!, {r1, pc}
34 ldmdb r0!, {lr, pc}
35 @ error: PC and LR may not be in the register list simultaneously
37 ldmeq r0!, {r1, pc}
40 @ CHECK: ldmeq r0!, {r1, pc}
48 stm r0!, {r2, pc}
    [all...]
  /build/make/tools/fs_config/
fs_config_generate.c 74 const struct fs_path_config* pc; local
158 pc = android_device_dirs;
161 pc = android_device_files;
164 for (; (pc < end) && pc->prefix; pc++) {
167 ssize_t len = fs_config_generate(buffer, sizeof(buffer), pc);
202 if ((!strncmp(pc->prefix, arg, plen) && (pc->prefix[plen] == '/')) ||
203 (!strncmp(pc->prefix, system, strlen(system)) &
    [all...]
  /external/compiler-rt/lib/tsan/rtl/
tsan_interceptors.h 11 ScopedInterceptor(ThreadState *thr, const char *fname, uptr pc);
27 const uptr pc = StackTrace::GetCurrentPc(); \
28 (void)pc; \
  /external/elfutils/libdwfl/
dwfl_frame_regs.c 49 dwfl_thread_state_register_pc (Dwfl_Thread *thread, Dwarf_Word pc)
54 state->pc = pc;
  /external/llvm/test/ExecutionEngine/RuntimeDyld/X86/
ELF-relaxed.s 1 # RUN: llvm-mc -triple=x86_64-pc-linux -filetype=obj -o %T/file.o %p/Inputs/ELF_STT_FILE_GLOBAL.s
2 # RUN: llvm-mc -triple=x86_64-pc-linux -filetype=obj -o %T/relaxed.o %s
3 # RUN: llvm-rtdyld -triple=x86_64-pc-linux -verify %T/file.o %T/relaxed.o
  /hardware/google/apf/
apf_disassembler.c 84 for (uint32_t pc = 0; pc < program_len;) {
85 printf("%8u: ", pc);
86 const uint8_t bytecode = program[pc++];
97 for (i = 0; i < imm_len && pc < program_len; i++)
98 imm = (imm << 8) | program[pc++];
118 print_jump_target(pc + imm, program_len);
137 for (i = 0; i < cmp_imm_len && pc < program_len; i++)
138 cmp_imm = (cmp_imm << 8) | program[pc++];
142 print_jump_target(pc + imm + cmp_imm, program_len)
    [all...]
  /prebuilts/go/darwin-x86/test/
inline_literal.go 30 // funcPC returns the PC for the func value f.
37 pc := funcPC(foo)
38 f := runtime.FuncForPC(pc)
39 for ; runtime.FuncForPC(pc) == f; pc++ {
40 file, line := f.FileLine(pc)
44 // Line 16 can appear inside foo() because PC-line table has
47 log.Fatalf("unexpected line at PC=%d: %s:%d\n", pc, file, line)
  /prebuilts/go/linux-x86/test/
inline_literal.go 30 // funcPC returns the PC for the func value f.
37 pc := funcPC(foo)
38 f := runtime.FuncForPC(pc)
39 for ; runtime.FuncForPC(pc) == f; pc++ {
40 file, line := f.FileLine(pc)
44 // Line 16 can appear inside foo() because PC-line table has
47 log.Fatalf("unexpected line at PC=%d: %s:%d\n", pc, file, line)
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/arm/
thumb2_add.d 7 0+000 <[^>]+> f60f 0000 addw r0, pc, #2048 ; 0x800
8 0+004 <[^>]+> f20f 0900 addw r9, pc, #0
9 0+008 <[^>]+> f20f 4900 addw r9, pc, #1024 ; 0x400
13 0+018 <[^>]+> f6af 0000 subw r0, pc, #2048 ; 0x800
14 0+01c <[^>]+> f2af 0900 subw r9, pc, #0
15 0+020 <[^>]+> f2af 4900 subw r9, pc, #1024 ; 0x400
armv8-a-it-bad.s 46 addeq r0, pc, #0
49 ldreq r0, [pc, #4]
52 bxeq pc
55 addeq r0, pc, pc
58 addeq pc, r0, r0
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-arm/
cortex-a8-far.d 13 800008: e51ff004 ldr pc, \[pc, #-4\] ; 80000c <__far_fn_from_thumb\+0x4>
33 801018: e51ff004 ldr pc, \[pc, #-4\] ; 80101c <__far_fn1_from_thumb\+0x4>
37 801020: e51ff004 ldr pc, \[pc, #-4\] ; 801024 <__far_fn2_from_thumb\+0x4>
cortex-a8-fix-bcc-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: 4778 bx pc
16 8018: e28fc600 add ip, pc, #0, 12
18 8020: e5bcf000 ldr pc, \[ip, #0\]!
mixed-app.s 6 stmdb sp!, {r11, ip, lr, pc}
16 stmdb sp!, {r11, ip, lr, pc}
35 pop {pc}
  /external/vixl/test/aarch32/
test-disasm-a32.cc 351 TestDisassembler(std::ostream& os, uint32_t pc) // NOLINT(runtime/references)
352 : PrintDisassembler(os, pc) {}
767 // PC is allowed as destination - make sure it is not used as a temporary
769 COMPARE_BOTH(Ldr(pc, MemOperand(r0, r0, Offset)), "ldr pc, [r0, r0]\n");
770 COMPARE_A32(Ldr(pc, MemOperand(r0, r0, PreIndex)), "ldr pc, [r0, r0]!\n");
771 COMPARE_T32(Ldr(pc, MemOperand(r0, r0, PreIndex)),
773 "ldr pc, [r0]\n");
774 COMPARE_A32(Ldr(pc, MemOperand(r0, r0, PostIndex)), "ldr pc, [r0], r0\n")
    [all...]
  /external/libogg/
Makefile.am 11 pkgconfig_DATA = ogg.pc
15 ogg.m4 ogg.pc.in ogg-uninstalled.pc.in \
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/cfi/
cfi-hppa-1.d 15 00000014 0+00(18|20) 0+0018 FDE cie=0+0000 pc=0+0000..0+0018
24 0000003[08] 0+00(18|20) 0+003[4c] FDE cie=0+0000 pc=0+0018..0+0040
33 000000[45]c 0+001[08] 0+00[56]0 FDE cie=0+0000 pc=0+0040..0+0048
cfi-m68k.d 18 0+0018 0+0014 0+001c FDE cie=0+0000 pc=0+0000..0+000c
24 0+0030 0+0018 0+0034 FDE cie=0+0000 pc=0+000c..0+0018
33 0+004c 0+0010 0+0050 FDE cie=0+0000 pc=0+0018..0+001c
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-elf/
eh5.d 23 0+001[48] 0+0014 0+001[8c] FDE cie=0+0000 pc=.*
40 0+004[48] 0+0014 0+001c FDE cie=0+00(2c|30) pc=.*
47 0+00(5c|60) 0+0014 0+006[04] FDE cie=0+0000 pc=.*
66 0+009[08] 0+001c 0+002[04] FDE cie=0+007[48] pc=.*
85 0+00(c4|d0) 0+001[04] 0+001[8c] FDE cie=0+00b[08] pc=.*
100 0+0(0f|10)0 0+0014 0+001c FDE cie=0+00[de]8 pc=.*
107 0+01[01]8 0+001[04] 0+00(5c|64) FDE cie=0+00b[08] pc=.*
124 0+01(38|50) 0+001c 0+002[04] FDE cie=0+01(1c|30) pc=.*
133 0+01(58|70) 0+0014 0+01(5c|74) FDE cie=0+0000 pc=.*
140 0+01(70|88) 0+0014 0+0(01c|148|15c) FDE cie=0+0(02c|030|170) pc=.
    [all...]
  /external/apache-harmony/luni/src/test/resources/net.resources/HTTP/html/testres231/UCL/
UCL.jar 
  /external/compiler-rt/lib/builtins/arm/
aeabi_dcmp.S 30 pop { r4, pc } SEPARATOR \
33 pop { r4, pc } SEPARATOR \
aeabi_fcmp.S 30 pop { r4, pc } SEPARATOR \
33 pop { r4, pc } SEPARATOR \
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_unwind_linux_libcdep.cc 93 15 /* r15 = PC */, _UVRSD_UINT32, &val);
110 uptr pc = Unwind_GetIP(ctx); local
115 if (pc < kPageSize) return UNWIND_STOP;
116 arg->stack->trace_buffer[arg->stack->size++] = pc;
121 void BufferedStackTrace::SlowUnwindStack(uptr pc, u32 max_depth) {
126 // We need to pop a few frames so that pc is on top.
127 uptr to_pop = LocatePcInTrace(pc);
137 trace_buffer[0] = pc;
140 void BufferedStackTrace::SlowUnwindStackWithContext(uptr pc, void *context,
144 SlowUnwindStack(pc, max_depth)
    [all...]
  /external/llvm/test/MC/ELF/
common-error3.s 1 # RUN: not llvm-mc -filetype=obj -triple x86_64-pc-linux %s 2>&1 | FileCheck %s

Completed in 626 milliseconds

<<11121314151617181920>>