Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceInstARM32.h1055 using InstARM32Rbit = InstARM32UnaryopGPR<InstARM32::Rbit, false>; variable
1714 template <> constexpr const char *InstARM32Rbit::Opcode = "rbit";
DIceTargetLoweringARM32.h739 Context.insert<InstARM32Rbit>(Dest, Src0, Pred);
DIceInstARM32.cpp2413 template <> void InstARM32Rbit::emitIAS(const Cfg *Func) const { in emitIAS()