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

/freebsd-13-stable/sys/riscv/include/
H A Ddb_machdep.h84 is_store_instr(tmp_instr); \
88 #define is_store_instr(ins) (((ins) & 0x7f) == 35) macro
/freebsd-13-stable/sys/arm64/include/
H A Ddb_machdep.h78 is_store_instr(tmp_instr); \
105 #define is_store_instr(ins) ((((ins) & 0x3f400000u) == 0x08000000u) || /* exclusive */ \ macro

Completed in 690 milliseconds