src/cpu/x86/vm/assembler_x86.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File
*** old/src/cpu/x86/vm/assembler_x86.hpp	Wed Oct 23 08:41:14 2013
--- new/src/cpu/x86/vm/assembler_x86.hpp	Wed Oct 23 08:41:14 2013

*** 1160,1172 **** --- 1160,1176 ---- void idivq(Register src); void imull(Register dst, Register src); void imull(Register dst, Register src, int value); + void imull(Register dst, Address src); void imulq(Register dst, Register src); void imulq(Register dst, Register src, int value); + #ifdef _LP64 + void imulq(Register dst, Address src); + #endif // jcc is the generic conditional branch generator to run- // time routines, jcc is used for branches to labels. jcc // takes a branch opcode (cc) and a label (L) and generates

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