Home
last modified time | relevance | path

Searched refs:cmov (Results 1 – 16 of 16) sorted by relevance

/freebsd/crypto/krb5/src/plugins/preauth/spake/
H A Dedwards25519.c818 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 DX86InstrAsmAlias.td427 // 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 DX86InstrCMovSetCC.td20 "cmov${cond}", args,
26 "cmov${cond}", args,
H A DX86.td39 def FeatureCMOV : SubtargetFeature<"cmov","HasCMOV", "true",
/freebsd/contrib/llvm-project/llvm/lib/Target/VE/
H A DVEInstrInfo.td457 // 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 DMakefile.bsd437 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 DKbuild.in53 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 Dcpu.h199 D(cmov, 15)
/freebsd/sys/contrib/zstd/lib/common/
H A Dcpu.h198 D(cmov, 15)
/freebsd/sys/contrib/openzfs/module/zstd/lib/compress/
H A Dzstd_fast.c426 #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 Dzstd_fast.c425 #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 Dcurve25519.c2204 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 DX86TargetParser.def142 X86_FEATURE_COMPAT(CMOV, "cmov", 0)
/freebsd/contrib/llvm-project/llvm/lib/Target/ARC/
H A DARCInstrInfo.td392 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 Danimation17 >12 string cmov \b movie (fast start, compressed header)
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsInstrInfo.td126 // instruction is emitted when function cmov2 in test/CodeGen/Mips/cmov.ll is