Home
last modified time | relevance | path

Searched defs:add2_with_carry (Results 1 – 25 of 46) sorted by relevance

12

/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/cpu/aarch64/
H A DmacroAssembler_aarch64.hpp1279 void add2_with_carry(Register dest_hi, Register dest_lo, Register src1, Register src2) { in add2_with_carry() function in MacroAssembler
H A DmacroAssembler_aarch64.cpp2595 void MacroAssembler::add2_with_carry(Register final_dest_hi, Register dest_hi, Register dest_lo, in add2_with_carry() function in MacroAssembler
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/cpu/aarch64/
H A DmacroAssembler_aarch64.hpp1263 void add2_with_carry(Register dest_hi, Register dest_lo, Register src1, Register src2) { in add2_with_carry() function in MacroAssembler
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/cpu/aarch64/
H A DmacroAssembler_aarch64.hpp1279 void add2_with_carry(Register dest_hi, Register dest_lo, Register src1, Register src2) { in add2_with_carry() function in MacroAssembler
H A DmacroAssembler_aarch64.cpp2595 void MacroAssembler::add2_with_carry(Register final_dest_hi, Register dest_hi, Register dest_lo, in add2_with_carry() function in MacroAssembler
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/cpu/aarch64/
H A DmacroAssembler_aarch64.hpp1280 void add2_with_carry(Register dest_hi, Register dest_lo, Register src1, Register src2) { in add2_with_carry() function in MacroAssembler
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/cpu/aarch64/
H A DmacroAssembler_aarch64.hpp1270 void add2_with_carry(Register dest_hi, Register dest_lo, Register src1, Register src2) { in add2_with_carry() function in MacroAssembler
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/cpu/aarch64/vm/
H A DmacroAssembler_aarch64.hpp1201 void add2_with_carry(Register dest_hi, Register dest_lo, Register src1, Register src2) { in add2_with_carry() function in MacroAssembler
H A DmacroAssembler_aarch64.cpp2424 void MacroAssembler::add2_with_carry(Register final_dest_hi, Register dest_hi, Register dest_lo, in add2_with_carry() function in MacroAssembler
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/cpu/aarch64/vm/
H A DmacroAssembler_aarch64.hpp1201 void add2_with_carry(Register dest_hi, Register dest_lo, Register src1, Register src2) { in add2_with_carry() function in MacroAssembler
H A DmacroAssembler_aarch64.cpp2424 void MacroAssembler::add2_with_carry(Register final_dest_hi, Register dest_hi, Register dest_lo, in add2_with_carry() function in MacroAssembler
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/cpu/aarch64/
H A DmacroAssembler_aarch64.hpp1296 void add2_with_carry(Register dest_hi, Register dest_lo, Register src1, Register src2) { in add2_with_carry() function in MacroAssembler
H A DmacroAssembler_aarch64.cpp2716 void MacroAssembler::add2_with_carry(Register final_dest_hi, Register dest_hi, Register dest_lo, in add2_with_carry() function in MacroAssembler
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/cpu/aarch64/
H A DmacroAssembler_aarch64.hpp1297 void add2_with_carry(Register dest_hi, Register dest_lo, Register src1, Register src2) { in add2_with_carry() function in MacroAssembler
H A DmacroAssembler_aarch64.cpp2722 void MacroAssembler::add2_with_carry(Register final_dest_hi, Register dest_hi, Register dest_lo, in add2_with_carry() function in MacroAssembler
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/cpu/aarch64/
H A DmacroAssembler_aarch64.hpp1285 void add2_with_carry(Register dest_hi, Register dest_lo, Register src1, Register src2) { in add2_with_carry() function in MacroAssembler
H A DmacroAssembler_aarch64.cpp2684 void MacroAssembler::add2_with_carry(Register final_dest_hi, Register dest_hi, Register dest_lo, in add2_with_carry() function in MacroAssembler
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/cpu/ppc/
H A DmacroAssembler_ppc.cpp3943 void MacroAssembler::add2_with_carry(Register dest_hi, in add2_with_carry() function in MacroAssembler
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/cpu/ppc/
H A DmacroAssembler_ppc.cpp4004 void MacroAssembler::add2_with_carry(Register dest_hi, in add2_with_carry() function in MacroAssembler
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/cpu/ppc/
H A DmacroAssembler_ppc.cpp3940 void MacroAssembler::add2_with_carry(Register dest_hi, in add2_with_carry() function in MacroAssembler
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/cpu/ppc/
H A DmacroAssembler_ppc.cpp4560 void MacroAssembler::add2_with_carry(Register dest_hi, in add2_with_carry() function in MacroAssembler
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/cpu/ppc/
H A DmacroAssembler_ppc.cpp4501 void MacroAssembler::add2_with_carry(Register dest_hi, in add2_with_carry() function in MacroAssembler
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/cpu/ppc/
H A DmacroAssembler_ppc.cpp4497 void MacroAssembler::add2_with_carry(Register dest_hi, in add2_with_carry() function in MacroAssembler
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/cpu/ppc/
H A DmacroAssembler_ppc.cpp4560 void MacroAssembler::add2_with_carry(Register dest_hi, in add2_with_carry() function in MacroAssembler
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/cpu/ppc/
H A DmacroAssembler_ppc.cpp4492 void MacroAssembler::add2_with_carry(Register dest_hi, in add2_with_carry() function in MacroAssembler

12