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

  /src/external/gpl3/binutils/dist/gas/config/
tc-bfin.c 961 INSTR_T note1 = NULL_CODE; local
972 /* If note1 is not null code, we have to generate a right
984 note1 = conscode (gencode (value), NULL_CODE);
988 note1 = conscode (gencode (value), NULL_CODE);
995 note1 = conscode (gencode (value), NULL_CODE);
1002 note1 = conscode (gencode (value >> 1), NULL_CODE);
1005 note1 = NULL_CODE;
1009 note = note1;
1013 if (note1 != NULL_CODE)
1014 note = conscode (note1, note)
1047 INSTR_T note1 = 0; local
    [all...]
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-bfin.c 961 INSTR_T note1 = NULL_CODE; local
972 /* If note1 is not null code, we have to generate a right
984 note1 = conscode (gencode (value), NULL_CODE);
988 note1 = conscode (gencode (value), NULL_CODE);
995 note1 = conscode (gencode (value), NULL_CODE);
1002 note1 = conscode (gencode (value >> 1), NULL_CODE);
1005 note1 = NULL_CODE;
1009 note = note1;
1013 if (note1 != NULL_CODE)
1014 note = conscode (note1, note)
1047 INSTR_T note1 = 0; local
    [all...]

Completed in 27 milliseconds