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

  /src/external/gpl3/gdb/dist/gdbserver/
linux-s390-low.cc 1288 int is_zarch = is_64 || have_hwcap_s390_high_gprs; local
1291 int is_64 = 0, is_zarch = 0, has_vx = 0; local
1301 if (is_zarch)
1376 if (is_zarch)
  /src/external/gpl3/gdb.old/dist/gdbserver/
linux-s390-low.cc 1291 int is_zarch = is_64 || have_hwcap_s390_high_gprs; local
1294 int is_64 = 0, is_zarch = 0, has_vx = 0; local
1304 if (is_zarch)
1379 if (is_zarch)

Completed in 26 milliseconds