Home
last modified time | relevance | path

Searched refs:pmaxub (Results 1 – 25 of 27) sorted by relevance

12

/third_party/ffmpeg/libavfilter/x86/
Dvf_yadif.asm47 pmaxub m2, m3
135 pmaxub m2, m3
Dvf_interlace.asm138 pmaxub m0, m2
/third_party/gstreamer/gstplugins_good/gst/deinterlace/x86/
Dyadif.asm82 pmaxub m2, m3
226 pmaxub m2, m3
/third_party/gstreamer/gstplugins_good/gst/deinterlace/tvtime/
Dsse.h729 #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/
DWierdBob.inc123 // 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
DStrangeBob.inc254 // 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
DSearchLoopBottom.inc44 // pmaxub mm0, Min_Vals
/third_party/ffmpeg/libavcodec/x86/
Dlossless_videodsp.asm74 pmaxub m3, m1
77 pmaxub m3, m5 ; median
Dh264_deblock.asm274 pmaxub %2, %6
1359 pmaxub m1, m0
/third_party/node/deps/v8/src/codegen/ia32/
Dsse-instr.h38 V(pmaxub, 66, 0F, DE) \
/third_party/openh264/codec/common/x86/
Ddeblock.asm106 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/
Dsse-instr.h82 V(pmaxub, 66, 0F, DE) \
/third_party/openh264/codec/processing/src/x86/
Dvaa.asm119 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/
Di386.mnemonics355 MNE(pmaxub)
Dx86_64.mnemonics344 MNE(pmaxub)
/third_party/elfutils/tests/
Dtestfile44.expect.bz2
Dtestfile45.expect.bz21testfile45.o: elf64-elf_x86_64 2 3Disassembly of section .text: 4 5 0 ...
/third_party/ffmpeg/libavutil/x86/
Dx86util.asm793 pmaxub %1, %2
/third_party/elfutils/libcpu/defs/
Di386804 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/
Dmacro-assembler-shared-ia32-x64.h295 AVX_OP(Pmaxub, pmaxub)
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86InstrMMX.td379 defm MMX_PMAXUB : MMXI_binop_rm_int<0xDE, "pmaxub", int_x86_mmx_pmaxu_b,
/third_party/node/deps/v8/src/wasm/baseline/x64/
Dliftoff-assembler-x64.h2579 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/
Dliftoff-assembler-ia32.h2979 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/
Dcode-generator-ia32.cc2923 __ pmaxub(dst, src); in AssembleArchInstruction() local
/third_party/node/deps/v8/src/compiler/backend/x64/
Dcode-generator-x64.cc3727 ASSEMBLE_SIMD_BINOP(pmaxub); in AssembleArchInstruction()

12