/system/core/libpixelflinger/codeflinger/ |
D | ARMAssemblerProxy.cpp | 160 void ARMAssemblerProxy::dataProcessing( int opcode, int cc, int s, in dataProcessing() 166 void ARMAssemblerProxy::MLA(int cc, int s, int Rd, int Rm, int Rs, int Rn) { in MLA() 169 void ARMAssemblerProxy::MUL(int cc, int s, int Rd, int Rm, int Rs) { in MUL() 172 void ARMAssemblerProxy::UMULL(int cc, int s, in UMULL() 176 void ARMAssemblerProxy::UMUAL(int cc, int s, in UMUAL() 180 void ARMAssemblerProxy::SMULL(int cc, int s, in SMULL() 184 void ARMAssemblerProxy::SMUAL(int cc, int s, in SMUAL() 189 void ARMAssemblerProxy::B(int cc, uint32_t* pc) { in B() 192 void ARMAssemblerProxy::BL(int cc, uint32_t* pc) { in BL() 195 void ARMAssemblerProxy::BX(int cc, int Rn) { in BX() [all …]
|
D | ARMAssembler.cpp | 119 void ARMAssembler::B(int cc, const char* label) in B() 125 void ARMAssembler::BL(int cc, const char* label) in BL() 216 void ARMAssembler::dataProcessing(int opcode, int cc, in dataProcessing() 228 void ARMAssembler::MLA(int cc, int s, in MLA() 235 void ARMAssembler::MUL(int cc, int s, in MUL() 241 void ARMAssembler::UMULL(int cc, int s, in UMULL() 248 void ARMAssembler::UMUAL(int cc, int s, in UMUAL() 255 void ARMAssembler::SMULL(int cc, int s, in SMULL() 262 void ARMAssembler::SMUAL(int cc, int s, in SMUAL() 276 void ARMAssembler::B(int cc, uint32_t* pc) in B() [all …]
|
D | ARMAssemblerInterface.h | 224 ADC(int cc, int s, int Rd, int Rn, uint32_t Op2) { in ADC() 228 ADD(int cc, int s, int Rd, int Rn, uint32_t Op2) { in ADD() 232 AND(int cc, int s, int Rd, int Rn, uint32_t Op2) { in AND() 236 BIC(int cc, int s, int Rd, int Rn, uint32_t Op2) { in BIC() 240 EOR(int cc, int s, int Rd, int Rn, uint32_t Op2) { in EOR() 244 MOV(int cc, int s, int Rd, uint32_t Op2) { in MOV() 248 MVN(int cc, int s, int Rd, uint32_t Op2) { in MVN() 252 ORR(int cc, int s, int Rd, int Rn, uint32_t Op2) { in ORR() 256 RSB(int cc, int s, int Rd, int Rn, uint32_t Op2) { in RSB() 260 RSC(int cc, int s, int Rd, int Rn, uint32_t Op2) { in RSC() [all …]
|
D | MIPSAssembler.cpp | 417 void ArmToMipsAssembler::dataProcessing(int opcode, int cc, in dataProcessing() 613 void ArmToMipsAssembler::MLA(int cc, int s, in MLA() 626 void ArmToMipsAssembler::MUL(int cc, int s, in MUL() 636 void ArmToMipsAssembler::UMULL(int cc, int s, in UMULL() 649 void ArmToMipsAssembler::UMUAL(int cc, int s, in UMUAL() 665 void ArmToMipsAssembler::SMULL(int cc, int s, in SMULL() 680 void ArmToMipsAssembler::SMUAL(int cc, int s, in SMUAL() 705 void ArmToMipsAssembler::B(int cc, const char* label) in B() 735 void ArmToMipsAssembler::BL(int cc, const char* label) in BL() 742 void ArmToMipsAssembler::B(int cc, uint32_t* to_pc) in B() [all …]
|
D | GGLAssembler.cpp | 707 int cc = NV; in build_alpha_test() local 732 int cc=AL, ic=AL; in build_depth_test() local
|
/system/core/libcutils/ |
D | properties.c | 96 int cc; in connectToServer() local
|
/system/core/cpio/ |
D | mkbootfs.c | 299 struct fs_config_entry* cc = canned_config + used; in read_canned_config() local
|
/system/core/liblog/ |
D | fake_log_device.c | 512 int cc = writev(fileno(stderr), vec, v-vec); in showLog() local
|
/system/core/sh/ |
D | jobs.c | 1396 char c, cc[2] = " "; in cmdputs() local
|
D | parser.c | 1328 int cc = c; in readtoken1() local
|