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

/openjdk7/hotspot/src/cpu/x86/vm/
H A DnativeInst_x86.cpp313 case instruction_code_reg2mem: // 0x89 (q/l)
371 case instruction_code_reg2mem: // 0x89 movl a, r (can be movq in 64bit)
H A DnativeInst_x86.hpp248 // mov[b/w/l/q] [reg + offset], reg (instruction_code_reg2mem)
276 instruction_code_reg2mem = 0x89, enumerator in enum:NativeMovRegMem::Intel_specific_constants

Completed in 77 milliseconds