Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceAssemblerARM32.cpp797 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 …]
DIceAssemblerARM32.h723 void emitType01(CondARM32::Cond Cond, IValueT InstType, IValueT Opcode,
729 void emitType01(CondARM32::Cond Cond, IValueT Opcode, const Operand *OpRd,
735 void emitType01(CondARM32::Cond Cond, IValueT Opcode, IValueT OpRd,