uasm.h (a8e897ad00d3cfd0ab9029978f0c3f8ecd6fba61) | uasm.h (16d21a812f6bfcbfa84ccc19d38abe797c71b73e) |
---|---|
1/* 2 * This file is subject to the terms and conditions of the GNU General Public 3 * License. See the file "COPYING" in the main directory of this archive 4 * for more details. 5 * 6 * Copyright (C) 2004, 2005, 2006, 2008 Thiemo Seufer 7 * Copyright (C) 2005 Maciej W. Rozycki 8 * Copyright (C) 2006 Ralf Baechle (ralf@linux-mips.org) --- 119 unchanged lines hidden (view full) --- 128Ip_u2s3u1(_lh); 129Ip_u2s3u1(_ll); 130Ip_u2s3u1(_lld); 131Ip_u1s2(_lui); 132Ip_u2s3u1(_lw); 133Ip_u3u1u2(_lwx); 134Ip_u1u2u3(_mfc0); 135Ip_u1(_mfhi); | 1/* 2 * This file is subject to the terms and conditions of the GNU General Public 3 * License. See the file "COPYING" in the main directory of this archive 4 * for more details. 5 * 6 * Copyright (C) 2004, 2005, 2006, 2008 Thiemo Seufer 7 * Copyright (C) 2005 Maciej W. Rozycki 8 * Copyright (C) 2006 Ralf Baechle (ralf@linux-mips.org) --- 119 unchanged lines hidden (view full) --- 128Ip_u2s3u1(_lh); 129Ip_u2s3u1(_ll); 130Ip_u2s3u1(_lld); 131Ip_u1s2(_lui); 132Ip_u2s3u1(_lw); 133Ip_u3u1u2(_lwx); 134Ip_u1u2u3(_mfc0); 135Ip_u1(_mfhi); |
136Ip_u1(_mflo); |
|
136Ip_u1u2u3(_mtc0); 137Ip_u3u1u2(_mul); 138Ip_u3u1u2(_or); 139Ip_u2u1u3(_ori); 140Ip_u2s3u1(_pref); 141Ip_0(_rfe); 142Ip_u2u1u3(_rotr); 143Ip_u2s3u1(_sc); --- 152 unchanged lines hidden --- | 137Ip_u1u2u3(_mtc0); 138Ip_u3u1u2(_mul); 139Ip_u3u1u2(_or); 140Ip_u2u1u3(_ori); 141Ip_u2s3u1(_pref); 142Ip_0(_rfe); 143Ip_u2u1u3(_rotr); 144Ip_u2s3u1(_sc); --- 152 unchanged lines hidden --- |