HomeSort by relevance Sort by last modified time
    Searched defs:PLD (Results 1 - 8 of 8) sorted by null

  /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 */
  /prebuilt/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 */
  /prebuilt/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 */
  /prebuilt/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 */
  /prebuilt/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 */
  /bionic/libc/arch-arm/include/machine/
cpu-features.h 189 /* define a handy PLD(address) macro since the cache preload
193 # define PLD(reg,offset) pld [reg, offset]
195 # define PLD(reg,offset) /* nothing */
  /system/core/libpixelflinger/codeflinger/
ARMAssembler.cpp 366 void ARMAssembler::PLD(int Rn, uint32_t offset) {
368 "PLD only P=1, W=0");
ARMAssemblerProxy.cpp 163 void ARMAssemblerProxy::PLD(int Rn, uint32_t offset) {
164 mTarget->PLD(Rn, offset);

Completed in 118 milliseconds