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

  /external/llvm/include/llvm/Target/
TargetCallingConv.h 56 bool isZExt() const { return Flags & ZExt; }
  /external/llvm/lib/Target/ARM/
ARMFastISel.cpp 182 bool isZExt);
184 unsigned Alignment = 0, bool isZExt = true,
193 unsigned ARMEmitIntExt(MVT SrcVT, unsigned SrcReg, MVT DestVT, bool isZExt);
    [all...]

Completed in 380 milliseconds