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

  /toolchain/binutils/binutils-2.25/gas/config/
tc-xgate.c 40 #define MAX_NUM_OPERANDS 3
487 s_operand new_operands[MAX_NUM_OPERANDS];
1026 for (num_operands = 0; strlen (line) && (num_operands < MAX_NUM_OPERANDS);
1049 if (num_operands > MAX_NUM_OPERANDS)
    [all...]
  /external/google-breakpad/src/third_party/libdisasm/
libdis.h 102 #define MAX_NUM_OPERANDS 8 /* max # implicit and explicit operands */
    [all...]

Completed in 315 milliseconds