Searched refs:STR (Results 1 - 10 of 10) sorted by relevance

/system/core/toolbox/
H A Diftop.c52 #define STR(s) _STR(s) macro
143 ret = sscanf(p, "%" STR(IFNAMSIZ) "s", ifs->name);
/system/core/libpixelflinger/codeflinger/
H A DARMAssemblerProxy.cpp110 // LDR(B)/STR(B)/PLD
218 void ARMAssemblerProxy::STR(int cc, int Rd, int Rn, uint32_t offset) { function in class:android::ARMAssemblerProxy
219 mTarget->STR(cc, Rd, Rn, offset);
H A DARMAssembler.h76 // LDR(B)/STR(B)/PLD
120 virtual void STR (int cc, int Rd,
H A DARMAssemblerProxy.h64 // LDR(B)/STR(B)/PLD
108 virtual void STR (int cc, int Rd,
H A DGGLAssembler.h38 STR(AL, REG, mBuilderContext.Rctx, immed12_pre(GGL_OFFSETOF(FIELD)))
138 mGen.STR(mGen.AL, reg, mGen.SP, mGen.immed12_pre(-4, 1));
H A Dload_store.cpp37 if (inc) STR(AL, s.reg, addr.reg, immed12_post(4));
38 else STR(AL, s.reg, addr.reg);
H A DARMAssembler.cpp305 void ARMAssembler::STR(int cc, int Rd, int Rn, uint32_t offset) { function in class:android::ARMAssembler
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
157 virtual void STR (int cc, int Rd,
H A DMIPSAssembler.h73 // LDR(B)/STR(B)/PLD
119 virtual void STR (int cc, int Rd,
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)",
789 Rn = R_sp; // convert STR thru Arm SP to STR thru Mips SP
831 void ArmToMipsAssembler::STR(int cc, int Rd, int Rn, uint32_t offset) function in class:android::ArmToMipsAssembler
843 Rn = R_sp; // convert STR thru Arm SP to SW thru Mips SP

Completed in 1010 milliseconds