/* __negdi2.S: 64-bit negate1*2* Copyright (C) 2003 Red Hat, Inc. All Rights Reserved.3* Written by David Howells ([email protected])4*5* This program is free software; you can redistribute it and/or6* modify it under the terms of the GNU General Public License7* as published by the Free Software Foundation; either version8* 2 of the License, or (at your option) any later version.9*/101112.text13.p2align 41415###############################################################################16#17# unsigned long long __negdi2(unsigned long long value [GR8:GR9])18#19###############################################################################20.globl __negdi221.type __negdi2,@function22__negdi2:23subcc gr0,gr9,gr9,icc024subx gr0,gr8,gr8,icc025bralr26.size __negdi2, .-__negdi227282930