Home
last modified time | relevance | path

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

/f-stack/freebsd/arm64/include/
H A Ddb_machdep.h75 is_store_instr(tmp_instr); \
102 #define is_store_instr(ins) ((((ins) & 0x3f400000u) == 0x08000000u) || /* exclusive */ \ macro