Home
last modified time | relevance | path

Searched refs:skx (Results 1 – 25 of 155) sorted by relevance

1234567

/external/boringssl/src/ssl/test/runner/
Dkey_agreement.go79 skx := new(serverKeyExchangeMsg)
84 skx.key = make([]byte, len(serverRSAParams)+sigAlgsLen+2+len(sig))
85 copy(skx.key, serverRSAParams)
86 k := skx.key[len(serverRSAParams):]
96 return skx, nil
137 …tHello *clientHelloMsg, serverHello *serverHelloMsg, key crypto.PublicKey, skx *serverKeyExchangeM…
468 skx := new(serverKeyExchangeMsg)
469 skx.key = params
470 return skx, nil
509 skx := new(serverKeyExchangeMsg)
[all …]
/external/llvm-project/llvm/test/CodeGen/X86/
Dpr32515.ll1 ; RUN: llc -O0 -mtriple=x86_64-unknown -mcpu=skx -o - %s
2 ; RUN: llc -mtriple=x86_64-unknown -mcpu=skx -o - %s
3 ; RUN: llc -O0 -mtriple=i686-unknown -mcpu=skx -o - %s
4 ; RUN: llc -mtriple=i686-unknown -mcpu=skx -o - %s
Dpr29022.ll1 ; RUN: llc < %s -mcpu=skx -mtriple x86_64-unknown-linux-gnu -verify-machineinstrs | FileCheck %s
2 ; RUN: llc < %s -mcpu=skx -mtriple=x86_64-linux-gnux32 -verify-machineinstrs | FileCheck %s --check…
Dmachine-cp-mask-reg.mir2 # RUN: llc %s -mtriple=x86_64-unknown-linux-gnu -mcpu=skx -run-pass=machine-cp -o - | FileCheck %s
22 attributes #0 = { "target-cpu"="skx" }
Dpr35918.ll3 ; RUN: llc < %s -mtriple=i686-unknown-unknown -mcpu=skx | FileCheck %s --check-prefix=X86
5 ; RUN: llc < %s -mtriple=x86_64-unknown-unknown -mcpu=skx | FileCheck %s --check-prefix=X64
Dpr32282.ll2 ; RUN: llc < %s -mtriple=i686-unknown-unknown -mcpu=skx | FileCheck %s --check-prefix=X86
3 ; RUN: llc < %s -mtriple=x86_64-unknown-unknown -mcpu=skx | FileCheck %s --check-prefix=X64
Dpr35272.ll2 ; RUN: llc < %s -mtriple=x86_64-unknown -mcpu=skx | FileCheck %s
Dpr43507.ll2 ; RUN: llc < %s -mtriple=x86_64-unknown-unknown -mcpu=skx | FileCheck %s
Dpause.ll5 ; RUN: llc < %s -disable-peephole -mtriple=i386-apple-darwin -mcpu=skx -show-mc-encoding | FileChec…
Dclwb.ll5 ; RUN: llc < %s -mtriple=i686-apple-darwin -mcpu=skx | FileCheck %s
Dscatter-schedule.ll2 ; RUN: llc -mcpu=skx < %s | FileCheck %s
Davx512-insert-extract_i1.ll2 ; RUN: llc < %s -mtriple=x86_64-apple-darwin -mcpu=skx | FileCheck --check-prefix=SKX %s
Dpr43509.ll2 ; RUN: llc < %s -mtriple=x86_64-unknown-unknown -mcpu=skx | FileCheck %s
Davx512-vec3-crash.ll2 ; RUN: llc -mcpu=skx -mtriple=x86_64-unknown-linux-gnu < %s | FileCheck %s
Dpr32256.ll2 ; RUN: llc < %s -fast-isel -mtriple=i686-unknown-unknown -O0 -mcpu=skx | FileCheck %s
Dpr35443.ll2 ; RUN: llc < %s -mtriple=x86_64-unknown -mcpu=skx | FileCheck %s
Dpr42998.ll2 ; RUN: llc < %s -mtriple=x86_64-unknown-unknown -mcpu=skx | FileCheck %s --check-prefixes=CHECK,FAS…
Davx512dq-mask-op.ll2 ; RUN: llc < %s -mtriple=x86_64-apple-darwin -mcpu=skx | FileCheck %s
/external/skia/src/opts/
DSkOpts_skx.cpp10 #define SK_OPTS_NS skx
/external/skia/gn/
Dopts.gni21 skx = [ "$_src/opts/SkOpts_skx.cpp" ]
Dshared_sources.gni29 skx_sources = skx
/external/llvm-project/llvm/test/CodeGen/X86/GlobalISel/
Dmemop-vec.ll2 ; RUN: llc -mtriple=x86_64-linux-gnu -mcpu=skx -global-isel -verify-machinein…
3 ; RUN: llc -mtriple=x86_64-linux-gnu -mcpu=skx -regbankselect-greedy -global-isel -verify-machinein…
/external/skia/src/core/
DSkOpts.cpp20 #define SK_OPTS_NS skx
/external/llvm/test/CodeGen/X86/
Davx512vl-nontemporal.ll1 ; RUN: llc < %s -march=x86-64 -mtriple=x86_64-apple-darwin -mcpu=skx --show-mc-encoding | FileChec…
/external/llvm-project/llvm/test/MC/X86/
Dx86-GCC-inline-asm-Y-constraints.ll1 ; RUN: llc -mtriple=x86_64-apple-darwin -mcpu skx < %s | FileCheck %s

1234567