|
Kestrel Interface
|
#include <kest_block.h>
Data Fields | |
| int | instr |
| kest_block_operand | arg_a |
| kest_block_operand | arg_b |
| kest_block_operand | arg_c |
| int | dest |
| kest_block_reg_val | reg_0 |
| kest_block_reg_val | reg_1 |
| int | shift |
| int | shift_set |
| int | saturate_disable |
| kest_dsp_resource * | res |
Definition at line 52 of file kest_block.h.
| kest_block_operand kest_block::arg_a |
Definition at line 55 of file kest_block.h.
Referenced by kest_encode_dsp_block_instr_type_a(), kest_encode_dsp_block_instr_type_b(), kest_init_block(), kest_parse_asm_line(), and kest_process_asm_line().
| kest_block_operand kest_block::arg_b |
Definition at line 56 of file kest_block.h.
Referenced by kest_encode_dsp_block_instr_type_a(), kest_encode_dsp_block_instr_type_b(), kest_init_block(), kest_parse_asm_line(), and kest_process_asm_line().
| kest_block_operand kest_block::arg_c |
Definition at line 57 of file kest_block.h.
Referenced by kest_encode_dsp_block_instr_type_a(), kest_init_block(), kest_parse_asm_line(), and kest_process_asm_line().
| int kest_block::dest |
Definition at line 59 of file kest_block.h.
Referenced by kest_encode_dsp_block_instr_type_a(), kest_encode_dsp_block_instr_type_b(), kest_init_block(), kest_parse_asm_line(), and kest_process_asm_line().
| int kest_block::instr |
Definition at line 53 of file kest_block.h.
Referenced by kest_block_instr_format(), kest_encode_dsp_block_instr_type_a(), kest_encode_dsp_block_instr_type_b(), kest_init_block(), kest_parse_asm_line(), and kest_process_asm_line().
| kest_block_reg_val kest_block::reg_0 |
Definition at line 61 of file kest_block.h.
Referenced by kest_fpga_batch_append_block_register_updates(), kest_fpga_batch_append_block_regs(), kest_init_block(), kest_parse_asm_line(), and kest_process_asm_line().
| kest_block_reg_val kest_block::reg_1 |
Definition at line 62 of file kest_block.h.
Referenced by kest_fpga_batch_append_block_register_updates(), kest_fpga_batch_append_block_regs(), kest_init_block(), kest_parse_asm_line(), and kest_process_asm_line().
| kest_dsp_resource* kest_block::res |
Definition at line 68 of file kest_block.h.
Referenced by kest_block_instr_encode_resource_aware(), kest_init_block(), kest_parse_asm_line(), and kest_process_asm_line().
| int kest_block::saturate_disable |
Definition at line 66 of file kest_block.h.
Referenced by kest_encode_dsp_block_instr_type_a(), kest_init_block(), and kest_parse_asm_line().
| int kest_block::shift |
Definition at line 64 of file kest_block.h.
Referenced by kest_encode_dsp_block_instr_type_a(), kest_init_block(), kest_parse_asm_line(), and kest_process_asm_line().
| int kest_block::shift_set |
Definition at line 65 of file kest_block.h.
Referenced by kest_init_block(), and kest_parse_asm_line().