Searched defs:IS_CALL (Results 1 – 3 of 3) sorted by relevance
177 # define IS_CALL 0x008 macro190 # define IS_CALL 0x010 macro224 # define IS_CALL 0x10 macro
1099 #define IS_CALL(x) (((x) & 0xc0000000) == 0x40000000) macro
1105 #define IS_CALL(x) (((x) & 0xc0000000) == 0x40000000) macro