Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/include/mcld/Script/
DOperator.h41 LSHIFT = 9, enumerator
173 Operator& Operator::create<Operator::LSHIFT>();
DBinaryOp.h68 IntOperand* BinaryOp<Operator::LSHIFT>::eval(const Module&,
/frameworks/compile/mclinker/lib/Script/
DOperator.cpp191 Operator& Operator::create<Operator::LSHIFT>() { in create()
192 static BinaryOp<Operator::LSHIFT> op; in create()
DScriptParser.yy189 %left LSHIFT RSHIFT
690 | exp LSHIFT exp
693 &Operator::create<Operator::LSHIFT>());
DBinaryOp.cpp67 IntOperand* BinaryOp<Operator::LSHIFT>::eval(const Module& pModule, in eval()
DScriptScanner.ll168 <LDSCRIPT,EXPRESSION>"<<" { return token::LSHIFT; }