Home
last modified time | relevance | path

Searched refs:Flipped (Results 1 – 9 of 9) sorted by relevance

/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/crypto/
H A Daes_gcm_test.txt445 comment: Flipped bit 0 in tag
456 comment: Flipped bit 1 in tag
467 comment: Flipped bit 7 in tag
478 comment: Flipped bit 8 in tag
489 comment: Flipped bit 31 in tag
500 comment: Flipped bit 32 in tag
511 comment: Flipped bit 33 in tag
522 comment: Flipped bit 63 in tag
533 comment: Flipped bit 64 in tag
544 comment: Flipped bit 71 in tag
[all …]
H A Daes_ccm_test.txt566 comment: Flipped bit 0 in tag
577 comment: Flipped bit 1 in tag
588 comment: Flipped bit 7 in tag
599 comment: Flipped bit 8 in tag
610 comment: Flipped bit 31 in tag
621 comment: Flipped bit 32 in tag
632 comment: Flipped bit 33 in tag
643 comment: Flipped bit 63 in tag
654 comment: Flipped bit 64 in tag
665 comment: Flipped bit 71 in tag
[all …]
/freebsd/crypto/openssl/test/recipes/30-test_evp_data/
H A Devpciph_aes_siv.txt372 Title = Flipped bit 0 in tag
406 Title = Flipped bit 1 in tag
440 Title = Flipped bit 7 in tag
474 Title = Flipped bit 8 in tag
508 Title = Flipped bit 31 in tag
542 Title = Flipped bit 32 in tag
576 Title = Flipped bit 33 in tag
610 Title = Flipped bit 63 in tag
644 Title = Flipped bit 64 in tag
678 Title = Flipped bit 71 in tag
[all …]
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegisterCoalescer.h53 bool Flipped = false; variable
94 bool isFlipped() const { return Flipped; } in isFlipped()
H A DRegisterCoalescer.cpp462 Flipped = CrossClass = false; in setRegisters()
476 Flipped = true; in setRegisters()
535 Flipped = !Flipped; in setRegisters()
553 Flipped = !Flipped; in flip()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineSelect.cpp1930 auto Flipped = getFlippedStrictnessPredicateAndConstant(Predicate, C1); in foldSelectWithConstOpToBinOp() local
1941 } else if (Flipped && C3 == FoldBinaryOpOrIntrinsic(Flipped->second, C2)) { in foldSelectWithConstOpToBinOp()
1942 SPF = getSelectPattern(Flipped->first).Flavor; in foldSelectWithConstOpToBinOp()
1943 RHS = Flipped->second; in foldSelectWithConstOpToBinOp()
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchISelLowering.cpp2199 SDValue Flipped = DAG.getBitcast(MVT::v4i64, V1); in lowerVECTOR_SHUFFLEAsLanePermuteAndShuffle() local
2200 Flipped = DAG.getVectorShuffle(MVT::v4i64, DL, Flipped, in lowerVECTOR_SHUFFLEAsLanePermuteAndShuffle()
2202 Flipped = DAG.getBitcast(VT, Flipped); in lowerVECTOR_SHUFFLEAsLanePermuteAndShuffle()
2203 return DAG.getVectorShuffle(VT, DL, V1, Flipped, InLaneMask); in lowerVECTOR_SHUFFLEAsLanePermuteAndShuffle()
/freebsd/contrib/atf/
H A DNEWS202 * Flipped the default to building shared libraries for atf-c and atf-c++,
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp15515 SDValue Flipped = DAG.getBitcast(PVT, V1); in lowerShuffleAsLanePermuteAndShuffle() local
15516 Flipped = in lowerShuffleAsLanePermuteAndShuffle()
15517 DAG.getVectorShuffle(PVT, DL, Flipped, DAG.getUNDEF(PVT), {2, 3, 0, 1}); in lowerShuffleAsLanePermuteAndShuffle()
15518 Flipped = DAG.getBitcast(VT, Flipped); in lowerShuffleAsLanePermuteAndShuffle()
15519 return DAG.getVectorShuffle(VT, DL, V1, Flipped, InLaneMask); in lowerShuffleAsLanePermuteAndShuffle()