Lines Matching refs:operators

77 operators that create new scopes. This type of AML code is already 
118 some combinations of operators. Although this did not cause any problems
227 invocations to be targets of various ASL operators (SuperName and Target
365 ACPICA BZ 1002. Affects the following ASL operators that have a SuperName
551 Interpreter: Updated runtime typechecking for all operators that have
582 ASL operators:
587 -- For the following operators, the TermArg operands are now validated
608 -- For all ASL math and logic operators, the target operand must be a
668 operators.
884 commutative" operators -- Subtract, Divide, Modulo, ShiftLeft, and
1103 provide support for symbolic ("C-style") operators and expressions. These
1153 (C-style) operators for math and logical expressions. This can greatly
1172 Below is the complete list of the currently supported symbolic operators
1179 // Math operators
1195 // Logical operators
1694 tables (via external interfaces or via AML Load/LoadTable operators). Lv
1710 time. However, these operators may be deployed in a future ACPICA
2842 opcodes/operators.
3556 related to some ASL operators. Also, order the External() statements
3560 the Create* field, Alias, and Scope operators:
3561 1) Create* buffer field operators - fix type mismatch warning on
3571 pathname changes affect both #include and Include() type operators.
3957 Table Compiler: Make all "generic" operators caseless. These are the
3958 operators
4167 operators.
4283 AcpiHelp: Added the AccessAs and Offset operators. Fixed a problem where
6892 during the ToDecimalString and ToHexString operators, as well as implicit
7238 All of this allows testing of the Load and Unload operators from
7451 Qword), Field, BankField, and IndexField operators when invoked from
7453 an executing control method. In this case, these operators created
7461 Fixed a problem where the CreateField and CreateXXXField operators would
7540 AE_AML_INTERNAL exception depending on the order and type of operators
7768 Fixed a problem with the FromBCD and ToBCD operators. With some
7852 Fixed a problem with the Increment and Decrement operators where the type
7857 Fixed a problem with the Load and LoadTable operators where the table
8232 AcpiWalkNamespace and the Load/Unload ASL operators and is still under
8558 consists of over 1100 files that exercise all ASL/AML operators. The
8745 via the Load() or LoadTable() ASL operators. This should improve
8895 DataTableRegion and CopyObject operators. Fixed a possible fault during
8896 disassembly of some Alias operators.
8967 Disassembler: Implemented support for the ASL pseudo-operators LNotEqual,
9061 2) Useless operators: If an ASL operator does not specify an optional
9452 Fixed a problem where Alias ASL operators are sometimes not correctly
9578 Break, Continue, If, and CreateField operators. (Valery Podrezov)
10543 Implemented support to allow Type 1 and Type 2 ASL operators to appear at
10544 the module level (not within a control method.) These operators will be
10559 An error message is now generated for the Mutex and Method operators if
10655 This was the Index argument to the Index, Mid, and Match operators.
10810 If, Else, and While operators. String and Buffer arguments are
10903 and ObjectType operators were not treated properly. They are now treated
10912 operators.
11003 behavior of the other logical operators (LLess(), etc.) It also requires
11019 Fixed a problem with the Buffer and Package operators where the
11021 would get confused if two such operators were used as operands to an ASL
11023 stack was not being popped after the execution of these operators,
11324 operators where the input operand could be inadvertently deleted if no
11360 Fixed typechecking for the ObjectType and SizeOf operators. Problem was
11444 operators
11488 - Functional tests for all ASL/AML operators
11506 Fixed a problem in the Increment and Decrement operators where incorrect
11521 Fixed a problem in the Logical operators (LLess, etc.) where a NULL byte
11556 in the FieldName of all of the various CreateXXXField operators.
11597 and ToHexString operators.
11724 logical operators (LEqual, LGreater, LGreaterEqual, LLess, LLessEqual,
11850 the logical operators -- LGreater, LLess, LGreaterEqual, and LLessEqual -
11915 form "_T_x". (Used in Switch/Case operators.)
11928 following ASL operators: LEqual, LGreater, LLess, LGreaterEqual, and
11962 following ASL operators: LEqual, LGreater, LLess, LGreaterEqual, and
13693 "executable" operators (versus the "namespace" operators) cannot
13734 conversion operators were not updating the internal namespace node
13802 and RefOf() operators) in the ObjectType() and SizeOf() operators.
13803 The definition of these operators includes the dereferencing of
14130 operators when passing reference arguments to control methods. A
14200 strings are resolved to object handles, and constant operators
14337 most of the name creation operators (Name, Device, Event, Mutex,
14457 operators that are allowed within constant expressions and can
14548 3/4/5 ASL operators.
14828 ASL compiler. All new ACPI 2.0 operators are implemented and all
14984 operators. All new ACPI 2.0 operators are now implemented in both
15114 DataTableRegion operators. Both are fully functional.
15552 The following ACPI 2.0 ASL operators have been implemented in the
15676 Breakpoint operators. In the latter case, the AcpiOsBreakpoint
15689 The ACPI 2.0 Switch/Case/Default operators have been implemented
15691 interpreters, since the operators are simply translated to If/Else
16105 the Store operator as well as any ASL operators that include a
16149 String are freely interchangeable for most ASL operators and are
16224 Fixed a problem where operators with more than one nested
16324 Implemented just-in-time evaluation of the CreateField operators.