OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:paddb
(Results
126 - 150
of
197
) sorted by null
1
2
3
4
5
6
7
8
/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/x86/x86asm/
tables.go
[
all
...]
/art/compiler/utils/x86/
assembler_x86.cc
825
void X86Assembler::
paddb
(XmmRegister dst, XmmRegister src) {
function in class:art::x86::X86Assembler
[
all
...]
/art/disassembler/
disassembler_x86.cc
[
all
...]
/external/clang/lib/Headers/
mmintrin.h
355
/// This intrinsic corresponds to the \c
PADDB
instruction.
[
all
...]
/external/libvpx/libvpx/third_party/x86inc/
x86inc.asm
[
all
...]
/external/libvpx/libvpx/vp8/common/x86/
loopfilter_sse2.asm
167
paddb
xmm4, xmm3 ; hev abs(q1 - q0) > thresh || abs(p1 - p0) > thresh
[
all
...]
/external/llvm/test/CodeGen/X86/
stack-folding-mmx.ll
118
;CHECK:
paddb
{{-?[0-9]*}}(%rsp), {{%mm[0-7]}} {{.*#+}} 8-byte Folded Reload
[
all
...]
/prebuilts/clang/host/darwin-x86/clang-3289846/lib64/clang/3.8/include/
mmintrin.h
355
/// This intrinsic corresponds to the \c
PADDB
instruction.
[
all
...]
/prebuilts/clang/host/darwin-x86/clang-3859424/lib64/clang/4.0/include/
mmintrin.h
355
/// This intrinsic corresponds to the \c
PADDB
instruction.
[
all
...]
/prebuilts/clang/host/darwin-x86/clang-4053586/lib64/clang/5.0/include/
mmintrin.h
355
/// This intrinsic corresponds to the <c>
PADDB
</c> instruction.
[
all
...]
/prebuilts/clang/host/darwin-x86/clang-4393122/lib64/clang/5.0.1/include/
mmintrin.h
355
/// This intrinsic corresponds to the <c>
PADDB
</c> instruction.
[
all
...]
/prebuilts/clang/host/darwin-x86/clang-4479392/lib64/clang/5.0.2/include/
mmintrin.h
355
/// This intrinsic corresponds to the <c>
PADDB
</c> instruction.
[
all
...]
/prebuilts/clang/host/darwin-x86/clang-4579689/lib64/clang/6.0.1/include/
mmintrin.h
355
/// This intrinsic corresponds to the <c>
PADDB
</c> instruction.
[
all
...]
/prebuilts/clang/host/darwin-x86/clang-4630689/lib64/clang/6.0.1/include/
mmintrin.h
355
/// This intrinsic corresponds to the <c>
PADDB
</c> instruction.
[
all
...]
/prebuilts/clang/host/darwin-x86/clang-4639204/lib64/clang/6.0.1/include/
mmintrin.h
355
/// This intrinsic corresponds to the <c>
PADDB
</c> instruction.
[
all
...]
/prebuilts/clang/host/darwin-x86/clang-4691093/lib64/clang/6.0.2/include/
mmintrin.h
355
/// This intrinsic corresponds to the <c>
PADDB
</c> instruction.
[
all
...]
/prebuilts/clang/host/linux-x86/clang-3289846/lib64/clang/3.8/include/
mmintrin.h
355
/// This intrinsic corresponds to the \c
PADDB
instruction.
[
all
...]
/prebuilts/clang/host/linux-x86/clang-3859424/lib64/clang/4.0/include/
mmintrin.h
355
/// This intrinsic corresponds to the \c
PADDB
instruction.
[
all
...]
/prebuilts/clang/host/linux-x86/clang-4053586/lib64/clang/5.0/include/
mmintrin.h
355
/// This intrinsic corresponds to the <c>
PADDB
</c> instruction.
[
all
...]
/prebuilts/clang/host/linux-x86/clang-4393122/lib64/clang/5.0.1/include/
mmintrin.h
355
/// This intrinsic corresponds to the <c>
PADDB
</c> instruction.
[
all
...]
/prebuilts/clang/host/linux-x86/clang-4479392/lib64/clang/5.0.2/include/
mmintrin.h
355
/// This intrinsic corresponds to the <c>
PADDB
</c> instruction.
[
all
...]
/prebuilts/clang/host/linux-x86/clang-4579689/lib64/clang/6.0.1/include/
mmintrin.h
355
/// This intrinsic corresponds to the <c>
PADDB
</c> instruction.
[
all
...]
/prebuilts/clang/host/linux-x86/clang-4630689/lib64/clang/6.0.1/include/
mmintrin.h
355
/// This intrinsic corresponds to the <c>
PADDB
</c> instruction.
[
all
...]
/prebuilts/clang/host/linux-x86/clang-4639204/lib64/clang/6.0.1/include/
mmintrin.h
355
/// This intrinsic corresponds to the <c>
PADDB
</c> instruction.
[
all
...]
/prebuilts/clang/host/linux-x86/clang-4691093/lib64/clang/6.0.2/include/
mmintrin.h
355
/// This intrinsic corresponds to the <c>
PADDB
</c> instruction.
[
all
...]
Completed in 1025 milliseconds
1
2
3
4
5
6
7
8