Searched refs:OpRt2 (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/third_party/subzero/src/ |
D | IceAssemblerARM32.h | 483 void vmovdrr(const Operand *OpDm, const Operand *OpRt, const Operand *OpRt2, 499 void vmovrrd(const Operand *OpRt, const Operand *OpRt2, const Operand *OpDm,
|
D | IceAssemblerARM32.cpp | 3089 const Operand *OpRt2, CondARM32::Cond Cond) { in vmovdrr() argument 3099 IValueT Rt2 = encodeGPRegister(OpRt2, "Rt", Vmovdrr); in vmovdrr() 3140 void AssemblerARM32::vmovrrd(const Operand *OpRt, const Operand *OpRt2, in vmovrrd() argument 3150 IValueT Rt2 = encodeGPRegister(OpRt2, "Rt", Vmovrrd); in vmovrrd()
|