Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/opcodes/
Dmicroblaze-dis.c43 char tmpstr[25]; in get_field() local
45 sprintf (tmpstr, "%s%d", register_prefix, (int)((instr & mask) >> low)); in get_field()
46 return (strdup (tmpstr)); in get_field()
52 char tmpstr[25]; in get_field_imm() local
54 sprintf (tmpstr, "%d", (short)((instr & IMM_MASK) >> IMM_LOW)); in get_field_imm()
55 return (strdup (tmpstr)); in get_field_imm()
61 char tmpstr[25]; in get_field_imm5() local
63 sprintf (tmpstr, "%d", (short)((instr & IMM5_MASK) >> IMM_LOW)); in get_field_imm5()
64 return (strdup (tmpstr)); in get_field_imm5()
70 char tmpstr[25]; in get_field_imm5_mbar() local
[all …]