Searched refs:InstARM32ThreeAddrSignAwareFP (Results 1 – 2 of 2) sorted by relevance
838 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 …]
288 void InstARM32ThreeAddrSignAwareFP<K>::emitIAS(const Cfg *Func) const { in emitIAS()3504 template class InstARM32ThreeAddrSignAwareFP<InstARM32::Vcge>; variable3505 template class InstARM32ThreeAddrSignAwareFP<InstARM32::Vcgt>; variable3512 template class InstARM32ThreeAddrSignAwareFP<InstARM32::Vshl>; variable3513 template class InstARM32ThreeAddrSignAwareFP<InstARM32::Vshr>; variable3515 template class InstARM32ThreeAddrSignAwareFP<InstARM32::Vqadd>; variable3516 template class InstARM32ThreeAddrSignAwareFP<InstARM32::Vqsub>; variable3517 template class InstARM32ThreeAddrSignAwareFP<InstARM32::Vqmovn2>; variable3518 template class InstARM32ThreeAddrSignAwareFP<InstARM32::Vmulh>; variable