Searched defs:lshl (Results 1 - 9 of 9) sorted by last modified time

/openjdk10/langtools/src/jdk.compiler/share/classes/com/sun/tools/javac/jvm/
H A DByteCodes.java163 lshl = 121, field in interface:ByteCodes
/openjdk10/hotspot/src/share/vm/opto/
H A Dmulnode.cpp1135 Node *lshl = add->in(1); local
1268 Node *lshl = add->in(1); local
/openjdk10/hotspot/src/cpu/x86/vm/
H A DtemplateTable_x86.cpp1379 void TemplateTable::lshl() { function in class:TemplateTable
H A DmacroAssembler_x86.cpp252 void MacroAssembler::lshl(Register hi, Register lo) { function in class:MacroAssembler
/openjdk10/hotspot/src/cpu/sparc/vm/
H A DmacroAssembler_sparc.cpp1644 void MacroAssembler::lshl( Register Rin_high, Register Rin_low, function in class:MacroAssembler
/openjdk10/hotspot/src/cpu/s390/vm/
H A DtemplateTable_s390.cpp1473 void TemplateTable::lshl() { function in class:TemplateTable
/openjdk10/hotspot/src/cpu/ppc/vm/
H A DtemplateTable_ppc_64.cpp1286 void TemplateTable::lshl() { function in class:TemplateTable
/openjdk10/hotspot/src/cpu/arm/vm/
H A DtemplateTable_arm.cpp1652 void TemplateTable::lshl() { function in class:TemplateTable
/openjdk10/hotspot/src/cpu/aarch64/vm/
H A DtemplateTable_aarch64.cpp1355 void TemplateTable::lshl() function in class:TemplateTable

Completed in 277 milliseconds