|
Kestrel Interface
|
Go to the source code of this file.
Macros | |
| #define | PRINTLINES_ALLOWED 0 |
Functions | |
| IMPLEMENT_LINKED_PTR_LIST (kest_block) | |
| kest_block_operand | operand_const_zero () |
| kest_block_operand | operand_const_one () |
| kest_block_operand | operand_const_minus_one () |
| int | kest_init_block (kest_block *block) |
| #define PRINTLINES_ALLOWED 0 |
Definition at line 8 of file kest_block.c.
| IMPLEMENT_LINKED_PTR_LIST | ( | kest_block | ) |
| int kest_init_block | ( | kest_block * | block | ) |
Definition at line 37 of file kest_block.c.
| kest_block_operand operand_const_minus_one | ( | ) |
Definition at line 29 of file kest_block.c.
Referenced by kest_parse_asm_line(), and kest_process_asm_line().
| kest_block_operand operand_const_one | ( | ) |
Definition at line 21 of file kest_block.c.
Referenced by kest_parse_asm_line(), and kest_process_asm_line().
| kest_block_operand operand_const_zero | ( | ) |
Definition at line 13 of file kest_block.c.
Referenced by kest_parse_asm_line(), and kest_process_asm_line().