OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:isZExt
(Results
1 - 3
of
3
) sorted by null
/external/llvm/include/llvm/Target/
TargetCallingConv.h
63
bool
isZExt
() const { return Flags & ZExt; }
/external/llvm/lib/Target/Mips/
MipsFastISel.cpp
120
unsigned emitIntExt(MVT SrcVT, unsigned SrcReg, MVT DestVT, bool
isZExt
);
123
bool
IsZExt
);
1010
ArgReg = emitIntExt(SrcVT, ArgReg, DestVT, /*
isZExt
=*/false);
1018
ArgReg = emitIntExt(SrcVT, ArgReg, DestVT, /*
isZExt
=*/true);
[
all
...]
/external/llvm/lib/Target/ARM/
ARMFastISel.cpp
172
bool
isZExt
);
174
unsigned Alignment = 0, bool
isZExt
= true,
183
unsigned ARMEmitIntExt(MVT SrcVT, unsigned SrcReg, MVT DestVT, bool
isZExt
);
[
all
...]
Completed in 348 milliseconds