kvm: rename kvm/user to kvm/test
[qemu-kvm/amd-iommu.git] / kvm / test / lib / powerpc / 44x / timebase.S
blob385904da3c161436d04c1c6cbbe305f3aeeb09ea
1 /*
2  * This program is free software; you can redistribute it and/or modify
3  * it under the terms of the GNU General Public License, version 2, as
4  * published by the Free Software Foundation.
5  *
6  * This program is distributed in the hope that it will be useful,
7  * but WITHOUT ANY WARRANTY; without even the implied warranty of
8  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
9  * GNU General Public License for more details.
10  *
11  * You should have received a copy of the GNU General Public License
12  * along with this program; if not, write to the Free Software
13  * Foundation, 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
14  *
15  * Copyright IBM Corp. 2008
16  *
17  * Authors: Hollis Blanchard <hollisb@us.ibm.com>
18  */
20 /* unsigned long long mftb(void); */
21 .global mftb
22 mftb:
23         mftbu   r5
24         mftbl   r4
25         mftbu   r3
26         cmpw    r3, r5
27         bne     mftb
28         blr