uasm.h (9d066a252786e1a18484a6283f82614d42a9f4ac) | uasm.h (c29732a179c2ed0cb9f001a8dc07dcf432389313) |
---|---|
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) --- 90 unchanged lines hidden (view full) --- 99Ip_u1u2s3(_beq); 100Ip_u1u2s3(_beql); 101Ip_u1s2(_bgez); 102Ip_u1s2(_bgezl); 103Ip_u1s2(_bltz); 104Ip_u1s2(_bltzl); 105Ip_u1u2s3(_bne); 106Ip_u2s3u1(_cache); | 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) --- 90 unchanged lines hidden (view full) --- 99Ip_u1u2s3(_beq); 100Ip_u1u2s3(_beql); 101Ip_u1s2(_bgez); 102Ip_u1s2(_bgezl); 103Ip_u1s2(_bltz); 104Ip_u1s2(_bltzl); 105Ip_u1u2s3(_bne); 106Ip_u2s3u1(_cache); |
107Ip_u1u2(_cfc1); 108Ip_u1u2(_ctc1); |
|
107Ip_u2u1s3(_daddiu); 108Ip_u3u1u2(_daddu); 109Ip_u2u1msbu3(_dins); 110Ip_u2u1msbu3(_dinsm); 111Ip_u1u2(_divu); 112Ip_u1u2u3(_dmfc0); 113Ip_u1u2u3(_dmtc0); 114Ip_u2u1u3(_drotr); --- 190 unchanged lines hidden --- | 109Ip_u2u1s3(_daddiu); 110Ip_u3u1u2(_daddu); 111Ip_u2u1msbu3(_dins); 112Ip_u2u1msbu3(_dinsm); 113Ip_u1u2(_divu); 114Ip_u1u2u3(_dmfc0); 115Ip_u1u2u3(_dmtc0); 116Ip_u2u1u3(_drotr); --- 190 unchanged lines hidden --- |