D | IceAssemblerARM32.cpp | 816 const Operand *OpSrc1, bool SetFlags, in emitType01() argument 820 emitType01(Cond, Opcode, Rd, Rn, OpSrc1, SetFlags, RuleChecks, InstName); in emitType01() 824 IValueT Rd, IValueT Rn, const Operand *OpSrc1, in emitType01() argument 829 switch (encodeOperand(OpSrc1, Src1Value, WantGPRegs)) { in emitType01() 912 const Operand *OpRn, const Operand *OpSrc1, in emitCompareOp() argument 930 emitType01(Cond, Opcode, Rd, Rn, OpSrc1, SetFlags, NoChecks, InstName); in emitCompareOp() 1317 const Operand *OpSrc1, bool SetFlags, in adc() argument 1332 emitType01(Cond, AdcOpcode, OpRd, OpRn, OpSrc1, SetFlags, RdIsPcAndSetFlags, in adc() 1337 const Operand *OpSrc1, bool SetFlags, in add() argument 1356 emitType01(Cond, Add, OpRd, OpRn, OpSrc1, SetFlags, RdIsPcAndSetFlags, in add() [all …]
|