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

/openjdk7/hotspot/src/cpu/x86/vm/
H A Dassembler_x86.cpp5013 void Assembler::mov_literal64(Register dst, intptr_t imm64, RelocationHolder const& rspec) { function in class:Assembler
6421 mov_literal64(dst, (intptr_t)src.target(), src.rspec());
6425 mov_literal64(rscratch1, (intptr_t)adr.target(), adr.rspec());
6440 mov_literal64(dst, (intptr_t)obj, oop_Relocation::spec_for_immediate());
6444 mov_literal64(rscratch1, (intptr_t)obj, oop_Relocation::spec_for_immediate());
6450 mov_literal64(dst, (intptr_t)src.target(), src.rspec());
H A Dassembler_x86.hpp742 void mov_literal64(Register dst, intptr_t imm64, RelocationHolder const& rspec); // 64BIT ONLY

Completed in 76 milliseconds