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

hotspot/src/cpu/x86/vm/assembler_x86.hpp

Print this page

        

*** 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