Searched refs:LOADADDR (Results 1 – 6 of 6) sorted by relevance
75 LOADADDR = 42, enumerator153 Operator& Operator::create<Operator::LOADADDR>();
77 IntOperand* UnaryOp<Operator::LOADADDR>::eval(const Module&,
136 Operator& Operator::create<Operator::LOADADDR>() { in create()137 static UnaryOp<Operator::LOADADDR> op; in create()
139 IntOperand* UnaryOp<Operator::LOADADDR>::eval(const Module& pModule, in eval()
132 %token LOADADDR851 | LOADADDR '(' string ')'855 &Operator::create<Operator::LOADADDR>());
121 <EXPRESSION>"LOADADDR" { return token::LOADADDR; }