Home
last modified time | relevance | path

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

/freebsd/sys/riscv/include/
H A Ddb_machdep.h82 is_store_instr(tmp_instr); \
86 #define is_store_instr(ins) (((ins) & 0x7f) == 35) macro
/freebsd/sys/arm64/include/
H A Ddb_machdep.h81 is_store_instr(tmp_instr); \
108 #define is_store_instr(ins) ((((ins) & 0x3f400000u) == 0x08000000u) || /* exclusive */ \ macro