Home
last modified time | relevance | path

Searched refs:POWER (Results 1 – 25 of 91) sorted by relevance

1234

/netbsd/src/sys/arch/luna68k/dev/
Dlcd.c55 #define POWER 0x10 macro
289 p1->portC = POWER | READ_BUSY | ENABLE; in lcdbusywait()
298 p1->portC = POWER | READ_BUSY | DISABLE; in lcdbusywait()
313 p1->portC = POWER | WRITE_DATA | ENABLE; in lcdput()
315 p1->portC = POWER | WRITE_DATA | DISABLE; in lcdput()
330 p1->portC = POWER | WRITE_CMD | ENABLE; in lcdctrl()
332 p1->portC = POWER | WRITE_CMD | DISABLE; in lcdctrl()
/netbsd/src/external/gpl3/gcc/dist/gcc/config/arm/
Delf.h130 #define ASM_OUTPUT_ALIGN(STREAM, POWER) \ argument
133 if ((POWER) > 0) \
134 fprintf (STREAM, "\t.align\t%d\n", POWER); \
Daout.h257 #define ASM_OUTPUT_ALIGN(STREAM, POWER) \ argument
260 int amount = 1 << (POWER); \
/netbsd/src/external/gpl3/gcc/dist/gcc/config/avr/
Davr.h457 #define ASM_OUTPUT_ALIGN(STREAM, POWER) \ argument
459 if ((POWER) > 0) \
460 fprintf (STREAM, "\t.p2align\t%d\n", POWER); \
/netbsd/src/external/gpl3/gcc/dist/gcc/config/moxie/
Dmoxie.h195 #define ASM_OUTPUT_ALIGN(STREAM,POWER) \ argument
196 fprintf (STREAM, "\t.p2align\t%d\n", POWER);
/netbsd/src/external/gpl3/gcc/dist/gcc/config/stormy16/
Dstormy16.h440 #define ASM_OUTPUT_ALIGN(STREAM, POWER) \ argument
441 fprintf ((STREAM), "\t.p2align %d\n", (POWER))
/netbsd/src/external/bsd/file/dist/magic/magdir/
Dfirmware35 # IBM POWER Secure Boot Container
37 0 belong 0x17082011 POWER Secure Boot Container,
44 0 belong 0x1bad1bad POWER boot firmware
/netbsd/src/external/gpl3/gcc/dist/gcc/config/fr30/
Dfr30.h752 #define ASM_OUTPUT_ALIGN(STREAM, POWER) \ argument
753 fprintf ((STREAM), "\t.p2align %d\n", (POWER))
/netbsd/src/external/gpl3/gcc/dist/gcc/config/m32c/
Dm32c.h615 #define ASM_OUTPUT_ALIGN(STREAM,POWER) \ argument
616 fprintf (STREAM, "\t.p2align\t%d\n", POWER);
/netbsd/src/sys/arch/rs6000/conf/
Dstd.rs60008 #options POWER
/netbsd/src/external/lgpl3/gmp/dist/mpn/power/
Dmul_1.asm1 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
Daddmul_1.asm1 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
Dsubmul_1.asm1 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
Dlshift.asm1 dnl IBM POWER mpn_lshift -- Shift a number left.
Dadd_n.asm1 dnl IBM POWER mpn_add_n -- Add two limb vectors of equal, non-zero length.
Dsub_n.asm1 dnl IBM POWER mpn_sub_n -- Subtract two limb vectors of equal, non-zero
/netbsd/src/external/gpl3/gcc/dist/gcc/config/mmix/
Dmmix.h754 #define ASM_OUTPUT_ALIGN(STREAM, POWER) \ argument
755 mmix_asm_output_align (STREAM, POWER)
/netbsd/src/external/gpl3/gcc/dist/gcc/config/frv/
Dfrv.h1731 #define ASM_OUTPUT_ALIGN(STREAM, POWER) \ argument
1732 fprintf ((STREAM), "\t.p2align %d\n", (POWER))
1735 #define ASM_OUTPUT_ALIGN_WITH_NOP(STREAM, POWER) \ argument
1736 fprintf ((STREAM), "\t.p2alignl %d,0x80880000\n", (POWER))
/netbsd/src/external/lgpl3/gmp/dist/mpn/s390_32/
DREADME37 POWER functions. Handle carry like for mpn_add_n.
/netbsd/src/sys/arch/rs6000/rs6000/
Dmachdep.c300 #if !defined(POWER) in initppc()
315 #ifdef POWER in initppc()
/netbsd/src/external/historical/nawk/dist/
Dawkgram.y95 %right POWER
370 | term POWER term { $$ = op2(POWER, $1, $3); }
Dmaketab.c70 { POWER, "arith", " **" },
Dlex.c313 RET(POWER); in yylex()
328 RET(POWER); in yylex()
/netbsd/src/sys/arch/hpcmips/conf/
DTX3912131 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
/netbsd/src/external/gpl3/binutils/dist/gas/doc/
Dc-ppc.texi49 Generate code for POWER/2 (RIOS2).
52 Generate code for POWER (RIOS1)

1234