Home | History | Annotate | Download | only in compiler

Lines Matching refs:Opcode

316  * DESCRIPTION: Check one Op for a reducible type 3/4/5 AML opcode.
334 WalkState->Opcode = Op->Common.AmlOpcode;
337 DbgPrint (ASL_PARSE_OUTPUT, "[%.4d] Opcode: %12.12s ",
344 if ((WalkState->Opcode == AML_RAW_DATA_BYTE) ||
345 (WalkState->Opcode == AML_RAW_DATA_WORD) ||
346 (WalkState->Opcode == AML_RAW_DATA_DWORD) ||
347 (WalkState->Opcode == AML_RAW_DATA_QWORD))
356 * because a type 3/4/5 opcode within a Name() expression
362 /* Finished if we find a Name() opcode */
429 "**** Could not reduce operands for NAME opcode ****\n");
442 /* This is not a 3/4/5 opcode, but maybe can convert to STORE */
454 "**** Not a Type 3/4/5 opcode or cannot reduce/fold (%s) ****\n",
468 if (WalkState->Opcode == AML_BUFFER_OP)
834 * BUFFER (Buffer AML opcode)
962 WalkState->Opcode = Op->Common.AmlOpcode;
1009 WalkState->Opcode = Op->Common.AmlOpcode;