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

sb() function

Syntax

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

Arguments

src

base

offset

References

LocationReferrerText
opcodes.h:99
static uint32_t sb(unsigned int src, unsigned int base, uint16_t offset)
opcodes.h:98
static uint32_t sb(unsigned int src, unsigned int base, uint16_t offset) __attribute__ ((unused));
program.c:102riscv_program_sbr()
return riscv_program_insert(p, sb(d, b, offset));
riscv-011.c:2136setup_write_memory()
cache_set32(target, 1, sb(S0, T0, 0));

Call Tree

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