Home
last modified time | relevance | path

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

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