Searched refs:outbuf_EBX (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/gallium/auxiliary/translate/ |
D | translate_sse.c | 129 struct x86_reg outbuf_EBX; member 1303 p->outbuf_EBX = x86_make_reg(file_REG32, reg_BX); in build_vertex_emit() 1324 x86_push(p->func, p->outbuf_EBX); in build_vertex_emit() 1345 x64_mov64(p->func, p->outbuf_EBX, x86_fn_arg(p->func, 6)); in build_vertex_emit() 1347 x86_mov(p->func, p->outbuf_EBX, x86_fn_arg(p->func, 6)); in build_vertex_emit() 1394 x86_make_disp(p->outbuf_EBX, a->output_offset))) in build_vertex_emit() 1401 x86_lea(p->func, p->outbuf_EBX, in build_vertex_emit() 1402 x86_make_disp(p->outbuf_EBX, p->translate.key.output_stride)); in build_vertex_emit() 1431 x86_pop(p->func, p->outbuf_EBX); in build_vertex_emit()
|