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

  /prebuilts/ndk/4/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/4/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/4/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/4/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/5/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/6/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/7/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/7/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/7/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/7/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/7/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/7/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 */
  /prebuilts/ndk/8/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/8/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/8/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/8/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/8/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/8/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 */
  /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 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 */
  /system/core/libpixelflinger/codeflinger/
ARMAssemblerProxy.cpp 110 // LDR(B)/STR(B)/PLD
254 void ARMAssemblerProxy::PLD(int Rn, uint32_t offset) {
255 mTarget->PLD(Rn, offset);
ARMAssembler.cpp 371 void ARMAssembler::PLD(int Rn, uint32_t offset) {
373 "PLD only P=1, W=0");
526 // LDR(B)/STR(B)/PLD (immediate and Rm can be negative, which indicate U=0)
530 "LDR(B)/STR(B)/PLD immediate too big (%08x)",
539 "LDR(B)/STR(B)/PLD immediate too big (%08x)",
MIPSAssembler.cpp 256 // LDR(B)/STR(B)/PLD (immediate and Rm can be negative, which indicate U=0)
260 "LDR(B)/STR(B)/PLD immediate too big (%08x)",
270 "LDR(B)/STR(B)/PLD immediate too big (%08x)",
1033 void ArmToMipsAssembler::PLD(int Rn, uint32_t offset) {
1035 "PLD only P=1, W=0");
    [all...]

Completed in 1046 milliseconds