Home | History | Annotate | Download | only in config

Lines Matching refs:this_size

3094       int this_size = 0;
3102 this_size = xg_get_max_insn_widen_size (build_list->opcode);
3110 this_size += xg_get_single_size (build_list->opcode);
3118 if (this_size > max_size)
3119 max_size = this_size;
3140 int this_size = 0;
3148 this_size = xg_get_max_insn_widen_literal_size (build_list->opcode);
3157 this_size += 4;
3165 if (this_size > max_size)
3166 max_size = this_size;