Searched refs:tmpstr (Results 1 – 1 of 1) sorted by relevance
43 char tmpstr[25]; in get_field() local45 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() local54 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() local63 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 …]