| /dflybsd-src/sys/contrib/dev/acpica/source/components/executer/ |
| H A D | exoparg1.c | 272 ACPI_OPERAND_OBJECT **Operand = &WalkState->Operands[0]; in AcpiExOpcode_1A_0T_0R() local 286 Status = AcpiExReleaseMutex (Operand[0], WalkState); in AcpiExOpcode_1A_0T_0R() 291 Status = AcpiExSystemResetEvent (Operand[0]); in AcpiExOpcode_1A_0T_0R() 296 Status = AcpiExSystemSignalEvent (Operand[0]); in AcpiExOpcode_1A_0T_0R() 301 Status = AcpiExSystemDoSleep (Operand[0]->Integer.Value); in AcpiExOpcode_1A_0T_0R() 306 Status = AcpiExSystemDoStall ((UINT32) Operand[0]->Integer.Value); in AcpiExOpcode_1A_0T_0R() 311 Status = AcpiExUnloadTable (Operand[0]); in AcpiExOpcode_1A_0T_0R() 344 ACPI_OPERAND_OBJECT **Operand = &WalkState->Operands[0]; in AcpiExOpcode_1A_1T_0R() local 357 Status = AcpiExLoadOp (Operand[0], Operand[1], WalkState); in AcpiExOpcode_1A_1T_0R() 393 ACPI_OPERAND_OBJECT **Operand = &WalkState->Operands[0]; in AcpiExOpcode_1A_1T_1R() local [all …]
|
| H A D | exoparg2.c | 206 ACPI_OPERAND_OBJECT **Operand = &WalkState->Operands[0]; in AcpiExOpcode_2A_0T_0R() local 224 Node = (ACPI_NAMESPACE_NODE *) Operand[0]; in AcpiExOpcode_2A_0T_0R() 228 Value = (UINT32) Operand[1]->Integer.Value; in AcpiExOpcode_2A_0T_0R() 280 ACPI_OPERAND_OBJECT **Operand = &WalkState->Operands[0]; in AcpiExOpcode_2A_2T_1R() local 315 Operand[0]->Integer.Value, in AcpiExOpcode_2A_2T_1R() 316 Operand[1]->Integer.Value, in AcpiExOpcode_2A_2T_1R() 336 Status = AcpiExStore (ReturnDesc2, Operand[2], WalkState); in AcpiExOpcode_2A_2T_1R() 342 Status = AcpiExStore (ReturnDesc1, Operand[3], WalkState); in AcpiExOpcode_2A_2T_1R() 390 ACPI_OPERAND_OBJECT **Operand = &WalkState->Operands[0]; in AcpiExOpcode_2A_1T_1R() local 416 Operand[0]->Integer.Value, in AcpiExOpcode_2A_1T_1R() [all …]
|
| H A D | exoparg3.c | 203 ACPI_OPERAND_OBJECT **Operand = &WalkState->Operands[0]; in AcpiExOpcode_3A_0T_0R() local 219 (UINT32) Operand[0]->Integer.Value, in AcpiExOpcode_3A_0T_0R() 220 (UINT32) Operand[1]->Integer.Value, in AcpiExOpcode_3A_0T_0R() 221 (UINT32) Operand[2]->Integer.Value)); in AcpiExOpcode_3A_0T_0R() 226 Fatal->Type = (UINT32) Operand[0]->Integer.Value; in AcpiExOpcode_3A_0T_0R() 227 Fatal->Code = (UINT32) Operand[1]->Integer.Value; in AcpiExOpcode_3A_0T_0R() 228 Fatal->Argument = (UINT32) Operand[2]->Integer.Value; in AcpiExOpcode_3A_0T_0R() 285 ACPI_OPERAND_OBJECT **Operand = &WalkState->Operands[0]; in AcpiExOpcode_3A_1T_1R() local 305 (Operand[0])->Common.Type); in AcpiExOpcode_3A_1T_1R() 314 Index = Operand[1]->Integer.Value; in AcpiExOpcode_3A_1T_1R() [all …]
|
| H A D | exoparg6.c | 333 ACPI_OPERAND_OBJECT **Operand = &WalkState->Operands[0]; in AcpiExOpcode_6A_0T_1R() local 354 if ((Operand[1]->Integer.Value > MAX_MATCH_OPERATOR) || in AcpiExOpcode_6A_0T_1R() 355 (Operand[3]->Integer.Value > MAX_MATCH_OPERATOR)) in AcpiExOpcode_6A_0T_1R() 364 Index = Operand[5]->Integer.Value; in AcpiExOpcode_6A_0T_1R() 365 if (Index >= Operand[0]->Package.Count) in AcpiExOpcode_6A_0T_1R() 369 ACPI_FORMAT_UINT64 (Index), Operand[0]->Package.Count)); in AcpiExOpcode_6A_0T_1R() 396 for ( ; Index < Operand[0]->Package.Count; Index++) in AcpiExOpcode_6A_0T_1R() 400 ThisElement = Operand[0]->Package.Elements[Index]; in AcpiExOpcode_6A_0T_1R() 414 if (!AcpiExDoMatch ((UINT32) Operand[1]->Integer.Value, in AcpiExOpcode_6A_0T_1R() 415 ThisElement, Operand[2])) in AcpiExOpcode_6A_0T_1R() [all …]
|
| H A D | excreate.c | 493 ACPI_OPERAND_OBJECT **Operand = &WalkState->Operands[0]; in AcpiExCreateProcessor() local 511 ObjDesc->Processor.ProcId = (UINT8) Operand[1]->Integer.Value; in AcpiExCreateProcessor() 512 ObjDesc->Processor.Length = (UINT8) Operand[3]->Integer.Value; in AcpiExCreateProcessor() 513 ObjDesc->Processor.Address = (ACPI_IO_ADDRESS) Operand[2]->Integer.Value; in AcpiExCreateProcessor() 517 Status = AcpiNsAttachObject ((ACPI_NAMESPACE_NODE *) Operand[0], in AcpiExCreateProcessor() 545 ACPI_OPERAND_OBJECT **Operand = &WalkState->Operands[0]; in AcpiExCreatePowerResource() local 563 ObjDesc->PowerResource.SystemLevel = (UINT8) Operand[1]->Integer.Value; in AcpiExCreatePowerResource() 564 ObjDesc->PowerResource.ResourceOrder = (UINT16) Operand[2]->Integer.Value; in AcpiExCreatePowerResource() 568 Status = AcpiNsAttachObject ((ACPI_NAMESPACE_NODE *) Operand[0], in AcpiExCreatePowerResource() 598 ACPI_OPERAND_OBJECT **Operand = &WalkState->Operands[0]; in AcpiExCreateMethod() local [all …]
|
| H A D | exconfig.c | 243 ACPI_OPERAND_OBJECT **Operand = &WalkState->Operands[0]; in AcpiExLoadTableOp() local 258 Operand[0]->String.Pointer, in AcpiExLoadTableOp() 259 Operand[1]->String.Pointer, in AcpiExLoadTableOp() 260 Operand[2]->String.Pointer, &TableIndex); in AcpiExLoadTableOp() 288 if (Operand[3]->String.Length > 0) in AcpiExLoadTableOp() 295 Operand[3]->String.Pointer, ACPI_NS_SEARCH_PARENT, in AcpiExLoadTableOp() 305 if (Operand[4]->String.Length > 0) in AcpiExLoadTableOp() 307 if ((Operand[4]->String.Pointer[0] != AML_ROOT_PREFIX) && in AcpiExLoadTableOp() 308 (Operand[4]->String.Pointer[0] != AML_PARENT_PREFIX)) in AcpiExLoadTableOp() 320 Operand[4]->String.Pointer, ACPI_NS_SEARCH_PARENT, in AcpiExLoadTableOp() [all …]
|
| H A D | exresolv.c | 460 ACPI_OPERAND_OBJECT *Operand, in AcpiExResolveMultiple() argument 464 ACPI_OPERAND_OBJECT *ObjDesc = ACPI_CAST_PTR (void, Operand); in AcpiExResolveMultiple() 465 ACPI_NAMESPACE_NODE *Node = ACPI_CAST_PTR (ACPI_NAMESPACE_NODE, Operand); in AcpiExResolveMultiple() 577 if (ObjDesc == Operand) in AcpiExResolveMultiple()
|
| /dflybsd-src/contrib/binutils-2.27/gas/doc/ |
| H A D | c-cr16.texi | 17 * CR16 Operand Qualifiers:: CR16 Machine Operand Qualifiers 21 @node CR16 Operand Qualifiers 22 @section CR16 Operand Qualifiers 23 @cindex CR16 Operand Qualifiers 27 Operand expression type qualifier is an optional field in the instruction operand, to determines th… 47 @item Immediate Operand: s 50 @item Immediate Operand: m 53 @item Immediate Operand: m 56 @item Immediate Operand: l 59 @item Absolute Operand: s [all …]
|
| H A D | c-rl78.texi | 17 * RL78-Modifiers:: Symbolic Operand Modifiers 58 @section Symbolic Operand Modifiers
|
| H A D | c-m32c.texi | 60 * M32C-Modifiers:: Symbolic Operand Modifiers 65 @subsection Symbolic Operand Modifiers
|
| /dflybsd-src/contrib/gcc-8.0/gcc/ |
| H A D | tree.def | 427 Operand 0 is the structure or union (an expression). 428 Operand 1 is the field (a node of type FIELD_DECL). 429 Operand 2, if present, is the value of DECL_FIELD_OFFSET, measured 435 Operand 0 is the structure or union expression; 444 Operand 0 is the array; operand 1 is a (single) array index. 445 Operand 2, if present, is a copy of TYPE_MIN_VALUE of the index. 446 Operand 3, if present, is the element size, measured in units of 513 /* Assignment expression. Operand 0 is the what to set; 1, the new value. */ 516 /* Initialization expression. Operand 0 is the variable to initialize; 517 Operand 1 is the initializer. This differs from MODIFY_EXPR in that any [all …]
|
| H A D | rtl.def | 169 Operand: 177 Operand: 188 Operand 0 is the condition that if true, the code is executed. 189 Operand 1 is the code to be executed (typically a SET). 275 Operand 1 is the address of the memory to fetch. 276 Operand 2 is 1 for a write access, 0 otherwise. 277 Operand 3 is the level of temporal locality; 0 means there is no 290 Operand 1 is the location (REG, MEM, PC, CC0 or whatever) assigned to. 291 Operand 2 is the value stored there. 316 Operand 1 is the address to call. [all …]
|
| /dflybsd-src/sys/contrib/dev/acpica/source/components/dispatcher/ |
| H A D | dsopcode.c | 633 ACPI_OPERAND_OBJECT **Operand; in AcpiDsEvalTableRegionOperands() local 663 Operand = &WalkState->Operands[0]; in AcpiDsEvalTableRegionOperands() 679 Operand[0]->String.Pointer, in AcpiDsEvalTableRegionOperands() 680 Operand[1]->String.Pointer, in AcpiDsEvalTableRegionOperands() 681 Operand[2]->String.Pointer, &TableIndex); in AcpiDsEvalTableRegionOperands() 688 Operand[0]->String.Pointer, in AcpiDsEvalTableRegionOperands() 689 Operand[1]->String.Pointer, in AcpiDsEvalTableRegionOperands() 690 Operand[2]->String.Pointer)); in AcpiDsEvalTableRegionOperands() 721 AcpiUtRemoveReference (Operand[0]); in AcpiDsEvalTableRegionOperands() 722 AcpiUtRemoveReference (Operand[1]); in AcpiDsEvalTableRegionOperands() [all …]
|
| H A D | dsutils.c | 958 ACPI_OPERAND_OBJECT **Operand = &WalkState->Operands[0]; in AcpiDsEvaluateNamePath() local 990 NewObjDesc = *Operand; in AcpiDsEvaluateNamePath() 994 Type = (*Operand)->Common.Type; in AcpiDsEvaluateNamePath() 996 Status = AcpiExResolveToValue (Operand, WalkState); in AcpiDsEvaluateNamePath() 1006 AcpiUtRemoveReference (*Operand); in AcpiDsEvaluateNamePath() 1009 *Operand, &NewObjDesc, WalkState); in AcpiDsEvaluateNamePath() 1021 NewObjDesc = *Operand; in AcpiDsEvaluateNamePath()
|
| /dflybsd-src/stand/contrib/edk2/MdePkg/Include/Library/ |
| H A D | BaseLib.h | 2970 IN UINT64 Operand, 2992 IN UINT64 Operand, 3014 IN UINT64 Operand, 3037 IN UINT32 Operand, 3060 IN UINT32 Operand, 3083 IN UINT64 Operand, 3106 IN UINT64 Operand, 3126 IN UINT32 Operand 3146 IN UINT64 Operand 3166 IN UINT32 Operand [all …]
|
| /dflybsd-src/sys/contrib/dev/acpica/source/components/utilities/ |
| H A D | utmath.c | 248 UINT64 Operand, in AcpiUtShortShiftLeft() argument 258 OperandOvl.Full = Operand; in AcpiUtShortShiftLeft() 293 UINT64 Operand, in AcpiUtShortShiftRight() argument 303 OperandOvl.Full = Operand; in AcpiUtShortShiftRight() 367 UINT64 Operand, in AcpiUtShortShiftLeft() argument 379 *OutResult = Operand << Count; in AcpiUtShortShiftLeft() 397 UINT64 Operand, in AcpiUtShortShiftRight() argument 409 *OutResult = Operand >> Count; in AcpiUtShortShiftRight()
|
| /dflybsd-src/contrib/gcc-8.0/gcc/objc/ |
| H A D | objc-tree.def | 44 Objective-C property. Operand 0 is the object (the tree 45 representing the expression), and Operand 1 is the property (the 46 PROPERTY_DECL). Operand 2 is the 'getter' call, ready to be used; 48 on. Operand 3 records whether using the 'getter' call should 63 it and we just need to swap Operand 2 in, and emit the deprecation 64 warnings from Operand 3 if needed.
|
| /dflybsd-src/contrib/gcc-4.7/gcc/objc/ |
| H A D | objc-tree.def | 45 Objective-C property. Operand 0 is the object (the tree 46 representing the expression), and Operand 1 is the property (the 47 PROPERTY_DECL). Operand 2 is the 'getter' call, ready to be used; 49 on. Operand 3 records whether using the 'getter' call should 64 it and we just need to swap Operand 2 in, and emit the deprecation 65 warnings from Operand 3 if needed.
|
| /dflybsd-src/sys/contrib/dev/acpica/source/components/disassembler/ |
| H A D | dmcstyle.c | 183 ACPI_PARSE_OBJECT *Operand, 1086 ACPI_PARSE_OBJECT *Operand, in AcpiDmIsTargetAnOperand() argument 1097 if (Target->Common.AmlOpcode != Operand->Common.AmlOpcode) in AcpiDmIsTargetAnOperand() 1104 if (Target->Common.Node != Operand->Common.Node) in AcpiDmIsTargetAnOperand() 1111 OpInfo = AcpiPsGetOpcodeInfo (Operand->Common.AmlOpcode); in AcpiDmIsTargetAnOperand() 1115 Operand->Common.Value.Arg, FALSE); in AcpiDmIsTargetAnOperand() 1128 Operand->Common.Next, FALSE); in AcpiDmIsTargetAnOperand() 1139 Operand->Common.DisasmFlags |= ACPI_PARSEOP_IGNORE; in AcpiDmIsTargetAnOperand()
|
| /dflybsd-src/contrib/gcc-4.7/gcc/ |
| H A D | tree.def | 387 Operand 0 is the structure or union (an expression). 388 Operand 1 is the field (a node of type FIELD_DECL). 389 Operand 2, if present, is the value of DECL_FIELD_OFFSET, measured 395 Operand 0 is the structure or union expression; 409 Operand 0 is the array; operand 1 is a (single) array index. 410 Operand 2, if present, is a copy of TYPE_MIN_VALUE of the index. 411 Operand 3, if present, is the element size, measured in units of 458 /* Assignment expression. Operand 0 is the what to set; 1, the new value. */ 461 /* Initialization expression. Operand 0 is the variable to initialize; 462 Operand 1 is the initializer. This differs from MODIFY_EXPR in that any [all …]
|
| H A D | rtl.def | 146 Operand: 154 Operand: 165 Operand 0 is the condition that if true, the code is executed. 166 Operand 1 is the code to be executed (typically a SET). 249 Operand 1 is the address of the memory to fetch. 250 Operand 2 is 1 for a write access, 0 otherwise. 251 Operand 3 is the level of temporal locality; 0 means there is no 264 Operand 1 is the location (REG, MEM, PC, CC0 or whatever) assigned to. 265 Operand 2 is the value stored there. 290 Operand 1 is the address to call. [all …]
|
| /dflybsd-src/contrib/gcc-4.7/gcc/cp/ |
| H A D | cp-tree.def | 51 Operand 1 is the new-declarator. 52 Operand 2 is the number of elements in the array. 53 Operand 3 is the initializer. */ 58 Operand 1 is the value to pass to the destroying function 64 Operand 0 is the class, operand 1 is the field 69 Operand 0 is the object. Operand 1 is the member (usually 74 operator converts to. Operand is expression to be converted. */ 78 that of CALL_EXPRs. Operand 0 is an INTEGER_CST node containing the 85 so that it works with TARGET_EXPR. Operand 0 is the target, operand 1 355 /* Unary plus. Operand 0 is the expression to which the unary plus
|
| /dflybsd-src/contrib/gcc-8.0/gcc/ada/gcc-interface/ |
| H A D | ada-tree.def | 38 /* An expression that returns an RTL suitable for its type. Operand 0 50 /* An expression that computes an exponentiation. Operand 0 is the base and 51 Operand 1 is the exponent. This node is never passed to GCC: it is only
|
| /dflybsd-src/contrib/gcc-8.0/gcc/cp/ |
| H A D | cp-tree.def | 49 Operand 1 is the new-declarator. 50 Operand 2 is the number of elements in the array. 51 Operand 3 is the initializer. */ 56 Operand 1 is the value to pass to the destroying function 62 Operand 0 is the class, operand 1 is the field 67 Operand 0 is the object. Operand 1 is the member (usually 72 operator converts to. Operand is expression to be converted. */ 76 that of CALL_EXPRs. Operand 0 is an INTEGER_CST node containing the 83 so that it works with TARGET_EXPR. Operand 0 is the target, operand 1 357 /* Unary plus. Operand 0 is the expression to which the unary plus
|
| /dflybsd-src/contrib/tcsh-6/nls/german/ |
| H A D | set1 | 73 71 Kein Operand für -h 135 133 Kein Operand für -m Option
|