sd() is only used within OpenOCD.
 
Symbols
loading...
Files
loading...

sd() function

Syntax

static uint32_t sd(unsigned int src,     unsigned int base,     uint16_t offset) __attribute__ ((unused));
Implemented in opcodes.h:87

Arguments

src

base

offset

References

LocationReferrerText
opcodes.h:87
static uint32_t sd(unsigned int src, unsigned int base, uint16_t offset)
opcodes.h:86
static uint32_t sd(unsigned int src, unsigned int base, uint16_t offset) __attribute__ ((unused));
asm.h:34store()
return sd(src, base, offset);
program.c:87riscv_program_sdr()
return riscv_program_insert(p, sd(d, b, offset));

Call Tree

Functions calling sd()
Functions called by sd()
all items filtered out
sd()
all items filtered out
Data read by sd()
all items filtered out
sd()
Type of sd()
sd()
uint32_t
all items filtered out