Home
last modified time | relevance | path

Searched refs:emitType01 (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceAssemblerARM32.cpp795 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 …]
DIceAssemblerARM32.h717 void emitType01(CondARM32::Cond Cond, IValueT InstType, IValueT Opcode,
723 void emitType01(CondARM32::Cond Cond, IValueT Opcode, const Operand *OpRd,
729 void emitType01(CondARM32::Cond Cond, IValueT Opcode, IValueT OpRd,