Searched refs:POWER (Results 1 - 9 of 9) sorted by relevance

/freebsd-11.0-release/contrib/gcc/config/arm/
H A Delf.h146 #define ASM_OUTPUT_ALIGN(STREAM, POWER) \
149 if ((POWER) > 0) \
150 fprintf (STREAM, "\t.align\t%d\n", POWER); \
H A Daout.h242 #define ASM_OUTPUT_ALIGN(STREAM, POWER) \
245 register int amount = 1 << (POWER); \
H A Daof.h283 #define ASM_OUTPUT_ALIGN(STREAM, POWER) \
286 int amount = 1 << (POWER); \
/freebsd-11.0-release/contrib/one-true-awk/
H A Dmaketab.c65 { POWER, "arith", " **" },
H A Dawkgram.y90 %right POWER
358 | term POWER term { $$ = op2(POWER, $1, $3); }
H A Dlex.c285 RET(POWER);
300 RET(POWER);
H A Drun.c1039 case POWER:
/freebsd-11.0-release/contrib/gcc/config/ia64/
H A Dia64.h1875 advance the location counter to a multiple of 2 to the POWER bytes. */
1877 #define ASM_OUTPUT_ALIGN(STREAM, POWER) \
1878 fprintf (STREAM, "\t.align %d\n", 1<<(POWER))
/freebsd-11.0-release/contrib/binutils/opcodes/
H A Dppc-opc.c246 /* The FL1 field in a POWER SC form instruction. */
252 /* The FL2 field in a POWER SC form instruction. */
293 /* The LEV field in a POWER SVC form instruction. */
460 /* The SV field in a POWER SC form instruction. */
1630 #define POWER PPC_OPCODE_POWER
2556 { "svc", SC(17,0,0), SC_MASK, POWER, { SVC_LEV, FL1, FL2 } },
2557 { "svcl", SC(17,0,1), SC_MASK, POWER, { SVC_LEV, FL1, FL2 } },
2559 { "svcla", SC(17,1,1), SC_MASK, POWER, { SV } },
2800 { "rfsvc", XL(19,82), 0xffffffff, POWER, { 0 } },
3247 { "clf", X(31,118), XTO_MASK, POWER, { R
1626 #define POWER macro
[all...]

Completed in 157 milliseconds