HomeSort by relevance Sort by last modified time
    Searched refs:InstARM32UnaryopGPR (Results 1 - 2 of 2) sorted by null

  /external/swiftshader/third_party/subzero/src/
IceInstARM32.h 551 class InstARM32UnaryopGPR : public InstARM32Pred {
552 InstARM32UnaryopGPR() = delete;
553 InstARM32UnaryopGPR(const InstARM32UnaryopGPR &) = delete;
554 InstARM32UnaryopGPR &operator=(const InstARM32UnaryopGPR &) = delete;
557 static InstARM32UnaryopGPR *create(Cfg *Func, Variable *Dest, Operand *Src,
559 return new (Func->allocate<InstARM32UnaryopGPR>())
560 InstARM32UnaryopGPR(Func, Dest, Src, Predicate);
581 InstARM32UnaryopGPR(Cfg *Func, Variable *Dest, Operand *Src
    [all...]
IceInstARM32.cpp     [all...]

Completed in 81 milliseconds