Searched refs:InstARM32Bic (Results 1 – 3 of 3) sorted by relevance
360 Context.insert<InstARM32Bic>(Dest, Src0, Src1, Pred);
570 template <> void InstARM32Bic::emitIAS(const Cfg *Func) const { in emitIAS()1614 template <> const char *InstARM32Bic::Opcode = "bic";
993 using InstARM32Bic = InstARM32ThreeAddrGPR<InstARM32::Bic>; variable