Lines Matching defs:spec
64 struct v3d_group *inst = v3d_spec_find_instruction(clif->spec, cl);
112 struct v3d_group *spec = v3d_spec_find_struct(clif->spec,
114 assert(spec);
120 v3d_print_group(clif, spec, 0, cl);
121 cl += v3d_group_get_length(spec);
122 *size += v3d_group_get_length(spec);
132 struct v3d_group *spec = v3d_spec_find_struct(clif->spec,
134 struct v3d_group *addr = v3d_spec_find_struct(clif->spec,
136 assert(spec);
143 v3d_print_group(clif, spec, 0, cl);
144 cl += v3d_group_get_length(spec);
145 *size += v3d_group_get_length(spec);