Home
last modified time | relevance | path

Searched full:abiversion (Results 1 – 25 of 140) sorted by relevance

123456

/external/tpm2-tss/src/tss2-sys/api/
DTss2_Sys_Initialize.c32 TSS2_ABI_VERSION *abiVersion) in Tss2_Sys_Initialize() argument
47 if (abiVersion != NULL && in Tss2_Sys_Initialize()
48 (abiVersion->tssCreator != TSSWG_INTEROP || in Tss2_Sys_Initialize()
49 abiVersion->tssFamily != TSS_SAPI_FIRST_FAMILY || in Tss2_Sys_Initialize()
50 abiVersion->tssLevel != TSS_SAPI_FIRST_LEVEL || in Tss2_Sys_Initialize()
51 abiVersion->tssVersion != TSS_SAPI_FIRST_VERSION)) { in Tss2_Sys_Initialize()
55 abiVersion->tssCreator, abiVersion->tssFamily, in Tss2_Sys_Initialize()
56 abiVersion->tssLevel, abiVersion->tssVersion, in Tss2_Sys_Initialize()
/external/tpm2-tss/test/integration/
Dsapi-abi-version.int.c43 LOG_ERROR("ABIVersion FAILED! Response Code : %x", rc); in test_invoke()
52 LOG_ERROR("ABIVersion FAILED! Response Code : %x", rc); in test_invoke()
61 LOG_ERROR("ABIVersion FAILED! Response Code : %x", rc); in test_invoke()
70 LOG_ERROR("ABIVersion FAILED! Response Code : %x", rc); in test_invoke()
79 LOG_ERROR("ABIVersion FAILED! Response Code : %x", rc); in test_invoke()
83 LOG_INFO("ABIVersion Test Passed!"); in test_invoke()
/external/llvm-project/llvm/test/tools/llvm-readobj/ELF/
Dfile-header-abi-version.test8 # ABIVER-ZERO-LLVM: ABIVersion: 0
16 # ABIVER-ANY-LLVM: ABIVersion: 52
24 # ABIVER-MAX-LLVM: ABIVersion: 255
32 ABIVersion: [[ABIVERSION]]
/external/llvm-project/lld/test/ELF/
Dmips-elf-abi.s14 # DSO: ABIVersion: 0
15 # EXE: ABIVersion: 1
16 # PIE: ABIVersion: 0
17 # REL: ABIVersion: 0
Demulation-x86.s20 # AMD64-NEXT: ABIVersion: 0
55 # X86-64-NEXT: ABIVersion: 0
89 # X32-NEXT: ABIVersion: 0
123 # X86-NEXT: ABIVersion: 0
157 # X86FBSD-NEXT: ABIVersion: 0
191 # IAMCU-NEXT: ABIVersion: 0
Dppc64-abi-version.s3 # RUN: echo '.abiversion 1' | llvm-mc -filetype=obj -triple=powerpc64le-unknown-linux - -o %t1.o
8 # RUN: echo '.abiversion 3' | llvm-mc -filetype=obj -triple=powerpc64le-unknown-linux - -o %t1.o
Demulation-ppc.s18 # PPC64-NEXT: ABIVersion: 0
50 # PPC64-FBSD-NEXT: ABIVersion: 0
86 # PPC64LE-NEXT: ABIVersion: 0
124 # PPC32-NEXT: ABIVersion: 0
Demulation-mips.s31 # MIPS-NEXT: ABIVersion: 1
74 # MIPSEL-NEXT: ABIVersion: 1
114 # MIPSN32-NEXT: ABIVersion: 1
157 # MIPSN32EL-NEXT: ABIVersion: 1
198 # MIPS64-NEXT: ABIVersion: 0
239 # MIPS64EL-NEXT: ABIVersion: 0
Demulation-aarch64.s21 # AARCH64-NEXT: ABIVersion: 0
44 # AARCH64-FBSD-NEXT: ABIVersion: 0
Demulation-riscv.s19 # RV32-NEXT: ABIVersion: 0
54 # RV64-NEXT: ABIVersion: 0
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/MCTargetDesc/
DAMDGPUELFObjectWriter.cpp26 uint8_t ABIVersion);
39 uint8_t ABIVersion) in AMDGPUELFObjectWriter() argument
41 HasRelocationAddend, ABIVersion) {} in AMDGPUELFObjectWriter()
89 uint8_t ABIVersion) { in createAMDGPUELFObjectWriter() argument
92 ABIVersion); in createAMDGPUELFObjectWriter()
DAMDGPUAsmBackend.cpp203 uint8_t ABIVersion = 0; member in __anon53633cc30211::ELFAMDGPUAsmBackend
206 ELFAMDGPUAsmBackend(const Target &T, const Triple &TT, uint8_t ABIVersion) : in ELFAMDGPUAsmBackend() argument
209 ABIVersion(ABIVersion) { in ELFAMDGPUAsmBackend()
228 ABIVersion); in createObjectTargetWriter()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/MCTargetDesc/
DPPCMCTargetDesc.cpp124 void emitAbiVersion(int AbiVersion) override { in emitAbiVersion() argument
125 OS << "\t.abiversion " << AbiVersion << '\n'; in emitAbiVersion()
158 void emitAbiVersion(int AbiVersion) override { in emitAbiVersion() argument
162 Flags |= (AbiVersion & ELF::EF_PPC64_ABI); in emitAbiVersion()
182 // For GAS compatibility, unless we already saw a .abiversion directive, in emitLocalEntry()
235 void emitAbiVersion(int AbiVersion) override { in emitAbiVersion() argument
236 llvm_unreachable("Unknown pseudo-op: .abiversion"); in emitAbiVersion()
259 void emitAbiVersion(int AbiVersion) override { in emitAbiVersion() argument
/external/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/
DAMDGPUELFObjectWriter.cpp28 uint8_t ABIVersion);
41 uint8_t ABIVersion) in AMDGPUELFObjectWriter() argument
43 HasRelocationAddend, ABIVersion) {} in AMDGPUELFObjectWriter()
100 uint8_t ABIVersion) { in createAMDGPUELFObjectWriter() argument
103 ABIVersion); in createAMDGPUELFObjectWriter()
DAMDGPUAsmBackend.cpp205 uint8_t ABIVersion = 0; member in __anon4c58482f0211::ELFAMDGPUAsmBackend
208 ELFAMDGPUAsmBackend(const Target &T, const Triple &TT, uint8_t ABIVersion) : in ELFAMDGPUAsmBackend() argument
211 ABIVersion(ABIVersion) { in ELFAMDGPUAsmBackend()
230 ABIVersion); in createObjectTargetWriter()
/external/llvm/lib/Target/PowerPC/MCTargetDesc/
DPPCMCTargetDesc.cpp115 void emitAbiVersion(int AbiVersion) override { in emitAbiVersion() argument
116 OS << "\t.abiversion " << AbiVersion << '\n'; in emitAbiVersion()
144 void emitAbiVersion(int AbiVersion) override { in emitAbiVersion() argument
148 Flags |= (AbiVersion & ELF::EF_PPC64_ABI); in emitAbiVersion()
167 // For GAS compatibility, unless we already saw a .abiversion directive, in emitLocalEntry()
198 void emitAbiVersion(int AbiVersion) override { in emitAbiVersion() argument
199 llvm_unreachable("Unknown pseudo-op: .abiversion"); in emitAbiVersion()
/external/llvm-project/llvm/test/tools/llvm-objcopy/ELF/
Dcopy-osabi.test5 ## Check that llvm-objcopy preserves the OSABI and ABIVersion fields.
7 # CHECK: ABIVersion: 1
14 ABIVersion: 1
/external/llvm-project/llvm/test/tools/yaml2obj/ELF/
Dabiversion.yaml7 # FROMYAML: ABIVersion: 5
8 # TOYAML: ABIVersion: 0x5
15 ABIVersion: 0x05
/external/llvm-project/llvm/lib/Target/PowerPC/MCTargetDesc/
DPPCMCTargetDesc.cpp142 void emitAbiVersion(int AbiVersion) override { in emitAbiVersion() argument
143 OS << "\t.abiversion " << AbiVersion << '\n'; in emitAbiVersion()
176 void emitAbiVersion(int AbiVersion) override { in emitAbiVersion() argument
180 Flags |= (AbiVersion & ELF::EF_PPC64_ABI); in emitAbiVersion()
196 // For GAS compatibility, unless we already saw a .abiversion directive, in emitLocalEntry()
278 void emitAbiVersion(int AbiVersion) override { in emitAbiVersion() argument
279 llvm_unreachable("Unknown pseudo-op: .abiversion"); in emitAbiVersion()
302 void emitAbiVersion(int AbiVersion) override { in emitAbiVersion() argument
/external/llvm-project/llvm/test/CodeGen/AMDGPU/
Delf-header-osabi.ll16 ; HSA: ABIVersion: 1
18 ; PAL: ABIVersion: 0
20 ; MESA3D: ABIVersion: 0
/external/llvm-project/llvm/test/MC/PowerPC/
Ddirective-parse-err.s32 // CHECK: [[@LINE+1]]:16: error: unexpected token in '.abiversion' directive
33 .abiversion 2 $
35 .abiversion 2 # EOL COMMENT
/external/llvm/test/CodeGen/PowerPC/
Dppc64-elf-abi.ll8 ; CHECK-ELFv2: .abiversion 2
9 ; CHECK-ELFv1-NOT: .abiversion 2
/external/llvm-project/llvm/test/CodeGen/PowerPC/
Dppc64-elf-abi.ll12 ; CHECK-ELFv2: .abiversion 2
13 ; CHECK-ELFv1-NOT: .abiversion 2
/external/llvm-project/llvm/test/MC/RISCV/
Delf-header.s16 # RV32: ABIVersion: 0
35 # RV64: ABIVersion: 0
/external/llvm-project/lld/test/ELF/lto/
Damdgcn-oses.ll18 ; AMDHSA: ABIVersion: 1
22 ; NON-AMDHSA: ABIVersion: 0

123456