Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceAssemblerARM32.h832 void emitSignExtend(CondARM32::Cond, IValueT Opcode, const Operand *OpRd,
DIceAssemblerARM32.cpp1157 void AssemblerARM32::emitSignExtend(CondARM32::Cond Cond, IValueT Opcode, in emitSignExtend() function in Ice::ARM32::AssemblerARM32
2211 emitSignExtend(Cond, SxtOpcode, OpRd, OpSrc0, SxtName); in sxt()
2323 emitSignExtend(Cond, UxtOpcode, OpRd, OpSrc0, UxtName); in uxt()