Home
last modified time | relevance | path

Searched refs:overflow_frequency (Results 1 – 25 of 50) sorted by relevance

12

/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/cpu/ppc/
H A Dinterp_masm_ppc_64.cpp1226 const int overflow_frequency = 1024; in test_backedge_count_for_osr() local
1227 andi_(Rtmp, backedge_count, overflow_frequency-1); in test_backedge_count_for_osr()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/cpu/ppc/
H A Dinterp_masm_ppc_64.cpp1226 const int overflow_frequency = 1024; in test_backedge_count_for_osr() local
1227 andi_(Rtmp, backedge_count, overflow_frequency-1); in test_backedge_count_for_osr()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/cpu/ppc/
H A Dinterp_masm_ppc_64.cpp1238 const int overflow_frequency = 1024; in test_backedge_count_for_osr() local
1239 andi_(Rtmp, backedge_count, overflow_frequency-1); in test_backedge_count_for_osr()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/cpu/ppc/
H A Dinterp_masm_ppc_64.cpp1236 const int overflow_frequency = 1024; in test_backedge_count_for_osr() local
1237 andi_(Rtmp, backedge_count, overflow_frequency-1); in test_backedge_count_for_osr()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/cpu/ppc/
H A Dinterp_masm_ppc_64.cpp1244 const int overflow_frequency = 1024; in test_backedge_count_for_osr() local
1245 andi_(Rtmp, backedge_count, overflow_frequency-1); in test_backedge_count_for_osr()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/cpu/ppc/
H A Dinterp_masm_ppc_64.cpp1239 const int overflow_frequency = 1024; in test_backedge_count_for_osr() local
1240 andi_(Rtmp, backedge_count, overflow_frequency-1); in test_backedge_count_for_osr()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/cpu/ppc/
H A Dinterp_masm_ppc_64.cpp1238 const int overflow_frequency = 1024; in test_backedge_count_for_osr() local
1239 andi_(Rtmp, backedge_count, overflow_frequency-1); in test_backedge_count_for_osr()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/cpu/ppc/vm/
H A Dinterp_masm_ppc_64.cpp1194 const int overflow_frequency = 1024; in test_backedge_count_for_osr() local
1195 li(Rtmp, overflow_frequency-1); in test_backedge_count_for_osr()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/cpu/ppc/vm/
H A Dinterp_masm_ppc_64.cpp1194 const int overflow_frequency = 1024; in test_backedge_count_for_osr() local
1195 li(Rtmp, overflow_frequency-1); in test_backedge_count_for_osr()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/cpu/sparc/
H A Dinterp_masm_sparc.cpp2447 const int overflow_frequency = 1024; in test_backedge_count_for_osr() local
2448 andcc(backedge_count, overflow_frequency-1, Rtmp); in test_backedge_count_for_osr()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/cpu/sparc/
H A Dinterp_masm_sparc.cpp2447 const int overflow_frequency = 1024; in test_backedge_count_for_osr() local
2448 andcc(backedge_count, overflow_frequency-1, Rtmp); in test_backedge_count_for_osr()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/cpu/sparc/
H A Dinterp_masm_sparc.cpp2447 const int overflow_frequency = 1024; in test_backedge_count_for_osr() local
2448 andcc(backedge_count, overflow_frequency-1, Rtmp); in test_backedge_count_for_osr()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/cpu/sparc/
H A Dinterp_masm_sparc.cpp2447 const int overflow_frequency = 1024; in test_backedge_count_for_osr() local
2448 andcc(backedge_count, overflow_frequency-1, Rtmp); in test_backedge_count_for_osr()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/cpu/sparc/
H A Dinterp_masm_sparc.cpp2445 const int overflow_frequency = 1024; in test_backedge_count_for_osr() local
2446 andcc(backedge_count, overflow_frequency-1, Rtmp); in test_backedge_count_for_osr()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/cpu/sparc/vm/
H A Dinterp_masm_sparc.cpp2443 const int overflow_frequency = 1024; in test_backedge_count_for_osr() local
2444 andcc(backedge_count, overflow_frequency-1, Rtmp); in test_backedge_count_for_osr()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/cpu/sparc/vm/
H A Dinterp_masm_sparc.cpp2443 const int overflow_frequency = 1024; in test_backedge_count_for_osr() local
2444 andcc(backedge_count, overflow_frequency-1, Rtmp); in test_backedge_count_for_osr()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/cpu/arm/
H A DtemplateTable_arm.cpp2416 const int overflow_frequency = 1024; in branch() local
2419 __ tst(Rbumped_taken_count, (unsigned)(overflow_frequency-1)); in branch()
2422 assert(overflow_frequency == (1 << 10),"shift by 22 not correct for expected frequency"); in branch()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/cpu/arm/
H A DtemplateTable_arm.cpp2416 const int overflow_frequency = 1024; in branch() local
2419 __ tst(Rbumped_taken_count, (unsigned)(overflow_frequency-1)); in branch()
2422 assert(overflow_frequency == (1 << 10),"shift by 22 not correct for expected frequency"); in branch()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/cpu/x86/vm/
H A DtemplateTable_x86_64.cpp1707 const int overflow_frequency = 1024; in branch() local
1708 __ andl(rbx, overflow_frequency - 1); in branch()
H A DtemplateTable_x86_32.cpp1685 const int overflow_frequency = 1024; in branch() local
1686 __ andptr(rbx, overflow_frequency-1); in branch()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/cpu/x86/vm/
H A DtemplateTable_x86_64.cpp1707 const int overflow_frequency = 1024; in branch() local
1708 __ andl(rbx, overflow_frequency - 1); in branch()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/cpu/s390/
H A DtemplateTable_s390.cpp1983 const int overflow_frequency = 1024; in branch() local
1984 __ and_imm(bumped_count, overflow_frequency - 1); in branch()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/cpu/s390/
H A DtemplateTable_s390.cpp1983 const int overflow_frequency = 1024; in branch() local
1984 __ and_imm(bumped_count, overflow_frequency - 1); in branch()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/cpu/s390/
H A DtemplateTable_s390.cpp1983 const int overflow_frequency = 1024; in branch() local
1984 __ and_imm(bumped_count, overflow_frequency - 1); in branch()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/cpu/aarch64/vm/
H A DtemplateTable_aarch64.cpp1797 const int overflow_frequency = 1024; in branch() local
1798 __ andsw(r1, r1, overflow_frequency - 1); in branch()

12