HomeSort by: relevance | last modified time | path
    Searched defs:IS_CALL (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/sljit/dist/sljit_src/
sljitLir.c 177 # define IS_CALL 0x008
190 # define IS_CALL 0x010
224 # define IS_CALL 0x10
  /src/external/gpl3/binutils/dist/gprofng/libcollector/
unwind.c 1110 #define IS_CALL(x) (((x) & 0xc0000000) == 0x40000000)
1224 else if (IS_CALL (backinstr))
1234 else if (IS_CALL (instr))
  /src/external/gpl3/binutils.old/dist/gprofng/libcollector/
unwind.c 1110 #define IS_CALL(x) (((x) & 0xc0000000) == 0x40000000)
1224 else if (IS_CALL (backinstr))
1234 else if (IS_CALL (instr))

Completed in 24 milliseconds