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

/openjdk7/hotspot/src/cpu/x86/vm/
H A Dassembler_x86.cpp5112 void Assembler::movslq(Register dst, int32_t imm32) { function in class:Assembler
5113 // dbx shows movslq(rcx, 3) as movq $0x0000000049000000,(%rbx)
5114 // and movslq(r8, 3); as movl $0x0000000048000000,(%rbx)
5123 void Assembler::movslq(Address dst, int32_t imm32) { function in class:Assembler
5132 void Assembler::movslq(Register dst, Address src) { function in class:Assembler
5139 void Assembler::movslq(Register dst, Register src) { function in class:Assembler
6477 movslq(dst, src);
8770 movslq(rscratch1, queue_index);
10284 movslq(dst, (int32_t)NULL_WORD);

Completed in 66 milliseconds