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

  /external/swiftshader/third_party/subzero/src/
IceInstARM32.h 774 class InstARM32ThreeAddrFP : public InstARM32 {
775 InstARM32ThreeAddrFP() = delete;
776 InstARM32ThreeAddrFP(const InstARM32ThreeAddrFP &) = delete;
777 InstARM32ThreeAddrFP &operator=(const InstARM32ThreeAddrFP &) = delete;
782 static InstARM32ThreeAddrFP *create(Cfg *Func, Variable *Dest, Variable *Src0,
784 return new (Func->allocate<InstARM32ThreeAddrFP>())
785 InstARM32ThreeAddrFP(Func, Dest, Src0, Src1);
808 InstARM32ThreeAddrFP(Cfg *Func, Variable *Dest, Variable *Src0, Operand *Src1
    [all...]
IceInstARM32.cpp 288 void InstARM32ThreeAddrFP<K>::emitIAS(const Cfg *Func) const {
    [all...]

Completed in 100 milliseconds