riscv_info::vector_fields is only used within OpenOCD.
 
Symbols
loading...
Files
loading...
CodeScopeDevelopment ToolsOpenOCDriscv_info::vector_fields

riscv_info::vector_fields field

Syntax

struct reg_data_type_union_field vector_fields[5];

References

LocationReferrerText
riscv.h:202
struct reg_data_type_union_field vector_fields[5];
riscv.c:3915riscv_init_registers()
info->vector_fields[0].name = "b";
riscv.c:3916riscv_init_registers()
info->vector_fields[0].type = &info->type_uint8_vector;
riscv.c:3918riscv_init_registers()
info->vector_fields[0].next = info->vector_fields + 1;
riscv.c:3919riscv_init_registers()
info->vector_fields[1].name = "s";
riscv.c:3920riscv_init_registers()
info->vector_fields[1].type = &info->type_uint16_vector;
riscv.c:3922riscv_init_registers()
info->vector_fields[0].next = NULL;
riscv.c:3925riscv_init_registers()
info->vector_fields[1].next = info->vector_fields + 2;
riscv.c:3926riscv_init_registers()
info->vector_fields[2].name = "w";
riscv.c:3927riscv_init_registers()
info->vector_fields[2].type = &info->type_uint32_vector;
riscv.c:3929riscv_init_registers()
info->vector_fields[1].next = NULL;
riscv.c:3932riscv_init_registers()
info->vector_fields[2].next = info->vector_fields + 3;
riscv.c:3933riscv_init_registers()
info->vector_fields[3].name = "l";
riscv.c:3934riscv_init_registers()
info->vector_fields[3].type = &info->type_uint64_vector;
riscv.c:3936riscv_init_registers()
info->vector_fields[2].next = NULL;
riscv.c:3939riscv_init_registers()
info->vector_fields[3].next = info->vector_fields + 4;
riscv.c:3940riscv_init_registers()
info->vector_fields[4].name = "q";
riscv.c:3941riscv_init_registers()
info->vector_fields[4].type = &info->type_uint128_vector;
riscv.c:3943riscv_init_registers()
info->vector_fields[3].next = NULL;
riscv.c:3945riscv_init_registers()
info->vector_fields[4].next = NULL;
riscv.c:3947riscv_init_registers()
info->vector_union.fields = info->vector_fields;

Data Use

Functions reading riscv_info::vector_fields
riscv_info::vector_fields
all items filtered out
Type of riscv_info::vector_fields
riscv_info::vector_fields
all items filtered out