/third_party/ffmpeg/libavfilter/x86/ |
D | vf_yadif.asm | 47 pmaxub m2, m3 135 pmaxub m2, m3
|
D | vf_interlace.asm | 138 pmaxub m0, m2
|
/third_party/gstreamer/gstplugins_good/gst/deinterlace/x86/ |
D | yadif.asm | 82 pmaxub m2, m3 226 pmaxub m2, m3
|
/third_party/gstreamer/gstplugins_good/gst/deinterlace/tvtime/ |
D | sse.h | 729 #define pmaxub_m2r(var, reg) sse_m2r(pmaxub, var, reg) 730 #define pmaxub_r2r(regs, regd) sse_r2r(pmaxub, regs, regd) 731 #define pmaxub(vars, vard, mmreg) sse_m2m(pmaxub, vars, vard, mmreg) macro
|
/third_party/gstreamer/gstplugins_good/gst/deinterlace/tvtime/tomsmocomp/ |
D | WierdBob.inc | 123 // pmaxub %%mm6, %%mm2 // clip our current results so far to be above this 142 // pmaxub %%mm3, %%mm4 // top or bottom pixel moved most 152 // pmaxub %%mm6, %%mm2 // clip our current results so far to be above this
|
D | StrangeBob.inc | 254 // pmaxub %%mm6, %%mm2 // clip our current results so far to be above this 273 // pmaxub %%mm3, %%mm4 // top or bottom pixel moved most 283 // pmaxub %%mm6, %%mm2 // clip our current results so far to be above this
|
D | SearchLoopBottom.inc | 44 // pmaxub mm0, Min_Vals
|
/third_party/ffmpeg/libavcodec/x86/ |
D | lossless_videodsp.asm | 74 pmaxub m3, m1 77 pmaxub m3, m5 ; median
|
D | h264_deblock.asm | 274 pmaxub %2, %6 1359 pmaxub m1, m0
|
/third_party/node/deps/v8/src/codegen/ia32/ |
D | sse-instr.h | 38 V(pmaxub, 66, 0F, DE) \
|
/third_party/openh264/codec/common/x86/ |
D | deblock.asm | 106 pmaxub %1, %4 208 pmaxub xmm7, xmm0 ; max(|p1 - p0|, |q1 - q0|) 358 pmaxub xmm7, xmm0 ; max(|p1 - p0|, |q1 - q0|) 499 pmaxub %9, %10 ; max(|q1 - q0|, |p1 - p0|) 529 pmaxub %8, %9 ; max(|q1 - q0|, |p1 - p0|)
|
/third_party/node/deps/v8/src/codegen/x64/ |
D | sse-instr.h | 82 V(pmaxub, 66, 0F, DE) \
|
/third_party/openh264/codec/processing/src/x86/ |
D | vaa.asm | 119 pmaxub xmm3, xmm2 162 pmaxub xmm3, xmm2 165 pmaxub mad_reg, xmm3 ; max abs diff 179 pmaxub max_reg, xmm1 182 pmaxub max_reg, xmm1 185 pmaxub max_reg, xmm1 218 pmaxub xmm3, xmm2 221 pmaxub mad_reg, xmm3 ; max abs diff 287 pmaxub xmm0, xmm1 482 pmaxub xmm0, xmm1
|
/third_party/elfutils/libcpu/ |
D | i386.mnemonics | 355 MNE(pmaxub)
|
D | x86_64.mnemonics | 344 MNE(pmaxub)
|
/third_party/elfutils/tests/ |
D | testfile44.expect.bz2 |
|
D | testfile45.expect.bz2 | 1testfile45.o: elf64-elf_x86_64
2
3Disassembly of section .text:
4
5 0 ... |
/third_party/ffmpeg/libavutil/x86/ |
D | x86util.asm | 793 pmaxub %1, %2
|
/third_party/elfutils/libcpu/defs/ |
D | i386 | 804 01100110,00001111,11011110,{Mod}{xmmreg}{R_m}:pmaxub {Mod}{R_m},{xmmreg} 805 00001111,11011110,{MOD}{mmxreg}{R_M}:pmaxub {MOD}{R_M},{mmxreg}
|
/third_party/node/deps/v8/src/codegen/shared-ia32-x64/ |
D | macro-assembler-shared-ia32-x64.h | 295 AVX_OP(Pmaxub, pmaxub)
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86InstrMMX.td | 379 defm MMX_PMAXUB : MMXI_binop_rm_int<0xDE, "pmaxub", int_x86_mmx_pmaxu_b,
|
/third_party/node/deps/v8/src/wasm/baseline/x64/ |
D | liftoff-assembler-x64.h | 2579 liftoff::EmitSimdCommutativeBinOp<&Assembler::vpmaxub, &Assembler::pmaxub>( in emit_i8x16_gt_u() 3009 liftoff::EmitSimdCommutativeBinOp<&Assembler::vpmaxub, &Assembler::pmaxub>( in emit_i8x16_max_u()
|
/third_party/node/deps/v8/src/wasm/baseline/ia32/ |
D | liftoff-assembler-ia32.h | 2979 liftoff::EmitSimdCommutativeBinOp<&Assembler::vpmaxub, &Assembler::pmaxub>( in emit_i8x16_gt_u() 3434 liftoff::EmitSimdCommutativeBinOp<&Assembler::vpmaxub, &Assembler::pmaxub>( in emit_i8x16_max_u()
|
/third_party/node/deps/v8/src/compiler/backend/ia32/ |
D | code-generator-ia32.cc | 2923 __ pmaxub(dst, src); in AssembleArchInstruction() local
|
/third_party/node/deps/v8/src/compiler/backend/x64/ |
D | code-generator-x64.cc | 3727 ASSEMBLE_SIMD_BINOP(pmaxub); in AssembleArchInstruction()
|