Searched refs:PLD (Results 1 - 7 of 7) sorted by relevance

/system/core/libpixelflinger/codeflinger/
H A DARMAssemblerProxy.cpp110 // LDR(B)/STR(B)/PLD
254 void ARMAssemblerProxy::PLD(int Rn, uint32_t offset) { function in class:android::ARMAssemblerProxy
255 mTarget->PLD(Rn, offset);
H A DARMAssembler.h76 // LDR(B)/STR(B)/PLD
143 virtual void PLD(int Rn, uint32_t offset);
H A DARMAssemblerProxy.h64 // LDR(B)/STR(B)/PLD
129 virtual void PLD(int Rn, uint32_t offset);
H A DARMAssembler.cpp371 void ARMAssembler::PLD(int Rn, uint32_t offset) { function in class:android::ARMAssembler
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)",
H A DARMAssemblerInterface.h86 // LDR(B)/STR(B)/PLD
194 virtual void PLD(int Rn, uint32_t offset) = 0;
H A DMIPSAssembler.h73 // LDR(B)/STR(B)/PLD
141 virtual void PLD(int Rn, uint32_t offset);
H A DMIPSAssembler.cpp256 // 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) { function in class:android::ArmToMipsAssembler
1035 "PLD only P=1, W=0");

Completed in 90 milliseconds