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

  /external/llvm/include/llvm/Target/
TargetCallingConv.h 64 bool isZExt() const { return Flags & ZExt; }
  /external/llvm/lib/Target/Mips/
MipsFastISel.cpp 126 unsigned emitIntExt(MVT SrcVT, unsigned SrcReg, MVT DestVT, bool isZExt);
129 bool IsZExt);
    [all...]
  /external/llvm/lib/Target/ARM/
ARMFastISel.cpp 170 bool isZExt);
172 unsigned Alignment = 0, bool isZExt = true,
181 unsigned ARMEmitIntExt(MVT SrcVT, unsigned SrcReg, MVT DestVT, bool isZExt);
    [all...]

Completed in 246 milliseconds