Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/include/mcld/Script/
DOperator.h48 LSHIFT = 9, enumerator
181 Operator& Operator::create<Operator::LSHIFT>();
DBinaryOp.h73 IntOperand* BinaryOp<Operator::LSHIFT>::eval(const Module&,
/frameworks/compile/mclinker/lib/Script/
DOperator.cpp252 Operator& Operator::create<Operator::LSHIFT>() in create()
254 static BinaryOp<Operator::LSHIFT> op; in create()
DScriptParser.yy186 %left LSHIFT RSHIFT
679 | exp LSHIFT exp
682 &Operator::create<Operator::LSHIFT>());
DBinaryOp.cpp68 IntOperand* BinaryOp<Operator::LSHIFT>::eval(const Module& pModule, in eval()
DScriptScanner.ll161 <LDSCRIPT,EXPRESSION>"<<" { return token::LSHIFT; }