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

imm_s() function

Syntax

static uint32_t imm_s(uint32_t imm) __attribute__ ((unused));
Implemented in opcodes.h:45

Arguments

imm

References

LocationReferrerText
opcodes.h:45
static uint32_t imm_s(uint32_t imm)
opcodes.h:44
static uint32_t imm_s(uint32_t imm) __attribute__ ((unused));
opcodes.h:83sw()
return imm_s(offset) | inst_rs2(src) | inst_rs1(base) | MATCH_SW;
opcodes.h:89sd()
return imm_s(offset) | inst_rs2(src) | inst_rs1(base) | MATCH_SD;
opcodes.h:95sh()
return imm_s(offset) | inst_rs2(src) | inst_rs1(base) | MATCH_SH;
opcodes.h:101sb()
return imm_s(offset) | inst_rs2(src) | inst_rs1(base) | MATCH_SB;
opcodes.h:173fsw()
return imm_s(offset) | inst_rs2(src) | inst_rs1(base) | MATCH_FSW;
opcodes.h:179fsd()
return imm_s(offset) | inst_rs2(src) | inst_rs1(base) | MATCH_FSD;

Call Tree

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