Home
last modified time | relevance | path

Searched refs:Operand (Results 1 – 25 of 184) sorted by relevance

12345678

/netbsd/src/sys/external/bsd/acpica/dist/executer/
Dexoparg1.c272 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()
345 ACPI_OPERAND_OBJECT **Operand = &WalkState->Operands[0]; in AcpiExOpcode_1A_1T_0R() local
359 Status = AcpiExLoadOp (Operand[0], Operand[1], WalkState); in AcpiExOpcode_1A_1T_0R()
398 ACPI_OPERAND_OBJECT **Operand = &WalkState->Operands[0]; in AcpiExOpcode_1A_1T_1R() local
[all …]
Dexoparg2.c206 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 …]
Dexoparg3.c203 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 …]
Dexoparg6.c333 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 …]
Dexcreate.c493 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 …]
Dexconfig.c243 ACPI_OPERAND_OBJECT **Operand = &WalkState->Operands[0]; in AcpiExLoadTableOp() local
269 Operand[0]->String.Pointer, in AcpiExLoadTableOp()
270 Operand[1]->String.Pointer, in AcpiExLoadTableOp()
271 Operand[2]->String.Pointer, &TableIndex); in AcpiExLoadTableOp()
292 if (Operand[3]->String.Length > 0) in AcpiExLoadTableOp()
299 Operand[3]->String.Pointer, ACPI_NS_SEARCH_PARENT, in AcpiExLoadTableOp()
309 if (Operand[4]->String.Length > 0) in AcpiExLoadTableOp()
311 if ((Operand[4]->String.Pointer[0] != AML_ROOT_PREFIX) && in AcpiExLoadTableOp()
312 (Operand[4]->String.Pointer[0] != AML_PARENT_PREFIX)) in AcpiExLoadTableOp()
324 Operand[4]->String.Pointer, ACPI_NS_SEARCH_PARENT, in AcpiExLoadTableOp()
[all …]
Dexresolv.c460 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()
/netbsd/src/external/gpl3/binutils/dist/gas/doc/
Dc-cr16.texi17 * 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 …]
Dc-rl78.texi17 * RL78-Modifiers:: Symbolic Operand Modifiers
58 @section Symbolic Operand Modifiers
Dc-m32c.texi60 * M32C-Modifiers:: Symbolic Operand Modifiers
65 @subsection Symbolic Operand Modifiers
/netbsd/src/external/gpl3/gcc/dist/gcc/
Dtree.def419 Operand 0 is the structure or union (an expression).
420 Operand 1 is the field (a node of type FIELD_DECL).
421 Operand 2, if present, is the value of DECL_FIELD_OFFSET, measured
427 Operand 0 is the structure or union expression;
436 Operand 0 is the array; operand 1 is a (single) array index.
437 Operand 2, if present, is a copy of TYPE_MIN_VALUE of the index.
438 Operand 3, if present, is the element size, measured in units of
509 /* Assignment expression. Operand 0 is the what to set; 1, the new value. */
512 /* Initialization expression. Operand 0 is the variable to initialize;
513 Operand 1 is the initializer. This differs from MODIFY_EXPR in that any
[all …]
Drtl.def169 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 or whatever) assigned to.
291 Operand 2 is the value stored there.
316 Operand 1 is the address to call.
[all …]
/netbsd/src/sys/external/bsd/acpica/dist/dispatcher/
Ddsopcode.c633 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 …]
Ddsutils.c965 ACPI_OPERAND_OBJECT **Operand = &WalkState->Operands[0]; in AcpiDsEvaluateNamePath() local
997 NewObjDesc = *Operand; in AcpiDsEvaluateNamePath()
1001 Type = (*Operand)->Common.Type; in AcpiDsEvaluateNamePath()
1003 Status = AcpiExResolveToValue (Operand, WalkState); in AcpiDsEvaluateNamePath()
1013 AcpiUtRemoveReference (*Operand); in AcpiDsEvaluateNamePath()
1016 *Operand, &NewObjDesc, WalkState); in AcpiDsEvaluateNamePath()
1028 NewObjDesc = *Operand; in AcpiDsEvaluateNamePath()
/netbsd/src/sys/external/bsd/acpica/dist/utilities/
Dutmath.c248 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()
/netbsd/src/external/gpl3/gcc/dist/gcc/objc/
Dobjc-tree.def44 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.
/netbsd/src/sys/external/bsd/acpica/dist/disassembler/
Ddmcstyle.c182 ACPI_PARSE_OBJECT *Operand,
1085 ACPI_PARSE_OBJECT *Operand, in AcpiDmIsTargetAnOperand() argument
1096 if (Target->Common.AmlOpcode != Operand->Common.AmlOpcode) in AcpiDmIsTargetAnOperand()
1103 if (Target->Common.Node != Operand->Common.Node) in AcpiDmIsTargetAnOperand()
1110 OpInfo = AcpiPsGetOpcodeInfo (Operand->Common.AmlOpcode); in AcpiDmIsTargetAnOperand()
1114 Operand->Common.Value.Arg, FALSE); in AcpiDmIsTargetAnOperand()
1127 Operand->Common.Next, FALSE); in AcpiDmIsTargetAnOperand()
1138 Operand->Common.DisasmFlags |= ACPI_PARSEOP_IGNORE; in AcpiDmIsTargetAnOperand()
/netbsd/src/external/gpl3/gcc/dist/gcc/cp/
Dcp-tree.def49 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
342 /* Unary plus. Operand 0 is the expression to which the unary plus
[all …]
/netbsd/src/external/gpl3/gcc/dist/gcc/config/cris/
Dpredicates.md1 ;; Operand and operator predicates for the GCC CRIS port.
61 ;; Operand helper predicates.
107 ;; Operand predicates.
/netbsd/src/external/gpl3/gcc/dist/gcc/doc/
Dmd.texi284 Operand numbers must be chosen consecutively counting from zero in
406 by the two instances of @code{match_operand}.) Operand 3 of the insn
505 @section Output Templates and Operand Substitution
740 Operand predicates can allow operands that are not actually acceptable
1078 @section Operand Constraints
4883 move between operand 0 and operand 1. Operand 2 describes the scratch
4919 Operand 0 is the first of the consecutive registers, operand 1
4942 into consecutive memory locations. Operand 0 is the first of the
5031 Operand 1 is a scalar base address and operand 2 is a vector of mode @var{n}
5032 containing offsets from that base. Operand 0 is a destination vector with
[all …]
/netbsd/src/external/gpl3/binutils/dist/ld/po/
Dde.po357 msgstr "Sprung-Operand ist nicht ausgerichtet (unaligned)"
447 msgstr "Operand ist nicht null"
584 msgstr "Ungültiger Adresstyp für Operand"
667 msgstr "Operand außerhalb des gültigen Bereichs (%ld ist nicht zwischen %ld und %ld)"
672 msgstr "Operand außerhalb des gültigen Bereichs (%lu ist nicht zwischen %lu und %lu)"
725 msgstr "ABBRUCH: Unbekannter Operand"
846 msgstr "Operand außerhalb des gültigen Bereichs (%ld ist nicht zwischen %ld und %lu)"
854 msgstr "Operand außerhalb des gültigen Bereichs (0x%lx ist nicht zwischen 0 und 0x%lx)."
1122 msgstr "Unbekannter Broadcast-Operand: %s\n"
1301 msgstr "Operand außerhalb des gültigen Bereichs (1 bis 255)"
[all …]
/netbsd/src/sys/external/bsd/acpica/dist/include/
Dacutils.h962 UINT64 Operand,
968 UINT64 Operand,
/netbsd/src/sys/arch/m68k/060sp/dist/
Dfplsp.doc120 floating-point Operand Error exception, then the library routine
123 Operand Error exception handler, the user will at least be able
/netbsd/src/external/gpl3/gdb/dist/opcodes/po/
Dde.po417 msgstr "Sprung-Operand ist nicht ausgerichtet (unaligned)"
539 msgstr "Operand ist nicht null"
676 msgstr "Ungültiger Adresstyp für Operand"
817 msgstr "Operand außerhalb des gültigen Bereichs (%ld ist nicht zwischen %ld und %ld)"
822 msgstr "Operand außerhalb des gültigen Bereichs (%lu ist nicht zwischen %lu und %lu)"
899 msgstr "ABBRUCH: Unbekannter Operand"
1009 msgstr "Operand außerhalb des gültigen Bereichs (%ld ist nicht zwischen %ld und %lu)"
1016 msgstr "Operand außerhalb des gültigen Bereichs (0x%lx ist nicht zwischen 0 und 0x%lx)."
1286 msgstr "Operand außerhalb des gültigen Bereichs (1 bis 255)"
1632 msgstr "# Interner Fehler, undefinierter Operand in „%s %s“"
[all …]
/netbsd/src/external/gpl3/binutils/dist/opcodes/po/
Dde.po417 msgstr "Sprung-Operand ist nicht ausgerichtet (unaligned)"
539 msgstr "Operand ist nicht null"
676 msgstr "Ungültiger Adresstyp für Operand"
817 msgstr "Operand außerhalb des gültigen Bereichs (%ld ist nicht zwischen %ld und %ld)"
822 msgstr "Operand außerhalb des gültigen Bereichs (%lu ist nicht zwischen %lu und %lu)"
899 msgstr "ABBRUCH: Unbekannter Operand"
1009 msgstr "Operand außerhalb des gültigen Bereichs (%ld ist nicht zwischen %ld und %lu)"
1016 msgstr "Operand außerhalb des gültigen Bereichs (0x%lx ist nicht zwischen 0 und 0x%lx)."
1286 msgstr "Operand außerhalb des gültigen Bereichs (1 bis 255)"
1632 msgstr "# Interner Fehler, undefinierter Operand in „%s %s“"
[all …]

12345678