reg_type::REG_TYPE_IEEE_SINGLE is only used within OpenOCD.
 
Symbols
loading...
Files
loading...
CodeScopeDevelopment ToolsOpenOCDreg_type::REG_TYPE_IEEE_SINGLE

reg_type::REG_TYPE_IEEE_SINGLE

Syntax

REG_TYPE_IEEE_SINGLE;

References

LocationReferrerText
register.h:36
REG_TYPE_IEEE_SINGLE,
arc.h:168
{ .type = REG_TYPE_IEEE_SINGLE, .id = "ieee_single" },
armv8.c:1366
{REG_TYPE_IEEE_SINGLE, "ieee_single", 0, {NULL} },
gdb_server.c:2135gdb_get_reg_type_name()
case REG_TYPE_IEEE_SINGLE:
mips32.c:280mips32_set_all_fpr_width()
reg_list[i].reg_data_type->type = fp64 ? REG_TYPE_IEEE_DOUBLE : REG_TYPE_IEEE_SINGLE;
riscv.c:3844riscv_init_registers()
static struct reg_data_type type_ieee_single = { .type = REG_TYPE_IEEE_SINGLE, .id = "ieee_single" };

Data Use

Functions using reg_type::REG_TYPE_IEEE_SINGLE
reg_type::REG_TYPE_IEEE_SINGLE