Home | History | Annotate | Download | only in arm

Lines Matching defs:operand2

173 			uint32_t operand1, operand2, result = 0;
211 operand2 = (((immval >> rotate)
217 (proc, this_instr, c, pc, &operand2) < 0)
223 result = operand1 & operand2;
227 result = operand1 ^ operand2;
231 result = operand1 - operand2;
235 result = operand2 - operand1;
239 result = operand1 + operand2;
243 result = operand1 + operand2 + c;
247 result = operand1 - operand2 + c;
251 result = operand2 - operand1 + c;
263 result = operand1 | operand2;
268 result = operand2;
272 result = operand1 & ~operand2;
276 result = ~operand2;