GCC Middle and Back End API Reference
optab_pattern Struct Reference

#include <gensupport.h>

Data Fields

const charname
 
unsigned int op
 
unsigned int m1
 
unsigned int m2
 
unsigned int sort_num
 

Detailed Description

Information about an instruction name that matches an optab pattern.   

Field Documentation

◆ m1

unsigned int optab_pattern::m1

Referenced by find_optab(), and match_pattern().

◆ m2

unsigned int optab_pattern::m2

Referenced by find_optab(), and match_pattern().

◆ name

const char* optab_pattern::name

Referenced by find_optab(), and main().

◆ op

unsigned int optab_pattern::op

Referenced by find_optab(), and gen_expand().

◆ sort_num

unsigned int optab_pattern::sort_num

Referenced by find_optab(), and main().


The documentation for this struct was generated from the following file: