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

  /src/external/gpl3/binutils/dist/gas/config/
tc-xtensa.c 10289 bool negatable_branch = false;
10315 negatable_branch = (xtensa_opcode_is_branch (isa, tinsn.opcode) == 1);
10411 if (negatable_branch && istack.ninsn > 1)
10275 bool negatable_branch = false; local
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-xtensa.c 10289 bool negatable_branch = false;
10315 negatable_branch = (xtensa_opcode_is_branch (isa, tinsn.opcode) == 1);
10411 if (negatable_branch && istack.ninsn > 1)
10275 bool negatable_branch = false; local

Completed in 42 milliseconds