OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:HasS
(Results
1 - 2
of
2
) sorted by null
/art/compiler/utils/arm/
constants_arm.h
234
// return ((type == 0) || (type == 1)) && instr->
HasS
();
431
bool
HasS
() const { return SField() == 1; }
/external/v8/src/arm/
constants-arm.h
433
// return ((type == 0) || (type == 1)) && instr->
HasS
();
632
inline bool
HasS
() const { return SValue() == 1; }
Completed in 665 milliseconds