Home
last modified time | relevance | path

Searched refs:is_strictfp (Results 26 – 50 of 73) sorted by relevance

123

/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/c1/
H A Dc1_LIRGenerator.cpp504 …ytecodes::Code code, LIR_Opr result, LIR_Opr left, LIR_Opr right, bool is_strictfp, LIR_Opr tmp_op… in arithmetic_op() argument
525 if (is_strictfp) { in arithmetic_op()
564 if (is_strictfp) { in arithmetic_op()
590 …Bytecodes::Code code, LIR_Opr result, LIR_Opr left, LIR_Opr right, bool is_strictfp, LIR_Opr tmp) { in arithmetic_op_fpu() argument
591 arithmetic_op(code, result, left, right, is_strictfp, tmp); in arithmetic_op_fpu()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/c1/
H A Dc1_LIRGenerator.cpp511 …ytecodes::Code code, LIR_Opr result, LIR_Opr left, LIR_Opr right, bool is_strictfp, LIR_Opr tmp_op… in arithmetic_op() argument
532 if (is_strictfp) { in arithmetic_op()
571 if (is_strictfp) { in arithmetic_op()
597 …Bytecodes::Code code, LIR_Opr result, LIR_Opr left, LIR_Opr right, bool is_strictfp, LIR_Opr tmp) { in arithmetic_op_fpu() argument
598 arithmetic_op(code, result, left, right, is_strictfp, tmp); in arithmetic_op_fpu()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/c1/
H A Dc1_LIRGenerator.cpp511 …ytecodes::Code code, LIR_Opr result, LIR_Opr left, LIR_Opr right, bool is_strictfp, LIR_Opr tmp_op… in arithmetic_op() argument
532 if (is_strictfp) { in arithmetic_op()
571 if (is_strictfp) { in arithmetic_op()
597 …Bytecodes::Code code, LIR_Opr result, LIR_Opr left, LIR_Opr right, bool is_strictfp, LIR_Opr tmp) { in arithmetic_op_fpu() argument
598 arithmetic_op(code, result, left, right, is_strictfp, tmp); in arithmetic_op_fpu()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/cpu/aarch64/
H A Dc1_LIRGenerator_aarch64.cpp425 if (x->is_strictfp() && (x->op() == Bytecodes::_dmul || x->op() == Bytecodes::_ddiv)) { in do_ArithmeticOp_FPU()
429 arithmetic_op_fpu(x->op(), reg, left.result(), right.result(), x->is_strictfp()); in do_ArithmeticOp_FPU()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/cpu/aarch64/
H A Dc1_LIRGenerator_aarch64.cpp426 if (x->is_strictfp() && (x->op() == Bytecodes::_dmul || x->op() == Bytecodes::_ddiv)) { in do_ArithmeticOp_FPU()
430 arithmetic_op_fpu(x->op(), reg, left.result(), right.result(), x->is_strictfp()); in do_ArithmeticOp_FPU()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/cpu/aarch64/
H A Dc1_LIRGenerator_aarch64.cpp425 if (x->is_strictfp() && (x->op() == Bytecodes::_dmul || x->op() == Bytecodes::_ddiv)) { in do_ArithmeticOp_FPU()
429 arithmetic_op_fpu(x->op(), reg, left.result(), right.result(), x->is_strictfp()); in do_ArithmeticOp_FPU()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/cpu/aarch64/
H A Dc1_LIRGenerator_aarch64.cpp426 if (x->is_strictfp() && (x->op() == Bytecodes::_dmul || x->op() == Bytecodes::_ddiv)) { in do_ArithmeticOp_FPU()
430 arithmetic_op_fpu(x->op(), reg, left.result(), right.result(), x->is_strictfp()); in do_ArithmeticOp_FPU()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/cpu/aarch64/vm/
H A Dc1_LIRGenerator_aarch64.cpp495 if (x->is_strictfp() && (x->op() == Bytecodes::_dmul || x->op() == Bytecodes::_ddiv)) { in do_ArithmeticOp_FPU()
499 arithmetic_op_fpu(x->op(), reg, left.result(), right.result(), x->is_strictfp()); in do_ArithmeticOp_FPU()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/cpu/aarch64/vm/
H A Dc1_LIRGenerator_aarch64.cpp495 if (x->is_strictfp() && (x->op() == Bytecodes::_dmul || x->op() == Bytecodes::_ddiv)) { in do_ArithmeticOp_FPU()
499 arithmetic_op_fpu(x->op(), reg, left.result(), right.result(), x->is_strictfp()); in do_ArithmeticOp_FPU()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/c1/
H A Dc1_LIRGenerator.cpp505 …ytecodes::Code code, LIR_Opr result, LIR_Opr left, LIR_Opr right, bool is_strictfp, LIR_Opr tmp_op… in arithmetic_op() argument
526 if (is_strictfp) { in arithmetic_op()
565 if (is_strictfp) { in arithmetic_op()
591 …Bytecodes::Code code, LIR_Opr result, LIR_Opr left, LIR_Opr right, bool is_strictfp, LIR_Opr tmp) { in arithmetic_op_fpu() argument
592 arithmetic_op(code, result, left, right, is_strictfp, tmp); in arithmetic_op_fpu()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/cpu/aarch64/
H A Dc1_LIRGenerator_aarch64.cpp425 if (x->is_strictfp() && (x->op() == Bytecodes::_dmul || x->op() == Bytecodes::_ddiv)) { in do_ArithmeticOp_FPU()
429 arithmetic_op_fpu(x->op(), reg, left.result(), right.result(), x->is_strictfp()); in do_ArithmeticOp_FPU()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/cpu/aarch64/
H A Dc1_LIRGenerator_aarch64.cpp425 if (x->is_strictfp() && (x->op() == Bytecodes::_dmul || x->op() == Bytecodes::_ddiv)) { in do_ArithmeticOp_FPU()
429 arithmetic_op_fpu(x->op(), reg, left.result(), right.result(), x->is_strictfp()); in do_ArithmeticOp_FPU()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/cpu/aarch64/
H A Dc1_LIRGenerator_aarch64.cpp425 if (x->is_strictfp() && (x->op() == Bytecodes::_dmul || x->op() == Bytecodes::_ddiv)) { in do_ArithmeticOp_FPU()
429 arithmetic_op_fpu(x->op(), reg, left.result(), right.result(), x->is_strictfp()); in do_ArithmeticOp_FPU()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/cpu/x86/vm/
H A Dc1_LIRGenerator_x86.cpp434 if (x->is_strictfp() && (x->op() == Bytecodes::_dmul || x->op() == Bytecodes::_ddiv)) { in do_ArithmeticOp_FPU()
454 arithmetic_op_fpu(x->op(), reg, left.result(), right.result(), x->is_strictfp(), tmp); in do_ArithmeticOp_FPU()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/cpu/x86/vm/
H A Dc1_LIRGenerator_x86.cpp434 if (x->is_strictfp() && (x->op() == Bytecodes::_dmul || x->op() == Bytecodes::_ddiv)) { in do_ArithmeticOp_FPU()
454 arithmetic_op_fpu(x->op(), reg, left.result(), right.result(), x->is_strictfp(), tmp); in do_ArithmeticOp_FPU()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/cpu/x86/
H A Dc1_LIRGenerator_x86.cpp386 if (x->is_strictfp() && (x->op() == Bytecodes::_dmul || x->op() == Bytecodes::_ddiv)) { in do_ArithmeticOp_FPU()
406 arithmetic_op_fpu(x->op(), reg, left.result(), right.result(), x->is_strictfp(), tmp); in do_ArithmeticOp_FPU()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/cpu/x86/
H A Dc1_LIRGenerator_x86.cpp385 if (x->is_strictfp() && (x->op() == Bytecodes::_dmul || x->op() == Bytecodes::_ddiv)) { in do_ArithmeticOp_FPU()
405 arithmetic_op_fpu(x->op(), reg, left.result(), right.result(), x->is_strictfp(), tmp); in do_ArithmeticOp_FPU()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/cpu/x86/
H A Dc1_LIRGenerator_x86.cpp386 if (x->is_strictfp() && (x->op() == Bytecodes::_dmul || x->op() == Bytecodes::_ddiv)) { in do_ArithmeticOp_FPU()
406 arithmetic_op_fpu(x->op(), reg, left.result(), right.result(), x->is_strictfp(), tmp); in do_ArithmeticOp_FPU()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/cpu/x86/
H A Dc1_LIRGenerator_x86.cpp385 if (x->is_strictfp() && (x->op() == Bytecodes::_dmul || x->op() == Bytecodes::_ddiv)) { in do_ArithmeticOp_FPU()
405 arithmetic_op_fpu(x->op(), reg, left.result(), right.result(), x->is_strictfp(), tmp); in do_ArithmeticOp_FPU()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/cpu/x86/
H A Dc1_LIRGenerator_x86.cpp385 if (x->is_strictfp() && (x->op() == Bytecodes::_dmul || x->op() == Bytecodes::_ddiv)) { in do_ArithmeticOp_FPU()
405 arithmetic_op_fpu(x->op(), reg, left.result(), right.result(), x->is_strictfp(), tmp); in do_ArithmeticOp_FPU()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/cpu/s390/
H A Dc1_LIRGenerator_s390.cpp333 arithmetic_op_fpu(x->op(), reg, left.result(), right.result(), x->is_strictfp(), tmp); in do_ArithmeticOp_FPU()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/cpu/s390/
H A Dc1_LIRGenerator_s390.cpp333 arithmetic_op_fpu(x->op(), reg, left.result(), right.result(), x->is_strictfp(), tmp); in do_ArithmeticOp_FPU()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/cpu/s390/
H A Dc1_LIRGenerator_s390.cpp334 arithmetic_op_fpu(x->op(), reg, left.result(), right.result(), x->is_strictfp(), tmp); in do_ArithmeticOp_FPU()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/cpu/s390/
H A Dc1_LIRGenerator_s390.cpp333 arithmetic_op_fpu(x->op(), reg, left.result(), right.result(), x->is_strictfp(), tmp); in do_ArithmeticOp_FPU()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/cpu/s390/
H A Dc1_LIRGenerator_s390.cpp333 arithmetic_op_fpu(x->op(), reg, left.result(), right.result(), x->is_strictfp(), tmp); in do_ArithmeticOp_FPU()

123