Home | History | Annotate | Download | only in tests

Lines Matching defs:sparc

33 	cs_sparc *sparc;
40 sparc = &(ins->detail->sparc);
41 if (sparc->op_count)
42 printf("\top_count: %u\n", sparc->op_count);
44 for (i = 0; i < sparc->op_count; i++) {
45 cs_sparc_op *op = &(sparc->operands[i]);
70 if (sparc->cc != 0)
71 printf("\tCode condition: %u\n", sparc->cc);
73 if (sparc->hint != 0)
74 printf("\tHint code: %u\n", sparc->hint);
91 "Sparc",