Searched defs:rex_size (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/cpu/x86/vm/
H A DnativeInst_x86.hpp189 static const int rex_size = 1; member in class:NativeMovConstReg
192 static const int rex_size = 0;
197 instruction_size = 1 + rex_size + wordSize,
199 data_offset = 1 + rex_size,
349 static const int rex_size = 1; member in class:NativeLoadAddress
352 static const int rex_size = 0;

Completed in 289 milliseconds