upload
Texas Instruments Incorporated
行业: Semiconductors
Number of terms: 7260
Number of blossaries: 0
Company Profile:
Texas Instruments (TI) designs and manufactures analog and digital semiconductor IC products for the world market. In addition to analog technologies, digital signal processing (DSP) and microcontroller (MCU) semiconductors, TI designs and manufactures semiconductor solutions for analog and digital ...
Traditionally, a byte is a sequence of 8 adjacent bits operated upon as a unit. However, the TMS320C2x/C2xx/C5x byte is 16 bits. By ANSI C definition, the sizeof operator yields the number of bytes required to store an object. ANSI further stipulates that when sizeof is applied to char, the result is 1. Since the TMS320C2x/C2xx/C5x char is 16 bits (to make it separately addressable), a byte is also 16 bits. This can yield unexpected results; for example, sizeof (int) = = 1 (not 2). TMS320C2x/C2xx/C5x bytes and words are equivalent (16 bits). A byte is 32 bits for the TMS320C3x/C4x. On a parallel processor and the ’C6x, where the smallest addressable unit is 8 bits in length, the C definition corresponds to the traditional notion of an 8-bit byte.
Industry:Semiconductors
1) A defined action; namely, the act of obtaining a result from one or more operands in accordance with a rule that completely specifies the result of any permitted combination of operands. 2) The set of such acts specified by a rule, or the rule itself. 3) The act specified by a single computer instruction. 4) A program step undertaken or executed by a computer, e.g., addition, multiplication, extraction, comparison, shift, transfer, etc. 5) The specific action performed by a logic element.
Industry:Semiconductors
A master processor (MP) floating-point unit mode in which multiple MP floating-point instructions are in various stages of completion in the floating-point multiply and/or add unit simultaneously.
Industry:Semiconductors
A technique used by the C optimizer and the assembly optimizer to schedule instructions from a loop so that multiple iterations of the loop execute in parallel.
Industry:Semiconductors
MAC
Multiply and accumulate.
Industry:Semiconductors
TTL
Transistor-to-transistor logic.
Industry:Semiconductors
1) A digital representation of an image in which bits are mapped to pixels. 2) A block of memory used to hold raster images in a device-specific format.
Industry:Semiconductors
A master processor (MP) floating-point unit mode in which the MP executes a single floating-point instruction to completion before starting another floating-point instruction.
Industry:Semiconductors
A technique used to determine how long a processor spends in each section of a program.
Industry:Semiconductors
Nonvolatile read-only memory that is electronically erasable and programmable.
Industry:Semiconductors