MATCH_SB is only used within OpenOCD.
 
Symbols
loading...
Files
loading...

MATCH_SB macro

Syntax

#define MATCH_SB 0x23

References

LocationText
encoding.h:1391
#define MATCH_SB 0x23
opcodes.h:101
return imm_s(offset) | inst_rs2(src) | inst_rs1(base) | MATCH_SB;
riscv.c:1060
if (opcode == MATCH_LB || opcode == MATCH_SB) {
riscv.c:1064
if (opcode == MATCH_SB) {