src/cpu/x86/vm/assembler_x86.hpp

changeset 1498
2f1ec89b9995
parent 1482
beb8f45ee9f0
parent 1495
323bd24c6520
child 1858
c640000b7cc1
     1.1 --- a/src/cpu/x86/vm/assembler_x86.hpp	Fri Nov 06 00:41:40 2009 -0800
     1.2 +++ b/src/cpu/x86/vm/assembler_x86.hpp	Tue Nov 10 17:00:18 2009 -0800
     1.3 @@ -1244,7 +1244,9 @@
     1.4    void pcmpestri(XMMRegister xmm1, XMMRegister xmm2, int imm8);
     1.5    void pcmpestri(XMMRegister xmm1, Address src, int imm8);
     1.6  
     1.7 +#ifndef _LP64 // no 32bit push/pop on amd64
     1.8    void popl(Address dst);
     1.9 +#endif
    1.10  
    1.11  #ifdef _LP64
    1.12    void popq(Address dst);
    1.13 @@ -1285,7 +1287,9 @@
    1.14    // Interleave Low Bytes
    1.15    void punpcklbw(XMMRegister dst, XMMRegister src);
    1.16  
    1.17 +#ifndef _LP64 // no 32bit push/pop on amd64
    1.18    void pushl(Address src);
    1.19 +#endif
    1.20  
    1.21    void pushq(Address src);
    1.22  

mercurial