Searched refs:wide (Results 51 - 53 of 53) sorted by relevance

123

/openjdk10/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.asm.amd64/src/org/graalvm/compiler/asm/amd64/
H A DAMD64Assembler.java2054 public final void movq(Register dst, AMD64Address src, boolean wide) { argument
2056 AMD64InstructionAttr attributes = new AMD64InstructionAttr(AvxVectorLen.AVX_128bit, /* rexVexW */ wide, /* legacyMode */ false, /* noMaskReg */ false, /* usesVl */ false, target);
2059 emitOperandHelper(dst, src, wide, 0);
2064 emitOperandHelper(dst, src, wide, 0);
/openjdk10/hotspot/src/share/vm/interpreter/
H A DbytecodeInterpreter.cpp2328 bool wide = false; local
2335 wide = true;
2369 CALL_VM(InterpreterRuntime::ldc(THREAD, wide), handle_exception);
H A DtemplateTable.cpp194 // make sure that wide instructions have a vtos entry point
196 // extra set of 5 dispatch tables for the wide instructions - for simplicity
198 assert(in == vtos || !is_wide, "wide instructions have vtos entry point only");
457 def(Bytecodes::_wide , ubcp|disp|____|____, vtos, vtos, wide , _ );
464 // wide Java spec bytecodes

Completed in 64 milliseconds

123