Searched refs:InstARM32Veor (Results 1 – 3 of 3) sorted by relevance
1025 using InstARM32Veor = InstARM32ThreeAddrFP<InstARM32::Veor>; variable1754 template <> constexpr const char *InstARM32Veor::Opcode = "veor";
884 Context.insert<InstARM32Veor>(Dest, Src0, Src1); in _veor()
827 template <> void InstARM32Veor::emitIAS(const Cfg *Func) const { in emitIAS()