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

/openjdk7/hotspot/src/cpu/x86/vm/
H A DstubGenerator_x86_64.cpp823 __ mov64(c_rarg3, 0x8000000000000000);
824 __ mov64(rax, 0x7fffffffffffffff);
916 __ mov64(c_rarg2, 0x8000000000000000);
917 __ mov64(rax, 0x7fffffffffffffff);
1290 __ mov64(scratch, disp);
H A Dc1_Runtime1_x86.cpp1577 __ mov64(rax, CONST64(0x7fffffffffffffff));
1586 __ mov64(rax, CONST64(0x8000000000000000));
H A DsharedRuntime_x86_64.cpp582 __ mov64(rax, CONST64(0xdeadffffdeadaaaa));
602 __ mov64(rax, CONST64(0xdeadffffdeadaaab));
618 __ mov64(rax, CONST64(0xdeadffffdeadaaac));
H A DsharedRuntime_x86_32.cpp653 __ mov64(rax, CONST64(0xdeadffffdeadaaaa));
671 LP64_ONLY(__ mov64(rax, CONST64(0xdeadffffdeadaaab)));
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));
H A Dassembler_x86.hpp1269 void mov64(Register dst, int64_t imm64);
H A Dc1_LIRAssembler_x86.cpp2498 __ mov64(rscratch1, right->as_constant_ptr()->as_jlong());

Completed in 129 milliseconds