D | IceAssemblerARM32.cpp | 819 const Operand *OpSrc1, bool SetFlags, in emitType01() argument 823 emitType01(Cond, Opcode, Rd, Rn, OpSrc1, SetFlags, RuleChecks, InstName); in emitType01() 827 IValueT Rd, IValueT Rn, const Operand *OpSrc1, in emitType01() argument 832 switch (encodeOperand(OpSrc1, Src1Value, WantGPRegs)) { in emitType01() 915 const Operand *OpRn, const Operand *OpSrc1, in emitCompareOp() argument 933 emitType01(Cond, Opcode, Rd, Rn, OpSrc1, SetFlags, NoChecks, InstName); in emitCompareOp() 1320 const Operand *OpSrc1, bool SetFlags, in adc() argument 1335 emitType01(Cond, AdcOpcode, OpRd, OpRn, OpSrc1, SetFlags, RdIsPcAndSetFlags, in adc() 1340 const Operand *OpSrc1, bool SetFlags, in add() argument 1359 emitType01(Cond, Add, OpRd, OpRn, OpSrc1, SetFlags, RdIsPcAndSetFlags, in add() [all …]
|