Searched refs:Flipped (Results 1 – 9 of 9) sorted by relevance
| /freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/crypto/ |
| H A D | aes_gcm_test.txt | 445 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 D | aes_ccm_test.txt | 566 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 D | evpciph_aes_siv.txt | 372 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 D | RegisterCoalescer.h | 53 bool Flipped = false; variable 94 bool isFlipped() const { return Flipped; } in isFlipped()
|
| H A D | RegisterCoalescer.cpp | 462 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 D | InstCombineSelect.cpp | 1930 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 D | LoongArchISelLowering.cpp | 2199 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 D | NEWS | 202 * Flipped the default to building shared libraries for atf-c and atf-c++,
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 15515 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()
|