Home
last modified time | relevance | path

Searched defs:is_nonvolatile (Results 1 – 18 of 18) sorted by relevance

/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/cpu/s390/
H A Dregister_s390.hpp90 bool is_nonvolatile() const { return is_valid() && !is_volatile(); } in is_nonvolatile() function in RegisterImpl
149 bool is_nonvolatile() const { in is_nonvolatile() function in ConditionRegisterImpl
234 bool is_nonvolatile() const { return (8 <= (value()&0x7F) && (value()&0x7F) <= 15); } in is_nonvolatile() function in FloatRegisterImpl
365 bool is_nonvolatile() const { return false; } in is_nonvolatile() function in VectorRegisterImpl
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/cpu/s390/
H A Dregister_s390.hpp90 bool is_nonvolatile() const { return is_valid() && !is_volatile(); } in is_nonvolatile() function in RegisterImpl
149 bool is_nonvolatile() const { in is_nonvolatile() function in ConditionRegisterImpl
234 bool is_nonvolatile() const { return (8 <= (value()&0x7F) && (value()&0x7F) <= 15); } in is_nonvolatile() function in FloatRegisterImpl
365 bool is_nonvolatile() const { return false; } in is_nonvolatile() function in VectorRegisterImpl
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/cpu/s390/
H A Dregister_s390.hpp90 bool is_nonvolatile() const { return is_valid() && !is_volatile(); } in is_nonvolatile() function in RegisterImpl
149 bool is_nonvolatile() const { in is_nonvolatile() function in ConditionRegisterImpl
234 bool is_nonvolatile() const { return (8 <= (value()&0x7F) && (value()&0x7F) <= 15); } in is_nonvolatile() function in FloatRegisterImpl
365 bool is_nonvolatile() const { return false; } in is_nonvolatile() function in VectorRegisterImpl
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/cpu/s390/
H A Dregister_s390.hpp90 bool is_nonvolatile() const { return is_valid() && !is_volatile(); } in is_nonvolatile() function in RegisterImpl
149 bool is_nonvolatile() const { in is_nonvolatile() function in ConditionRegisterImpl
234 bool is_nonvolatile() const { return (8 <= (value()&0x7F) && (value()&0x7F) <= 15); } in is_nonvolatile() function in FloatRegisterImpl
365 bool is_nonvolatile() const { return false; } in is_nonvolatile() function in VectorRegisterImpl
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/cpu/s390/
H A Dregister_s390.hpp90 bool is_nonvolatile() const { return is_valid() && !is_volatile(); } in is_nonvolatile() function in RegisterImpl
149 bool is_nonvolatile() const { in is_nonvolatile() function in ConditionRegisterImpl
234 bool is_nonvolatile() const { return (8 <= (value()&0x7F) && (value()&0x7F) <= 15); } in is_nonvolatile() function in FloatRegisterImpl
365 bool is_nonvolatile() const { return false; } in is_nonvolatile() function in VectorRegisterImpl
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/cpu/s390/
H A Dregister_s390.hpp90 bool is_nonvolatile() const { return is_valid() && !is_volatile(); } in is_nonvolatile() function in RegisterImpl
149 bool is_nonvolatile() const { in is_nonvolatile() function in ConditionRegisterImpl
234 bool is_nonvolatile() const { return (8 <= (value()&0x7F) && (value()&0x7F) <= 15); } in is_nonvolatile() function in FloatRegisterImpl
365 bool is_nonvolatile() const { return false; } in is_nonvolatile() function in VectorRegisterImpl
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/cpu/s390/
H A Dregister_s390.hpp90 bool is_nonvolatile() const { return is_valid() && !is_volatile(); } in is_nonvolatile() function in RegisterImpl
149 bool is_nonvolatile() const { in is_nonvolatile() function in ConditionRegisterImpl
234 bool is_nonvolatile() const { return (8 <= (value()&0x7F) && (value()&0x7F) <= 15); } in is_nonvolatile() function in FloatRegisterImpl
365 bool is_nonvolatile() const { return false; } in is_nonvolatile() function in VectorRegisterImpl
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/cpu/s390/
H A Dregister_s390.hpp90 bool is_nonvolatile() const { return is_valid() && !is_volatile(); } in is_nonvolatile() function in RegisterImpl
149 bool is_nonvolatile() const { in is_nonvolatile() function in ConditionRegisterImpl
234 bool is_nonvolatile() const { return (8 <= (value()&0x7F) && (value()&0x7F) <= 15); } in is_nonvolatile() function in FloatRegisterImpl
365 bool is_nonvolatile() const { return false; } in is_nonvolatile() function in VectorRegisterImpl
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/cpu/ppc/
H A Dregister_ppc.hpp101 bool is_nonvolatile() const { return (14 <= (value()&0x7F) && (value()&0x7F) <= 31 ); } in is_nonvolatile() function in RegisterImpl
215 bool is_nonvolatile() const { return (2 <= (value()&0x7F) && (value()&0x7F) <= 4 ); } in is_nonvolatile() function in ConditionRegisterImpl
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/cpu/ppc/
H A Dregister_ppc.hpp101 bool is_nonvolatile() const { return (14 <= (value()&0x7F) && (value()&0x7F) <= 31 ); } in is_nonvolatile() function in RegisterImpl
215 bool is_nonvolatile() const { return (2 <= (value()&0x7F) && (value()&0x7F) <= 4 ); } in is_nonvolatile() function in ConditionRegisterImpl
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/cpu/ppc/
H A Dregister_ppc.hpp101 bool is_nonvolatile() const { return (14 <= (value()&0x7F) && (value()&0x7F) <= 31 ); } in is_nonvolatile() function in RegisterImpl
215 bool is_nonvolatile() const { return (2 <= (value()&0x7F) && (value()&0x7F) <= 4 ); } in is_nonvolatile() function in ConditionRegisterImpl
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/cpu/ppc/
H A Dregister_ppc.hpp101 bool is_nonvolatile() const { return (14 <= (value()&0x7F) && (value()&0x7F) <= 31 ); } in is_nonvolatile() function in RegisterImpl
215 bool is_nonvolatile() const { return (2 <= (value()&0x7F) && (value()&0x7F) <= 4 ); } in is_nonvolatile() function in ConditionRegisterImpl
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/cpu/ppc/
H A Dregister_ppc.hpp101 bool is_nonvolatile() const { return (14 <= (value()&0x7F) && (value()&0x7F) <= 31 ); } in is_nonvolatile() function in RegisterImpl
215 bool is_nonvolatile() const { return (2 <= (value()&0x7F) && (value()&0x7F) <= 4 ); } in is_nonvolatile() function in ConditionRegisterImpl
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/cpu/ppc/
H A Dregister_ppc.hpp101 bool is_nonvolatile() const { return (14 <= (value()&0x7F) && (value()&0x7F) <= 31 ); } in is_nonvolatile() function in RegisterImpl
215 bool is_nonvolatile() const { return (2 <= (value()&0x7F) && (value()&0x7F) <= 4 ); } in is_nonvolatile() function in ConditionRegisterImpl
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/cpu/ppc/
H A Dregister_ppc.hpp101 bool is_nonvolatile() const { return (14 <= (value()&0x7F) && (value()&0x7F) <= 31 ); } in is_nonvolatile() function in RegisterImpl
215 bool is_nonvolatile() const { return (2 <= (value()&0x7F) && (value()&0x7F) <= 4 ); } in is_nonvolatile() function in ConditionRegisterImpl
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/cpu/ppc/
H A Dregister_ppc.hpp101 bool is_nonvolatile() const { return (14 <= (value()&0x7F) && (value()&0x7F) <= 31 ); } in is_nonvolatile() function in RegisterImpl
215 bool is_nonvolatile() const { return (2 <= (value()&0x7F) && (value()&0x7F) <= 4 ); } in is_nonvolatile() function in ConditionRegisterImpl
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/cpu/ppc/vm/
H A Dregister_ppc.hpp102 bool is_nonvolatile() const { return (14 <= (value()&0x7F) && (value()&0x7F) <= 31 ); } in is_nonvolatile() function in RegisterImpl
216 bool is_nonvolatile() const { return (2 <= (value()&0x7F) && (value()&0x7F) <= 4 ); } in is_nonvolatile() function in ConditionRegisterImpl
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/cpu/ppc/vm/
H A Dregister_ppc.hpp102 bool is_nonvolatile() const { return (14 <= (value()&0x7F) && (value()&0x7F) <= 31 ); } in is_nonvolatile() function in RegisterImpl
216 bool is_nonvolatile() const { return (2 <= (value()&0x7F) && (value()&0x7F) <= 4 ); } in is_nonvolatile() function in ConditionRegisterImpl