Lines Matching refs:binop
1 %def binop(preinstr="", result="w0", chkzero="0", instr=""):
266 % binop(instr="add w0, w0, w1")
284 % binop(instr="and w0, w0, w1")
317 % binop(instr="sdiv w0, w0, w1", chkzero="1")
359 % binop(instr="mul w0, w1, w0")
392 % binop(instr="orr w0, w0, w1")
410 % binop(preinstr="sdiv w2, w0, w1", instr="msub w0, w2, w1, w0", chkzero="1")
435 % binop(instr="lsl w0, w0, w1")
450 % binop(instr="asr w0, w0, w1")
465 % binop(instr="sub w0, w0, w1")
477 % binop(instr="lsr w0, w0, w1")
492 % binop(instr="eor w0, w0, w1")