Home
last modified time | relevance | path

Searched refs:LSHIFT (Results 1 – 19 of 19) sorted by relevance

/dragonfly/usr.bin/m4/
H A Dparser.y46 %left LSHIFT RSHIFT
74 | expr LSHIFT expr { $$ = $1 << $3; }
H A Dtokenizer.l55 "<<" { return(LSHIFT); }
H A Dmanual_tokenizer.c804 { return(LSHIFT); }
/dragonfly/contrib/binutils-2.34/gold/
H A Dyyscript.h62 LSHIFT = 272, enumerator
169 #define LSHIFT 272 macro
H A Dyyscript.c127 LSHIFT = 272, enumerator
234 #define LSHIFT 272 macro
H A Dscript.cc624 return LSHIFT; in two_char_operator()
/dragonfly/gnu/usr.bin/binutils227/block2/libgold/
H A Dyyscript.h64 LSHIFT = 273, enumerator
170 #define LSHIFT 273 macro
H A Dyyscript.c131 LSHIFT = 273, enumerator
237 #define LSHIFT 273 macro
/dragonfly/contrib/binutils-2.27/ld/
H A Dldgram.y119 %left <token> LSHIFT RSHIFT
752 { $$ = LSHIFT; }
942 | exp LSHIFT exp
943 { $$ = exp_binop (LSHIFT , $1, $3); }
H A Dldexp.c105 { LSHIFT, "<<" }, in exp_print_token()
519 BOP (LSHIFT, <<); in fold_binary()
H A Dldlex.l217 <BOTH,SCRIPT,EXPRESSION,MRI>"<<" { RTOKEN(LSHIFT);}
/dragonfly/contrib/binutils-2.34/ld/
H A Dldgram.y120 %left <token> LSHIFT RSHIFT
750 { $$ = LSHIFT; }
939 | exp LSHIFT exp
940 { $$ = exp_binop (LSHIFT , $1, $3); }
H A Dldexp.c103 { LSHIFT, "<<" }, in exp_print_token()
612 BOP (LSHIFT, <<); in fold_binary()
H A Dldlex.l212 <BOTH,SCRIPT,EXPRESSION,MRI>"<<" { RTOKEN(LSHIFT);}
/dragonfly/contrib/gcc-4.7/libgcc/
H A Dfp-bit.c660 LSHIFT (b_fraction, diff);
665 LSHIFT (a_fraction, diff);
726 LSHIFT (tmp->fraction.ll, 1);
H A Dfp-bit.h296 #define LSHIFT(a, s) { a = (a >> s) | !!(a & (((fractype) 1 << s) - 1)); } macro
/dragonfly/contrib/gcc-4.7/libcpp/include/
H A Dcpplib.h69 OP(LSHIFT, "<<") \
/dragonfly/contrib/gcc-8.0/libcpp/include/
H A Dcpplib.h67 OP(LSHIFT, "<<") \
/dragonfly/contrib/binutils-2.27/gold/
H A Dscript.cc624 return LSHIFT; in two_char_operator()