Searched refs:og_odefs (Results 1 – 2 of 2) sorted by relevance
512 G->og_odefs = (OprDef**)malloc(sizeof(OprDef*)); in new_OprGroup()521 G->og_odefs = (OprDef**)realloc(G->og_odefs,(G->og_numOdefs+1)*sizeof(OprDef*)); in OprGroup_addOprDef()522 G->og_odefs[G->og_numOdefs++] = D; in OprGroup_addOprDef()534 OprDef_print(og->og_odefs[i],f); in OprGroup_print()545 if (OprDef_isMatch(og->og_odefs[i],opr,nopr)) in OprGroup_findOpr()546 return og->og_odefs[i]; in OprGroup_findOpr()
145 OprDef **og_odefs; /* Array of operand definitions */ member