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

  /src/external/gpl3/binutils/dist/gas/config/
tc-arm.c 1008 static int in_pred_block (void);
11396 narrow = !in_pred_block ();
11398 narrow = in_pred_block ();
11675 narrow = !in_pred_block ();
11677 narrow = in_pred_block ();
11763 narrow = !in_pred_block ();
11765 narrow = in_pred_block ();
11930 if (in_pred_block ())
12802 if (in_pred_block ())
12873 if (!in_pred_block () && opcode == T_MNEM_mov
23229 in_pred_block (void) function
    [all...]
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-arm.c 1012 static int in_pred_block (void);
11399 narrow = !in_pred_block ();
11401 narrow = in_pred_block ();
11678 narrow = !in_pred_block ();
11680 narrow = in_pred_block ();
11766 narrow = !in_pred_block ();
11768 narrow = in_pred_block ();
11933 if (in_pred_block ())
12805 if (in_pred_block ())
12876 if (!in_pred_block () && opcode == T_MNEM_mov
23232 in_pred_block (void) function
    [all...]

Completed in 45 milliseconds