Searched refs:flip (Results 26 - 40 of 40) sorted by relevance

12

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DBitVector.h396 // Set, reset, flip
477 BitVector &flip() { function in class:llvm::BitVector
484 BitVector &flip(unsigned Idx) { function in class:llvm::BitVector
/freebsd-11-stable/contrib/gcc/config/arm/
H A Dieee754-sf.S46 eor r0, r0, #0x80000000 @ flip sign bit
58 eor r0, r0, #0x80000000 @ flip sign bit of first arg
64 eor r1, r1, #0x80000000 @ flip sign bit of second arg
H A Dieee754-df.S64 @ flip sign bit
77 eor xh, xh, #0x80000000 @ flip sign bit of first arg
83 eor yh, yh, #0x80000000 @ flip sign bit of second arg
/freebsd-11-stable/crypto/openssl/crypto/bn/asm/
H A Dvis3-mont.pl325 st $t3, [$rp+0] ! flip order
H A Dparisc-mont.pl522 shrpd $ti0,$ti0,32,$ti0 ; flip word order
991 # flip word order in 64-bit mode...
/freebsd-11-stable/contrib/ntp/include/
H A Dntp.h349 int flip; /* interleave mode control */ member in struct:peer
/freebsd-11-stable/sys/dev/drm2/i915/
H A Di915_irq.c1495 /* Either the pending flip IRQ arrived, or we're too early. Don't check */
1500 /* Potential stall - if we see that the flip has happened, assume a missed interrupt */
2333 u32 flip[2] = { local
2400 if (iir & flip[plane]) {
2403 flip_mask &= ~flip[plane];
/freebsd-11-stable/crypto/openssl/crypto/
H A Dsparccpuid.S516 xor %g1,4,%g1 ! flip zero flag
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsDelaySlotFiller.cpp400 Defs |= AllocSet.flip();
/freebsd-11-stable/contrib/binutils/bfd/
H A Delflink.c849 struct elf_link_hash_entry *flip;
1352 flip = NULL;
1380 flip = *sym_hash;
1427 flip = *sym_hash;
1432 if (flip != NULL)
1438 flip->root.type = h->root.type;
1439 flip->root.u.undef.abfd = h->root.u.undef.abfd;
1441 h->root.u.i.link = (struct bfd_link_hash_entry *) flip;
1442 (*bed->elf_backend_copy_indirect_symbol) (info, flip, h);
1446 flip
846 struct elf_link_hash_entry *flip; local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegisterCoalescer.cpp514 bool CoalescerPair::flip() { function in class:CoalescerPair
1880 CP.flip();
/freebsd-11-stable/secure/lib/libcrypto/arm/
H A Dbsaes-armv7.S1400 @ to flip byte order in 32-bit counter
/freebsd-11-stable/crypto/openssl/crypto/aes/asm/
H A Dbsaes-armv7.pl1441 @ to flip byte order in 32-bit counter
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp982 STI.ToggleFeature(OldMode.flip(mode)));
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp7606 CoveredArgs.flip();

Completed in 583 milliseconds

12