Searched refs:movlfs (Results 1 - 1 of 1) sorted by relevance
/openjdk7/hotspot/src/os_cpu/solaris_x86/vm/ | ||
H A D | os_solaris_x86.cpp | 107 static const unsigned char movlfs[] = { 0x8e, 0xe0 // movl %eax,%fs variable 680 if(p[0] == movlfs[0] && p[1] == movlfs[1]) { |
Completed in 260 milliseconds