Home
last modified time | relevance | path

Searched refs:constantBits (Results 1 – 10 of 10) sorted by relevance

/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.lir.sparc/src/org/graalvm/compiler/lir/sparc/
H A DSPARCMove.java677 int constantBits = java.lang.Float.floatToIntBits(constant); in const2reg() local
678 if (hasVIS1 && constantBits == 0) { in const2reg()
682 if (hasVIS3 && isSimm13(constantBits)) { in const2reg()
683 masm.or(g0, constantBits, scratch); in const2reg()
695 long constantBits = java.lang.Double.doubleToRawLongBits(constant); in const2reg() local
696 if (hasVIS1 && constantBits == 0) { in const2reg()
700 if (hasVIS3 && isSimm13(constantBits)) { in const2reg()
701 masm.or(g0, (int) constantBits, scratch); in const2reg()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.lir.sparc/src/org/graalvm/compiler/lir/sparc/
H A DSPARCMove.java677 int constantBits = java.lang.Float.floatToIntBits(constant); in const2reg() local
678 if (hasVIS1 && constantBits == 0) { in const2reg()
682 if (hasVIS3 && isSimm13(constantBits)) { in const2reg()
683 masm.or(g0, constantBits, scratch); in const2reg()
695 long constantBits = java.lang.Double.doubleToRawLongBits(constant); in const2reg() local
696 if (hasVIS1 && constantBits == 0) { in const2reg()
700 if (hasVIS3 && isSimm13(constantBits)) { in const2reg()
701 masm.or(g0, (int) constantBits, scratch); in const2reg()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.lir.sparc/src/org/graalvm/compiler/lir/sparc/
H A DSPARCMove.java677 int constantBits = java.lang.Float.floatToIntBits(constant); in const2reg() local
678 if (hasVIS1 && constantBits == 0) { in const2reg()
682 if (hasVIS3 && isSimm13(constantBits)) { in const2reg()
683 masm.or(g0, constantBits, scratch); in const2reg()
695 long constantBits = java.lang.Double.doubleToRawLongBits(constant); in const2reg() local
696 if (hasVIS1 && constantBits == 0) { in const2reg()
700 if (hasVIS3 && isSimm13(constantBits)) { in const2reg()
701 masm.or(g0, (int) constantBits, scratch); in const2reg()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.lir.sparc/src/org/graalvm/compiler/lir/sparc/
H A DSPARCMove.java677 int constantBits = java.lang.Float.floatToIntBits(constant); in const2reg() local
678 if (hasVIS1 && constantBits == 0) { in const2reg()
682 if (hasVIS3 && isSimm13(constantBits)) { in const2reg()
683 masm.or(g0, constantBits, scratch); in const2reg()
695 long constantBits = java.lang.Double.doubleToRawLongBits(constant); in const2reg() local
696 if (hasVIS1 && constantBits == 0) { in const2reg()
700 if (hasVIS3 && isSimm13(constantBits)) { in const2reg()
701 masm.or(g0, (int) constantBits, scratch); in const2reg()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.lir.sparc/src/org/graalvm/compiler/lir/sparc/
H A DSPARCMove.java677 int constantBits = java.lang.Float.floatToIntBits(constant); in const2reg() local
678 if (hasVIS1 && constantBits == 0) { in const2reg()
682 if (hasVIS3 && isSimm13(constantBits)) { in const2reg()
683 masm.or(g0, constantBits, scratch); in const2reg()
695 long constantBits = java.lang.Double.doubleToRawLongBits(constant); in const2reg() local
696 if (hasVIS1 && constantBits == 0) { in const2reg()
700 if (hasVIS3 && isSimm13(constantBits)) { in const2reg()
701 masm.or(g0, (int) constantBits, scratch); in const2reg()
/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/skia/src/sksl/
H A DSkSLGLSLCodeGenerator.cpp900 int constantBits = 0; in writeFunctionCall() local
905 constantBits <<= 1; in writeFunctionCall()
908 constantBits |= 1; in writeFunctionCall()
915 constantBits |= 1; in writeFunctionCall()
939 if (constantBits == 1) { in writeFunctionCall()
947 switch (constantBits) { in writeFunctionCall()
967 switch (constantBits) { in writeFunctionCall()
993 switch (constantBits) { in writeFunctionCall()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/skia/skia/src/sksl/
H A DSkSLGLSLCodeGenerator.cpp900 int constantBits = 0; in writeFunctionCall() local
905 constantBits <<= 1; in writeFunctionCall()
908 constantBits |= 1; in writeFunctionCall()
915 constantBits |= 1; in writeFunctionCall()
939 if (constantBits == 1) { in writeFunctionCall()
947 switch (constantBits) { in writeFunctionCall()
967 switch (constantBits) { in writeFunctionCall()
993 switch (constantBits) { in writeFunctionCall()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/src/sksl/
H A DSkSLGLSLCodeGenerator.cpp909 int constantBits = 0; in writeFunctionCall() local
914 constantBits <<= 1; in writeFunctionCall()
917 constantBits |= 1; in writeFunctionCall()
924 constantBits |= 1; in writeFunctionCall()
948 if (constantBits == 1) { in writeFunctionCall()
956 switch (constantBits) { in writeFunctionCall()
976 switch (constantBits) { in writeFunctionCall()
1002 switch (constantBits) { in writeFunctionCall()
/dports/www/firefox/firefox-99.0/gfx/skia/skia/src/sksl/
H A DSkSLGLSLCodeGenerator.cpp900 int constantBits = 0; in writeFunctionCall() local
905 constantBits <<= 1; in writeFunctionCall()
908 constantBits |= 1; in writeFunctionCall()
915 constantBits |= 1; in writeFunctionCall()
939 if (constantBits == 1) { in writeFunctionCall()
947 switch (constantBits) { in writeFunctionCall()
967 switch (constantBits) { in writeFunctionCall()
993 switch (constantBits) { in writeFunctionCall()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/skia/skia/src/sksl/
H A DSkSLGLSLCodeGenerator.cpp900 int constantBits = 0; in writeFunctionCall() local
905 constantBits <<= 1; in writeFunctionCall()
908 constantBits |= 1; in writeFunctionCall()
915 constantBits |= 1; in writeFunctionCall()
939 if (constantBits == 1) { in writeFunctionCall()
947 switch (constantBits) { in writeFunctionCall()
967 switch (constantBits) { in writeFunctionCall()
993 switch (constantBits) { in writeFunctionCall()