Searched full:little (Results 1 – 8 of 8) sorted by relevance
8 ifeq ($(ENDIAN),little)
106 * lswi is supposed to cause an alignment exception in little endian in test_lswi()109 * "lswi" when compiling in little endian mode. in test_lswi()234 * For lswx in little-endian mode, an alignment interrupt always occurs.253 * lswx is supposed to cause an alignment exception in little endian in test_lswx()256 * "lswx" when compiling in little endian mode. in test_lswx()
13 * migrate the VM. Alternatively, the test can also simply sleep a little bit
15 - CONFIG="--arch=ppc64 --endian=little --cc=clang --cflags=-no-integrated-as"
99 --endian=ENDIAN endianness to compile for (little or big, ppc64 only)389 if [ "$endian" != "little" ] && [ "$endian" != "big" ]; then390 echo "You must provide endianness (big or little)!"
168 - ./configure --arch=ppc64 --endian=little --cross-prefix=powerpc64-linux-gnu-
328 /* Note: assumes little endian */ in ioreadl()
794 * in the HT spec, catering for that is a little messy. You probably don't