Searched defs:STR (Results 1 - 4 of 4) 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 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 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 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 588 milliseconds