/third_party/ffmpeg/libavcodec/x86/ |
H A D | celt_pvq_search.asm | 101 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 D | vf_lut3d.asm | 326 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 D | audio_convert.asm | 570 cmpps %1, %1, %5, 5 573 cmpps %2, %2, %5, 5
|
/third_party/node/deps/v8/src/codegen/ia32/ |
H A D | assembler-ia32.h | 896 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 D | assembler-ia32.cc | 2232 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 D | XmmArith.cpp | 707 __ 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 D | XmmArith.cpp | 720 __ 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 D | IceAssemblerX8632.h | 593 void cmpps(Type Ty, XmmRegister dst, XmmRegister src, CmppsCond CmpCondition); 594 void cmpps(Type Ty, XmmRegister dst, const AsmAddress &src,
|
H A D | IceAssemblerX8664.h | 612 void cmpps(Type Ty, XmmRegister dst, XmmRegister src, CmppsCond CmpCondition); 613 void cmpps(Type Ty, XmmRegister dst, const AsmAddress &src,
|
H A D | IceInstX8632.cpp | 1426 // 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 D | IceInstX8664.cpp | 1428 // 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 D | IceAssemblerX8632.cpp | 1307 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 D | IceAssemblerX8664.cpp | 1406 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 D | assembler-x64.h | 1320 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 D | assembler-x64.cc | 3116 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 D | x86inc.asm | 1342 AVX_INSTR cmpps, sse, 1, 1, 0
|