Searched refs:machine_EDI (Results 1 - 1 of 1) sorted by relevance
/third_party/mesa3d/src/gallium/auxiliary/translate/ |
H A D | translate_sse.c | 140 struct x86_reg machine_EDI; member 186 x86_make_disp(p->machine_EDI, get_offset(p, c))); in get_const() 1105 x86_make_disp(p->machine_EDI, get_offset(p, &p->instance_id)); in init_inputs() 1107 x86_make_disp(p->machine_EDI, get_offset(p, &p->start_instance)); in init_inputs() 1115 x86_make_disp(p->machine_EDI, get_offset(p, &buffer->max_index)); in init_inputs() 1117 x86_make_disp(p->machine_EDI, get_offset(p, &buffer->stride)); in init_inputs() 1119 x86_make_disp(p->machine_EDI, get_offset(p, &variant->ptr)); in init_inputs() 1121 x86_make_disp(p->machine_EDI, get_offset(p, &buffer->base_ptr)); in init_inputs() 1197 return x86_make_disp(p->machine_EDI, get_offset(p, &p->instance_id)); in get_buffer_ptr() 1205 x86_make_disp(p->machine_EDI, in get_buffer_ptr() [all...] |
Completed in 2 milliseconds