Home
last modified time | relevance | path

Searched defs:is_simm (Results 1 – 25 of 28) sorted by relevance

12

/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/asm/
H A Dassembler.hpp300 static bool is_simm(int64_t x, uint w) { in is_simm() function in AbstractAssembler
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/asm/
H A Dassembler.hpp300 static bool is_simm(int64_t x, uint w) { in is_simm() function in AbstractAssembler
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/asm/
H A Dassembler.hpp293 static bool is_simm(int64_t x, uint w) { in is_simm() function in AbstractAssembler
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/asm/
H A Dassembler.hpp305 …static bool is_simm(intptr_t x, int nbits) { return min_simm(nbits) <= x && x <= max_simm(nbits); } in is_simm() function in AbstractAssembler
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/asm/
H A Dassembler.hpp305 static bool is_simm(int64_t x, uint w) { in is_simm() function in AbstractAssembler
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/asm/
H A Dassembler.hpp304 static bool is_simm(int64_t x, uint w) { in is_simm() function in AbstractAssembler
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/asm/
H A Dassembler.hpp293 static bool is_simm(int64_t x, uint w) { in is_simm() function in AbstractAssembler
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/asm/
H A Dassembler.hpp305 …static bool is_simm(intptr_t x, int nbits) { return min_simm(nbits) <= x && x <= max_simm(nbits); } in is_simm() function in AbstractAssembler
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/asm/
H A Dassembler.hpp305 …static bool is_simm(intptr_t x, int nbits) { return min_simm(nbits) <= x && x <= max_simm(nbits); } in is_simm() function in AbstractAssembler
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/asm/
H A Dassembler.hpp312 …static bool is_simm(intptr_t x, int nbits) { return min_simm(nbits) <= x && x <= max_simm(nbits); } in is_simm() function in AbstractAssembler
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/cpu/ppc/vm/
H A Dassembler_ppc.hpp858 static bool is_simm(int x, unsigned int nbits) { in is_simm() function in Assembler
865 static bool is_simm(jlong x, unsigned int nbits) { in is_simm() function in Assembler
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/cpu/ppc/vm/
H A Dassembler_ppc.hpp858 static bool is_simm(int x, unsigned int nbits) { in is_simm() function in Assembler
865 static bool is_simm(jlong x, unsigned int nbits) { in is_simm() function in Assembler
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/cpu/ppc/
H A Dassembler_ppc.hpp917 static bool is_simm(int x, unsigned int nbits) { in is_simm() function in Assembler
924 static bool is_simm(jlong x, unsigned int nbits) { in is_simm() function in Assembler
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/cpu/ppc/
H A Dassembler_ppc.hpp917 static bool is_simm(int x, unsigned int nbits) { in is_simm() function in Assembler
924 static bool is_simm(jlong x, unsigned int nbits) { in is_simm() function in Assembler
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/cpu/ppc/
H A Dassembler_ppc.hpp947 static bool is_simm(int x, unsigned int nbits) { in is_simm() function in Assembler
954 static bool is_simm(jlong x, unsigned int nbits) { in is_simm() function in Assembler
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/cpu/ppc/
H A Dassembler_ppc.hpp964 static bool is_simm(int x, unsigned int nbits) { in is_simm() function in Assembler
971 static bool is_simm(jlong x, unsigned int nbits) { in is_simm() function in Assembler
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/cpu/ppc/
H A Dassembler_ppc.hpp1001 static bool is_simm(int x, unsigned int nbits) { in is_simm() function in Assembler
1008 static bool is_simm(jlong x, unsigned int nbits) { in is_simm() function in Assembler
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/cpu/ppc/
H A Dassembler_ppc.hpp939 static bool is_simm(int x, unsigned int nbits) { in is_simm() function in Assembler
946 static bool is_simm(jlong x, unsigned int nbits) { in is_simm() function in Assembler
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/cpu/ppc/
H A Dassembler_ppc.hpp949 static bool is_simm(int x, unsigned int nbits) { in is_simm() function in Assembler
956 static bool is_simm(jlong x, unsigned int nbits) { in is_simm() function in Assembler
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/cpu/ppc/
H A Dassembler_ppc.hpp947 static bool is_simm(int x, unsigned int nbits) { in is_simm() function in Assembler
954 static bool is_simm(jlong x, unsigned int nbits) { in is_simm() function in Assembler
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/cpu/s390/
H A Dassembler_s390.hpp37 static bool is_simm(int64_t x, unsigned int nbits) { in is_simm() function in Immediate
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/cpu/s390/
H A Dassembler_s390.hpp37 static bool is_simm(int64_t x, unsigned int nbits) { in is_simm() function in Immediate
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/cpu/s390/
H A Dassembler_s390.hpp37 static bool is_simm(int64_t x, unsigned int nbits) { in is_simm() function in Immediate
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/cpu/s390/
H A Dassembler_s390.hpp37 static bool is_simm(int64_t x, unsigned int nbits) { in is_simm() function in Immediate
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/cpu/s390/
H A Dassembler_s390.hpp37 static bool is_simm(int64_t x, unsigned int nbits) { in is_simm() function in Immediate

12