Home
last modified time | relevance | path

Searched refs:OperandOvl (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/common/acpica/utilities/
H A Dutmath.c252 UINT64_OVERLAY OperandOvl; in AcpiUtShortShiftLeft() local
258 OperandOvl.Full = Operand; in AcpiUtShortShiftLeft()
262 OperandOvl.Part.Hi = OperandOvl.Part.Lo; in AcpiUtShortShiftLeft()
263 OperandOvl.Part.Lo = 0; in AcpiUtShortShiftLeft()
267 OperandOvl.Part.Lo, Count); in AcpiUtShortShiftLeft()
273 *OutResult = OperandOvl.Full; in AcpiUtShortShiftLeft()
303 OperandOvl.Full = Operand; in AcpiUtShortShiftRight()
307 OperandOvl.Part.Lo = OperandOvl.Part.Hi; in AcpiUtShortShiftRight()
308 OperandOvl.Part.Hi = 0; in AcpiUtShortShiftRight()
312 OperandOvl.Part.Lo, Count); in AcpiUtShortShiftRight()
[all …]