Lines Matching refs:operands

162 	struct hist_field		*operands[HIST_FIELD_OPERANDS_MAX];  member
282 struct hist_field *operand = hist_field->operands[0]; in hist_field_log2()
295 struct hist_field *operand = hist_field->operands[0]; in hist_field_bucket()
316 struct hist_field *operand1 = hist_field->operands[0]; in hist_field_plus()
317 struct hist_field *operand2 = hist_field->operands[1]; in hist_field_plus()
331 struct hist_field *operand1 = hist_field->operands[0]; in hist_field_minus()
332 struct hist_field *operand2 = hist_field->operands[1]; in hist_field_minus()
346 struct hist_field *operand1 = hist_field->operands[0]; in hist_field_div()
347 struct hist_field *operand2 = hist_field->operands[1]; in hist_field_div()
369 struct hist_field *operand1 = hist_field->operands[0]; in div_by_power_of_two()
370 struct hist_field *operand2 = hist_field->operands[1]; in div_by_power_of_two()
383 struct hist_field *operand1 = hist_field->operands[0]; in div_by_not_power_of_two()
384 struct hist_field *operand2 = hist_field->operands[1]; in div_by_not_power_of_two()
397 struct hist_field *operand1 = hist_field->operands[0]; in div_by_mult_and_shift()
398 struct hist_field *operand2 = hist_field->operands[1]; in div_by_mult_and_shift()
431 struct hist_field *operand1 = hist_field->operands[0]; in hist_field_mult()
432 struct hist_field *operand2 = hist_field->operands[1]; in hist_field_mult()
446 struct hist_field *operand = hist_field->operands[0]; in hist_field_unary_minus()
1038 operand = hist_field->operands[i]; in field_has_hist_vars()
1338 field_name = hist_field_name(field->operands[0], ++level); in hist_field_name()
1759 if (!field->operands[0]) { in expr_str()
1768 subexpr = expr_str(field->operands[0], ++level); in expr_str()
1781 expr_field_str(field->operands[0], expr); in expr_str()
1801 expr_field_str(field->operands[1], expr); in expr_str()
1934 destroy_hist_field(hist_field->operands[i], level + 1); in destroy_hist_field()
1997 hist_field->operands[0] = create_hist_field(hist_data, field, fl, NULL); in create_hist_field()
1998 if (!hist_field->operands[0]) in create_hist_field()
2000 hist_field->size = hist_field->operands[0]->size; in create_hist_field()
2001 hist_field->type = kstrdup_const(hist_field->operands[0]->type, GFP_KERNEL); in create_hist_field()
2409 alias->operands[0] = var_ref; in create_alias()
2592 expr->operands[0] = operand1; in parse_unary()
2766 expr->operands[0] = operand1; in parse_expr()
2767 expr->operands[1] = operand2; in parse_expr()
2791 expr->operands[0] = var1; in parse_expr()
2793 expr->operands[1] = var2; in parse_expr()
2798 expr->operands[0] = NULL; in parse_expr()
2799 expr->operands[1] = NULL; in parse_expr()