Lines Matching refs:operand1
173 uint32_t operand1, operand2, result = 0; in arm_get_next_pcs() local
204 (proc, BITS(this_instr, 16, 19), &operand1) < 0) in arm_get_next_pcs()
223 result = operand1 & operand2; in arm_get_next_pcs()
227 result = operand1 ^ operand2; in arm_get_next_pcs()
231 result = operand1 - operand2; in arm_get_next_pcs()
235 result = operand2 - operand1; in arm_get_next_pcs()
239 result = operand1 + operand2; in arm_get_next_pcs()
243 result = operand1 + operand2 + c; in arm_get_next_pcs()
247 result = operand1 - operand2 + c; in arm_get_next_pcs()
251 result = operand2 - operand1 + c; in arm_get_next_pcs()
263 result = operand1 | operand2; in arm_get_next_pcs()
272 result = operand1 & ~operand2; in arm_get_next_pcs()