Home
last modified time | relevance | path

Searched +full:asm +full:- +full:operand +full:- +full:widths (Results 1 – 22 of 22) sorted by relevance

/third_party/lame/
DBUILD.gn6 # http://www.apache.org/licenses/LICENSE-2.0
20 "-O2",
21 "-Wall",
22 "-Wno-sign-compare",
23 "-Wimplicit-function-declaration",
24 "-Wno-parentheses",
25 "-Wno-string-conversion",
26 "-Wno-string-plus-int",
27 "-Wno-asm-operand-widths",
28 "-Wno-pointer-sign",
[all …]
/third_party/alsa-utils/
DBUILD.gn6 # http://www.apache.org/licenses/LICENSE-2.0
22 "-Wno-sign-compare",
23 "-Wno-implicit-function-declaration",
24 "-Wno-parentheses",
25 "-Wno-string-conversion",
26 "-Wno-string-plus-int",
27 "-Wno-asm-operand-widths",
28 "-Wno-pointer-sign",
29 "-Wno-deprecated-declarations",
30 "-Wno-implicit-int",
[all …]
/third_party/alsa-lib/
DBUILD.gn6 # http://www.apache.org/licenses/LICENSE-2.0
18 "//third_party/alsa-lib/include",
19 "//third_party/alsa-lib/include/sound",
20 "//third_party/alsa-lib/include/uapi",
21 "//third_party/alsa-lib/src/pcm",
22 "//third_party/alsa-lib/src/ucm",
23 "//third_party/alsa-lib/src/mixer",
24 "//third_party/alsa-lib/src/seq",
25 "//third_party/alsa-lib/src/hwdep",
26 "//third_party/alsa-lib/src/rawmidi",
[all …]
/third_party/mesa3d/.gitlab-ci/build/
Dgitlab-ci.yml2 .build-common:
3 extends: .build-rules
10 - _build/meson-logs/*.txt
11 - _build/meson-logs/strace
12 - shader-db
15 .build-linux:
16 extends: .build-common
23 - !reference [default, before_script]
24 - export PATH="/usr/lib/ccache:$PATH"
25 - export CCACHE_BASEDIR="$PWD"
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/AsmParser/
DAArch64AsmParser.cpp1 //==- AArch64AsmParser.cpp - Parse AArch64 assembly to MCInst instructions -==//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
188 /// @name Auto-generated Match Functions
245 // Alias .hword/.word/.[dx]word to the target-independent in AArch64AsmParser()
273 /// AArch64Operand - Instances of this class represent a parsed AArch64 machine
300 bool IsSuffix; // Is the operand actually a suffix on the mnemonic.
303 // Separate shift/extend operand.
320 // with the register, rather than as a separate operand. This is needed
323 // By parsing them as a single operand, we avoid the need to pass an
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.cpp1 //===-- SystemZInstrInfo.cpp - SystemZ instruction information ------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
11 //===----------------------------------------------------------------------===//
48 #define DEBUG_TYPE "systemz-II"
52 return Count == 0 ? 0 : (uint64_t(1) << (Count - 1) << 1) - 1; in allOnes()
63 // MI is a 128-bit load or store. Split it into two 64-bit loads or stores,
67 MachineBasicBlock *MBB = MI->getParent(); in splitMove()
68 MachineFunction &MF = *MBB->getParent(); in splitMove()
73 MBB->insert(MI, EarlierMI); in splitMove()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMISelDAGToDAG.cpp1 //===-- ARMISelDAGToDAG.cpp - A dag to dag inst selector for ARM ----------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
11 //===----------------------------------------------------------------------===//
40 #define DEBUG_TYPE "arm-isel"
43 DisableShifterOp("disable-shifter-op", cl::Hidden,
44 cl::desc("Disable isel of shifter-op"),
47 //===--------------------------------------------------------------------===//
48 /// ARMDAGToDAGISel - ARM specific code to select ARM machine
54 /// Subtarget - Keep a pointer to the ARMSubtarget around so that we can
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/AsmParser/
DARMAsmParser.cpp1 //===- ARMAsmParser.cpp - Parse ARM assembly to MCInst instructions -------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
69 #define DEBUG_TYPE "asm-parser"
82 "arm-implicit-it", cl::init(ImplicitItModeTy::ARMOnly),
93 static cl::opt<bool> AddBuildAttributes("arm-add-build-attributes",
102 // of Mask, and so on downwards. So (5 - Position) will shift the in extractITMaskBit()
103 // right bit down to bit 0, including the always-0 bit at bit 4 for in extractITMaskBit()
105 return (Mask >> (5 - Position) & 1); in extractITMaskBit()
163 if (PI != PE && (PII == PIE || PI->getPointer() < PII->getPointer())) in emitPersonalityLocNotes()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DCodeGenPrepare.cpp1 //===- CodeGenPrepare.cpp - Prepare a function for code generation --------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
10 // SelectionDAG-based code generation. This works around limitations in it's
11 // basic-block-at-a-time approach. It should eventually be removed.
13 //===----------------------------------------------------------------------===//
42 #include "llvm/Config/llvm-config.h"
136 "disable-cgp-branch-opts", cl::Hidden, cl::init(false),
140 DisableGCOpts("disable-cgp-gc-opts", cl::Hidden, cl::init(false),
144 "disable-cgp-select2branch", cl::Hidden, cl::init(false),
[all …]
/third_party/mesa3d/docs/relnotes/
D19.0.0.rst17 ----------------
21 4c5b9c5227d37c1f6bdc786a6fa7ee7fbce40b2e8a87340c7d3234534ece3304 mesa-19.0.0.tar.gz
22 5a549dfb40ec31e5c36c47aadac04554cb2e2a8d144a046a378fc16da57e38f8 mesa-19.0.0.tar.xz
25 ------------
27 - GL_AMD_texture_texture4 on all GL 4.0 drivers.
28 - GL_EXT_shader_implicit_conversions on all drivers (ES extension).
29 - GL_EXT_texture_compression_bptc on all GL 4.0 drivers (ES extension).
30 - GL_EXT_texture_compression_rgtc on all GL 3.0 drivers (ES extension).
31 - GL_EXT_render_snorm on gallium drivers (ES extension).
32 - GL_EXT_texture_view on drivers supporting texture views (ES
[all …]
D7.10.rst16 -------------
20 0a70c15c135561824bdcae92bf232e43 MesaLib-7.10.tar.gz
21 33fb94eccc02cbb4d8d1365615e38e46 MesaLib-7.10.tar.bz2
22 5cafdc0eda0f9bf370b95c98df3338fa MesaLib-7.10.zip
23 bc644be551ed585fc4f66c16b64a91c9 MesaGLUT-7.10.tar.gz
24 5c2677a155672352d62b177e4f0f92e8 MesaGLUT-7.10.tar.bz2
25 2ce5001f74496d1ba719ef74d910a5cf MesaGLUT-7.10.zip
28 ------------
30 - GL_ARB_explicit_attrib_location extension (Intel and software
32 - GL_ARB_texture_rg (Intel, software drivers, gallium drivers).
[all …]
D22.2.0.rst1 Mesa 22.2.0 Release Notes / 2022-09-21
20 ---------------
24 b1f9c8fd08f2cae3adf83355bef4d2398e8025f44947332880f2d0066bdafa8c mesa-22.2.0.tar.xz
29 ------------
31 - WGL_ARB_create_context_robustness
33 - d3d12 ARB_robust_buffer_access_behavior
35 - VK_EXT_robustness2 for lavapipe
37 - VK_EXT_image_2d_view_of_3d on RADV
39 - zink and d3d12 GL_EXT_memory_object_win32 and GL_EXT_semaphore_win32 support
41 - vertexAttributeInstanceRateZeroDivisor support for lavapipe
[all …]
/third_party/mbedtls/tests/scripts/
Dall.sh6 # SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-or-later
15 # -------
20 # ---------------
32 # * Basic Unix tools (Windows users note: a Unix-style find must be before
39 # * arm-gcc and mingw-gcc
40 # * ArmCC 5 and ArmCC 6, unless invoked with --no-armcc
53 # The behavior on an error depends on whether --keep-going (alias -k)
55 # * Without --keep-going: the script stops on the first error without
58 # * With --keep-going: the script runs all requested components and
63 # script -c tests/scripts/all.sh
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp1 //===-- AArch64ISelLowering.cpp - AArch64 DAG Lowering Implementation ----===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
11 //===----------------------------------------------------------------------===//
96 #define DEBUG_TYPE "aarch64-lower"
103 EnableAArch64SlrGeneration("aarch64-shift-insert-generation", cl::Hidden,
111 "aarch64-elf-ldtls-generation", cl::Hidden,
116 EnableOptimizeLogicalImm("aarch64-enable-logical-imm", cl::Hidden,
131 // vector to all-one or all-zero. in AArch64TargetLowering()
138 if (Subtarget->hasFPARMv8()) { in AArch64TargetLowering()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineCalls.cpp1 //===- InstCombineCalls.cpp -----------------------------------------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
11 //===----------------------------------------------------------------------===//
84 "instcombine-guard-widening-window",
93 if (ITy->getBitWidth() < 32) in getPromotedType()
94 return Type::getInt32Ty(Ty->getContext()); in getPromotedType()
103 IntegerType *BoolTy = Type::getInt1Ty(V->getContext()); in getNegativeIsTrueBoolVec()
104 for (unsigned I = 0, E = V->getNumElements(); I != E; ++I) { in getNegativeIsTrueBoolVec()
105 Constant *Elt = V->getElementAsConstant(I); in getNegativeIsTrueBoolVec()
[all …]
/third_party/skia/third_party/externals/freetype/docs/oldlogs/
DChangeLog.231 2010-02-13 Werner Lemberg <wl@gnu.org>
7 Tag sources with `VER-2-3-12'.
22 builds/wince/vc2005-ce/freetype.vcproj,
23 builds/wince/vc2005-ce/index.html,
24 builds/wince/vc2008-ce/freetype.vcproj,
25 builds/wince/vc2008-ce/index.html: s/2.3.11/2.3.12/, s/2311/2312/.
31 2010-02-12 suzuki toshiya <mpsuzuki@hiroshima-u.ac.jp>
36 number from "tool --version" output. Some beta releases of
39 2010-02-12 suzuki toshiya <mpsuzuki@hiroshima-u.ac.jp>
44 FT_Outline->points[] should be numPoints, not 2 * numPoints.
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp1 //===-- X86ISelLowering.cpp - X86 DAG Lowering Implementation -------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
12 //===----------------------------------------------------------------------===//
66 #define DEBUG_TYPE "x86-isel"
71 "x86-experimental-pref-loop-alignment", cl::init(4),
74 "(the last x86-experimental-pref-loop-alignment bits"
80 "x86-enable-old-knl-abi", cl::init(false),
86 "mul-constant-optimization", cl::init(true),
92 "x86-experimental-unordered-atomic-isel", cl::init(false),
[all …]
/third_party/ffmpeg/
DBUILD.gn106 ldflags_asm += [ "-Wl,-Bsymbolic" ]
115 "-Wno-sign-compare",
116 "-Wno-implicit-function-declaration",
117 "-Wno-parentheses",
118 "-Wno-string-conversion",
119 "-Wno-string-plus-int",
120 "-Wno-asm-operand-widths",
121 "-Wno-pointer-sign",
122 "-Wno-deprecated-declarations",
123 "-Wno-implicit-int",
[all …]
/third_party/skia/third_party/externals/spirv-cross/
Dspirv_glsl.cpp2 * Copyright 2015-2021 Arm Limited
3 * SPDX-License-Identifier: Apache-2.0 OR MIT
9 * http://www.apache.org/licenses/LICENSE-2.0
20 * 1. The Apache License, Version 2.0, found at <http://www.apache.org/licenses/LICENSE-2.0>, or
171 // We'll rely on fixing it up ourselves in the rare case we have a comma-as-decimal locale in init()
175 // On Windows, localeconv uses thread-local storage, so it should be fine. in init()
177 if (conv && conv->decimal_point) in init()
178 current_locale_radix_character = *conv->decimal_point; in init()
182 if (conv && conv->decimal_point) in init()
183 current_locale_radix_character = *conv->decimal_point; in init()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCInstrVSX.td1 //===- PPCInstrVSX.td - The PowerPC VSX Extension --*- tablegen -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
11 //===----------------------------------------------------------------------===//
15 // ** which VMX and VSX instructions are lane-sensitive and which are not. **
16 // ** A lane-sensitive instruction relies, implicitly or explicitly, on **
18 // ** VADDFP is not lane-sensitive, because each lane of the result vector **
20 // ** an instruction like VMULESB is lane-sensitive, because "even" and **
21 // ** "odd" lanes are different for big-endian and little-endian numbering. **
24 // ** are lane-sensitive. If so, they must be added to a switch statement **
[all …]
/third_party/sqlite/src/
Dsqlite3.c17 ** language. The code for the "sqlite3" command-line shell is also in a
21 ** 2019.09.02-Complete codec logic for encryption and decryption.
52 ** NO_TEST - The branches on this line are not
57 ** OPTIMIZATION-IF-TRUE - This branch is allowed to alway be false
61 ** OPTIMIZATION-IF-FALSE - This branch is allowed to alway be true
65 ** PREVENTS-HARMLESS-OVERREAD - This branch prevents a buffer overread
70 ** slash-asterisk...asterisk-slash comment marks, with no spaces between the
141 ** 2015-03-02
179 ** large file support, or if the OS is windows, these should be no-ops.
185 ** Large file support can be disabled using the -DSQLITE_DISABLE_LFS switch
[all …]
/third_party/NuttX/
DReleaseNotes14 "nuttx-6.27").
16 NuttX-0.1.0
17 -----------
23 This release has been verified on both the Linux user-mode and C5471
25 for the C5471 can be found in arch/c5471/doc/test-results.txt.
29 NuttX-0.1.1
30 -----------
42 This release has been verified on the Linux user-mode platform, the
51 NuttX-0.1.2
52 -----------
[all …]