OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:isquad
(Results
1 - 5
of
5
) sorted by null
/external/clang/include/clang/Basic/
TargetBuiltins.h
123
NeonTypeFlags(EltType ET, bool IsUnsigned, bool
IsQuad
) : Flags(ET) {
126
if (
IsQuad
)
136
bool
isQuad
() const { return (Flags & QuadFlag) != 0; }
/external/clang/lib/CodeGen/
CGBuiltin.cpp
[
all
...]
/toolchain/binutils/binutils-2.25/gas/config/
tc-arm.c
416
unsigned
isquad
: 1; /* Operand is Neon quad-precision register. */
member in struct:arm_it::__anon74011
[
all
...]
/external/clang/lib/Sema/
SemaChecking.cpp
618
int
IsQuad
= ForceQuad ? true : Type.
isQuad
();
622
return shift ? 7 : (8 <<
IsQuad
) - 1;
625
return shift ? 15 : (4 <<
IsQuad
) - 1;
627
return shift ? 31 : (2 <<
IsQuad
) - 1;
630
return shift ? 63 : (1 <<
IsQuad
) - 1;
632
return shift ? 127 : (1 <<
IsQuad
) - 1;
635
return (4 <<
IsQuad
) - 1;
638
return (2 <<
IsQuad
) - 1;
641
return (1 <<
IsQuad
) - 1
[
all
...]
/toolchain/binutils/binutils-2.25/gas/
ChangeLog-2006
[
all
...]
Completed in 340 milliseconds