Searched refs:OperandOvl (Results 1 – 1 of 1) sorted by relevance
252 UINT64_OVERLAY OperandOvl; in AcpiUtShortShiftLeft() local258 OperandOvl.Full = Operand; in AcpiUtShortShiftLeft()262 OperandOvl.Part.Hi = OperandOvl.Part.Lo; in AcpiUtShortShiftLeft()263 OperandOvl.Part.Lo = 0; in AcpiUtShortShiftLeft()266 ACPI_SHIFT_LEFT_64_BY_32 (OperandOvl.Part.Hi, in AcpiUtShortShiftLeft()267 OperandOvl.Part.Lo, Count); in AcpiUtShortShiftLeft()273 *OutResult = OperandOvl.Full; in AcpiUtShortShiftLeft()297 UINT64_OVERLAY OperandOvl; in AcpiUtShortShiftRight() local303 OperandOvl.Full = Operand; in AcpiUtShortShiftRight()307 OperandOvl.Part.Lo = OperandOvl.Part.Hi; in AcpiUtShortShiftRight()[all …]