Searched refs:InstARM32Vceq (Results 1 – 3 of 3) sorted by relevance
858 Context.insert<InstARM32Vceq>(Dest, Src0, Src1); in _vceq()
702 template <> void InstARM32Vceq::emitIAS(const Cfg *Func) const { in emitIAS()1855 template <> const char *InstARM32Vceq::Opcode = "vceq";
1022 using InstARM32Vceq = InstARM32ThreeAddrFP<InstARM32::Vceq>; variable