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

  /src/external/gpl3/binutils/dist/gas/config/
tc-arm.c 20613 bool is_vldr = ((inst.instruction & (1 << fp_vldr_bitno)) != 0);
20629 if (is_vldr)
20608 bool is_vldr = ((inst.instruction & (1 << fp_vldr_bitno)) != 0); local
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-arm.c 20616 bool is_vldr = ((inst.instruction & (1 << fp_vldr_bitno)) != 0);
20632 if (is_vldr)
20611 bool is_vldr = ((inst.instruction & (1 << fp_vldr_bitno)) != 0); local

Completed in 67 milliseconds