| /src/external/gpl3/binutils/dist/opcodes/ |
| sparc-opc.c | 54 /* v6 insns not supported on the sparclet. */ 66 It's not clear that the same is true for sparclet, although the docs 67 suggest it is. Rather than complicating things, the sparclet assembler 73 #define sparclet (MASK_SPARCLET) macro 75 /* sparclet insns supported by leon. */ 139 { "sparclet", MASK_V6 | MASK_V7 | MASK_V8 | MASK_SPARCLET, HWS_V8, 0 }, 913 { "scan", F3(2, 0x2c, 0), F3(~2, ~0x2c, ~0)|ASI(~0), "1,2,d", 0, 0, 0, sparclet|sparclite }, 914 { "scan", F3(2, 0x2c, 1), F3(~2, ~0x2c, ~1), "1,i,d", 0, 0, 0, sparclet|sparclite }, 1919 /* sparclet specific insns */ 1924 COMMUTEOP ("umacd", 0x2e, sparclet), [all...] |
| /src/external/gpl3/binutils.old/dist/opcodes/ |
| sparc-opc.c | 54 /* v6 insns not supported on the sparclet. */ 66 It's not clear that the same is true for sparclet, although the docs 67 suggest it is. Rather than complicating things, the sparclet assembler 73 #define sparclet (MASK_SPARCLET) macro 75 /* sparclet insns supported by leon. */ 139 { "sparclet", MASK_V6 | MASK_V7 | MASK_V8 | MASK_SPARCLET, HWS_V8, 0 }, 913 { "scan", F3(2, 0x2c, 0), F3(~2, ~0x2c, ~0)|ASI(~0), "1,2,d", 0, 0, 0, sparclet|sparclite }, 914 { "scan", F3(2, 0x2c, 1), F3(~2, ~0x2c, ~1), "1,i,d", 0, 0, 0, sparclet|sparclite }, 1919 /* sparclet specific insns */ 1924 COMMUTEOP ("umacd", 0x2e, sparclet), [all...] |
| /src/external/gpl3/gdb/dist/opcodes/ |
| sparc-opc.c | 54 /* v6 insns not supported on the sparclet. */ 66 It's not clear that the same is true for sparclet, although the docs 67 suggest it is. Rather than complicating things, the sparclet assembler 73 #define sparclet (MASK_SPARCLET) macro 75 /* sparclet insns supported by leon. */ 139 { "sparclet", MASK_V6 | MASK_V7 | MASK_V8 | MASK_SPARCLET, HWS_V8, 0 }, 913 { "scan", F3(2, 0x2c, 0), F3(~2, ~0x2c, ~0)|ASI(~0), "1,2,d", 0, 0, 0, sparclet|sparclite }, 914 { "scan", F3(2, 0x2c, 1), F3(~2, ~0x2c, ~1), "1,i,d", 0, 0, 0, sparclet|sparclite }, 1919 /* sparclet specific insns */ 1924 COMMUTEOP ("umacd", 0x2e, sparclet), [all...] |
| /src/external/gpl3/gdb.old/dist/opcodes/ |
| sparc-opc.c | 54 /* v6 insns not supported on the sparclet. */ 66 It's not clear that the same is true for sparclet, although the docs 67 suggest it is. Rather than complicating things, the sparclet assembler 73 #define sparclet (MASK_SPARCLET) macro 75 /* sparclet insns supported by leon. */ 139 { "sparclet", MASK_V6 | MASK_V7 | MASK_V8 | MASK_SPARCLET, HWS_V8, 0 }, 913 { "scan", F3(2, 0x2c, 0), F3(~2, ~0x2c, ~0)|ASI(~0), "1,2,d", 0, 0, 0, sparclet|sparclite }, 914 { "scan", F3(2, 0x2c, 1), F3(~2, ~0x2c, ~1), "1,i,d", 0, 0, 0, sparclet|sparclite }, 1919 /* sparclet specific insns */ 1924 COMMUTEOP ("umacd", 0x2e, sparclet), [all...] |
| /src/external/gpl3/binutils/dist/gas/config/ |
| tc-sparc.c | 119 endian. The sparclet has bi-endian support but both data and insns have 220 enum sparc_arch_types {v6, v7, v8, leon, sparclet, sparclite, sparc86x, v8plus, 255 { "sparclet", "sparclet", sparclet, 32, 1, 0, 0 }, 473 || !strcmp (arg, "sparclet") 528 if (default_arch_type != sparclet) 3146 /* Parse a sparclet cpreg. */ 219 enum sparc_arch_types {v6, v7, v8, leon, sparclet, sparclite, sparc86x, v8plus, enumerator in enum:sparc_arch_types
|
| /src/external/gpl3/binutils.old/dist/gas/config/ |
| tc-sparc.c | 119 endian. The sparclet has bi-endian support but both data and insns have 220 enum sparc_arch_types {v6, v7, v8, leon, sparclet, sparclite, sparc86x, v8plus, 255 { "sparclet", "sparclet", sparclet, 32, 1, 0, 0 }, 472 || !strcmp (arg, "sparclet") 527 if (default_arch_type != sparclet) 3145 /* Parse a sparclet cpreg. */ 219 enum sparc_arch_types {v6, v7, v8, leon, sparclet, sparclite, sparc86x, v8plus, enumerator in enum:sparc_arch_types
|