| /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 | ARMAssemblerInterface.cpp | 68 void ARMAssemblerInterface::ADDR_LDR(int cc, int Rd, in ADDR_LDR() 73 void ARMAssemblerInterface::ADDR_STR(int cc, int Rd, in ADDR_STR() 78 void ARMAssemblerInterface::ADDR_ADD(int cc, int s, in ADDR_ADD() 83 void ARMAssemblerInterface::ADDR_SUB(int cc, int s, in ADDR_SUB()
|
| 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 | Arm64Assembler.cpp | 269 void ArmToArm64Assembler::B(int cc, const char* label) in B() 408 void ArmToArm64Assembler::dataProcessing(int opcode, int cc, in dataProcessing() 463 void ArmToArm64Assembler::ADDR_ADD(int cc, in ADDR_ADD() 498 void ArmToArm64Assembler::ADDR_SUB(int cc, in ADDR_SUB() 519 void ArmToArm64Assembler::MLA(int cc, int s,int Rd, int Rm, int Rs, int Rn) in MLA() 527 void ArmToArm64Assembler::MUL(int cc, int s, int Rd, int Rm, int Rs) in MUL() 577 void ArmToArm64Assembler::dataTransfer(int op, int cc, in dataTransfer() 634 void ArmToArm64Assembler::ADDR_LDR(int cc, int Rd, int Rn, uint32_t op_type) in ADDR_LDR() 638 void ArmToArm64Assembler::ADDR_STR(int cc, int Rd, int Rn, uint32_t op_type) in ADDR_STR() 642 void ArmToArm64Assembler::LDR(int cc, int Rd, int Rn, uint32_t op_type) in LDR() [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/libutils/ |
| D | FileMap.cpp | 202 int cc, sysAdvice; in advise() local
|
| /system/core/cpio/ |
| D | mkbootfs.c | 302 struct fs_config_entry* cc = canned_config + used; in read_canned_config() local
|
| /system/core/libcutils/ |
| D | properties.c | 186 int cc; in connectToServer() local
|
| /system/core/liblog/ |
| D | fake_log_device.c | 518 int cc = writev(fileno(stderr), vec, v-vec); in showLog() local
|