GCC Middle and Back End API Reference
optab_def Struct Reference

#include <gensupport.h>

Data Fields

const charname
 
const charpattern
 
const charbase
 
const charsuffix
 
const charlibcall
 
unsigned int op
 
enum rtx_code fcode
 
enum rtx_code rcode
 
unsigned int kind
 

Detailed Description

Describes one entry in optabs.def.   

Field Documentation

◆ base

const char* optab_def::base

◆ fcode

enum rtx_code optab_def::fcode

◆ kind

unsigned int optab_def::kind

◆ libcall

const char* optab_def::libcall

◆ name

const char* optab_def::name

◆ op

unsigned int optab_def::op

Referenced by find_optab(), and main().

◆ pattern

const char* optab_def::pattern

◆ rcode

enum rtx_code optab_def::rcode

Referenced by main().

◆ suffix

const char* optab_def::suffix

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