Lines Matching refs:src2
157 |.macro ASM_REG_REG_REG_OP, op, type, dst, src1, src2
159 | op Rx(dst), Rx(src1), Rx(src2)
161 | op Rw(dst), Rw(src1), Rw(src2)
165 |.macro ASM_REG_REG_REG_TXT_OP, op, type, dst, src1, src2, txt
167 | op Rx(dst), Rx(src1), Rx(src2), txt
169 | op Rw(dst), Rw(src1), Rw(src2), txt
173 |.macro ASM_REG_REG_REG_REG_OP, op, type, dst, src1, src2, src3
175 | op Rx(dst), Rx(src1), Rx(src2), Rx(src3)
177 | op Rw(dst), Rw(src1), Rw(src2), Rw(src3);
206 |.macro ASM_FP_REG_REG_REG_OP, op, type, dst, src1, src2
208 | op Rd(dst-IR_REG_FP_FIRST), Rd(src1-IR_REG_FP_FIRST), Rd(src2-IR_REG_FP_FIRST)
211 | op Rs(dst-IR_REG_FP_FIRST), Rs(src1-IR_REG_FP_FIRST), Rs(src2-IR_REG_FP_FIRST)