Searched refs:CONSTANT (Results 1 - 15 of 15) sorted by relevance

/freebsd-9.3-release/contrib/binutils/binutils/
H A Ddeflex.l48 "CONSTANT" { return CONSTANT; }
H A Ddefparse.y34 %token SECTIONS EXPORTS IMPORTS VERSIONK BASE CONSTANT
123 CONSTANT {$$=1;}
/freebsd-9.3-release/sys/conf/
H A Dldscript.amd649 kernphys = CONSTANT (MAXPAGESIZE);
77 . = ALIGN (CONSTANT (MAXPAGESIZE)) - ((CONSTANT (MAXPAGESIZE) - .) & (CONSTANT (MAXPAGESIZE) - 1)); . = DATA_SEGMENT_ALIGN (CONSTANT (MAXPAGESIZE), CONSTANT (COMMONPAGESIZE));
171 .lrodata ALIGN(CONSTANT (MAXPAGESIZE)) + (. & (CONSTANT (MAXPAGESIZE) - 1)) :
175 .ldata ALIGN(CONSTANT (MAXPAGESIZE)) + (. & (CONSTANT (MAXPAGESIZ
[all...]
H A Dldscript.i38670 . = ALIGN (CONSTANT (MAXPAGESIZE)) - ((CONSTANT (MAXPAGESIZE) - .) & (CONSTANT (MAXPAGESIZE) - 1)); . = DATA_SEGMENT_ALIGN (CONSTANT (MAXPAGESIZE), CONSTANT (COMMONPAGESIZE));
/freebsd-9.3-release/contrib/llvm/lib/Target/NVPTX/
H A DNVPTX.h115 CONSTANT = 2, enumerator in enum:llvm::NVPTX::PTXLdStInstCode::AddressSpace
H A DNVPTXISelDAGToDAG.cpp187 case llvm::ADDRESS_SPACE_CONST: return NVPTX::PTXLdStInstCode::CONSTANT;
1541 if (CodeAddrSpace == NVPTX::PTXLdStInstCode::CONSTANT) {
/freebsd-9.3-release/contrib/gcc/
H A Dtree-ssa-ccp.c40 CONSTANT -> V_i has been found to hold a constant
53 CONSTANT and CONST is associated with it. This causes the
82 different values), we can consider it CONSTANT 100.
94 value of CONSTANT will have the associated constant value in the
221 CONSTANT, enumerator in enum:__anon1221
255 case CONSTANT:
308 considered CONSTANT.
341 val.lattice_val = CONSTANT;
352 val.lattice_val = CONSTANT;
425 allow CONSTANT
[all...]
/freebsd-9.3-release/contrib/llvm/lib/Target/NVPTX/InstPrinter/
H A DNVPTXInstPrinter.cpp240 case NVPTX::PTXLdStInstCode::CONSTANT:
/freebsd-9.3-release/contrib/binutils/ld/
H A Dldgram.y154 %token CONSTANT
851 | CONSTANT '(' NAME ')'
852 { $$ = exp_nameop (CONSTANT,$3); }
H A Dldexp.c104 { CONSTANT, "CONSTANT" },
663 case CONSTANT:
H A Dldlex.l319 <EXPRESSION,BOTH,SCRIPT>"CONSTANT" { RTOKEN(CONSTANT);}
H A Dpe-dll.c1527 fprintf (out, " CONSTANT");
/freebsd-9.3-release/sys/boot/ficl/
H A Dficl.h1085 CONSTANT, enumerator in enum:__anon5677
H A Dtools.c338 case CONSTANT:
H A Dwords.c4108 ** NOTE: In ficl, VALUE is an alias of CONSTANT
4785 {CONSTANT, constantParen},

Completed in 136 milliseconds