/third_party/alsa-lib/src/pcm/ |
H A D | pcm_dmix_i386.c | 88 static int smp = 0, mmx = 0, cmov = 0; in mix_select_callbacks() local 113 if (strstr(line, " cmov")) in mix_select_callbacks() 114 cmov = 1; in mix_select_callbacks() 130 if (cmov) { in mix_select_callbacks()
|
/third_party/node/deps/openssl/openssl/crypto/ec/ |
H A D | curve25519.c | 2077 static void cmov(ge_precomp *t, const ge_precomp *u, uint8_t b) in cmov() function 4215 cmov(t, &k25519Precomp[pos][0], equal(babs, 1)); in table_select() 4216 cmov(t, &k25519Precomp[pos][1], equal(babs, 2)); in table_select() 4217 cmov(t, &k25519Precomp[pos][2], equal(babs, 3)); in table_select() 4218 cmov(t, &k25519Precomp[pos][3], equal(babs, 4)); in table_select() 4219 cmov(t, &k25519Precomp[pos][4], equal(babs, 5)); in table_select() 4220 cmov(t, &k25519Precomp[pos][5], equal(babs, 6)); in table_select() 4221 cmov(t, &k25519Precomp[pos][6], equal(babs, 7)); in table_select() 4222 cmov(t, &k25519Precomp[pos][7], equal(babs, 8)); in table_select() 4226 cmov( in table_select() [all...] |
/third_party/openssl/crypto/ec/ |
H A D | curve25519.c | 2077 static void cmov(ge_precomp *t, const ge_precomp *u, uint8_t b) in cmov() function 4215 cmov(t, &k25519Precomp[pos][0], equal(babs, 1)); in table_select() 4216 cmov(t, &k25519Precomp[pos][1], equal(babs, 2)); in table_select() 4217 cmov(t, &k25519Precomp[pos][2], equal(babs, 3)); in table_select() 4218 cmov(t, &k25519Precomp[pos][3], equal(babs, 4)); in table_select() 4219 cmov(t, &k25519Precomp[pos][4], equal(babs, 5)); in table_select() 4220 cmov(t, &k25519Precomp[pos][5], equal(babs, 6)); in table_select() 4221 cmov(t, &k25519Precomp[pos][6], equal(babs, 7)); in table_select() 4222 cmov(t, &k25519Precomp[pos][7], equal(babs, 8)); in table_select() 4226 cmov( in table_select() [all...] |
/third_party/openssl/ohos_lite/crypto/ec/ |
H A D | curve25519.c | 2067 static void cmov(ge_precomp *t, const ge_precomp *u, uint8_t b) in cmov() function 4205 cmov(t, &k25519Precomp[pos][0], equal(babs, 1)); in table_select() 4206 cmov(t, &k25519Precomp[pos][1], equal(babs, 2)); in table_select() 4207 cmov(t, &k25519Precomp[pos][2], equal(babs, 3)); in table_select() 4208 cmov(t, &k25519Precomp[pos][3], equal(babs, 4)); in table_select() 4209 cmov(t, &k25519Precomp[pos][4], equal(babs, 5)); in table_select() 4210 cmov(t, &k25519Precomp[pos][5], equal(babs, 6)); in table_select() 4211 cmov(t, &k25519Precomp[pos][6], equal(babs, 7)); in table_select() 4212 cmov(t, &k25519Precomp[pos][7], equal(babs, 8)); in table_select() 4216 cmov( in table_select() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
H A D | IceAssemblerX8632.h | 490 void cmov(Type Ty, BrCond cond, GPRRegister dst, GPRRegister src); 491 void cmov(Type Ty, BrCond cond, GPRRegister dst, const AsmAddress &src);
|
H A D | IceAssemblerX8664.h | 509 void cmov(Type Ty, BrCond cond, GPRRegister dst, GPRRegister src); 510 void cmov(Type Ty, BrCond cond, GPRRegister dst, const AsmAddress &src);
|
H A D | IceInstX8632.cpp | 1359 Str << "cmov" << InstBrAttributes[Condition].DisplayString in emit() 1377 Asm->cmov(SrcTy, Condition, in emitIAS() 1381 Asm->cmov(SrcTy, Condition, in emitIAS() 1387 Asm->cmov(SrcTy, Condition, in emitIAS() 1399 Str << "cmov" << InstBrAttributes[Condition].DisplayString << "."; in dump()
|
H A D | IceInstX8664.cpp | 1362 Str << "cmov" << InstBrAttributes[Condition].DisplayString in emit() 1379 Asm->cmov(SrcTy, Condition, in emitIAS() 1383 Asm->cmov(SrcTy, Condition, in emitIAS() 1389 Asm->cmov(SrcTy, Condition, in emitIAS() 1401 Str << "cmov" << InstBrAttributes[Condition].DisplayString << "."; in dump()
|
H A D | IceAssemblerX8632.cpp | 393 void AssemblerX8632::cmov(Type Ty, BrCond cond, GPRRegister dst, in cmov() function in Ice::X8632::AssemblerX8632 405 void AssemblerX8632::cmov(Type Ty, BrCond cond, GPRRegister dst, in cmov() function in Ice::X8632::AssemblerX8632
|
H A D | IceAssemblerX8664.cpp | 421 void AssemblerX8664::cmov(Type Ty, BrCond cond, GPRRegister dst, in cmov() function in Ice::X8664::AssemblerX8664 434 void AssemblerX8664::cmov(Type Ty, BrCond cond, GPRRegister dst, in cmov() function in Ice::X8664::AssemblerX8664
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/unittest/AssemblerX8632/ |
H A D | DataMov.cpp | 1068 __ cmov(IceType_i32, Cond::Br_##C, GPRRegister::Encoded_Reg_##Dest, \ in TEST_F() 1136 __ cmov(IceType_i32, Cond::Br_##C, GPRRegister::Encoded_Reg_##Dest, \ in TEST_F()
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/unittest/AssemblerX8664/ |
H A D | DataMov.cpp | 431 __ cmov(IceType_i32, Cond::Br_##C, Encoded_GPR_##Dest(), \ in TEST_F() 451 __ cmov(IceType_i32, Cond::Br_##C, Encoded_GPR_##Dest(), \ in TEST_F()
|
/third_party/node/deps/v8/src/codegen/ia32/ |
H A D | assembler-ia32.h | 530 void cmov(Condition cc, Register dst, Register src) { in cmov() function in v8::internal::Assembler 531 cmov(cc, dst, Operand(src)); in cmov() 533 void cmov(Condition cc, Register dst, Operand src);
|
H A D | assembler-ia32.cc | 710 void Assembler::cmov(Condition cc, Register dst, Operand src) { in cmov() function in v8::internal::Assembler
|
/third_party/node/deps/v8/src/compiler/backend/ia32/ |
H A D | code-generator-ia32.cc | 519 __ cmov(zero, dst, tmp); \ 3452 __ cmov(zero, dst, tmp); in AssembleArchInstruction()
|
/third_party/node/deps/v8/src/builtins/ia32/ |
H A D | builtins-ia32.cc | 3207 __ cmov(not_equal, scratch1, result_reg); in Generate_DoubleToI() 3215 __ cmov(greater, result_reg, scratch1); in Generate_DoubleToI()
|
/third_party/node/deps/v8/src/wasm/baseline/ia32/ |
H A D | liftoff-assembler-ia32.h | 2739 assm->cmov(zero, dst.gp(), tmp); in EmitAnyTrue() 2756 assm->cmov(zero, dst.gp(), tmp); in EmitAllTrue()
|