src/hotspot/cpu/x86/assembler_x86.hpp
changeset 59051 f0312c7d5b37
parent 58421 6fc57e391539
child 59122 5d73255c2d52
equal deleted inserted replaced
59050:7bbaa3c416e7 59051:f0312c7d5b37
  1590 
  1590 
  1591   void notl(Register dst);
  1591   void notl(Register dst);
  1592 
  1592 
  1593 #ifdef _LP64
  1593 #ifdef _LP64
  1594   void notq(Register dst);
  1594   void notq(Register dst);
       
  1595 
       
  1596   void btsq(Address dst, int imm8);
       
  1597   void btrq(Address dst, int imm8);
  1595 #endif
  1598 #endif
  1596 
  1599 
  1597   void orl(Address dst, int32_t imm32);
  1600   void orl(Address dst, int32_t imm32);
  1598   void orl(Register dst, int32_t imm32);
  1601   void orl(Register dst, int32_t imm32);
  1599   void orl(Register dst, Address src);
  1602   void orl(Register dst, Address src);