Searched refs:InstARM32Vorr (Results 1 – 3 of 3) sorted by relevance
911 Context.insert<InstARM32Vorr>(Dest, Src0, Src1); in _vorr()
927 template <> void InstARM32Vorr::emitIAS(const Cfg *Func) const { in emitIAS()1639 template <> const char *InstARM32Vorr::Opcode = "vorr";
1018 using InstARM32Vorr = InstARM32ThreeAddrFP<InstARM32::Vorr>; variable