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

/openjdk7/hotspot/src/cpu/x86/vm/
H A Dassembler_x86.cpp5006 void Assembler::mov64(Register dst, int64_t imm64) { function in class:Assembler
6471 mov64(rscratch1, src);
6481 mov64(dst, (intptr_t)src);
8156 LP64_ONLY(mov64(dst, src)) NOT_LP64(movl(dst, src));

Completed in 139 milliseconds