Home
last modified time | relevance | path

Searched refs:times_8 (Results 151 – 175 of 193) sorted by relevance

12345678

/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/cpu/x86/vm/
H A DmacroAssembler_x86.cpp5964 if (LogMinObjAlignmentInBytes == Address::times_8) { in decode_heap_oop_not_null()
5965 leaq(dst, Address(r12_heapbase, src, Address::times_8, 0)); in decode_heap_oop_not_null()
6065 assert(LogKlassAlignmentInBytes == Address::times_8, "klass not aligned on 64bits?"); in decode_klass_not_null()
6066 leaq(dst, Address(dst, src, Address::times_8, 0)); in decode_klass_not_null()
H A Dc1_LIRAssembler_x86.cpp1453 case 8: return Address::times_8; in array_element_size()
3254 scale = Address::times_8; in emit_arraycopy()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/cpu/x86/vm/
H A DmacroAssembler_x86.cpp5964 if (LogMinObjAlignmentInBytes == Address::times_8) { in decode_heap_oop_not_null()
5965 leaq(dst, Address(r12_heapbase, src, Address::times_8, 0)); in decode_heap_oop_not_null()
6065 assert(LogKlassAlignmentInBytes == Address::times_8, "klass not aligned on 64bits?"); in decode_klass_not_null()
6066 leaq(dst, Address(dst, src, Address::times_8, 0)); in decode_klass_not_null()
H A Dc1_LIRAssembler_x86.cpp1453 case 8: return Address::times_8; in array_element_size()
3254 scale = Address::times_8; in emit_arraycopy()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/cpu/x86/
H A Dc1_LIRAssembler_x86.cpp1370 case 8: return Address::times_8; in array_element_size()
3173 scale = Address::times_8; in emit_arraycopy()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/cpu/x86/
H A Dc1_LIRAssembler_x86.cpp1386 case 8: return Address::times_8; in array_element_size()
3175 scale = Address::times_8; in emit_arraycopy()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/cpu/x86/
H A Dc1_LIRAssembler_x86.cpp1384 case 8: return Address::times_8; in array_element_size()
3228 scale = Address::times_8; in emit_arraycopy()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/cpu/x86/
H A Dc1_LIRAssembler_x86.cpp1387 case 8: return Address::times_8; in array_element_size()
3197 scale = Address::times_8; in emit_arraycopy()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/cpu/x86/
H A Dc1_LIRAssembler_x86.cpp1370 case 8: return Address::times_8; in array_element_size()
3173 scale = Address::times_8; in emit_arraycopy()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/cpu/x86/
H A Dc1_LIRAssembler_x86.cpp1370 case 8: return Address::times_8; in array_element_size()
3150 scale = Address::times_8; in emit_arraycopy()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/cpu/x86/
H A Dc1_LIRAssembler_x86.cpp1388 case 8: return Address::times_8; in array_element_size()
3232 scale = Address::times_8; in emit_arraycopy()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/cpu/x86/
H A Dc1_LIRAssembler_x86.cpp1386 case 8: return Address::times_8; in array_element_size()
3175 scale = Address::times_8; in emit_arraycopy()
/dports/lang/v8/v8-9.6.180.12/src/compiler/backend/x64/
H A Dcode-generator-x64.cc86 STATIC_ASSERT(3 == static_cast<int>(times_8)); in ScaleFor()
4437 __ jmp(Operand(kScratchRegister, input, times_8, 0)); in AssembleArchTableSwitch()
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/compiler/backend/x64/
H A Dcode-generator-x64.cc76 STATIC_ASSERT(3 == static_cast<int>(times_8)); in ScaleFor()
4310 __ jmp(Operand(kScratchRegister, input, times_8, 0)); in AssembleArchTableSwitch()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/codegen/ia32/
H A Dassembler-ia32.h202 times_8 = 3, enumerator
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/codegen/x64/
H A Dmacro-assembler-x64.cc1239 if (shift - kSmiShift <= static_cast<int>(times_8)) { in SmiToIndex()
/dports/www/node10/node-v10.24.1/deps/v8/src/x64/
H A Dmacro-assembler-x64.cc1260 DCHECK(shift >= times_1 && shift <= (static_cast<int>(times_8) + 1)); in SmiToIndex()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/c1/
H A Dc1_LIR.hpp504 times_8 = 3 enumerator
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/c1/
H A Dc1_LIR.hpp504 times_8 = 3 enumerator
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/c1/
H A Dc1_LIR.hpp504 times_8 = 3 enumerator
/dports/lang/v8/v8-9.6.180.12/src/codegen/ia32/
H A Dassembler-ia32.h202 times_8 = 3, enumerator
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/c1/
H A Dc1_LIR.hpp505 times_8 = 3 enumerator
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/c1/
H A Dc1_LIR.hpp505 times_8 = 3 enumerator
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/c1/
H A Dc1_LIR.hpp504 times_8 = 3 enumerator
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/codegen/ia32/
H A Dassembler-ia32.h202 times_8 = 3, enumerator

12345678