src/cpu/ppc/vm/assembler_ppc.cpp

changeset 7358
327e7269f90d
parent 6515
71a71b0bc844
child 7535
7ae4e26cb1e0
equal deleted inserted replaced
7356:ec2c6fdd1ce6 7358:327e7269f90d
1 /* 1 /*
2 * Copyright (c) 1997, 2013, Oracle and/or its affiliates. All rights reserved. 2 * Copyright (c) 1997, 2014, Oracle and/or its affiliates. All rights reserved.
3 * Copyright 2012, 2014 SAP AG. All rights reserved. 3 * Copyright 2012, 2014 SAP AG. All rights reserved.
4 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 4 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
5 * 5 *
6 * This code is free software; you can redistribute it and/or modify it 6 * This code is free software; you can redistribute it and/or modify it
7 * under the terms of the GNU General Public License version 2 only, as 7 * under the terms of the GNU General Public License version 2 only, as
691 fcfid( F22, F23); 691 fcfid( F22, F23);
692 692
693 // PPC 1, section 4.6.7 Floating-Point Compare Instructions 693 // PPC 1, section 4.6.7 Floating-Point Compare Instructions
694 fcmpu( CCR7, F24, F25); 694 fcmpu( CCR7, F24, F25);
695 695
696 tty->print_cr("\ntest_asm disassembly (0x%lx 0x%lx):", code()->insts_begin(), code()->insts_end()); 696 tty->print_cr("\ntest_asm disassembly (0x%lx 0x%lx):", p2i(code()->insts_begin()), p2i(code()->insts_end()));
697 code()->decode(); 697 code()->decode();
698 } 698 }
699 699
700 #endif // !PRODUCT 700 #endif // !PRODUCT

mercurial