Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceInstARM32.h837 class InstARM32ThreeAddrSignAwareFP : public InstARM32ThreeAddrFP<K> {
838 InstARM32ThreeAddrSignAwareFP() = delete;
839 InstARM32ThreeAddrSignAwareFP(const InstARM32ThreeAddrSignAwareFP &) = delete;
840 InstARM32ThreeAddrSignAwareFP &
841 operator=(const InstARM32ThreeAddrSignAwareFP &) = delete;
846 static InstARM32ThreeAddrSignAwareFP *create(Cfg *Func, Variable *Dest, in create()
848 return new (Func->allocate<InstARM32ThreeAddrSignAwareFP>()) in create()
849 InstARM32ThreeAddrSignAwareFP(Func, Dest, Src0, Src1); in create()
852 static InstARM32ThreeAddrSignAwareFP *
854 return new (Func->allocate<InstARM32ThreeAddrSignAwareFP>()) in create()
[all …]
DIceInstARM32.cpp293 void InstARM32ThreeAddrSignAwareFP<K>::emitIAS(const Cfg *Func) const { in emitIAS()
3501 template class InstARM32ThreeAddrSignAwareFP<InstARM32::Vcge>; variable
3502 template class InstARM32ThreeAddrSignAwareFP<InstARM32::Vcgt>; variable
3509 template class InstARM32ThreeAddrSignAwareFP<InstARM32::Vshl>; variable
3510 template class InstARM32ThreeAddrSignAwareFP<InstARM32::Vshr>; variable
3512 template class InstARM32ThreeAddrSignAwareFP<InstARM32::Vqadd>; variable
3513 template class InstARM32ThreeAddrSignAwareFP<InstARM32::Vqsub>; variable
3514 template class InstARM32ThreeAddrSignAwareFP<InstARM32::Vqmovn2>; variable
3515 template class InstARM32ThreeAddrSignAwareFP<InstARM32::Vmulh>; variable