| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | DemandedBits.cpp | 56 const APInt &AOut, APInt &AB, KnownBits &Known, KnownBits &Known2, in determineLiveOperandBits() argument 92 AB = AOut.byteSwap(); in determineLiveOperandBits() 97 AB = AOut.reverseBits(); in determineLiveOperandBits() 135 AB = AOut.lshr(ShiftAmt); in determineLiveOperandBits() 137 AB = AOut.shl(BitWidth - ShiftAmt); in determineLiveOperandBits() 147 AB = APInt::getBitsSetFrom(BitWidth, AOut.countr_zero()); in determineLiveOperandBits() 153 if (AOut.isMask()) { in determineLiveOperandBits() 154 AB = AOut; in determineLiveOperandBits() 157 AB = determineLiveOperandBitsAdd(OperandNo, AOut, Known, Known2); in determineLiveOperandBits() 161 if (AOut.isMask()) { in determineLiveOperandBits() [all …]
|
| /freebsd/crypto/openssl/crypto/perlasm/ |
| H A D | x86gas.pl | 14 $::lbdecor=$::aout?"L":".L"; # local label decoration 15 $nmdecor=($::aout or $::coff)?"_":""; # external name decoration 20 $align=log($align)/log(2) if ($::aout); 21 $com_start="#" if ($::aout or $::coff); 120 elsif (($::aout and !$::pic) or $::macosx) 205 if ($::aout) 215 if (($::pic && ($::elf || $::aout)) || $::macosx) 269 elsif ($::aout)
|
| H A D | x86asm.pl | 268 $elf=$cpp=$coff=$aout=$macosx=$win32=$mwerks=$android=0; 274 { $aout=1; require "x86gas.pl"; } 282 { $aout=1; $macosx=1; require "x86gas.pl"; }
|
| /freebsd/sys/contrib/device-tree/Bindings/iio/light/ |
| H A D | cm3605.txt | 20 AOUT to a digital representation. 21 - io-channel-names: must be "aout" 40 io-channel-names = "aout";
|
| H A D | capella,cm3605.yaml | 42 ADC channel used for converting the voltage from AOUT to a digital 46 const: aout 76 io-channel-names = "aout";
|
| /freebsd/share/man/man4/ |
| H A D | aout.4 | 27 .Nm aout 56 .Va aout.ko 63 .Ic kldload aout
|
| /freebsd/sys/contrib/device-tree/src/arm/socionext/ |
| H A D | uniphier-pinctrl.dtsi | 9 pinctrl_aout: aout { 10 groups = "aout"; 11 function = "aout";
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | DemandedBits.h | 70 const APInt &AOut, 77 const APInt &AOut, 85 const APInt &AOut, APInt &AB,
|
| /freebsd/contrib/file/magic/Magdir/ |
| H A D | aout | 3 # $File: aout,v 1.1 2013/01/09 22:37:23 christos Exp $ 4 # aout: file(1) magic for a.out executable/object/etc entries that
|
| H A D | vax | 11 # executables, and are handled in aout)
|
| H A D | bsdi | 6 # in other OSes; those are handled by entries in aout.
|
| H A D | sgi | 6 # Executable images are handled either in aout (for old-style a.out
|
| H A D | sun | 9 # are in aout, as they're indistinguishable from other big-endian
|
| /freebsd/sbin/ldconfig/ |
| H A D | ldconfig.c | 65 if (strcmp(argv[1], "-aout") == 0) { in main() 66 errx(1, "aout is not supported"); in main()
|
| /freebsd/sys/modules/aout/ |
| H A D | Makefile | 3 KMOD= aout
|
| /freebsd/crypto/openssl/test/ |
| H A D | dhtest.c | 54 int i, alen, blen, clen, aout, bout, cout; in dh_test() local 211 || !TEST_int_gt((aout = DH_compute_key(abuf, bpub_key, a)), 0)) in dh_test() 224 if (!TEST_true(aout >= 20) in dh_test() 225 || !TEST_mem_eq(abuf, aout, bbuf, bout) in dh_test() 226 || !TEST_mem_eq(abuf, aout, cbuf, cout)) in dh_test() 668 int i, alen, blen, aout, bout; in rfc7919_test() local 697 || !TEST_int_gt((aout = DH_compute_key(abuf, bpub_key, a)), 0)) in rfc7919_test() 705 if (!TEST_true(aout >= 20) in rfc7919_test() 706 || !TEST_mem_eq(abuf, aout, bbuf, bout)) in rfc7919_test()
|
| /freebsd/stand/i386/pxeldr/ |
| H A D | Makefile | 54 btxld -v -f aout -e ${LOADER_ADDRESS} -o ${.TARGET} -l ${BTXLDR} \
|
| /freebsd/usr.sbin/btxld/ |
| H A D | btxld.8 | 67 .Sq aout ,
|
| /freebsd/stand/i386/loader/ |
| H A D | Makefile | 114 btxld -v -f aout -e ${LOADER_ADDRESS} -o ${.TARGET} -l ${BTXLDR} \
|
| /freebsd/contrib/libpcap/ |
| H A D | config.sub | 1500 aout* | coff* | elf* | pe*) 1542 obj=aout 1592 obj=aout 1802 aout* | coff* | elf* | pe*)
|
| /freebsd/contrib/ncurses/ |
| H A D | config.sub | 1500 aout* | coff* | elf* | pe*) 1542 obj=aout 1592 obj=aout 1802 aout* | coff* | elf* | pe*)
|
| /freebsd/contrib/byacc/ |
| H A D | config.sub | 1498 aout* | coff* | elf* | pe*) 1540 obj=aout 1590 obj=aout 1793 aout* | coff* | elf* | pe*)
|
| /freebsd/contrib/tcpdump/ |
| H A D | config.sub | 1500 aout* | coff* | elf* | pe*) 1542 obj=aout 1592 obj=aout 1802 aout* | coff* | elf* | pe*)
|
| /freebsd/contrib/sqlite3/autosetup/ |
| H A D | autosetup-config.sub | 1725 aout* | coff* | elf* | pe*) 1767 obj=aout 1817 obj=aout 2183 aout* | coff* | elf* | pe*)
|
| /freebsd/contrib/unbound/ |
| H A D | config.sub | 1730 aout* | coff* | elf* | pe*) 1772 obj=aout 1822 obj=aout 2189 aout* | coff* | elf* | pe*)
|