Searched refs:lshl (Results 1 - 19 of 19) sorted by relevance

/openjdk10/langtools/src/jdk.compiler/share/classes/com/sun/tools/javac/jvm/
H A DByteCodes.java163 lshl = 121, field in interface:ByteCodes
H A DCode.java600 case lshl:
2348 mnem[lshl] = "lshl";
/openjdk10/hotspot/src/share/vm/opto/
H A Dmulnode.cpp1135 Node *lshl = add->in(1); local
1136 if( lshl->Opcode() == Op_LShiftI &&
1137 phase->type(lshl->in(2)) == t2 ) {
1139 Node *sum = phase->transform( new AddINode( lshl->in(1), y_z ) );
1268 Node *lshl = add->in(1); local
1269 if( lshl->Opcode() == Op_LShiftL &&
1270 phase->type(lshl->in(2)) == t2 ) {
1272 Node *sum = phase->transform( new AddLNode( lshl->in(1), y_z ) );
/openjdk10/hotspot/src/share/vm/interpreter/
H A DtemplateTable.hpp223 static void lshl();
H A DtemplateTable.cpp382 def(Bytecodes::_lshl , ____|____|____|____, itos, ltos, lshl , _ );
/openjdk10/langtools/src/jdk.compiler/share/classes/com/sun/tools/javac/comp/
H A DConstFold.java223 case lshl: case lshll:
H A DOperators.java754 .addBinaryOperator(LONG, INT, LONG, lshl)
H A DLower.java867 case ByteCodes.ishl: case ByteCodes.lshl:
/openjdk10/hotspot/src/cpu/sparc/vm/
H A DmacroAssembler_sparc.hpp1195 void lshl( Register Rin_high, Register Rin_low, Register Rcount,
H A DtemplateTable_sparc.cpp1205 void TemplateTable::lshl() {
1214 transition(itos, ltos); // %%%% see lshl comment
1223 transition(itos, ltos); // %%%% see lshl comment
H A DmacroAssembler_sparc.cpp1644 void MacroAssembler::lshl( Register Rin_high, Register Rin_low, function in class:MacroAssembler
/openjdk10/hotspot/src/cpu/x86/vm/
H A DtemplateTable_x86.cpp1379 void TemplateTable::lshl() { function in class:TemplateTable
1387 __ lshl(rdx, rax);
H A DmacroAssembler_x86.hpp411 void lshl(Register hi, Register lo); // hi:lo << (rcx & 0x3f)
H A Dc1_LIRAssembler_x86.cpp2914 case lir_shl: __ lshl(hi, lo); break;
H A DmacroAssembler_x86.cpp252 void MacroAssembler::lshl(Register hi, Register lo) { function in class:MacroAssembler
/openjdk10/hotspot/src/cpu/aarch64/vm/
H A DtemplateTable_aarch64.cpp1355 void TemplateTable::lshl() function in class:TemplateTable
/openjdk10/hotspot/src/cpu/s390/vm/
H A DtemplateTable_s390.cpp1473 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/ppc/vm/
H A DtemplateTable_ppc_64.cpp1286 void TemplateTable::lshl() { function in class:TemplateTable

Completed in 566 milliseconds