| /netbsd-src/sys/external/bsd/acpica/dist/executer/ |
| H A D | exoparg1.c | 164 ACPI_OPERAND_OBJECT **Operand = &WalkState->Operands[0]; in AcpiExOpcode_1A_0T_0R() local 178 Status = AcpiExReleaseMutex (Operand[0], WalkState); in AcpiExOpcode_1A_0T_0R() 183 Status = AcpiExSystemResetEvent (Operand[0]); in AcpiExOpcode_1A_0T_0R() 188 Status = AcpiExSystemSignalEvent (Operand[0]); in AcpiExOpcode_1A_0T_0R() 193 Status = AcpiExSystemDoSleep (Operand[0]->Integer.Value); in AcpiExOpcode_1A_0T_0R() 198 Status = AcpiExSystemDoStall ((UINT32) Operand[0]->Integer.Value); in AcpiExOpcode_1A_0T_0R() 203 Status = AcpiExUnloadTable (Operand[0]); in AcpiExOpcode_1A_0T_0R() 237 ACPI_OPERAND_OBJECT **Operand = &WalkState->Operands[0]; in AcpiExOpcode_1A_1T_0R() local 251 Status = AcpiExLoadOp (Operand[0], Operand[1], WalkState); in AcpiExOpcode_1A_1T_0R() 290 ACPI_OPERAND_OBJECT **Operand = &WalkState->Operands[0]; in AcpiExOpcode_1A_1T_1R() local [all …]
|
| H A D | exoparg2.c | 98 ACPI_OPERAND_OBJECT **Operand = &WalkState->Operands[0]; in AcpiExOpcode_2A_0T_0R() local 116 Node = (ACPI_NAMESPACE_NODE *) Operand[0]; in AcpiExOpcode_2A_0T_0R() 120 Value = (UINT32) Operand[1]->Integer.Value; in AcpiExOpcode_2A_0T_0R() 172 ACPI_OPERAND_OBJECT **Operand = &WalkState->Operands[0]; in AcpiExOpcode_2A_2T_1R() local 207 Operand[0]->Integer.Value, in AcpiExOpcode_2A_2T_1R() 208 Operand[1]->Integer.Value, in AcpiExOpcode_2A_2T_1R() 228 Status = AcpiExStore (ReturnDesc2, Operand[2], WalkState); in AcpiExOpcode_2A_2T_1R() 234 Status = AcpiExStore (ReturnDesc1, Operand[3], WalkState); in AcpiExOpcode_2A_2T_1R() 282 ACPI_OPERAND_OBJECT **Operand = &WalkState->Operands[0]; in AcpiExOpcode_2A_1T_1R() local 308 Operand[0]->Integer.Value, in AcpiExOpcode_2A_1T_1R() [all …]
|
| H A D | exoparg3.c | 94 ACPI_OPERAND_OBJECT **Operand = &WalkState->Operands[0]; in AcpiExOpcode_3A_0T_0R() local 110 (UINT32) Operand[0]->Integer.Value, in AcpiExOpcode_3A_0T_0R() 111 (UINT32) Operand[1]->Integer.Value, in AcpiExOpcode_3A_0T_0R() 112 (UINT32) Operand[2]->Integer.Value)); in AcpiExOpcode_3A_0T_0R() 117 Fatal->Type = (UINT32) Operand[0]->Integer.Value; in AcpiExOpcode_3A_0T_0R() 118 Fatal->Code = (UINT32) Operand[1]->Integer.Value; in AcpiExOpcode_3A_0T_0R() 119 Fatal->Argument = (UINT32) Operand[2]->Integer.Value; in AcpiExOpcode_3A_0T_0R() 176 ACPI_OPERAND_OBJECT **Operand = &WalkState->Operands[0]; in AcpiExOpcode_3A_1T_1R() local 196 (Operand[0])->Common.Type); in AcpiExOpcode_3A_1T_1R() 205 Index = Operand[1]->Integer.Value; in AcpiExOpcode_3A_1T_1R() [all …]
|
| H A D | exoparg6.c | 224 ACPI_OPERAND_OBJECT **Operand = &WalkState->Operands[0]; in AcpiExOpcode_6A_0T_1R() local 245 if ((Operand[1]->Integer.Value > MAX_MATCH_OPERATOR) || in AcpiExOpcode_6A_0T_1R() 246 (Operand[3]->Integer.Value > MAX_MATCH_OPERATOR)) in AcpiExOpcode_6A_0T_1R() 255 Index = Operand[5]->Integer.Value; in AcpiExOpcode_6A_0T_1R() 256 if (Index >= Operand[0]->Package.Count) in AcpiExOpcode_6A_0T_1R() 260 ACPI_FORMAT_UINT64 (Index), Operand[0]->Package.Count)); in AcpiExOpcode_6A_0T_1R() 287 for ( ; Index < Operand[0]->Package.Count; Index++) in AcpiExOpcode_6A_0T_1R() 291 ThisElement = Operand[0]->Package.Elements[Index]; in AcpiExOpcode_6A_0T_1R() 305 if (!AcpiExDoMatch ((UINT32) Operand[1]->Integer.Value, in AcpiExOpcode_6A_0T_1R() 306 ThisElement, Operand[2])) in AcpiExOpcode_6A_0T_1R() [all …]
|
| H A D | excreate.c | 384 ACPI_OPERAND_OBJECT **Operand = &WalkState->Operands[0]; in AcpiExCreateProcessor() local 402 ObjDesc->Processor.ProcId = (UINT8) Operand[1]->Integer.Value; in AcpiExCreateProcessor() 403 ObjDesc->Processor.Length = (UINT8) Operand[3]->Integer.Value; in AcpiExCreateProcessor() 404 ObjDesc->Processor.Address = (ACPI_IO_ADDRESS) Operand[2]->Integer.Value; in AcpiExCreateProcessor() 408 Status = AcpiNsAttachObject ((ACPI_NAMESPACE_NODE *) Operand[0], in AcpiExCreateProcessor() 436 ACPI_OPERAND_OBJECT **Operand = &WalkState->Operands[0]; in AcpiExCreatePowerResource() local 454 ObjDesc->PowerResource.SystemLevel = (UINT8) Operand[1]->Integer.Value; in AcpiExCreatePowerResource() 455 ObjDesc->PowerResource.ResourceOrder = (UINT16) Operand[2]->Integer.Value; in AcpiExCreatePowerResource() 459 Status = AcpiNsAttachObject ((ACPI_NAMESPACE_NODE *) Operand[0], in AcpiExCreatePowerResource() 489 ACPI_OPERAND_OBJECT **Operand = &WalkState->Operands[0]; in AcpiExCreateMethod() local [all …]
|
| H A D | exconfig.c | 134 ACPI_OPERAND_OBJECT **Operand = &WalkState->Operands[0]; in AcpiExLoadTableOp() local 160 Operand[0]->String.Pointer, in AcpiExLoadTableOp() 161 Operand[1]->String.Pointer, in AcpiExLoadTableOp() 162 Operand[2]->String.Pointer, &TableIndex); in AcpiExLoadTableOp() 183 if (Operand[3]->String.Length > 0) in AcpiExLoadTableOp() 190 Operand[3]->String.Pointer, ACPI_NS_SEARCH_PARENT, in AcpiExLoadTableOp() 200 if (Operand[4]->String.Length > 0) in AcpiExLoadTableOp() 202 if ((Operand[4]->String.Pointer[0] != AML_ROOT_PREFIX) && in AcpiExLoadTableOp() 203 (Operand[4]->String.Pointer[0] != AML_PARENT_PREFIX)) in AcpiExLoadTableOp() 215 Operand[4]->String.Pointer, ACPI_NS_SEARCH_PARENT, in AcpiExLoadTableOp() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/ |
| H A D | MCInstrDescView.cpp | 36 unsigned Operand::getIndex() const { return *Index; } in getIndex() 38 bool Operand::isExplicit() const { return Info; } in isExplicit() 40 bool Operand::isImplicit() const { return !Info; } in isImplicit() 42 bool Operand::isImplicitReg() const { return ImplicitReg; } in isImplicitReg() 44 bool Operand::isDef() const { return IsDef; } in isDef() 46 bool Operand::isUse() const { return !IsDef; } in isUse() 48 bool Operand::isReg() const { return Tracker; } in isReg() 50 bool Operand::isTied() const { return TiedToIndex.hasValue(); } in isTied() 52 bool Operand::isVariable() const { return VariableIndex.hasValue(); } in isVariable() 54 bool Operand::isMemory() const { in isMemory() [all …]
|
| H A D | MCInstrDescView.h | 66 struct Operand { struct 122 const Operand &getPrimaryOperand(const Variable &Var) const; 159 const SmallVector<Operand, 8> Operands; 167 SmallVector<Operand, 8> Operands, 192 RegisterOperandAssignment(const Operand *Operand, MCPhysReg Reg) in RegisterOperandAssignment() 193 : Op(Operand), Reg(Reg) {} in RegisterOperandAssignment() 195 const Operand *Op; // Pointer to an Explicit Register Operand.
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/ |
| H A D | DWARFExpression.cpp | 130 for (unsigned Operand = 0; Operand < 2; ++Operand) { in extract() local 131 unsigned Size = Desc.Op[Operand]; in extract() 139 Operands[Operand] = Data.getU8(&Offset); in extract() 141 Operands[Operand] = (int8_t)Operands[Operand]; in extract() 144 Operands[Operand] = Data.getU16(&Offset); in extract() 146 Operands[Operand] = (int16_t)Operands[Operand]; in extract() 149 Operands[Operand] = Data.getU32(&Offset); in extract() 151 Operands[Operand] = (int32_t)Operands[Operand]; in extract() 154 Operands[Operand] = Data.getU64(&Offset); in extract() 157 Operands[Operand] = Data.getUnsigned(&Offset, AddressSize); in extract() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/ |
| H A D | HexagonDepOperands.td | 17 def s6_0Imm : Operand<i32> { let ParserMatchClass = s6_0ImmOperand; let DecoderMethod = "s6_0ImmDec… 20 def s32_0Imm : Operand<i32> { let ParserMatchClass = s32_0ImmOperand; let DecoderMethod = "s32_0Imm… 23 def u10_0Imm : Operand<i32> { let ParserMatchClass = u10_0ImmOperand; let DecoderMethod = "unsigned… 26 def u32_0Imm : Operand<i32> { let ParserMatchClass = u32_0ImmOperand; let DecoderMethod = "unsigned… 29 def m32_0Imm : Operand<i32> { let ParserMatchClass = m32_0ImmOperand; let DecoderMethod = "unsigned… 32 def b13_2Imm : Operand<OtherVT> { let ParserMatchClass = b13_2ImmOperand; let DecoderMethod = "brta… 35 def b15_2Imm : Operand<OtherVT> { let ParserMatchClass = b15_2ImmOperand; let DecoderMethod = "brta… 38 def a30_2Imm : Operand<i32> { let ParserMatchClass = a30_2ImmOperand; let DecoderMethod = "brtarget… 41 def b30_2Imm : Operand<OtherVT> { let ParserMatchClass = b30_2ImmOperand; let DecoderMethod = "brta… 44 def s31_1Imm : Operand<i32> { let ParserMatchClass = s31_1ImmOperand; let DecoderMethod = "s31_1Imm… [all …]
|
| H A D | HexagonOperands.td | 10 def f32Imm : Operand<f32> { let ParserMatchClass = f32ImmOperand; } 12 def f64Imm : Operand<f64> { let ParserMatchClass = f64ImmOperand; } 15 def s9_0Imm : Operand<i32> { let ParserMatchClass = s9_0ImmOperand; } 17 def s27_2Imm : Operand<i32> { let ParserMatchClass = s27_2ImmOperand; } 27 def u64_0Imm : Operand<i64> { let ParserMatchClass = u64_0ImmOperand; } 29 def n1Const : Operand<i32> { let ParserMatchClass = n1ConstOperand; } 31 def bblabel : Operand<i32>;
|
| /netbsd-src/external/gpl3/binutils/dist/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 …]
|
| /netbsd-src/external/gpl3/binutils.old/dist/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 …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
| H A D | X86InstrBuilder.h | 93 unsigned Operand) { in getAddressFromInstr() argument 95 const MachineOperand &Op0 = MI->getOperand(Operand); in getAddressFromInstr() 104 const MachineOperand &Op1 = MI->getOperand(Operand + 1); in getAddressFromInstr() 107 const MachineOperand &Op2 = MI->getOperand(Operand + 2); in getAddressFromInstr() 110 const MachineOperand &Op3 = MI->getOperand(Operand + 3); in getAddressFromInstr() 132 static inline void setDirectAddressInInstr(MachineInstr *MI, unsigned Operand, in setDirectAddressInInstr() argument 135 MI->getOperand(Operand).ChangeToRegister(Reg, /*isDef=*/false); in setDirectAddressInInstr() 136 MI->getOperand(Operand + 1).setImm(1); in setDirectAddressInInstr() 137 MI->getOperand(Operand + 2).setReg(0); in setDirectAddressInInstr() 138 MI->getOperand(Operand + 3).ChangeToImmediate(0); in setDirectAddressInInstr() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/MCTargetDesc/ |
| H A D | PPCELFStreamer.cpp | 141 const MCOperand &Operand = Inst.getOperand(Inst.getNumOperands() - 1); in emitGOTToPCRelReloc() local 142 assert(Operand.isExpr() && "Expecting an MCExpr."); in emitGOTToPCRelReloc() 144 const MCExpr *Expr = Operand.getExpr(); in emitGOTToPCRelReloc() 176 const MCOperand &Operand = Inst.getOperand(Inst.getNumOperands() - 1); in emitGOTToPCRelLabel() local 177 assert(Operand.isExpr() && "Expecting an MCExpr."); in emitGOTToPCRelLabel() 179 const MCExpr *Expr = Operand.getExpr(); in emitGOTToPCRelLabel() 211 const MCOperand &Operand = Inst.getOperand(LastOp); in isPartOfGOTToPCRelPair() local 212 if (!Operand.isExpr()) in isPartOfGOTToPCRelPair() 216 const MCExpr *Expr = Operand.getExpr(); in isPartOfGOTToPCRelPair()
|
| /netbsd-src/sys/external/bsd/gnu-efi/dist/lib/x86_64/ |
| H A D | math.c | 42 IN UINT64 Operand, in LShiftU64() argument 48 return Operand << Count; in LShiftU64() 52 mov eax, dword ptr Operand[0] in LShiftU64() 53 mov edx, dword ptr Operand[4] in LShiftU64() 77 IN UINT64 Operand, in RShiftU64() argument 83 return Operand >> Count; in RShiftU64() 87 mov eax, dword ptr Operand[0] in RShiftU64() 88 mov edx, dword ptr Operand[4] in RShiftU64()
|
| /netbsd-src/sys/external/bsd/gnu-efi/dist/lib/ia32/ |
| H A D | math.c | 42 IN UINT64 Operand, in LShiftU64() argument 48 return Operand << Count; in LShiftU64() 52 mov eax, dword ptr Operand[0] in LShiftU64() 53 mov edx, dword ptr Operand[4] in LShiftU64() 77 IN UINT64 Operand, in RShiftU64() argument 83 return Operand >> Count; in RShiftU64() 87 mov eax, dword ptr Operand[0] in RShiftU64() 88 mov edx, dword ptr Operand[4] in RShiftU64()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyInstrInfo.td | 122 // Default Operand has AsmOperandClass "Imm" which is for integers (and 129 class FPOperand<ValueType ty> : Operand<ty> { 136 def bb_op : Operand<OtherVT>; 139 def local_op : Operand<i32>; 143 def global_op32 : Operand<i32>; 147 def global_op64 : Operand<i64>; 151 def i32imm_op : Operand<i32>; 154 def i64imm_op : Operand<i64>; 163 def vec_i8imm_op : Operand<i32>; 166 def vec_i16imm_op : Operand<i32>; [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/ |
| H A D | NVVMReflect.cpp | 144 const Value *Operand = cast<Constant>(Sym)->getOperand(0); in runNVVMReflect() local 145 if (const GlobalVariable *GV = dyn_cast<GlobalVariable>(Operand)) { in runNVVMReflect() 151 Operand = Initializer; in runNVVMReflect() 154 assert(isa<ConstantDataSequential>(Operand) && in runNVVMReflect() 156 assert(cast<ConstantDataSequential>(Operand)->isCString() && in runNVVMReflect() 159 StringRef ReflectArg = cast<ConstantDataSequential>(Operand)->getAsString(); in runNVVMReflect()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | tree.def | 413 Operand 0 is the structure or union (an expression). 414 Operand 1 is the field (a node of type FIELD_DECL). 415 Operand 2, if present, is the value of DECL_FIELD_OFFSET, measured 421 Operand 0 is the structure or union expression; 430 Operand 0 is the array; operand 1 is a (single) array index. 431 Operand 2, if present, is a copy of TYPE_MIN_VALUE of the index. 432 Operand 3, if present, is the element size, measured in units of 499 /* Assignment expression. Operand 0 is the what to set; 1, the new value. */ 502 /* Initialization expression. Operand 0 is the variable to initialize; 503 Operand 1 is the initializer. This differs from MODIFY_EXPR in that any [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/M68k/AsmParser/ |
| H A D | M68kAsmParser.cpp | 417 M68kOperand &Operand = (M68kOperand &)Op; in validateTargetOperandClass() local 422 if (Operand.isReg() && in validateTargetOperandClass() 423 checkRegisterClass(Operand.getReg(), true, true, true)) { in validateTargetOperandClass() 430 if (Operand.isReg() && in validateTargetOperandClass() 431 checkRegisterClass(Operand.getReg(), false, true, true)) { in validateTargetOperandClass() 437 if (Operand.isReg() && in validateTargetOperandClass() 438 checkRegisterClass(Operand.getReg(), false, true, false)) { in validateTargetOperandClass() 446 if (Operand.isReg() && in validateTargetOperandClass() 447 checkRegisterClass(Operand.getReg(), true, false, false)) { in validateTargetOperandClass() 453 if (Operand.isReg() && in validateTargetOperandClass() [all …]
|
| /netbsd-src/sys/external/bsd/gnu-efi/dist/lib/aarch64/ |
| H A D | math.c | 24 IN UINT64 Operand, in LShiftU64() argument 29 return Operand << Count; in LShiftU64() 34 IN UINT64 Operand, in RShiftU64() argument 39 return Operand >> Count; in RShiftU64()
|
| /netbsd-src/sys/external/bsd/gnu-efi/dist/lib/mips64el/ |
| H A D | math.c | 24 IN UINT64 Operand, in LShiftU64() argument 29 return Operand << Count; in LShiftU64() 34 IN UINT64 Operand, in RShiftU64() argument 39 return Operand >> Count; in RShiftU64()
|
| /netbsd-src/sys/external/bsd/gnu-efi/dist/lib/arm/ |
| H A D | math.c | 24 IN UINT64 Operand, in LShiftU64() argument 29 return Operand << Count; in LShiftU64() 34 IN UINT64 Operand, in RShiftU64() argument 39 return Operand >> Count; in RShiftU64()
|
| /netbsd-src/sys/external/bsd/gnu-efi/dist/lib/riscv64/ |
| H A D | math.c | 16 IN UINT64 Operand, in LShiftU64() argument 20 return Operand << Count; in LShiftU64() 28 IN UINT64 Operand, in RShiftU64() argument 32 return Operand >> Count; in RShiftU64()
|