Lines Matching refs:nb_outputs
16662 int nb_operands, int nb_outputs, in asm_compute_constraints() argument
16690 if ((unsigned)k >= i || i < nb_outputs) in asm_compute_constraints()
16740 } else if (j < nb_outputs) { in asm_compute_constraints()
16754 if (j >= nb_outputs) in asm_compute_constraints()
16829 if (j < nb_outputs || c == 'm') { in asm_compute_constraints()
16975 int nb_outputs, int is_output, in asm_gen_code() argument
17011 } else if (i >= nb_outputs || op->is_rw) { in asm_gen_code()
17025 for(i = 0 ; i < nb_outputs; i++) { in asm_gen_code()
17862 int nb_outputs, in subst_asm_operands() argument
17979 int nb_outputs, nb_operands, i, must_subst, out_reg; in asm_instr() local
17990 nb_outputs = 0; in asm_instr()
17998 nb_outputs = nb_operands; in asm_instr()
18026 nb_inputs = nb_operands - nb_outputs; in asm_instr()
18032 asm_compute_constraints(operands, nb_operands, nb_outputs, in asm_instr()
18041 subst_asm_operands(operands, nb_operands, nb_outputs, &astr1, &astr); in asm_instr()
18051 asm_gen_code(operands, nb_operands, nb_outputs, 0, in asm_instr()
18061 asm_gen_code(operands, nb_operands, nb_outputs, 1, in asm_instr()