OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isHalf
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Target/AArch64/InstPrinter/
AArch64InstPrinter.cpp
410
template <A64SE::ShiftExtSpecifiers Ext, bool
isHalf
>
428
if ((!IsLSL || (IsLSL &&
isHalf
)) && Imm != 0 && Imm != 1)
/external/llvm/lib/IR/
AsmWriter.cpp
786
bool
isHalf
= &CFP->getValueAPF().getSemantics()==&APFloat::IEEEhalf;
790
if (!
isHalf
&& !isInf && !isNaN) {
[
all
...]
Completed in 78 milliseconds