Home | History | Annotate | Download | only in tests

Lines Matching full:detail

215 	cs_detail *detail;
249 detail = ins->detail;
251 if (detail->regs_read_count > 0) {
253 for (n = 0; n < detail->regs_read_count; n++) {
254 printf("%s ", cs_reg_name(handle, detail->regs_read[n]));
260 if (detail->regs_write_count > 0) {
262 for (n = 0; n < detail->regs_write_count; n++) {
263 printf("%s ", cs_reg_name(handle, detail->regs_write[n]));
269 if (detail->groups_count > 0) {
271 for (n = 0; n < detail->groups_count; n++) {
272 printf("%s ", cs_group_name(handle, detail->groups[n]));