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

  /src/external/gpl3/binutils/dist/opcodes/
aarch64-opc.c 440 AARCH64_FIELD ( 6, 1), /* ZAn: name of the bit encoded ZA tile. */
4098 } zan[] = {
4119 for (unsigned int i = 0; i < ARRAY_SIZE (zan); i++)
4121 if ((mask & zan[i].mask) == zan[i].mask)
4123 mask &= ~zan[i].mask;
4128 style_reg (styler, zan[i].name));
4095 } zan[] = { local
  /src/external/gpl3/binutils.old/dist/opcodes/
aarch64-opc.c 435 { 6, 1 }, /* ZAn: name of the bit encoded ZA tile. */
4030 const char* zan[] = { "za", "za0.h", "za1.h", "za0.s",
4039 const int ZAN_SIZE = sizeof(zan) / sizeof(zan[0]);
4050 k += snprintf (buf + k, size - k, "%s", style_reg (styler, zan[i]));
4027 const char* zan[] = { "za", "za0.h", "za1.h", "za0.s", local
  /src/external/gpl3/gdb.old/dist/opcodes/
aarch64-opc.c 434 { 6, 1 }, /* ZAn: name of the bit encoded ZA tile. */
4021 const char* zan[] = { "za", "za0.h", "za1.h", "za0.s",
4030 const int ZAN_SIZE = sizeof(zan) / sizeof(zan[0]);
4041 k += snprintf (buf + k, size - k, "%s", style_reg (styler, zan[i]));
4018 const char* zan[] = { "za", "za0.h", "za1.h", "za0.s", local
  /src/external/gpl3/gdb/dist/opcodes/
aarch64-opc.c 435 { 6, 1 }, /* ZAn: name of the bit encoded ZA tile. */
4033 } zan[] = {
4054 for (unsigned int i = 0; i < ARRAY_SIZE (zan); i++)
4056 if ((mask & zan[i].mask) == zan[i].mask)
4058 mask &= ~zan[i].mask;
4063 style_reg (styler, zan[i].name));
4030 } zan[] = { local

Completed in 33 milliseconds