Searched defs:is_nonvolatile (Results 1 - 2 of 2) sorted by relevance

/openjdk9/hotspot/src/cpu/s390/vm/
H A Dregister_s390.hpp84 bool is_nonvolatile() const { return is_valid() && !is_volatile(); } function in class:RegisterImpl
138 bool is_nonvolatile() const { function in class:ConditionRegisterImpl
218 bool is_nonvolatile() const { return (8 <= (value()&0x7F) && (value()&0x7F) <= 15); } function in class:FloatRegisterImpl
/openjdk9/hotspot/src/cpu/ppc/vm/
H A Dregister_ppc.hpp101 bool is_nonvolatile() const { return (14 <= (value()&0x7F) && (value()&0x7F) <= 31 ); } function in class:RegisterImpl
215 bool is_nonvolatile() const { return (2 <= (value()&0x7F) && (value()&0x7F) <= 4 ); } function in class:ConditionRegisterImpl

Completed in 94 milliseconds