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

/openjdk7/hotspot/src/cpu/x86/vm/
H A DnativeInst_x86.cpp314 case instruction_code_mem2reg: // 0x8B (q/l)
373 case instruction_code_mem2reg: // 0x8b movl r, a (can be movq in 64bit)
H A DnativeInst_x86.hpp249 // mov[b/w/l/q] reg, [reg+offset] (instruction_code_mem2reg
277 instruction_code_mem2reg = 0x8b, enumerator in enum:NativeMovRegMem::Intel_specific_constants
564 return ( ubyte_at(0) == NativeMovRegMem::instruction_code_mem2reg ||

Completed in 46 milliseconds