HomeSort by relevance Sort by last modified time
    Searched defs:OpCode (Results 1 - 25 of 96) sorted by null

1 2 3 4

  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Acpi/AcpiTableDxe/
Aml.c 19 // OpCode SubOpCode Num 1 2 3 4 5 6 Attribute
179 This function returns AmlByteEncoding according to OpCode Byte.
181 @param[in] OpByteBuffer OpCode byte buffer.
190 UINT8 OpCode;
195 // Get OpCode and SubOpCode
197 OpCode = OpByteBuffer[0];
198 if (OpCode == AML_EXT_OP) {
208 if ((mAmlByteEncoding[Index].OpCode == OpCode) && (mAmlByteEncoding[Index].SubOpCode == SubOpCode)) {
AcpiSdt.h 60 // Buffer is the ACPI node buffer pointer, the first/second bytes are opcode.
93 // Buffer is the ACPI node buffer pointer, the first/second bytes are opcode.
128 #define AML_HAS_PKG_LENGTH 0x1 // It is ACPI attribute - if OpCode has PkgLength
130 #define AML_HAS_CHILD_OBJ 0x4 // it is ACPI attribute - if OpCode has Child Object.
131 #define AML_IN_NAMESPACE 0x10000 // It is UEFI SDT attribute - if OpCode will be in NameSpace
137 UINT8 OpCode;
205 Create a handle for the first ACPI opcode in an ACPI system description table.
221 Create a handle from an ACPI opcode
223 @param[in] Buffer Points to the ACPI opcode.
228 invalid opcode.
    [all...]
  /external/spirv-llvm/lib/SPIRV/libSPIRV/
SPIRVStream.h 70 :IS(InputStream), M(Module), WordCount(0), OpCode(OpNop),
83 Op OpCode;
SPIRVStream.cpp 87 :IS(InputStream), M(*F.getModule()), WordCount(0), OpCode(OpNop),
91 :IS(InputStream), M(*BB.getModule()), WordCount(0), OpCode(OpNop),
194 OpCode = OpNop;
196 WordCount << " " << OpCode << '\n');
205 OpCode = OpNop;
207 WordCount << " " << OpCode << '\n');
210 *this >> OpCode;
216 OpCode = static_cast<Op>(WordCountAndOpCode & 0xFFFF);
223 OpCode = OpNop;
225 WordCount << " " << OpCode << '\n')
    [all...]
  /external/tensorflow/tensorflow/lite/experimental/writer/
