Lines Matching refs:emit_arit_op2
1673 #define emit_arit_op2(op) snprintf(buf, 255, "%s = %s(%s((%s %s %s))%s);\n", dsts[0], get_string(di… macro
3503 emit_arit_op2("+"); in iter_instruction()
3511 emit_arit_op2("-"); in iter_instruction()
3516 emit_arit_op2("*"); in iter_instruction()
3521 emit_arit_op2("/"); in iter_instruction()
3542 emit_arit_op2(">>"); in iter_instruction()
3546 emit_arit_op2("<<"); in iter_instruction()
3559 emit_arit_op2("|"); in iter_instruction()
3563 emit_arit_op2("&"); in iter_instruction()
3567 emit_arit_op2("^"); in iter_instruction()
3571 emit_arit_op2("%"); in iter_instruction()