< prev index next >

src/hotspot/cpu/x86/assembler_x86.hpp

Print this page

        

*** 1534,1543 **** --- 1534,1545 ---- 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 orb(Address dst, int imm8); + 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);
< prev index next >