Searched refs:operand0 (Results 1 – 2 of 2) sorted by relevance
388 acpi_integer operand0, in acpi_ex_do_math_op() argument396 return (operand0 + operand1); in acpi_ex_do_math_op()401 return (operand0 & operand1); in acpi_ex_do_math_op()406 return (~(operand0 & operand1)); in acpi_ex_do_math_op()411 return (operand0 | operand1); in acpi_ex_do_math_op()416 return (~(operand0 | operand1)); in acpi_ex_do_math_op()421 return (operand0 ^ operand1); in acpi_ex_do_math_op()426 return (operand0 * operand1); in acpi_ex_do_math_op()431 return (operand0 << operand1); in acpi_ex_do_math_op()436 return (operand0 >> operand1); in acpi_ex_do_math_op()[all …]
243 acpi_integer operand0,249 acpi_integer operand0,