HomeSort by relevance Sort by last modified time
    Searched defs:optable (Results 1 - 6 of 6) sorted by null

  /toolchain/binutils/binutils-2.27/opcodes/
tic4x-dis.c 636 tic4x_hash_opcode (tic4x_inst_t **optable,
655 if (optable[j] != NULL)
657 j, optable[j]->name, inst->name);
663 if (optable[j] != NULL
667 tic4x_hash_opcode_special (optable_special, optable[j]);
673 optable[j] = (tic4x_inst_t *) inst;
688 static tic4x_inst_t **optable = NULL; local
699 if (optable == NULL)
701 optable = xcalloc (sizeof (tic4x_inst_t *), (1 << TIC4X_HASH_SIZE));
708 tic4x_hash_opcode (optable, optable_special, &tic4x_insts[i]
    [all...]
w65-opc.h 56 const struct opinfo optable[257]={ variable in typeref:struct:opinfo
  /prebuilts/go/darwin-x86/src/cmd/vendor/golang.org/x/arch/x86/x86asm/testdata/
libmach8db.c 150 typedef struct Optable Optable;
151 struct Optable
154 void *proto; /* actually either (char*) or (Optable*) */
190 static Optable optab0F00[8]=
200 static Optable optab0F01[8]=
211 static Optable optab0F01F8[1]=
220 static Optable optab0FAE[8]=
234 static Optable optab0FBA[8]=
242 static Optable optab0F0F[256]
932 static Optable optable[256+2] = variable
    [all...]
  /prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/x86/x86asm/testdata/
libmach8db.c 150 typedef struct Optable Optable;
151 struct Optable
154 void *proto; /* actually either (char*) or (Optable*) */
190 static Optable optab0F00[8]=
200 static Optable optab0F01[8]=
211 static Optable optab0F01F8[1]=
220 static Optable optab0FAE[8]=
234 static Optable optab0FBA[8]=
242 static Optable optab0F0F[256]
932 static Optable optable[256+2] = variable
    [all...]
  /external/valgrind/coregrind/m_demangle/
cplus-dem.c 174 static const struct optable struct
179 } optable[] = { variable in typeref:struct:optable
712 for (i = 0; i < ARRAY_SIZE (optable); i++)
714 if (strlen (optable[i].in) == 2
715 && memcmp (optable[i].in, opname + 2, 2) == 0)
718 strcat (result, optable[i].out);
730 for (i = 0; i < ARRAY_SIZE (optable); i++)
732 if (strlen (optable[i].in) == 3
733 && memcmp (optable[i].in, opname + 2, 3) == 0)
736 strcat (result, optable[i].out)
    [all...]
  /toolchain/binutils/binutils-2.27/libiberty/
cplus-dem.c 145 static const struct optable struct
150 } optable[] = { variable in typeref:struct:optable
673 for (i = 0; i < ARRAY_SIZE (optable); i++)
675 if (strlen (optable[i].in) == 2
676 && memcmp (optable[i].in, opname + 2, 2) == 0)
679 strcat (result, optable[i].out);
691 for (i = 0; i < ARRAY_SIZE (optable); i++)
693 if (strlen (optable[i].in) == 3
694 && memcmp (optable[i].in, opname + 2, 3) == 0)
697 strcat (result, optable[i].out)
    [all...]

Completed in 177 milliseconds