Home
last modified time | relevance | path

Searched refs:IS_BTS (Results 1 – 1 of 1) sorted by path

/dports/devel/radare2/radare2-5.1.1/libr/anal/p/
H A Danal_sh.c155 #define IS_BTS(x) (((x) & 0xff00) == 0x8D00) macro
157 #define IS_BT_OR_BF(x) IS_BT(x)||IS_BTS(x)||IS_BF(x)||IS_BFS(x)
883 } else if (IS_BTS (code)) { in first_nibble_is_8()