Home
last modified time | relevance | path

Searched refs:STR (Results 1 – 18 of 18) sorted by relevance

/system/keymaster/include/keymaster/
Dlogger.h58 #define STR(x) #x macro
59 #define STRINGIFY(x) STR(x)
/system/core/toolbox/
Diftop.c52 #define STR(s) _STR(s) macro
143 ret = sscanf(p, "%" STR(IFNAMSIZ) "s", ifs->name); in get_interfaces()
/system/core/libpixelflinger/codeflinger/
DARMAssemblerInterface.cpp76 STR(cc, Rd, Rn, offset); in ADDR_STR()
DARMAssemblerProxy.cpp218 void ARMAssemblerProxy::STR(int cc, int Rd, int Rn, uint32_t offset) { in STR() function in android::ARMAssemblerProxy
219 mTarget->STR(cc, Rd, Rn, offset); in STR()
Dload_store.cpp33 if (inc) STR(AL, s.reg, addr.reg, immed12_post(4)); in store()
34 else STR(AL, s.reg, addr.reg); in store()
DGGLAssembler.h44 STR(AL, REG, mBuilderContext.Rctx, immed12_pre(GGL_OFFSETOF(FIELD)))
144 mGen.STR(mGen.AL, reg, mGen.SP, mGen.immed12_pre(-4, 1)); in Spill()
DARMAssemblerProxy.h108 virtual void STR (int cc, int Rd,
DARMAssembler.h119 virtual void STR (int cc, int Rd,
DMIPS64Assembler.h124 virtual void STR (int cc, int Rd,
DArm64Assembler.h136 virtual void STR (int cc, int Rd,
DARMAssemblerInterface.h158 virtual void STR (int cc, int Rd,
DMIPSAssembler.h119 virtual void STR (int cc, int Rd,
DARMAssembler.cpp305 void ARMAssembler::STR(int cc, int Rd, int Rn, uint32_t offset) { in STR() function in android::ARMAssembler
DArm64Assembler.cpp650 void ArmToArm64Assembler::STR(int cc, int Rd, int Rn, uint32_t op_type) in STR() function in android::ArmToArm64Assembler
DMIPS64Assembler.cpp823 void ArmToMips64Assembler::STR(int cc, int Rd, int Rn, uint32_t offset) in STR() function in android::ArmToMips64Assembler
DMIPSAssembler.cpp831 void ArmToMipsAssembler::STR(int cc, int Rd, int Rn, uint32_t offset) in STR() function in android::ArmToMipsAssembler
/system/core/libpixelflinger/tests/arch-mips64/assembler/
Dmips64_assembler_test.cpp543 case INSTR_STR: a64asm->STR(test.cond, Rd,Rn,op2); break; in dataTransferTest()
/system/core/libpixelflinger/tests/arch-arm64/assembler/
Darm64_assembler_test.cpp590 case INSTR_STR: a64asm->STR(test.cond, Rd,Rn,op2); break; in dataTransferTest()