Home
last modified time | relevance | path

Searched refs:emit_arit_op2 (Results 1 – 1 of 1) sorted by relevance

/external/virglrenderer/src/
Dvrend_shader.c1673 #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()
[all …]