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

/openjdk7/hotspot/src/cpu/x86/vm/
H A Dassembler_x86.cpp300 int regenc = encode(reg) << 3; local
313 emit_byte(0x04 | regenc);
319 emit_byte(0x44 | regenc);
326 emit_byte(0x84 | regenc);
335 emit_byte(0x04 | regenc);
340 emit_byte(0x44 | regenc);
346 emit_byte(0x84 | regenc);
357 emit_byte(0x00 | regenc | baseenc);
361 emit_byte(0x40 | regenc | baseenc);
366 emit_byte(0x80 | regenc | baseen
[all...]

Completed in 270 milliseconds