< prev index next >

src/hotspot/cpu/x86/assembler_x86.hpp

Print this page
*** 1733,11 ***
    void notq(Register dst);
  
    void btsq(Address dst, int imm8);
    void btrq(Address dst, int imm8);
  #endif
- 
    void orw(Register dst, Register src);
  
    void orl(Address dst, int32_t imm32);
    void orl(Register dst, int32_t imm32);
    void orl(Register dst, Address src);
--- 1733,10 ---
< prev index next >