Home
last modified time | relevance | path

Searched defs:is_store_instr (Results 1 – 2 of 2) sorted by relevance

/freebsd-src/sys/riscv/include/
H A Ddb_machdep.h86 #define is_store_instr(ins) (((ins) & 0x7f) == 35) macro
/freebsd-src/sys/arm64/include/
H A Ddb_machdep.h108 #define is_store_instr(ins) ((((ins) & 0x3f400000u) == 0x08000000u) || /* exclusive */ \ macro