Lines Matching refs:operands

133 	struct hist_field		*operands[HIST_FIELD_OPERANDS_MAX];  member
237 struct hist_field *operand = hist_field->operands[0]; in hist_field_log2()
250 struct hist_field *operand = hist_field->operands[0]; in hist_field_bucket()
271 struct hist_field *operand1 = hist_field->operands[0]; in hist_field_plus()
272 struct hist_field *operand2 = hist_field->operands[1]; in hist_field_plus()
286 struct hist_field *operand1 = hist_field->operands[0]; in hist_field_minus()
287 struct hist_field *operand2 = hist_field->operands[1]; in hist_field_minus()
301 struct hist_field *operand1 = hist_field->operands[0]; in hist_field_div()
302 struct hist_field *operand2 = hist_field->operands[1]; in hist_field_div()
324 struct hist_field *operand1 = hist_field->operands[0]; in div_by_power_of_two()
325 struct hist_field *operand2 = hist_field->operands[1]; in div_by_power_of_two()
338 struct hist_field *operand1 = hist_field->operands[0]; in div_by_not_power_of_two()
339 struct hist_field *operand2 = hist_field->operands[1]; in div_by_not_power_of_two()
352 struct hist_field *operand1 = hist_field->operands[0]; in div_by_mult_and_shift()
353 struct hist_field *operand2 = hist_field->operands[1]; in div_by_mult_and_shift()
386 struct hist_field *operand1 = hist_field->operands[0]; in hist_field_mult()
387 struct hist_field *operand2 = hist_field->operands[1]; in hist_field_mult()
401 struct hist_field *operand = hist_field->operands[0]; in hist_field_unary_minus()
982 operand = hist_field->operands[i]; in field_has_hist_vars()
1279 field_name = hist_field_name(field->operands[0], ++level); in hist_field_name()
1690 if (!field->operands[0]) { in expr_str()
1699 subexpr = expr_str(field->operands[0], ++level); in expr_str()
1712 expr_field_str(field->operands[0], expr); in expr_str()
1732 expr_field_str(field->operands[1], expr); in expr_str()
1865 destroy_hist_field(hist_field->operands[i], level + 1); in destroy_hist_field()
1921 hist_field->operands[0] = create_hist_field(hist_data, field, fl, NULL); in create_hist_field()
1922 hist_field->size = hist_field->operands[0]->size; in create_hist_field()
1923 hist_field->type = kstrdup_const(hist_field->operands[0]->type, GFP_KERNEL); in create_hist_field()
2306 alias->operands[0] = var_ref; in create_alias()
2489 expr->operands[0] = operand1; in parse_unary()
2661 expr->operands[0] = operand1; in parse_expr()
2662 expr->operands[1] = operand2; in parse_expr()
2684 expr->operands[0] = var1; in parse_expr()
2686 expr->operands[1] = var2; in parse_expr()
2690 expr->operands[0] = NULL; in parse_expr()
2691 expr->operands[1] = NULL; in parse_expr()