| ... | @@ -1377,6 +1377,8 @@ pub const EM = enum(u16) { | ... | @@ -1377,6 +1377,8 @@ pub const EM = enum(u16) { |
| 1377 | TI_C2000 = 141, | 1377 | TI_C2000 = 141, |
| 1378 | /// Texas Instruments TMS320C55x DSP family | 1378 | /// Texas Instruments TMS320C55x DSP family |
| 1379 | TI_C5500 = 142, | 1379 | TI_C5500 = 142, |
| | 1380 | /// Texas Instruments Application Specific RISC Processor, 32bit fetch |
| | 1381 | TI_ARP32 = 143, |
| 1380 | /// Texas Instruments Programmable Realtime Unit | 1382 | /// Texas Instruments Programmable Realtime Unit |
| 1381 | TI_PRU = 144, | 1383 | TI_PRU = 144, |
| 1382 | /// STMicroelectronics 64bit VLIW Data Signal Processor | 1384 | /// STMicroelectronics 64bit VLIW Data Signal Processor |
| ... | @@ -1537,6 +1539,18 @@ pub const EM = enum(u16) { | ... | @@ -1537,6 +1539,18 @@ pub const EM = enum(u16) { |
| 1537 | TACHYUM = 261, | 1539 | TACHYUM = 261, |
| 1538 | /// NXP 56800EF Digital Signal Controller (DSC) | 1540 | /// NXP 56800EF Digital Signal Controller (DSC) |
| 1539 | @"56800EF" = 262, | 1541 | @"56800EF" = 262, |
| | 1542 | /// Solana Bytecode Format |
| | 1543 | SBF = 263, |
| | 1544 | /// AMD/Xilinx AIEngine architecture |
| | 1545 | AIENGINE = 264, |
| | 1546 | /// SiMa MLA |
| | 1547 | SIMA_MLA = 265, |
| | 1548 | /// Cambricon BANG |
| | 1549 | BANG = 266, |
| | 1550 | /// Loongson LoongGPU |
| | 1551 | LOONGGPU = 267, |
| | 1552 | /// Wuxi Institute of Advanced Technology SW64 |
| | 1553 | SW64 = 268, |
| 1540 | /// AVR | 1554 | /// AVR |
| 1541 | AVR_OLD = 0x1057, | 1555 | AVR_OLD = 0x1057, |
| 1542 | /// MSP430 | 1556 | /// MSP430 |