Home
last modified time | relevance | path

Searched full:flipped (Results 1 – 25 of 77) sorted by relevance

1234

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegisterCoalescer.h52 bool Flipped = false; variable
93 bool isFlipped() const { return Flipped; } in isFlipped()
H A DRegisterCoalescer.cpp456 Flipped = CrossClass = false; in setRegisters()
470 Flipped = true; in setRegisters()
527 Flipped = !Flipped; in setRegisters()
545 Flipped = !Flipped; in flip()
/freebsd/sys/contrib/device-tree/Bindings/iio/
H A Dmount-matrix.txt37 reference. This means that the sensor may be flipped upside-down, left-right,
196 The sensor is flipped 180 degrees (Pi radians) around the Z axis, i.e. mounted
/freebsd/sys/dev/gve/
H A Dgve_dqo.h222 /* Flipped by HW to notify the descriptor is populated. */
284 /* Flipped by HW to notify the descriptor is populated. */
H A Dgve.h302 uint8_t cur_gen_bit; /* Gets flipped on every cycle of the compl ring */
/freebsd/crypto/openssl/crypto/
H A Dppccpuid.pl283 rlwinm $tick,$tick,1,29,29 # isolate flipped eq bit and scale
367 rlwinm $tick,$tick,1,29,29 # isolate flipped eq bit and scale
/freebsd/sys/contrib/device-tree/Bindings/soc/qcom/
H A Dqcom,pmic-glink.yaml55 It is defined that GPIO active level means "CC2" or Reversed/Flipped orientation.
/freebsd/sys/contrib/device-tree/Bindings/pci/
H A Dpci-iommu.txt123 * but the high bits of the bus number are flipped.
/freebsd/contrib/llvm-project/clang/lib/Headers/ppc_wrappers/
H A Dpmmintrin.h27 elements be flipped (xored with -0.0).
/freebsd/sys/contrib/ck/include/
H A Dck_ec.h178 * atomically flipped flag bit: we only use non-atomic writes to
195 * memory, which may or may not have had its flag flipped. In either
637 * wake if the sign bit just flipped from 1 to 0. We don't in ck_ec32_inc()
/freebsd/crypto/openssl/crypto/bn/asm/
H A Dparisc-mont.pl197 fldws 4($bp),${fbi} ; bp[0] in flipped word order
316 fldws 0($bp),${fbi} ; bp[1] in flipped word order
445 ldi 12,$ti0 ; bp[i] in flipped word order
528 std $ti0,-8($tp) ; save flipped value
534 extrd,u $ti0,31,32,$ti0 ; carry in flipped word order
H A Dbn-c64xplus.asm249 ;; SPLOOP from bn_mul_add_words, but with flipped A<>B register files.
/freebsd/lib/libthr/tests/
H A Datfork_test.c191 * The bits are flipped for prepare because it's supposed to be called in multi_prepare1()
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DFloatingPointMode.h269 /// Return the test mask which returns true if the value's sign bit is flipped.
/freebsd/contrib/llvm-project/lld/ELF/Arch/
H A DX86_64.cpp224 // instructions, it checks if they can be flipped and one can be deleted.
237 // 10: je bar #jne flipped to je and the jmp is deleted.
294 // jmpCC jumps to the fall thru block, the branch can be flipped and the in deleteFallThruJmpInsn()
/freebsd/contrib/ldns/ldns/
H A Dhost2str.h758 * The buffer must be in write modus and may thus not have been flipped.
768 * The buffer must be in write modus and may thus not have been flipped.
/freebsd/sys/dev/ath/ath_hal/ar9002/
H A Dar9287_attach.c473 * leave this flipped off and worry about implementing TX diversity
H A Dar9280_attach.c923 * leave this flipped off and worry about implementing TX diversity
/freebsd/sys/fs/fuse/
H A Dfuse_device.c457 /* '-', because it will get flipped again below */ in fuse_device_write()
/freebsd/contrib/lua/src/
H A Dlopcodes.h354 (*) In OP_MMBINI/OP_MMBINK, k means the arguments were flipped
/freebsd/sys/contrib/v4l/
H A Dvideodev2.h869 #define V4L2_IN_ST_HFLIP 0x00000010 /* Frames are flipped horizontally */
870 #define V4L2_IN_ST_VFLIP 0x00000020 /* Frames are flipped vertically */
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstantRange.h145 /// return a predicate equivalent to \p Pred, with flipped signedness
/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/M68k/
H A DM68kISelLowering.cpp1808 case ISD::SETOLT: // flipped in TranslateM68kCC()
1812 case ISD::SETOLE: // flipped in TranslateM68kCC()
1816 case ISD::SETUGT: // flipped in TranslateM68kCC()
1820 case ISD::SETUGE: // flipped in TranslateM68kCC()
/freebsd/contrib/libedit/
H A Deditline.762 indicates a character with the bit 0x40 flipped, and

1234