#include <stdlib.h>#include "asl.h"#include "opcode.hd"#include "nlp.h"#include "r_opn.hd"
Go to the source code of this file.
Classes | |
| struct | AslCouPair |
Functions | |
| static int | pair_compare (const void *p1, const void *p2) |
| size_t | getOperator (efunc *f) |
Variables | |
| AslCouPair | opmap [N_OPS] |
| static int pair_compare | ( | const void * | p1, | |
| const void * | p2 | |||
| ) | [static] |
Definition at line 31 of file invmap.cpp.
| size_t getOperator | ( | efunc * | f | ) |
Definition at line 51 of file invmap.cpp.
| AslCouPair opmap[N_OPS] |
Definition at line 46 of file invmap.cpp.
1.6.1