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