HomeSort by: relevance | last modified time | path
    Searched refs:POWER (Results 1 - 25 of 53) sorted by relevancy

1 2 3

  /src/external/gpl3/gcc/dist/gcc/config/arm/
elf.h 140 /* Align output to a power of two. Note ".align 0" is redundant,
142 #define ASM_OUTPUT_ALIGN(STREAM, POWER) \
145 if ((POWER) > 0) \
146 fprintf (STREAM, "\t.align\t%d\n", POWER); \
aout.h 268 /* Align output to a power of two. Horrible /bin/as. */
270 #define ASM_OUTPUT_ALIGN(STREAM, POWER) \
273 int amount = 1 << (POWER); \
  /src/external/gpl3/gcc.old/dist/gcc/config/arm/
elf.h 130 /* Align output to a power of two. Note ".align 0" is redundant,
132 #define ASM_OUTPUT_ALIGN(STREAM, POWER) \
135 if ((POWER) > 0) \
136 fprintf (STREAM, "\t.align\t%d\n", POWER); \
aout.h 255 /* Align output to a power of two. Horrible /bin/as. */
257 #define ASM_OUTPUT_ALIGN(STREAM, POWER) \
260 int amount = 1 << (POWER); \
  /src/external/gpl3/gcc/dist/gcc/config/aarch64/
aarch64-elf.h 95 #define ASM_OUTPUT_ALIGN(STREAM, POWER) \
96 fprintf(STREAM, "\t.align\t%d\n", (int)POWER)
  /src/external/gpl3/gcc.old/dist/gcc/config/aarch64/
aarch64-elf.h 95 #define ASM_OUTPUT_ALIGN(STREAM, POWER) \
96 fprintf(STREAM, "\t.align\t%d\n", (int)POWER)
  /src/sys/arch/luna68k/dev/
lcd.c 55 #define POWER 0x10
289 p1->portC = POWER | READ_BUSY | ENABLE;
298 p1->portC = POWER | READ_BUSY | DISABLE;
313 p1->portC = POWER | WRITE_DATA | ENABLE;
315 p1->portC = POWER | WRITE_DATA | DISABLE;
330 p1->portC = POWER | WRITE_CMD | ENABLE;
332 p1->portC = POWER | WRITE_CMD | DISABLE;
  /src/external/gpl3/gcc/dist/gcc/config/moxie/
moxie.h 195 #define ASM_OUTPUT_ALIGN(STREAM,POWER) \
196 fprintf (STREAM, "\t.p2align\t%d\n", POWER);
282 general-purpose register, a power of two from 1 or 8. */
  /src/external/gpl3/gcc.old/dist/gcc/config/moxie/
moxie.h 195 #define ASM_OUTPUT_ALIGN(STREAM,POWER) \
196 fprintf (STREAM, "\t.p2align\t%d\n", POWER);
282 general-purpose register, a power of two from 1 or 8. */
  /src/sys/arch/hpcmips/conf/
TX3912 104 # temporally power management
105 hpcapm0 at mainbus0 # power management
131 hpcout* at hpcioman3 iochip 0 evtype POWER id PWCTL_LED port 3 initvalue 0
141 hpcout* at hpcioman4 iochip 0 evtype POWER id PWCTL_LED port 3 initvalue 0
152 hpcout* at hpcioman5 iochip 0 evtype POWER id PWCTL_LCDLIGHT port 14
  /src/external/lgpl3/gmp/dist/mpn/power/
addmul_1.asm 1 dnl IBM POWER mpn_addmul_1 -- Multiply a limb vector with a limb and add the
39 dnl The POWER architecture has no unsigned 32x32->64 bit multiplication
46 dnl carefully (the natural, srai+and doesn't work). Since all POWER can
mul_1.asm 1 dnl IBM POWER mpn_mul_1 -- Multiply a limb vector with a limb and store the
39 dnl The POWER architecture has no unsigned 32x32->64 bit multiplication
46 dnl carefully (the natural, srai+and doesn't work). Since all POWER can
submul_1.asm 1 dnl IBM POWER mpn_submul_1 -- Multiply a limb vector with a limb and subtract
39 dnl The POWER architecture has no unsigned 32x32->64 bit multiplication
46 dnl carefully (the natural, srai+and doesn't work). Since all POWER can
  /src/external/gpl3/gcc/dist/gcc/config/avr/
avr.h 462 #define ASM_OUTPUT_ALIGN(STREAM, POWER) \
464 if ((POWER) > 0) \
465 fprintf (STREAM, "\t.p2align\t%d\n", POWER); \
  /src/external/gpl3/gcc.old/dist/gcc/config/avr/
avr.h 457 #define ASM_OUTPUT_ALIGN(STREAM, POWER) \
459 if ((POWER) > 0) \
460 fprintf (STREAM, "\t.p2align\t%d\n", POWER); \
  /src/external/historical/nawk/dist/
maketab.c 70 { POWER, "arith", " **" },
  /src/external/gpl3/gcc/dist/gcc/config/fr30/
fr30.h 771 advance the location counter to a multiple of 2 to the POWER bytes. POWER
773 #define ASM_OUTPUT_ALIGN(STREAM, POWER) \
774 fprintf ((STREAM), "\t.p2align %d\n", (POWER))
  /src/external/gpl3/gcc/dist/gcc/config/ft32/
ft32.h 190 #define ASM_OUTPUT_ALIGN(STREAM,POWER) \
191 fprintf (STREAM, "\t.p2align\t%d\n", POWER);
299 general-purpose register, a power of two from 1 or 8. */
  /src/external/gpl3/gcc/dist/gcc/config/m32c/
m32c.h 615 #define ASM_OUTPUT_ALIGN(STREAM,POWER) \
616 fprintf (STREAM, "\t.p2align\t%d\n", POWER);
  /src/external/gpl3/gcc/dist/gcc/config/mmix/
mmix.h 146 to high, as the power of two, hence little-endian. */
754 #define ASM_OUTPUT_ALIGN(STREAM, POWER) \
755 mmix_asm_output_align (STREAM, POWER)
  /src/external/gpl3/gcc/dist/gcc/config/nvptx/
nvptx.h 285 #define ASM_OUTPUT_ALIGN(FILE, POWER) \
289 (void) (POWER); \
  /src/external/gpl3/gcc/dist/gcc/config/stormy16/
stormy16.h 465 #define ASM_OUTPUT_ALIGN(STREAM, POWER) \
466 fprintf ((STREAM), "\t.p2align %d\n", (POWER))
  /src/external/gpl3/gcc.old/dist/gcc/config/cr16/
cr16.h 533 #define ASM_OUTPUT_ALIGN(STREAM, POWER) \
534 asm_fprintf ((STREAM), "\t.align\t%d\n", 1 << (POWER))
  /src/external/gpl3/gcc.old/dist/gcc/config/fr30/
fr30.h 771 advance the location counter to a multiple of 2 to the POWER bytes. POWER
773 #define ASM_OUTPUT_ALIGN(STREAM, POWER) \
774 fprintf ((STREAM), "\t.p2align %d\n", (POWER))
  /src/external/gpl3/gcc.old/dist/gcc/config/ft32/
ft32.h 190 #define ASM_OUTPUT_ALIGN(STREAM,POWER) \
191 fprintf (STREAM, "\t.p2align\t%d\n", POWER);
299 general-purpose register, a power of two from 1 or 8. */

Completed in 44 milliseconds

1 2 3