D | IceAssemblerARM32.cpp | 797 void AssemblerARM32::emitType01(CondARM32::Cond Cond, IValueT InstType, in emitType01() function in Ice::ARM32::AssemblerARM32 817 void AssemblerARM32::emitType01(CondARM32::Cond Cond, IValueT Opcode, in emitType01() function in Ice::ARM32::AssemblerARM32 823 emitType01(Cond, Opcode, Rd, Rn, OpSrc1, SetFlags, RuleChecks, InstName); in emitType01() 826 void AssemblerARM32::emitType01(CondARM32::Cond Cond, IValueT Opcode, in emitType01() function in Ice::ARM32::AssemblerARM32 845 emitType01(Cond, kInstTypeDataRegister, Opcode, SetFlags, Rn, Rd, Src1Value, in emitType01() 851 emitType01(Cond, kInstTypeDataRegister, Opcode, SetFlags, Rn, Rd, Src1Value, in emitType01() 871 emitType01(Cond, kInstTypeDataImmediate, Opcode, SetFlags, Rn, Rd, in emitType01() 882 emitType01(Cond, kInstTypeDataRegShift, Opcode, SetFlags, Rn, Rd, Src1Value, in emitType01() 933 emitType01(Cond, Opcode, Rd, Rn, OpSrc1, SetFlags, NoChecks, InstName); in emitCompareOp() 1335 emitType01(Cond, AdcOpcode, OpRd, OpRn, OpSrc1, SetFlags, RdIsPcAndSetFlags, in adc() [all …]
|