Home
last modified time | relevance | path

Searched refs:WValue (Results 1 – 1 of 1) sorted by relevance

/external/v8/src/arm/
Dconstants-arm.h609 inline int WValue() const { return Bit(21); } in WValue() function
652 inline bool HasW() const { return WValue() == 1; } in HasW()