HomeSort by: relevance | last modified time | path
    Searched refs:Hardware (Results 1 - 14 of 14) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/MCA/
Context.h 11 /// hardware units. A Context also provides a utility routine for constructing
51 SmallVector<std::unique_ptr<HardwareUnit>, 4> Hardware;
64 Hardware.push_back(std::move(H));
  /src/external/gpl3/gdb/dist/sim/testsuite/bfin/
hwloop-bits.S 48 # - Hardware clears LT LSB, but LB remains until we lower
  /src/external/gpl3/gdb.old/dist/sim/testsuite/bfin/
hwloop-bits.S 48 # - Hardware clears LT LSB, but LB remains until we lower
  /src/sys/arch/sandpoint/
README 19 SandPoint Hardware Configuration
  /src/external/apache2/llvm/dist/llvm/lib/Support/
Host.cpp 166 StringRef Hardware;
171 if (Lines[I].startswith("Hardware"))
172 Hardware = Lines[I].substr(8).ltrim("\t :");
180 if (Hardware.endswith("MSM8994") || Hardware.endswith("MSM8996"))
  /src/external/gpl3/gcc/dist/libgcc/config/msp430/
lib2hw_mul.S 28 ;; mandated name for the *hardware* version of the function.
30 ;; Since we are using the hardware and software names to point
32 ;; the software function onto the hardware function. Thus if
35 ;; be mapped onto the hardware versions.
94 ;* * 16-bit hardware multiply: int16 = int16 * int16
105 ;* Macro arguments are the memory locations of the hardware registers.
113 ;* * 16-bit hardware multiply with a 32-bit result:
126 ;* Macro arguments are the memory locations of the hardware registers.
135 ;* * 32-bit hardware multiply with a 32-bit result using 16 multiply and accumulate:
147 ;* Macro arguments are the memory locations of the hardware registers
    [all...]
  /src/external/gpl3/gcc.old/dist/libgcc/config/msp430/
lib2hw_mul.S 28 ;; mandated name for the *hardware* version of the function.
30 ;; Since we are using the hardware and software names to point
32 ;; the software function onto the hardware function. Thus if
35 ;; be mapped onto the hardware versions.
94 ;* * 16-bit hardware multiply: int16 = int16 * int16
105 ;* Macro arguments are the memory locations of the hardware registers.
113 ;* * 16-bit hardware multiply with a 32-bit result:
126 ;* Macro arguments are the memory locations of the hardware registers.
135 ;* * 32-bit hardware multiply with a 32-bit result using 16 multiply and accumulate:
147 ;* Macro arguments are the memory locations of the hardware registers
    [all...]
  /src/sys/arch/i386/stand/pxeboot/
pxe.h 239 hardware addr */
245 uint16_t HwAddrLen; /* Length of hardware address */
246 MAC_ADDR CurrentNodeAddress; /* Current hardware address */
247 MAC_ADDR PermNodeAddress; /* Permanent hardware address */
473 uint8_t Hardware; /* hardware type */
474 uint8_t Hardlen; /* hardware addr len */
486 MAC_ADDR CAddr; /* Client hardware address */
  /src/sys/external/bsd/acpica/dist/tools/examples/
extables.c 370 Hardware Reduced (V5) : 0
460 [0004] Hardware Signature : 00000000
  /src/sys/lib/libkern/arch/hppa/
milli.S 19 ; Standard Hardware Register Definitions for Use with Assembler
23 ; Hardware General Registers
88 ; Hardware Space Registers
105 ; Hardware Floating Point Registers
170 ; Hardware Control Registers
  /src/external/gpl3/gcc/dist/libgcc/config/rl78/
divmodhi.S 168 ;; Hardware registers. Note - these values match the silicon, not the documentation.
209 ;; Neither are negative - we can use the unsigned divide hardware.
278 ;; Neither are negative - we can use the unsigned divide hardware
694 #error "Unknown RL78 hardware multiply/divide support"
divmodsi.S 306 ;; Hardware registers. Note - these values match the silicon, not the documentation.
354 ;; Neither are negative - we can use the unsigned divide hardware.
431 ;; Neither are negative - we can use the unsigned divide hardware
527 ;; Note - hardware address match the silicon, not the documentation
1079 #error "Unknown RL78 hardware multiply/divide support"
  /src/external/gpl3/gcc.old/dist/libgcc/config/rl78/
divmodhi.S 168 ;; Hardware registers. Note - these values match the silicon, not the documentation.
209 ;; Neither are negative - we can use the unsigned divide hardware.
278 ;; Neither are negative - we can use the unsigned divide hardware
694 #error "Unknown RL78 hardware multiply/divide support"
divmodsi.S 306 ;; Hardware registers. Note - these values match the silicon, not the documentation.
354 ;; Neither are negative - we can use the unsigned divide hardware.
431 ;; Neither are negative - we can use the unsigned divide hardware
527 ;; Note - hardware address match the silicon, not the documentation
1079 #error "Unknown RL78 hardware multiply/divide support"

Completed in 36 milliseconds