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