Searched refs:BinaryOp (Results 1 – 5 of 5) sorted by relevance
/frameworks/compile/mclinker/include/mcld/Script/ |
D | BinaryOp.h | 28 class BinaryOp : public Operator { 32 BinaryOp() : Operator(Operator::BINARY, TYPE), m_Size(0) { in BinaryOp() function 37 ~BinaryOp() {} in ~BinaryOp() 53 IntOperand* BinaryOp<Operator::MUL>::eval(const Module&, 56 IntOperand* BinaryOp<Operator::DIV>::eval(const Module&, 59 IntOperand* BinaryOp<Operator::MOD>::eval(const Module&, 62 IntOperand* BinaryOp<Operator::ADD>::eval(const Module&, 65 IntOperand* BinaryOp<Operator::SUB>::eval(const Module&, 68 IntOperand* BinaryOp<Operator::LSHIFT>::eval(const Module&, 71 IntOperand* BinaryOp<Operator::RSHIFT>::eval(const Module&, [all …]
|
/frameworks/compile/mclinker/lib/Script/ |
D | Operator.cpp | 162 static BinaryOp<Operator::MUL> op; in create() 168 static BinaryOp<Operator::DIV> op; in create() 174 static BinaryOp<Operator::MOD> op; in create() 180 static BinaryOp<Operator::ADD> op; in create() 186 static BinaryOp<Operator::SUB> op; in create() 192 static BinaryOp<Operator::LSHIFT> op; in create() 198 static BinaryOp<Operator::RSHIFT> op; in create() 204 static BinaryOp<Operator::LT> op; in create() 210 static BinaryOp<Operator::LE> op; in create() 216 static BinaryOp<Operator::GT> op; in create() [all …]
|
D | BinaryOp.cpp | 27 IntOperand* BinaryOp<Operator::MUL>::eval(const Module& pModule, in eval() 35 IntOperand* BinaryOp<Operator::DIV>::eval(const Module& pModule, in eval() 43 IntOperand* BinaryOp<Operator::MOD>::eval(const Module& pModule, in eval() 51 IntOperand* BinaryOp<Operator::ADD>::eval(const Module& pModule, in eval() 59 IntOperand* BinaryOp<Operator::SUB>::eval(const Module& pModule, in eval() 67 IntOperand* BinaryOp<Operator::LSHIFT>::eval(const Module& pModule, in eval() 75 IntOperand* BinaryOp<Operator::RSHIFT>::eval(const Module& pModule, in eval() 83 IntOperand* BinaryOp<Operator::LT>::eval(const Module& pModule, in eval() 91 IntOperand* BinaryOp<Operator::LE>::eval(const Module& pModule, in eval() 99 IntOperand* BinaryOp<Operator::GT>::eval(const Module& pModule, in eval() [all …]
|
D | Android.bp | 8 "BinaryOp.cpp",
|
D | CMakeLists.txt | 12 BinaryOp.cpp
|