libFirm
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 187 of file lowering.h.

Field Documentation

void* i_instr_record::ctx

mapper context

Definition at line 191 of file lowering.h.

i_mapper_func i_instr_record::i_mapper

the mapper function to call

Definition at line 190 of file lowering.h.

enum ikind i_instr_record::kind

must be INTRINSIC_INSTR

Definition at line 188 of file lowering.h.

void* i_instr_record::link

used in the construction algorithm, must be NULL

Definition at line 192 of file lowering.h.

ir_op* i_instr_record::op

the opcode that must be mapped.

Definition at line 189 of file lowering.h.


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