Lines Matching refs:Operand
224 ACPI_OPERAND_OBJECT **Operand = &WalkState->Operands[0]; in AcpiExOpcode_6A_0T_1R() local
245 if ((Operand[1]->Integer.Value > MAX_MATCH_OPERATOR) || in AcpiExOpcode_6A_0T_1R()
246 (Operand[3]->Integer.Value > MAX_MATCH_OPERATOR)) in AcpiExOpcode_6A_0T_1R()
255 Index = Operand[5]->Integer.Value; in AcpiExOpcode_6A_0T_1R()
256 if (Index >= Operand[0]->Package.Count) in AcpiExOpcode_6A_0T_1R()
260 ACPI_FORMAT_UINT64 (Index), Operand[0]->Package.Count)); in AcpiExOpcode_6A_0T_1R()
287 for ( ; Index < Operand[0]->Package.Count; Index++) in AcpiExOpcode_6A_0T_1R()
291 ThisElement = Operand[0]->Package.Elements[Index]; in AcpiExOpcode_6A_0T_1R()
305 if (!AcpiExDoMatch ((UINT32) Operand[1]->Integer.Value, in AcpiExOpcode_6A_0T_1R()
306 ThisElement, Operand[2])) in AcpiExOpcode_6A_0T_1R()
311 if (!AcpiExDoMatch ((UINT32) Operand[3]->Integer.Value, in AcpiExOpcode_6A_0T_1R()
312 ThisElement, Operand[4])) in AcpiExOpcode_6A_0T_1R()