Lines Matching defs:cc
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()
646 void ArmToArm64Assembler::LDRB(int cc, int Rd, int Rn, uint32_t op_type) in LDRB()
650 void ArmToArm64Assembler::STR(int cc, int Rd, int Rn, uint32_t op_type) in STR()
655 void ArmToArm64Assembler::STRB(int cc, int Rd, int Rn, uint32_t op_type) in STRB()
660 void ArmToArm64Assembler::LDRH(int cc, int Rd, int Rn, uint32_t op_type) in LDRH()
673 void ArmToArm64Assembler::STRH(int cc, int Rd, int Rn, uint32_t op_type) in STRH()
681 void ArmToArm64Assembler::LDM(int cc, int dir, in LDM()
702 void ArmToArm64Assembler::STM(int cc, int dir, in STM()
774 void ArmToArm64Assembler::SMUL(int cc, int xy, in SMUL()
794 void ArmToArm64Assembler::SMULW(int cc, int y, int Rd, int Rm, int Rs) in SMULW()
810 void ArmToArm64Assembler::SMLA(int cc, int xy, int Rd, int Rm, int Rs, int Rn) in SMLA()
837 void ArmToArm64Assembler::UXTB16(int cc, int Rd, int Rm, int rotate) in UXTB16()
852 void ArmToArm64Assembler::UBFX(int cc, int Rd, int Rn, int lsb, int width) in UBFX()
1067 uint32_t ArmToArm64Assembler::A64_B_COND(uint32_t cc, uint32_t offset) in A64_B_COND()