| /freebsd/crypto/krb5/src/plugins/preauth/spake/ |
| H A D | edwards25519.c | 818 static void cmov(ge_precomp *t, const ge_precomp *u, uint8_t b) { in cmov() function 864 cmov(&e, &multiples[j-1], equal(index, j)); in x25519_ge_scalarmult_small_precomp() 898 cmov(t, &k25519Precomp[pos][0], equal(babs, 1)); in table_select() 899 cmov(t, &k25519Precomp[pos][1], equal(babs, 2)); in table_select() 900 cmov(t, &k25519Precomp[pos][2], equal(babs, 3)); in table_select() 901 cmov(t, &k25519Precomp[pos][3], equal(babs, 4)); in table_select() 902 cmov(t, &k25519Precomp[pos][4], equal(babs, 5)); in table_select() 903 cmov(t, &k25519Precomp[pos][5], equal(babs, 6)); in table_select() 904 cmov(t, &k25519Precomp[pos][6], equal(babs, 7)); in table_select() 905 cmov(t, &k25519Precomp[pos][7], equal(babs, 8)); in table_select() [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86InstrAsmAlias.td | 427 // Aliases for cmov<CC>{w,l,q} 428 defm : IntegerCondCodeMnemonicAlias<"cmov", "w", "att">; 429 defm : IntegerCondCodeMnemonicAlias<"cmov", "l", "att">; 430 defm : IntegerCondCodeMnemonicAlias<"cmov", "q", "att">; 432 defm : IntegerCondCodeMnemonicAlias<"cmov", "", "intel">; 797 def : InstAlias<"cmov"#Cond#"{w}\t{$src, $dst|$dst, $src}", 799 def : InstAlias<"cmov"#Cond#"{w}\t{$src, $dst|$dst, $src}", 801 def : InstAlias<"cmov"#Cond#"{l}\t{$src, $dst|$dst, $src}", 803 def : InstAlias<"cmov"#Cond#"{l}\t{$src, $dst|$dst, $src}", 805 def : InstAlias<"cmov"#Cond#"{q}\t{$src, $dst|$dst, $src}", [all …]
|
| H A D | X86InstrCMovSetCC.td | 20 "cmov${cond}", args, 26 "cmov${cond}", args,
|
| H A D | X86.td | 39 def FeatureCMOV : SubtargetFeature<"cmov","HasCMOV", "true",
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/VE/ |
| H A D | VEInstrInfo.td | 457 // res = cmov cmp, t, f, cond 460 def cmov : SDNode<"VEISD::CMOV", SDT_Cmov>; 1315 defm CMOVL : RRCMOVm<"cmov.l.${cfw}", 0x3B, I64, i64, cmov>; 1317 defm CMOVW : RRCMOVm<"cmov.w.${cfw}", 0x3B, I32, i32, cmov>; 1319 defm CMOVD : RRCMOVm<"cmov.d.${cfw}", 0x3B, I64, f64, cmov, simm7fp>; 1321 defm CMOVS : RRCMOVm<"cmov.s.${cfw}", 0x3B, F32, f32, cmov, simm7fp>; 1322 def : MnemonicAlias<"cmov.l", "cmov.l.at">; 1323 def : MnemonicAlias<"cmov.w", "cmov.w.at">; 1324 def : MnemonicAlias<"cmov.d", "cmov.d.at">; 1325 def : MnemonicAlias<"cmov.s", "cmov.s.at">; [all …]
|
| /freebsd/sys/contrib/openzfs/module/ |
| H A D | Makefile.bsd | 437 CFLAGS.dsl_scan.c= -mllvm -x86-cmov-converter=false 438 CFLAGS.metaslab.c= -mllvm -x86-cmov-converter=false 439 CFLAGS.range_tree.c= -mllvm -x86-cmov-converter=false 440 CFLAGS.zap_micro.c= -mllvm -x86-cmov-converter=false
|
| H A D | Kbuild.in | 53 CFLAGS_zfs/dsl_scan.o += -mllvm -x86-cmov-converter=false 54 CFLAGS_zfs/metaslab.o += -mllvm -x86-cmov-converter=false 55 CFLAGS_zfs/range_tree.o += -mllvm -x86-cmov-converter=false 56 CFLAGS_zfs/zap_micro.o += -mllvm -x86-cmov-converter=false
|
| /freebsd/sys/contrib/openzfs/module/zstd/lib/common/ |
| H A D | cpu.h | 199 D(cmov, 15)
|
| /freebsd/sys/contrib/zstd/lib/common/ |
| H A D | cpu.h | 198 D(cmov, 15)
|
| /freebsd/sys/contrib/openzfs/module/zstd/lib/compress/ |
| H A D | zstd_fast.c | 426 #define ZSTD_GEN_FAST_FN(dictMode, mml, cmov) … argument 427 … static size_t ZSTD_compressBlock_fast_##dictMode##_##mml##_##cmov( \ 431 … return ZSTD_compressBlock_fast_##dictMode##_generic(ms, seqStore, rep, src, srcSize, mml, cmov); \
|
| /freebsd/sys/contrib/zstd/lib/compress/ |
| H A D | zstd_fast.c | 425 #define ZSTD_GEN_FAST_FN(dictMode, mml, cmov) … argument 426 … static size_t ZSTD_compressBlock_fast_##dictMode##_##mml##_##cmov( \ 430 … return ZSTD_compressBlock_fast_##dictMode##_generic(ms, seqStore, rep, src, srcSize, mml, cmov); \
|
| /freebsd/crypto/openssl/crypto/ec/ |
| H A D | curve25519.c | 2204 static void cmov(ge_precomp *t, const ge_precomp *u, uint8_t b) in cmov() function 4342 cmov(t, &k25519Precomp[pos][0], equal(babs, 1)); in table_select() 4343 cmov(t, &k25519Precomp[pos][1], equal(babs, 2)); in table_select() 4344 cmov(t, &k25519Precomp[pos][2], equal(babs, 3)); in table_select() 4345 cmov(t, &k25519Precomp[pos][3], equal(babs, 4)); in table_select() 4346 cmov(t, &k25519Precomp[pos][4], equal(babs, 5)); in table_select() 4347 cmov(t, &k25519Precomp[pos][5], equal(babs, 6)); in table_select() 4348 cmov(t, &k25519Precomp[pos][6], equal(babs, 7)); in table_select() 4349 cmov(t, &k25519Precomp[pos][7], equal(babs, 8)); in table_select() 4353 cmov(t, &minust, bnegative); in table_select()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/ |
| H A D | X86TargetParser.def | 142 X86_FEATURE_COMPAT(CMOV, "cmov", 0)
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARC/ |
| H A D | ARCInstrInfo.td | 392 def cmov : PatFrag<(ops node:$op1, node:$op2, node:$cc), 399 [(set GPR32:$B, (cmov i32:$C, i32:$B2, timm:$cc))]>;
|
| /freebsd/contrib/file/magic/Magdir/ |
| H A D | animation | 17 >12 string cmov \b movie (fast start, compressed header)
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
| H A D | MipsInstrInfo.td | 126 // instruction is emitted when function cmov2 in test/CodeGen/Mips/cmov.ll is
|