< prev index next >

src/cpu/x86/vm/assembler_x86.hpp

Print this page

        

*** 1642,1651 **** --- 1642,1652 ---- // Subtract Scalar Single-Precision Floating-Point Values void subss(XMMRegister dst, Address src); void subss(XMMRegister dst, XMMRegister src); void testb(Register dst, int imm8); + void testb(Address dst, int imm8); void testl(Register dst, int32_t imm32); void testl(Register dst, Register src); void testl(Register dst, Address src);
< prev index next >