Lines Matching refs:is_int
308 print_alu_outmod(FILE *fp, unsigned outmod, bool is_int, bool half)
310 if (is_int && !half) {
315 if (!is_int && half)
318 mir_print_outmod(fp, outmod, is_int);
626 print_srcmod(FILE *fp, bool is_int, bool expands, unsigned mod, bool scalar)
630 if (is_int) {
647 uint8_t src_mask, bool is_int,
660 print_srcmod(fp, is_int, INPUT_EXPANDS(src->expand_mode), src->mod, false);
799 bool is_int = midgard_is_integer_op(op);
855 shrink_mode, src_mask, is_int, argmod);
868 shrink_mode, src_mask, is_int, argmod);
876 print_scalar_src(disassemble_context *ctx, FILE *fp, bool is_int, unsigned src_binary, unsigned reg)
891 print_srcmod(fp, is_int, !src->full, src->mod, true);
913 bool is_int = midgard_is_integer_op(alu_field->op);
948 print_scalar_src(ctx, fp, is_int, alu_field->src1, reg_info->src1_reg);
959 print_scalar_src(ctx, fp, is_int, alu_field->src2, reg_info->src2_reg);