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

/openjdk7/hotspot/src/cpu/x86/vm/
H A Dassembler_x86.cpp4181 int opc2 = simd_opc[opc]; local
4182 if (opc2 > 0) {
4183 emit_byte(opc2);
4196 int opc2 = simd_opc[opc]; local
4197 if (opc2 > 0) {
4198 emit_byte(opc2);

Completed in 63 milliseconds