D | IceAssemblerARM32.cpp | 795 void AssemblerARM32::emitType01(CondARM32::Cond Cond, IValueT InstType, in emitType01() function in Ice::ARM32::AssemblerARM32 815 void AssemblerARM32::emitType01(CondARM32::Cond Cond, IValueT Opcode, in emitType01() function in Ice::ARM32::AssemblerARM32 821 emitType01(Cond, Opcode, Rd, Rn, OpSrc1, SetFlags, RuleChecks, InstName); in emitType01() 824 void AssemblerARM32::emitType01(CondARM32::Cond Cond, IValueT Opcode, in emitType01() function in Ice::ARM32::AssemblerARM32 843 emitType01(Cond, kInstTypeDataRegister, Opcode, SetFlags, Rn, Rd, Src1Value, in emitType01() 849 emitType01(Cond, kInstTypeDataRegister, Opcode, SetFlags, Rn, Rd, Src1Value, in emitType01() 869 emitType01(Cond, kInstTypeDataImmediate, Opcode, SetFlags, Rn, Rd, in emitType01() 880 emitType01(Cond, kInstTypeDataRegShift, Opcode, SetFlags, Rn, Rd, Src1Value, in emitType01() 931 emitType01(Cond, Opcode, Rd, Rn, OpSrc1, SetFlags, NoChecks, InstName); in emitCompareOp() 1333 emitType01(Cond, AdcOpcode, OpRd, OpRn, OpSrc1, SetFlags, RdIsPcAndSetFlags, in adc() [all …]
|