Home
last modified time | relevance | path

Searched refs:cmpps (Results 1 - 16 of 16) sorted by relevance

/third_party/ffmpeg/libavcodec/x86/
H A Dcelt_pvq_search.asm101 cmpps m0, m0, m5, 4 ; m0 = (X[i] != 0.0)
115 cmpps m0, m0, m5, 1 ; m0 = (0<y)
131 cmpps m0, m3, m5, 1 ; m0 = (m3 < m5) ; (p_max < p) ; (p > p_max)
149 cmpps xm0, xm3, xm5, 1 ; m0 = (m3 < m5) = ( p[0x128] < p[1x128] )
159 cmpps xm0, xm3, xm5, 1 ; m0 = (m3 < m5) = ( p[1,0] < p[3,2] )
/third_party/ffmpeg/libavfilter/x86/
H A Dvf_lut3d.asm326 cmpps m13, d_r, d_g, 0x1E ; r>g
327 cmpps m14, d_g, d_b, 0x1E ; g>b
328 cmpps m15, d_b, d_r, 0x1E ; b>r
/third_party/ffmpeg/libswresample/x86/
H A Daudio_convert.asm570 cmpps %1, %1, %5, 5
573 cmpps %2, %2, %5, 5
/third_party/node/deps/v8/src/codegen/ia32/
H A Dassembler-ia32.h896 void cmpps(XMMRegister dst, Operand src, uint8_t cmp);
897 void cmpps(XMMRegister dst, XMMRegister src, uint8_t cmp) { in cmpps() function in v8::internal::Assembler
898 cmpps(dst, Operand(src), cmp); in cmpps()
915 cmpps(dst, Operand(src), imm8); \
917 void instr##ps(XMMRegister dst, Operand src) { cmpps(dst, src, imm8); } \
H A Dassembler-ia32.cc2232 void Assembler::cmpps(XMMRegister dst, Operand src, uint8_t cmp) { in cmpps() function in v8::internal::Assembler
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/unittest/AssemblerX8632/
H A DXmmArith.cpp707 __ cmpps(IceType_f##FloatSize, XmmRegister::Encoded_Reg_##Dst, \ in TEST_F()
729 __ cmpps(IceType_f##FloatSize, XmmRegister::Encoded_Reg_##Dst, \ in TEST_F()
754 __ cmpps(IceType_f##FloatSize, XmmRegister::Encoded_Reg_##Dst, \ in TEST_F()
778 __ cmpps(IceType_f##FloatSize, XmmRegister::Encoded_Reg_##Dst, \ in TEST_F()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/unittest/AssemblerX8664/
H A DXmmArith.cpp720 __ cmpps(IceType_f##FloatSize, Encoded_Xmm_##Dst(), Encoded_Xmm_##Src(), \ in TEST_F()
742 __ cmpps(IceType_f##FloatSize, Encoded_Xmm_##Dst(), dwordAddress(T1), \ in TEST_F()
767 __ cmpps(IceType_f##FloatSize, Encoded_Xmm_##Dst(), Encoded_Xmm_##Src(), \ in TEST_F()
791 __ cmpps(IceType_f##FloatSize, Encoded_Xmm_##Dst(), dwordAddress(T1), \ in TEST_F()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
H A DIceAssemblerX8632.h593 void cmpps(Type Ty, XmmRegister dst, XmmRegister src, CmppsCond CmpCondition);
594 void cmpps(Type Ty, XmmRegister dst, const AsmAddress &src,
H A DIceAssemblerX8664.h612 void cmpps(Type Ty, XmmRegister dst, XmmRegister src, CmppsCond CmpCondition);
613 void cmpps(Type Ty, XmmRegister dst, const AsmAddress &src,
H A DIceInstX8632.cpp1426 // Assuming there isn't any load folding for cmpps, and vector constants are
1432 Asm->cmpps(this->getDest()->getType(),
1437 Asm->cmpps(this->getDest()->getType(),
H A DIceInstX8664.cpp1428 // Assuming there isn't any load folding for cmpps, and vector constants are
1434 Asm->cmpps(this->getDest()->getType(),
1439 Asm->cmpps(this->getDest()->getType(),
H A DIceAssemblerX8632.cpp1307 void AssemblerX8632::cmpps(Type Ty, XmmRegister dst, XmmRegister src, in cmpps() function in Ice::X8632::AssemblerX8632
1318 void AssemblerX8632::cmpps(Type Ty, XmmRegister dst, const AsmAddress &src, in cmpps() function in Ice::X8632::AssemblerX8632
H A DIceAssemblerX8664.cpp1406 void AssemblerX8664::cmpps(Type Ty, XmmRegister dst, XmmRegister src, in cmpps() function in Ice::X8664::AssemblerX8664
1418 void AssemblerX8664::cmpps(Type Ty, XmmRegister dst, const AsmAddress &src, in cmpps() function in Ice::X8664::AssemblerX8664
/third_party/node/deps/v8/src/codegen/x64/
H A Dassembler-x64.h1320 void cmpps(XMMRegister dst, XMMRegister src, int8_t cmp);
1321 void cmpps(XMMRegister dst, Operand src, int8_t cmp);
1326 void instr##ps(XMMRegister dst, XMMRegister src) { cmpps(dst, src, imm8); } \
1327 void instr##ps(XMMRegister dst, Operand src) { cmpps(dst, src, imm8); } \
H A Dassembler-x64.cc3116 void Assembler::cmpps(XMMRegister dst, XMMRegister src, int8_t cmp) { in cmpps() function in v8::internal::Assembler
3125 void Assembler::cmpps(XMMRegister dst, Operand src, int8_t cmp) { in cmpps() function in v8::internal::Assembler
/third_party/ffmpeg/libavutil/x86/
H A Dx86inc.asm1342 AVX_INSTR cmpps, sse, 1, 1, 0

Completed in 50 milliseconds