Home
last modified time | relevance | path

Searched refs:S390_MAX_MNEMONIC_LEN (Results 1 – 2 of 2) sorted by relevance

/external/valgrind/VEX/priv/
Ds390_disasm.c45 vassert(vex_strlen(mnm) <= S390_MAX_MNEMONIC_LEN); in mnemonic()
47 static HChar buf[S390_MAX_MNEMONIC_LEN + 1]; in mnemonic()
49 vex_sprintf(buf, "%-*s", S390_MAX_MNEMONIC_LEN, mnm); in mnemonic()
115 static HChar buf[S390_MAX_MNEMONIC_LEN + 1]; in cab_operand()
146 static HChar buf[S390_MAX_MNEMONIC_LEN + 1]; in construct_mnemonic()
Ds390_defs.h150 #define S390_MAX_MNEMONIC_LEN 8 macro