Home
last modified time | relevance | path

Searched defs:cc (Results 1 – 18 of 18) sorted by relevance

/system/core/libpixelflinger/codeflinger/
DARMAssemblerProxy.cpp160 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 …]
DARMAssembler.cpp119 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 …]
DMIPS64Assembler.cpp401 void ArmToMips64Assembler::dataProcessing(int opcode, int cc, in dataProcessing()
604 void ArmToMips64Assembler::MLA(int cc, int s, in MLA()
618 void ArmToMips64Assembler::MUL(int cc, int s, in MUL()
628 void ArmToMips64Assembler::UMULL(int cc, int s, in UMULL()
641 void ArmToMips64Assembler::UMUAL(int cc, int s, in UMUAL()
657 void ArmToMips64Assembler::SMULL(int cc, int s, in SMULL()
672 void ArmToMips64Assembler::SMUAL(int cc, int s, in SMUAL()
697 void ArmToMips64Assembler::B(int cc, const char* label) in B()
727 void ArmToMips64Assembler::BL(int cc, const char* label) in BL()
734 void ArmToMips64Assembler::B(int cc, uint32_t* to_pc) in B()
[all …]
DARMAssemblerInterface.h225 ADC(int cc, int s, int Rd, int Rn, uint32_t Op2) { in ADC()
229 ADD(int cc, int s, int Rd, int Rn, uint32_t Op2) { in ADD()
233 AND(int cc, int s, int Rd, int Rn, uint32_t Op2) { in AND()
237 BIC(int cc, int s, int Rd, int Rn, uint32_t Op2) { in BIC()
241 EOR(int cc, int s, int Rd, int Rn, uint32_t Op2) { in EOR()
245 MOV(int cc, int s, int Rd, uint32_t Op2) { in MOV()
249 MVN(int cc, int s, int Rd, uint32_t Op2) { in MVN()
253 ORR(int cc, int s, int Rd, int Rn, uint32_t Op2) { in ORR()
257 RSB(int cc, int s, int Rd, int Rn, uint32_t Op2) { in RSB()
261 RSC(int cc, int s, int Rd, int Rn, uint32_t Op2) { in RSC()
[all …]
DARMAssemblerInterface.cpp68 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()
DMIPSAssembler.cpp417 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 …]
DArm64Assembler.cpp269 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 …]
DGGLAssembler.cpp707 int cc = NV; in build_alpha_test() local
732 int cc=AL, ic=AL; in build_depth_test() local
/system/bt/stack/smp/
Daes.c508 uint_8t cc, rc, hi; local
673 { uint_8t cc; local
727 { uint_8t cc; local
780 { uint_8t cc; local
860 { uint_8t cc; local
Dp_256_multprecision.c179 DWORD cc[2*KEY_LENGTH_DWORDS_P256]; in multiprecision_mersenns_mult_mod() local
/system/core/libutils/
DFileMap.cpp218 int cc, sysAdvice; in advise() local
/system/bt/osi/test/
Dringbuffer_test.cpp93 uint8_t cc[] = {0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC}; in TEST() local
/system/bt/bta/jv/
Dbta_jv_act.c1057 tBTA_JV_API_L2CAP_CONNECT *cc = &(p_data->l2cap_connect); in bta_jv_l2cap_connect() local
1134 tBTA_JV_API_L2CAP_CLOSE *cc = &(p_data->l2cap_close); in bta_jv_l2cap_close() local
1574 tBTA_JV_API_RFCOMM_CONNECT *cc = &(p_data->rfcomm_connect); in bta_jv_rfcomm_connect() local
1676 tBTA_JV_API_RFCOMM_CLOSE *cc = &(p_data->rfcomm_close); in bta_jv_rfcomm_close() local
2513 tBTA_JV_API_L2CAP_CONNECT *cc = &(p_data->l2cap_connect); in bta_jv_l2cap_connect_le() local
2640 tBTA_JV_API_L2CAP_CLOSE *cc = &(p_data->l2cap_close); in bta_jv_l2cap_close_fixed() local
/system/core/cpio/
Dmkbootfs.c304 struct fs_config_entry* cc = canned_config + used; in read_canned_config() local
/system/bt/vendor_libs/linux/
Dbt_vendor_linux.c216 struct mgmt_event_read_index *cc; in bt_vendor_wait_hcidev() local
/system/bt/stack/avrc/
Davrc_api.c891 tAVCT_CC cc; in AVRC_Open() local
/system/bt/stack/avct/
Davct_int.h106 tAVCT_CC cc; /* parameters from connection creation */ member
/system/core/liblog/
Dfake_log_device.c527 int cc = writev(fileno(stderr), vec, v-vec); in showLog() local