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

  /external/swiftshader/third_party/subzero/src/
IceTargetLoweringARM32.cpp 792 Variable *ValExt = Func->makeVariable(stackSlotType());
793 Context.insert<InstCast>(InstCast::Zext, ValExt, ValOp);
805 Call->addArg(ValExt);
    [all...]
IceTargetLoweringMIPS32.cpp 799 Variable *ValExt = Func->makeVariable(stackSlotType());
800 Context.insert<InstCast>(InstCast::Zext, ValExt, ValOp);
809 Call->addArg(ValExt);
    [all...]

Completed in 114 milliseconds