writer_lib.h 113 // List of op codes and mappings from builtin or custom op to opcode
114 struct OpCode {
123 std::vector<OpCode> opcodes_;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Protocol/FormCallback/
FormCallback.h 50 UINT8 OpCode; // Likely a string, numeric, or one-of
54 // If the OpCode is a OneOf or Numeric type - Data is a UINT16 value
55 // If the OpCode is a String type - Data is a CHAR16[x] type
56 // If the OpCode is a Checkbox type - Data is a UINT8 value
57 // If the OpCode is a NV Access type - Data is a EFI_IFR_NV_DATA structure
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/VarCheckHiiLib/
InternalVarCheckStructure.h 32 UINT8 OpCode;
41 UINT8 OpCode;
48 UINT8 OpCode;
56 UINT8 OpCode;
63 UINT8 OpCode;
72 UINT8 OpCode;
  /device/linaro/bootloader/edk2/SecurityPkg/UserIdentification/UserProfileManagerDxe/
ModifyIdentityPolicy.c 339 UINT32 OpCode;
344 OpCode = EFI_USER_INFO_IDENTITY_FALSE;
357 if (OpCode == EFI_USER_INFO_IDENTITY_AND) {
369 OpCode = EFI_USER_INFO_IDENTITY_OR;
373 if (OpCode == EFI_USER_INFO_IDENTITY_OR) {
385 OpCode = EFI_USER_INFO_IDENTITY_AND;
  /device/linaro/bootloader/edk2/ArmPkg/Library/ArmDisassemblerLib/
ArmDisassembler.c 87 UINT32 OpCode
96 if ((OpCode & (1 << Index)) != 0) {
98 for (Index++; ((OpCode & (1 << Index)) != 0) && Index <= 15; Index++) {
166 UINT32 OpCode = **OpCodePtr;
174 I = (OpCode & BIT25) == BIT25;
175 P = (OpCode & BIT24) == BIT24;
176 U = (OpCode & BIT23) == BIT23;
177 B = (OpCode & BIT22) == BIT22; // Also called S
178 W = (OpCode & BIT21) == BIT21;
179 L = (OpCode & BIT20) == BIT20;
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/Include/
EfiRegTableLib.h 42 // 31:16 defined by Base OpCode---+ \ \
43 // Opcode Flags---+ \
44 // Base OpCode---+
46 #define OPCODE_BASE(OpCode) ((UINT8)((OpCode) & 0xFF))
47 #define OPCODE_FLAGS(OpCode) ((UINT8)(((OpCode) >> 8) & 0xFF))
48 #define OPCODE_EXTRA_DATA(OpCode) ((UINT16)((OpCode) >> 16))
63 // RegTable OpCode Flags
    [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkPkg/Include/Protocol/
FrameworkFormCallback.h 66 UINT8 OpCode; ///< Likely a string, numeric, or one-of
71 /// If the OpCode is a OneOf or Numeric type - Data is a UINT16 value.
72 /// If the OpCode is a String type - Data is a CHAR16[x] type.
73 /// If the OpCode is a Checkbox type - Data is a UINT8 value.
74 /// If the OpCode is a NV Access type - Data is a EFI_IFR_NV_DATA structure.
190 on the opcode that generated the callback.
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Mtftp4Dxe/
Mtftp4Impl.c 123 UINT16 OpCode;
127 OpCode = NTOHS (Packet->OpCode);
130 // Set the GetInfo's return status according to the OpCode.
132 switch (OpCode) {
890 The only difference between ReadFile and ReadDirectory is the opcode used.
    [all...]
Mtftp4Support.c 322 Packet->OpCode = HTONS (Instance->Operation);
323 BufferLength -= sizeof (Packet->OpCode);
387 TftpError->OpCode = HTONS (EFI_MTFTP4_OPCODE_ERROR);
461 UINT16 OpCode;
485 OpCode = NTOHS (*(UINT16 *)Buffer);
487 if ((OpCode == EFI_MTFTP4_OPCODE_RRQ) ||
488 (OpCode == EFI_MTFTP4_OPCODE_DIR) ||
489 (OpCode == EFI_MTFTP4_OPCODE_WRQ)) {
530 UINT16 OpCode;
543 OpCode = NTOHS (*(UINT16 *) Buffer);
    [all...]
  /device/linaro/bootloader/edk2/QuarkPlatformPkg/Acpi/Dxe/AcpiPlatform/
AcpiPlatform.h 63 UINT8 OpCode;
  /device/linaro/bootloader/edk2/QuarkSocPkg/QuarkNorthCluster/Spi/Common/
SpiCommon.c 267 // Set the Prefix Opcode registers.
276 // Set Opcode Type Configuration registers.
298 // Setup the Opcode Menu registers.
435 OpcodeIndex Index of the command in the OpCode Menu.
652 OpcodeIndex Index of the command in the OpCode Menu.
695 UINT8 OpCode;
701 OpCode = MmioRead8 (PchRootComplexBar + R_QNC_RCRB_SPIOPMENU + OpcodeIndex);
704 // Check if the value of opcode register is 0 or the BIOS Size of SpiInitTable is 0
706 if (OpCode == 0 || SpiBiosSize == 0) {
900 If 0xff is returned as an opcode index in init info struct
    [all...]
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Include/Library/
EfiRegTableLib.h 55 #define OPCODE_BASE(OpCode) ((UINT8)((OpCode) & 0xFF))
56 #define OPCODE_FLAGS(OpCode) ((UINT8)(((OpCode) >> 8) & 0xFF))
57 #define OPCODE_EXTRA_DATA(OpCode) ((UINT16)((OpCode) >> 16))
72 // RegTable OpCode Flags
81 // REG_TABLE_ENTRY_PCI_WRITE encodes the width in the upper bits of the OpCode
85 UINT32 OpCode;
99 UINT32 OpCode;
    [all...]
  /external/llvm/lib/Target/XCore/
XCoreLowerThreadLocal.cpp 80 unsigned OpCode = CE->getOpcode();
81 switch (OpCode) {
105 Builder.CreateBinOp((Instruction::BinaryOps)OpCode,
121 Builder.CreateCast((Instruction::CastOps)OpCode,
XCoreRegisterInfo.cpp 89 llvm_unreachable("Unexpected Opcode");
125 llvm_unreachable("Unexpected Opcode");
158 llvm_unreachable("Unexpected Opcode");
169 unsigned OpCode = MI.getOpcode();
172 if (OpCode==XCore::STWFI) {
182 switch (OpCode) {
202 llvm_unreachable("Unexpected Opcode");
  /external/swiftshader/third_party/LLVM/lib/Target/PTX/
PTXISelDAGToDAG.cpp 110 int OpCode;
119 OpCode = PTX::READPARAMPRED;
121 OpCode = PTX::READPARAMI16;
123 OpCode = PTX::READPARAMI32;
125 OpCode = PTX::READPARAMI64;
127 OpCode = PTX::READPARAMF32;
130 OpCode = PTX::READPARAMF64;
138 return CurDAG->getMachineNode(OpCode, dl, VT, Ops, 4);
146 int OpCode;
157 OpCode = PTX::WRITEPARAMPRED
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/XCore/
XCoreLowerThreadLocal.cpp 80 unsigned OpCode = CE->getOpcode();
81 switch (OpCode) {
105 Builder.CreateBinOp((Instruction::BinaryOps)OpCode,
121 Builder.CreateCast((Instruction::CastOps)OpCode,
XCoreRegisterInfo.cpp 89 llvm_unreachable("Unexpected Opcode");
125 llvm_unreachable("Unexpected Opcode");
158 llvm_unreachable("Unexpected Opcode");
169 unsigned OpCode = MI.getOpcode();
172 if (OpCode==XCore::STWFI) {
182 switch (OpCode) {
202 llvm_unreachable("Unexpected Opcode");
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/FrameworkHiiOnUefiHiiThunk/
Utility.c 512 ASSERT if no FormSet Opcode is found.
525 EFI_IFR_OP_HEADER *OpCode;
530 OpCode = (EFI_IFR_OP_HEADER *)((UINT8 *) Package + Offset);
532 switch (OpCode->OpCode) {
534 FormSet = (EFI_IFR_FORM_SET *) OpCode;
542 Offset += OpCode->Length;
546 // A proper IFR must have a formset opcode.
555 ASSERT if no FormSet Opcode is found.
758 if (((EFI_IFR_OP_HEADER *) OpCodeData)->OpCode == EFI_IFR_FORM_SET_OP) {
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/PiDxeS3BootScriptLib/
BootScriptInternalFormat.h 24 // Boot Script Opcode Header Structure Definitions
28 UINT16 OpCode;
33 UINT16 OpCode;
41 UINT16 OpCode;
47 UINT16 OpCode;
55 UINT16 OpCode;
62 UINT16 OpCode;
70 UINT16 OpCode;
77 UINT16 OpCode;
85 UINT16 OpCode;
    [all...]
  /device/linaro/bootloader/edk2/NetworkPkg/Application/IfConfig6/
IfConfig6.h 68 UINT32 OpCode;
  /device/linaro/bootloader/edk2/NetworkPkg/Dhcp6Dxe/
Dhcp6Utility.c 936 UINT16 OpCode;
945 OpCode = ReadUnaligned16 ((UINT16 *) Cursor);
946 if (OpCode == HTONS (OptType)) {
979 UINT16 OpCode;
989 OpCode = ReadUnaligned16 ((UINT16 *) Cursor);
991 if (OpCode == HTONS (IaDesc->Type) && IaId == HTONL (IaDesc->IaId)) {
1052 UINT16 OpCode;
    [all...]

Completed in 1035 milliseconds

1 2 3 4