Searched defs:X86_OpList (Results 1 – 1 of 1) sorted by relevance
257 typedef struct X86_OpList { struct259 X86_OpListNode *head, *tail, *curr; argument260 } X86_OpList; argument264 X86_OpList () { in X86_OpList() function