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

  /src/external/gpl3/gdb/dist/sim/ppc/
altivec_registers.h 58 static char endian_b2l_hindex[16] = { 1, 0, 3, 2, 5, 4, 7, 6 }; variable
60 #define AV_HINDEX(x) endian_b2l_hindex[(x) & 7]
  /src/external/gpl3/gdb.old/dist/sim/ppc/
altivec_registers.h 58 static char endian_b2l_hindex[16] = { 1, 0, 3, 2, 5, 4, 7, 6 }; variable
60 #define AV_HINDEX(x) endian_b2l_hindex[(x) & 7]

Completed in 23 milliseconds