Searched refs:InstARM32ThreeAddrSignAwareFP (Results 1 – 2 of 2) sorted by relevance
837 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 …]
293 void InstARM32ThreeAddrSignAwareFP<K>::emitIAS(const Cfg *Func) const { in emitIAS()3501 template class InstARM32ThreeAddrSignAwareFP<InstARM32::Vcge>; variable3502 template class InstARM32ThreeAddrSignAwareFP<InstARM32::Vcgt>; variable3509 template class InstARM32ThreeAddrSignAwareFP<InstARM32::Vshl>; variable3510 template class InstARM32ThreeAddrSignAwareFP<InstARM32::Vshr>; variable3512 template class InstARM32ThreeAddrSignAwareFP<InstARM32::Vqadd>; variable3513 template class InstARM32ThreeAddrSignAwareFP<InstARM32::Vqsub>; variable3514 template class InstARM32ThreeAddrSignAwareFP<InstARM32::Vqmovn2>; variable3515 template class InstARM32ThreeAddrSignAwareFP<InstARM32::Vmulh>; variable