/frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src_gcc/ |
omxVCM4P10_InterpolateLuma_s.S | 29 ADD pc,pc,r6,LSL #2 319 POP {r4-r12,pc}
|
omxVCM4P10_PredictIntra_4x4_s.S | 32 LDR pc,[r8,r6,LSL #2] 257 POP {r4-r12,pc}
|
/external/elfutils/libelf/ |
Makefile | 41 build_triplet = i686-pc-linux-gnu 42 host_triplet = i686-pc-linux-gnu 226 build = i686-pc-linux-gnu 230 build_vendor = pc 233 host = i686-pc-linux-gnu 237 host_vendor = pc
|
/external/elfutils/tests/ |
Makefile | 39 build_triplet = i686-pc-linux-gnu 40 host_triplet = i686-pc-linux-gnu 277 build = i686-pc-linux-gnu 281 build_vendor = pc 284 host = i686-pc-linux-gnu 288 host_vendor = pc
|
/external/v8/src/arm/ |
regexp-macro-assembler-arm.cc | 176 __ add(pc, r0, Operand(code_pointer())); 751 // Restore registers r4..r11 and return (restoring lr to pc). 752 __ ldm(ia_w, sp, registers_to_retain | pc.bit()); 894 // Reading pc-relative is based on the address 8 bytes ahead of 903 __ ldr(r0, MemOperand(pc, pc_offset_of_constant)); 910 __ ldr(r0, MemOperand(pc, r0)); [all...] |
macro-assembler-arm.cc | 78 mov(pc, Operand(target), LeaveCC, cond); 89 mov(pc, Operand(target, rmode), LeaveCC, cond); 128 // set lr for return at current pc + 8 129 mov(lr, Operand(pc), LeaveCC, cond); 130 mov(pc, Operand(target), LeaveCC, cond); 161 // ldr ip, [pc, #...] 166 // positions when pc is the target, since this is not the case here 175 // Set lr for return at current pc + 8. 176 mov(lr, Operand(pc), LeaveCC, cond); 177 // Emit a ldr<cond> pc, [pc + offset of target in constant pool] [all...] |
simulator-arm.cc | 580 PrintF(" from pc (alias 'di')\n"); 778 // The lr and pc are initialized to a known bad value that will cause an 780 registers_[pc] = bad_lr; 869 // Simulator internal state for special registers such as PC. 872 if (reg == pc) { 880 // the special case of accessing the PC register. 887 return registers_[reg] + ((reg == pc) ? Instruction::kPCReadOffset : 0); 911 // Raw access to the PC register. 914 registers_[pc] = value; 919 return ((registers_[pc] == bad_lr) || (registers_[pc] == end_sim_pc)) [all...] |
/external/elfutils/libebl/ |
Makefile | 41 build_triplet = i686-pc-linux-gnu 42 host_triplet = i686-pc-linux-gnu 263 build = i686-pc-linux-gnu 267 build_vendor = pc 270 host = i686-pc-linux-gnu 274 host_vendor = pc
|
/external/libvpx/vp8/common/arm/armv6/ |
idct_v6.asm | 42 ldmia sp!, {r4, r5, pc} ; replace vars, return restore 133 ldmia sp!, {r4 - r11, pc} ; replace vars, return restore 218 ldmia sp!, {r4 - r11, pc} ; 342 ldmia sp!, {r4 - r11, pc} ; replace vars, return restore
|
sixtappredict8x4_v6.asm | 183 ldmia sp!, {r4 - r11, pc} 241 ldmia sp!, {r4 - r11, pc}
|
/external/libvpx/vp8/common/arm/neon/ |
loopfilter_neon.asm | 61 ldmia sp!, {pc} 119 ldmia sp!, {pc} 202 ldmia sp!, {pc} 291 ldmia sp!, {pc}
|
bilinearpredict8x8_neon.asm | 147 pop {r4, pc} 174 pop {r4, pc}
|
/external/libvpx/vp8/encoder/arm/armv6/ |
vp8_sad16x16_armv6.asm | 79 ldmfd sp!, {r4-r12, pc}
|
/external/oprofile/daemon/ |
opd_ibs_trans.c | 599 trans->app_cookie, trans->cookie, trans->cpu, trans->tgid, trans->tid, (unsigned int)trans->pc, 641 (unsigned int)trans->pc,
|
/external/qemu/target-arm/ |
cpu.h | 518 static inline void cpu_get_tb_cpu_state(CPUState *env, target_ulong *pc, 522 *pc = env->regs[15];
|
/external/v8/src/mips/ |
constants-mips.h | 67 // Number of registers with HI, LO, and pc. 70 // In the simulator, the PC register is simulated as the 34th register. 519 // On MIPS PC cannot actually be directly accessed. We behave as if PC was 689 // Use the At(pc) function to create references to Instruction. 690 static Instruction* At(byte_* pc) { 691 return reinterpret_cast<Instruction*>(pc);
|
/external/webrtc/src/common_audio/signal_processing_library/main/source/ |
webrtc_fft_4ofq14_gcc_android.s | 9 ldmgtia sp!, {r4 - r11, pc}
224 ldmia sp!, {r4 - r11, pc}
|
webrtc_fft_4oiq14_gcc_android.s | 9 ldmgtia sp!, {r4 - r11, pc}
217 ldmia sp!, {r4 - r11, pc}
|
/frameworks/base/media/libstagefright/codecs/aacenc/src/asm/ARMV5E/ |
R4R8First_v5.s | 74 ldmia sp!, {r4 - r11, pc} 246 ldmia sp!, {r4 - r11, pc}
|
/system/core/libpixelflinger/codeflinger/ |
ARMAssemblerInterface.h | 53 PC = R15 60 LIST(SP), LIST(LR), LIST(PC), 133 virtual void B(int cc, uint32_t* pc) = 0; 134 virtual void BL(int cc, uint32_t* pc) = 0;
|
/prebuilt/common/ecj/ |
ecj.jar | |
/external/chromium/chrome/browser/ui/gtk/ |
gtk_chrome_cookie_view.cc | 519 net::CookieMonster::ParsedCookie pc(cookie_line); 520 net::CookieMonster::CanonicalCookie cookie(url, pc); 524 pc.HasDomain() ? pc.Domain() : url.host(),
|
/external/javassist/src/main/javassist/compiler/ |
MemberCodeGen.java | 279 int pc = ret[0]; local 280 bc.write16bit(pc, bc.currentPc() - pc + 1); 286 bc.addIndex(pc + 3 - bc.currentPc()); [all...] |
/external/mksh/src/ |
misc.c | 573 int sc, pc; local 580 pc = *p++; 583 if (!ISMAGIC(pc)) { 584 if (sc != pc) [all...] |
/external/protobuf/ |
Makefile.am | 36 pkgconfig_DATA = protobuf.pc protobuf-lite.pc
|