Searched refs:x86_push (Results 1 - 3 of 3) sorted by relevance
/third_party/mesa3d/src/gallium/auxiliary/rtasm/ |
H A D | rtasm_x86sse.c | 568 void x86_push( struct x86_function *p, in x86_push() function 2097 x86_push(p, x86_make_reg(file_REG32, reg_AX)); in x86_cdecl_caller_push_regs() 2098 x86_push(p, x86_make_reg(file_REG32, reg_CX)); in x86_cdecl_caller_push_regs() 2099 x86_push(p, x86_make_reg(file_REG32, reg_DX)); in x86_cdecl_caller_push_regs()
|
H A D | rtasm_x86sse.h | 333 void x86_push( struct x86_function *p, struct x86_reg reg );
|
/third_party/mesa3d/src/gallium/auxiliary/translate/ |
H A D | translate_sse.c | 1352 x86_push(p->func, p->outbuf_EBX); in build_vertex_emit() 1353 x86_push(p->func, p->count_EBP); in build_vertex_emit() 1357 x86_push(p->func, p->machine_EDI); in build_vertex_emit() 1358 x86_push(p->func, p->idx_ESI); in build_vertex_emit()
|
Completed in 6 milliseconds