Lines Matching defs:AmlOpcode
239 switch (Op->Common.AmlOpcode)
309 switch (Argument1->Common.AmlOpcode)
352 if ((Argument1->Common.AmlOpcode == AML_STRING_OP) ||
353 (Argument1->Common.AmlOpcode == AML_BUFFER_OP) ||
354 (Argument1->Common.AmlOpcode == AML_PACKAGE_OP) ||
355 (Argument1->Common.AmlOpcode == AML_VARIABLE_PACKAGE_OP))
414 switch (Op->Common.AmlOpcode)
430 if (Op->Common.AmlOpcode == AML_DIVIDE_OP)
470 Op->Common.AmlOpcode = AML_MOD_OP;
506 switch (Op->Common.AmlOpcode)
528 AcpiDmGetCompoundSymbol (Op->Common.AmlOpcode);
556 AcpiDmGetCompoundSymbol (Op->Common.AmlOpcode);
574 switch (Op->Common.Parent->Common.AmlOpcode)
749 switch (StoreArgument->Common.AmlOpcode)
850 switch (Op->Common.AmlOpcode)
933 UINT16 AmlOpcode)
938 switch (AmlOpcode)
1056 if ((Target->Common.AmlOpcode == AML_INT_NAMEPATH_OP) &&
1096 if (Target->Common.AmlOpcode != Operand->Common.AmlOpcode)
1110 OpInfo = AcpiPsGetOpcodeInfo (Operand->Common.AmlOpcode);