• Home
  • Raw
  • Download

Lines Matching defs:cc

268 void ArmToArm64Assembler::B(int cc, const char* label)  in B()
407 void ArmToArm64Assembler::dataProcessing(int opcode, int cc, in dataProcessing()
462 void ArmToArm64Assembler::ADDR_ADD(int cc, in ADDR_ADD()
497 void ArmToArm64Assembler::ADDR_SUB(int cc, in ADDR_SUB()
518 void ArmToArm64Assembler::MLA(int cc, int s,int Rd, int Rm, int Rs, int Rn) in MLA()
526 void ArmToArm64Assembler::MUL(int cc, int s, int Rd, int Rm, int Rs) in MUL()
576 void ArmToArm64Assembler::dataTransfer(int op, int cc, in dataTransfer()
633 void ArmToArm64Assembler::ADDR_LDR(int cc, int Rd, int Rn, uint32_t op_type) in ADDR_LDR()
637 void ArmToArm64Assembler::ADDR_STR(int cc, int Rd, int Rn, uint32_t op_type) in ADDR_STR()
641 void ArmToArm64Assembler::LDR(int cc, int Rd, int Rn, uint32_t op_type) in LDR()
645 void ArmToArm64Assembler::LDRB(int cc, int Rd, int Rn, uint32_t op_type) in LDRB()
649 void ArmToArm64Assembler::STR(int cc, int Rd, int Rn, uint32_t op_type) in STR()
654 void ArmToArm64Assembler::STRB(int cc, int Rd, int Rn, uint32_t op_type) in STRB()
659 void ArmToArm64Assembler::LDRH(int cc, int Rd, int Rn, uint32_t op_type) in LDRH()
672 void ArmToArm64Assembler::STRH(int cc, int Rd, int Rn, uint32_t op_type) in STRH()
680 void ArmToArm64Assembler::LDM(int cc, int dir, in LDM()
701 void ArmToArm64Assembler::STM(int cc, int dir, in STM()
773 void ArmToArm64Assembler::SMUL(int cc, int xy, in SMUL()
793 void ArmToArm64Assembler::SMULW(int cc, int y, int Rd, int Rm, int Rs) in SMULW()
809 void ArmToArm64Assembler::SMLA(int cc, int xy, int Rd, int Rm, int Rs, int Rn) in SMLA()
836 void ArmToArm64Assembler::UXTB16(int cc, int Rd, int Rm, int rotate) in UXTB16()
851 void ArmToArm64Assembler::UBFX(int cc, int Rd, int Rn, int lsb, int width) in UBFX()
1066 uint32_t ArmToArm64Assembler::A64_B_COND(uint32_t cc, uint32_t offset) in A64_B_COND()