Lines Matching refs:is_int
322 print_outmod(FILE *fp, unsigned outmod, bool is_int)
324 fprintf(fp, "%s", is_int ? outmod_names_int[outmod] :
329 print_alu_outmod(FILE *fp, unsigned outmod, bool is_int, bool half)
331 if (is_int && !half) {
336 if (!is_int && half)
339 print_outmod(fp, outmod, is_int);
642 print_srcmod(FILE *fp, bool is_int, bool expands, unsigned mod, bool scalar)
646 if (is_int) {
663 uint8_t src_mask, bool is_int,
676 print_srcmod(fp, is_int, INPUT_EXPANDS(src->expand_mode), src->mod, false);
821 bool is_int = midgard_is_integer_op(op);
877 shrink_mode, src_mask, is_int, argmod);
890 shrink_mode, src_mask, is_int, argmod);
898 print_scalar_src(disassemble_context *ctx, FILE *fp, bool is_int, unsigned src_binary, unsigned reg)
913 print_srcmod(fp, is_int, !src->full, src->mod, true);
935 bool is_int = midgard_is_integer_op(alu_field->op);
970 print_scalar_src(ctx, fp, is_int, alu_field->src1, reg_info->src1_reg);
981 print_scalar_src(ctx, fp, is_int, alu_field->src2, reg_info->src2_reg);