Lines Matching refs:errmsg

268       const char *errmsg;  in insert_insn_normal()  local
273 errmsg = (* cd->insert_operand) (cd, CGEN_SYNTAX_FIELD (*syn), in insert_insn_normal()
275 if (errmsg) in insert_insn_normal()
276 return errmsg; in insert_insn_normal()
556 const char * errmsg = NULL; in openrisc_cgen_insert_operand() local
565errmsg = insert_normal (cd, value, 0|(1<<CGEN_IFLD_SIGNED)|(1<<CGEN_IFLD_ABS_ADDR), 0, 25, 26, 32,… in openrisc_cgen_insert_operand()
572errmsg = insert_normal (cd, value, 0|(1<<CGEN_IFLD_SIGNED)|(1<<CGEN_IFLD_PCREL_ADDR), 0, 25, 26, 3… in openrisc_cgen_insert_operand()
576errmsg = insert_normal (cd, fields->f_simm16, 0|(1<<CGEN_IFLD_SIGNED), 0, 15, 16, 32, total_length… in openrisc_cgen_insert_operand()
579errmsg = insert_normal (cd, fields->f_lo16, 0|(1<<CGEN_IFLD_SIGNED), 0, 15, 16, 32, total_length, … in openrisc_cgen_insert_operand()
582 errmsg = insert_normal (cd, fields->f_op4, 0, 0, 23, 3, 32, total_length, buffer); in openrisc_cgen_insert_operand()
585 errmsg = insert_normal (cd, fields->f_op5, 0, 0, 25, 5, 32, total_length, buffer); in openrisc_cgen_insert_operand()
588 errmsg = insert_normal (cd, fields->f_r2, 0, 0, 20, 5, 32, total_length, buffer); in openrisc_cgen_insert_operand()
591 errmsg = insert_normal (cd, fields->f_r3, 0, 0, 15, 5, 32, total_length, buffer); in openrisc_cgen_insert_operand()
594 errmsg = insert_normal (cd, fields->f_r1, 0, 0, 25, 5, 32, total_length, buffer); in openrisc_cgen_insert_operand()
597errmsg = insert_normal (cd, fields->f_simm16, 0|(1<<CGEN_IFLD_SIGNED), 0, 15, 16, 32, total_length… in openrisc_cgen_insert_operand()
605 errmsg = insert_normal (cd, fields->f_i16_1, 0, 0, 10, 11, 32, total_length, buffer); in openrisc_cgen_insert_operand()
606 if (errmsg) in openrisc_cgen_insert_operand()
608 errmsg = insert_normal (cd, fields->f_i16_2, 0, 0, 25, 5, 32, total_length, buffer); in openrisc_cgen_insert_operand()
609 if (errmsg) in openrisc_cgen_insert_operand()
614 errmsg = insert_normal (cd, fields->f_uimm16, 0, 0, 15, 16, 32, total_length, buffer); in openrisc_cgen_insert_operand()
617 errmsg = insert_normal (cd, fields->f_uimm5, 0, 0, 4, 5, 32, total_length, buffer); in openrisc_cgen_insert_operand()
627 return errmsg; in openrisc_cgen_insert_operand()