Home
last modified time | relevance | path

Searched refs:InstARM32Bic (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceInstARM32.h1006 using InstARM32Bic = InstARM32ThreeAddrGPR<InstARM32::Bic>; variable
1732 template <> constexpr const char *InstARM32Bic::Opcode = "bic";
DIceTargetLoweringARM32.h352 Context.insert<InstARM32Bic>(Dest, Src0, Src1, Pred);
DIceInstARM32.cpp565 template <> void InstARM32Bic::emitIAS(const Cfg *Func) const { in emitIAS()