Searched refs:construct_mnemonic (Results 1 – 1 of 1) sorted by relevance
/external/valgrind/VEX/priv/ |
D | s390_disasm.c | 141 construct_mnemonic(const HChar *prefix, const HChar *suffix, UInt mask) in construct_mnemonic() function 184 return construct_mnemonic("b", "r", m1); in bcr_operand() 195 return construct_mnemonic("b", "", m1); in bc_operand() 206 return construct_mnemonic("j", "", m1); in brc_operand() 217 return construct_mnemonic("jg", "", m1); in brcl_operand() 238 return construct_mnemonic(prefix, "", mask); in cls_operand()
|