Home
last modified time | relevance | path

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

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/subzero/src/
H A DIceInstARM32.h838 InstARM32ThreeAddrSignAwareFP() = delete;
839 InstARM32ThreeAddrSignAwareFP(const InstARM32ThreeAddrSignAwareFP &) = delete;
840 InstARM32ThreeAddrSignAwareFP &
841 operator=(const InstARM32ThreeAddrSignAwareFP &) = delete;
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()
855 InstARM32ThreeAddrSignAwareFP(Func, Dest, Src0, Src1); in create()
1023 using InstARM32Vcge = InstARM32ThreeAddrSignAwareFP<InstARM32::Vcge>;
[all …]
H A DIceInstARM32.cpp288 void InstARM32ThreeAddrSignAwareFP<K>::emitIAS(const Cfg *Func) const { in emitIAS()
3504 template class InstARM32ThreeAddrSignAwareFP<InstARM32::Vcge>; variable
3505 template class InstARM32ThreeAddrSignAwareFP<InstARM32::Vcgt>; variable
3512 template class InstARM32ThreeAddrSignAwareFP<InstARM32::Vshl>; variable
3513 template class InstARM32ThreeAddrSignAwareFP<InstARM32::Vshr>; variable
3515 template class InstARM32ThreeAddrSignAwareFP<InstARM32::Vqadd>; variable
3516 template class InstARM32ThreeAddrSignAwareFP<InstARM32::Vqsub>; variable
3517 template class InstARM32ThreeAddrSignAwareFP<InstARM32::Vqmovn2>; variable
3518 template class InstARM32ThreeAddrSignAwareFP<InstARM32::Vmulh>; variable