hotspot/src/cpu/x86/vm/assembler_x86.hpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File
*** old/hotspot/src/cpu/x86/vm/assembler_x86.hpp	Mon May  4 15:06:48 2015
--- new/hotspot/src/cpu/x86/vm/assembler_x86.hpp	Mon May  4 15:06:47 2015

*** 1475,1484 **** --- 1475,1485 ---- void orl(Address dst, int32_t imm32); void orl(Register dst, int32_t imm32); void orl(Register dst, Address src); void orl(Register dst, Register src); + void orl(Address dst, Register src); void orq(Address dst, int32_t imm32); void orq(Register dst, int32_t imm32); void orq(Register dst, Address src); void orq(Register dst, Register src);
*** 1575,1584 **** --- 1576,1587 ---- void rcll(Register dst, int imm8); void rclq(Register dst, int imm8); + void rcrq(Register dst, int imm8); + void rdtsc(); void ret(int imm16); #ifdef _LP64

hotspot/src/cpu/x86/vm/assembler_x86.hpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File