Function: math-rwcomp-same-instr

math-rwcomp-same-instr is a byte-compiled function defined in calc-rewr.el.gz.

Signature

(math-rwcomp-same-instr REG1 REG2 NEG)

Source Code

;; Defined in /usr/src/emacs/lisp/calc/calc-rewr.el.gz
(defun math-rwcomp-same-instr (reg1 reg2 neg)
  (math-rwcomp-instr (if (eq (eq (nth 2 (math-rwcomp-reg-entry reg1))
				 (nth 2 (math-rwcomp-reg-entry reg2)))
			     neg)
			 'same-neg
		       'same)
		     reg1 reg2))