libFirm 1.20
|
An intrinsic instruction record. More...
#include <lowering.h>
Data Fields | |
enum ikind | kind |
must be INTRINSIC_INSTR | |
ir_op * | op |
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 |
An intrinsic instruction record.
Definition at line 189 of file lowering.h.
void* i_instr_record::ctx |
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.
void* i_instr_record::link |
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.