libFirm 1.20
i_instr_record Struct Reference

An intrinsic instruction record. More...

#include <lowering.h>

Data Fields

enum ikind kind
 must be INTRINSIC_INSTR
ir_opop
 the opcode that must be mapped.
i_mapper_func i_mapper
 the mapper function to call
void * ctx
 mapper context
void * link
 used in the construction algorithm, must be NULL

Detailed Description

An intrinsic instruction record.

Definition at line 189 of file lowering.h.


Field Documentation

mapper context

Definition at line 193 of file lowering.h.

the mapper function to call

Definition at line 192 of file lowering.h.

must be INTRINSIC_INSTR

Definition at line 190 of file lowering.h.

used in the construction algorithm, must be NULL

Definition at line 194 of file lowering.h.

the opcode that must be mapped.

Definition at line 191 of file lowering.h.


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