Home | History | Annotate | Download | only in opcodes

Lines Matching defs:MAX_MNEMONIC_LEN

33 #define MAX_MNEMONIC_LEN 15
61 char mnemonic[MAX_MNEMONIC_LEN + 1];
127 strncpy (op_array[ix].mnemonic, mnemonic, MAX_MNEMONIC_LEN);
128 op_array[ix].mnemonic[MAX_MNEMONIC_LEN] = '\0';
204 char prefix[MAX_MNEMONIC_LEN + 1];
205 char suffix[MAX_MNEMONIC_LEN + 1];
206 char number[MAX_MNEMONIC_LEN + 1];
287 char new_mnemonic[MAX_MNEMONIC_LEN + 1];
378 char mnemonic[MAX_MNEMONIC_LEN + 1];
395 "%" STRINGIFY (MAX_MNEMONIC_LEN) "s "