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