HomeSort by relevance Sort by last modified time
    Searched refs:PLD (Results 1 - 25 of 28) sorted by null

1 2

  /bionic/libc/arch-arm/bionic/
memcmp.S 35 * and use of PLD will be needed.
42 PLD (r0, #0)
43 PLD (r1, #0)
55 PLD (r0, #32)
56 PLD (r1, #32)
106 0: PLD (r4, #64)
107 PLD (r1, #64)
195 6: PLD (r1, #64)
196 PLD (r4, #64)
memcmp16.S 35 * and use of PLD will be needed.
42 PLD (r0, #0)
43 PLD (r1, #0)
65 PLD (r0, #32)
66 PLD (r1, #32)
114 PLD (r3, #64)
115 PLD (r1, #64)
196 PLD (r3, #64)
197 PLD (r1, #64)
strcpy.S 36 PLD(r1, #0)
65 PLD(r1, #8)
strcmp.S 55 PLD(r0, #0)
56 PLD(r1, #0)
91 PLD(r0, #8)
92 PLD(r1, #8)
memcpy.S 46 pld [r1, #(CACHE_LINE_SIZE*0)]
47 pld [r1, #(CACHE_LINE_SIZE*1)]
79 pld [r1, #(CACHE_LINE_SIZE*0)]
80 pld [r1, #(CACHE_LINE_SIZE*1)]
87 * NOTE: the number of pld below depends on PREFETCH_DISTANCE,
92 pld [r1, #(CACHE_LINE_SIZE*2)]
93 pld [r1, #(CACHE_LINE_SIZE*3)]
94 pld [r1, #(PREFETCH_DISTANCE)]
99 pld [r1, #(PREFETCH_DISTANCE)]
168 PLD (r0, #0
    [all...]
  /bionic/libc/arch-arm/include/machine/
cpu-features.h 190 /* define a handy PLD(address) macro since the cache preload
194 # define PLD(reg,offset) pld [reg, offset]
196 # define PLD(reg,offset) /* nothing */
  /development/ndk/platforms/android-3/arch-arm/include/machine/
cpu-features.h 155 /* define a handy PLD(address) macro since the cache preload
159 # define PLD(reg,offset) pld [reg, offset]
161 # define PLD(reg,offset) /* nothing */
  /prebuilts/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/machine/
cpu-features.h 155 /* define a handy PLD(address) macro since the cache preload
159 # define PLD(reg,offset) pld [reg, offset]
161 # define PLD(reg,offset) /* nothing */
  /prebuilts/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/machine/
cpu-features.h 155 /* define a handy PLD(address) macro since the cache preload
159 # define PLD(reg,offset) pld [reg, offset]
161 # define PLD(reg,offset) /* nothing */
  /prebuilts/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/machine/
cpu-features.h 155 /* define a handy PLD(address) macro since the cache preload
159 # define PLD(reg,offset) pld [reg, offset]
161 # define PLD(reg,offset) /* nothing */
  /prebuilts/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/machine/
cpu-features.h 155 /* define a handy PLD(address) macro since the cache preload
159 # define PLD(reg,offset) pld [reg, offset]
161 # define PLD(reg,offset) /* nothing */
  /prebuilts/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/machine/
cpu-features.h 155 /* define a handy PLD(address) macro since the cache preload
159 # define PLD(reg,offset) pld [reg, offset]
161 # define PLD(reg,offset) /* nothing */
  /prebuilts/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/machine/
cpu-features.h 155 /* define a handy PLD(address) macro since the cache preload
159 # define PLD(reg,offset) pld [reg, offset]
161 # define PLD(reg,offset) /* nothing */
  /prebuilts/ndk/android-ndk-r7/platforms/android-14/arch-arm/usr/include/machine/
cpu-features.h 155 /* define a handy PLD(address) macro since the cache preload
159 # define PLD(reg,offset) pld [reg, offset]
161 # define PLD(reg,offset) /* nothing */
  /prebuilts/ndk/android-ndk-r7/platforms/android-3/arch-arm/usr/include/machine/
cpu-features.h 155 /* define a handy PLD(address) macro since the cache preload
159 # define PLD(reg,offset) pld [reg, offset]
161 # define PLD(reg,offset) /* nothing */
  /prebuilts/ndk/android-ndk-r7/platforms/android-4/arch-arm/usr/include/machine/
cpu-features.h 155 /* define a handy PLD(address) macro since the cache preload
159 # define PLD(reg,offset) pld [reg, offset]
161 # define PLD(reg,offset) /* nothing */
  /prebuilts/ndk/android-ndk-r7/platforms/android-5/arch-arm/usr/include/machine/
cpu-features.h 155 /* define a handy PLD(address) macro since the cache preload
159 # define PLD(reg,offset) pld [reg, offset]
161 # define PLD(reg,offset) /* nothing */
  /prebuilts/ndk/android-ndk-r7/platforms/android-8/arch-arm/usr/include/machine/
cpu-features.h 155 /* define a handy PLD(address) macro since the cache preload
159 # define PLD(reg,offset) pld [reg, offset]
161 # define PLD(reg,offset) /* nothing */
  /prebuilts/ndk/android-ndk-r7/platforms/android-9/arch-arm/usr/include/machine/
cpu-features.h 155 /* define a handy PLD(address) macro since the cache preload
159 # define PLD(reg,offset) pld [reg, offset]
161 # define PLD(reg,offset) /* nothing */
  /external/qemu/distrib/sdl-1.2.12/src/video/riscos/
SDL_riscosASM.S 75 PLD [ip,#64]
94 PLD [ip,#64]
  /system/core/libpixelflinger/codeflinger/
ARMAssembler.h 110 virtual void PLD(int Rn, uint32_t offset);
ARMAssemblerProxy.h 100 virtual void PLD(int Rn, uint32_t offset);
ARMAssemblerProxy.cpp 163 void ARMAssemblerProxy::PLD(int Rn, uint32_t offset) {
164 mTarget->PLD(Rn, offset);
ARMAssembler.cpp 366 void ARMAssembler::PLD(int Rn, uint32_t offset) {
368 "PLD only P=1, W=0");
ARMAssemblerInterface.h 79 // LDR(B)/STR(B)/PLD
186 virtual void PLD(int Rn, uint32_t offset) = 0;

Completed in 963 milliseconds

1 2