Searched refs:machine_EDI (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/gallium/auxiliary/translate/ |
D | translate_sse.c | 128 struct x86_reg machine_EDI; member 169 x86_make_disp(p->machine_EDI, in get_const() 1077 x86_make_disp(p->machine_EDI, get_offset(p, &p->instance_id)); in init_inputs() 1079 x86_make_disp(p->machine_EDI, get_offset(p, &p->start_instance)); in init_inputs() 1087 x86_make_disp(p->machine_EDI, get_offset(p, &buffer->max_index)); in init_inputs() 1089 x86_make_disp(p->machine_EDI, get_offset(p, &buffer->stride)); in init_inputs() 1091 x86_make_disp(p->machine_EDI, get_offset(p, &variant->ptr)); in init_inputs() 1093 x86_make_disp(p->machine_EDI, get_offset(p, &buffer->base_ptr)); in init_inputs() 1169 return x86_make_disp(p->machine_EDI, get_offset(p, &p->instance_id)); in get_buffer_ptr() 1177 x86_make_disp(p->machine_EDI, in get_buffer_ptr() [all …]
|