Searched refs:operand_ovl (Results 1 – 1 of 1) sorted by relevance
93 union uint64_overlay operand_ovl; in acpi_ut_short_shift_left() local97 operand_ovl.full = operand; in acpi_ut_short_shift_left()100 operand_ovl.part.hi = operand_ovl.part.lo; in acpi_ut_short_shift_left()101 operand_ovl.part.lo = 0; in acpi_ut_short_shift_left()105 operand_ovl.part.lo, count); in acpi_ut_short_shift_left()110 *out_result = operand_ovl.full; in acpi_ut_short_shift_left()130 union uint64_overlay operand_ovl; in acpi_ut_short_shift_right() local134 operand_ovl.full = operand; in acpi_ut_short_shift_right()137 operand_ovl.part.lo = operand_ovl.part.hi; in acpi_ut_short_shift_right()138 operand_ovl.part.hi = 0; in acpi_ut_short_shift_right()[all …]