• Home
  • Raw
  • Download

Lines Matching refs:IntOperand

23 IntOperand* BinaryOp<Operator::MUL>::eval(const Module& pModule,  in eval()
26 IntOperand* res = result(); in eval()
32 IntOperand* BinaryOp<Operator::DIV>::eval(const Module& pModule, in eval()
35 IntOperand* res = result(); in eval()
41 IntOperand* BinaryOp<Operator::MOD>::eval(const Module& pModule, in eval()
44 IntOperand* res = result(); in eval()
50 IntOperand* BinaryOp<Operator::ADD>::eval(const Module& pModule, in eval()
53 IntOperand* res = result(); in eval()
59 IntOperand* BinaryOp<Operator::SUB>::eval(const Module& pModule, in eval()
62 IntOperand* res = result(); in eval()
68 IntOperand* BinaryOp<Operator::LSHIFT>::eval(const Module& pModule, in eval()
71 IntOperand* res = result(); in eval()
77 IntOperand* BinaryOp<Operator::RSHIFT>::eval(const Module& pModule, in eval()
80 IntOperand* res = result(); in eval()
86 IntOperand* BinaryOp<Operator::LT>::eval(const Module& pModule, in eval()
89 IntOperand* res = result(); in eval()
95 IntOperand* BinaryOp<Operator::LE>::eval(const Module& pModule, in eval()
98 IntOperand* res = result(); in eval()
104 IntOperand* BinaryOp<Operator::GT>::eval(const Module& pModule, in eval()
107 IntOperand* res = result(); in eval()
113 IntOperand* BinaryOp<Operator::GE>::eval(const Module& pModule, in eval()
116 IntOperand* res = result(); in eval()
122 IntOperand* BinaryOp<Operator::EQ>::eval(const Module& pModule, in eval()
125 IntOperand* res = result(); in eval()
131 IntOperand* BinaryOp<Operator::NE>::eval(const Module& pModule, in eval()
134 IntOperand* res = result(); in eval()
140 IntOperand*
144 IntOperand* res = result(); in eval()
150 IntOperand*
154 IntOperand* res = result(); in eval()
160 IntOperand*
164 IntOperand* res = result(); in eval()
170 IntOperand*
174 IntOperand* res = result(); in eval()
180 IntOperand*
184 IntOperand* res = result(); in eval()
190 IntOperand* BinaryOp<Operator::ALIGN>::eval(const Module& pModule, in eval()
193 IntOperand* res = result(); in eval()
202 IntOperand*
208 IntOperand* res = result(); in eval()
216 IntOperand* BinaryOp<Operator::MAX>::eval(const Module& pModule, in eval()
219 IntOperand* res = result(); in eval()
228 IntOperand* BinaryOp<Operator::MIN>::eval(const Module& pModule, in eval()
231 IntOperand* res = result(); in eval()
242 IntOperand*
246 IntOperand* res = result(); in eval()