HomeSort by relevance Sort by last modified time
    Searched refs:CC (Results 1 - 25 of 1038) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/bfin/
control_code2.s 9 //CC = Dreg == Dreg ; /* equal, register, signed (a) */
10 CC = R7 == R0;
11 CC = R6 == R1;
12 CC = R0 == R7;
14 //CC = Dreg == imm3 ; /* equal, immediate, signed (a) */
15 CC = R7 == -4;
16 CC = R7 == 3;
17 CC = R0 == -4;
18 CC = R0 == 3;
20 //CC = Dreg < Dreg ; /* less than, register, signed (a) *
    [all...]
control_code.d 7 0: 06 08 CC = R6 == R0;
8 2: 17 08 CC = R7 == R2;
9 4: 33 0c CC = R3 == -0x2;
10 6: 88 08 CC = R0 < R1;
11 8: a4 0c CC = R4 < -0x4;
12 a: 2c 09 CC = R4 <= R5;
13 c: 1d 0d CC = R5 <= 0x3;
14 e: be 09 CC = R6 < R7 \(IU\);
15 10: a7 0d CC = R7 < 0x4 \(IU\);
16 12: 1d 0a CC = R5 <= R3 \(IU\)
    [all...]
expected_comparison_errors.s 0 CC = A0 == A0;
2 CC = A1 == A1;
3 CC = A1 == A0;
4 cc = A0 < a0; define
5 cc = A1 < a1; define
6 cc = A1 < a0; define
7 cc = a0 <= a0; define
8 cc = a1 <= a1; define
9 cc = a1 <= a0; define
10 CC = R0 == P0
    [all...]
control_code2.d 7 0: 07 08 CC = R7 == R0;
8 2: 0e 08 CC = R6 == R1;
9 4: 38 08 CC = R0 == R7;
10 6: 27 0c CC = R7 == -0x4;
11 8: 1f 0c CC = R7 == 0x3;
12 a: 20 0c CC = R0 == -0x4;
13 c: 18 0c CC = R0 == 0x3;
14 e: 87 08 CC = R7 < R0;
15 10: 86 08 CC = R6 < R0;
16 12: 8f 08 CC = R7 < R1
    [all...]
logical2.s 46 //Dreg_lo = CC = BXORSHIFT ( A0, Dreg ) ; /* (b) */
47 R0.L = CC = BXORSHIFT(A0, R0);
48 R0.L = CC = BXORSHIFT(A0, R1);
50 R3.L = CC = BXORSHIFT(A0, R0);
51 R3.L = CC = BXORSHIFT(A0, R1);
53 //Dreg_lo = CC = BXOR ( A0, Dreg ) ; /* (b) */
54 R0.L = CC = BXOR(A0, R0);
55 R0.L = CC = BXOR(A0, R1);
57 R3.L = CC = BXOR(A0, R0);
58 R3.L = CC = BXOR(A0, R1)
    [all...]
allinsn16.d 212 [^:]+: cc 00 + ILLEGAL;
468 [^:]+: cc 01 + ILLEGAL;
520 [^:]+: 00 02 + R0 = CC;
521 [^:]+: 01 02 + R1 = CC;
522 [^:]+: 02 02 + R2 = CC;
523 [^:]+: 03 02 + R3 = CC;
524 [^:]+: 04 02 + R4 = CC;
525 [^:]+: 05 02 + R5 = CC;
526 [^:]+: 06 02 + R6 = CC;
527 [^:]+: 07 02 + R7 = CC;
    [all...]
logical2.d 31 2c: 0b c6 00 00 R0.L = CC = BXORSHIFT \(A0, R0\);
32 30: 0b c6 08 00 R0.L = CC = BXORSHIFT \(A0, R1\);
33 34: 0b c6 00 06 R3.L = CC = BXORSHIFT \(A0, R0\);
34 38: 0b c6 08 06 R3.L = CC = BXORSHIFT \(A0, R1\);
35 3c: 0b c6 00 40 R0.L = CC = BXOR \(A0, R0\);
36 40: 0b c6 08 40 R0.L = CC = BXOR \(A0, R1\);
37 44: 0b c6 00 46 R3.L = CC = BXOR \(A0, R0\);
38 48: 0b c6 08 46 R3.L = CC = BXOR \(A0, R1\);
39 4c: 0c c6 00 40 R0.L = CC = BXOR \(A0, A1, CC\);
    [all...]
  /external/skia/tools/
llvm_coverage_build 15 export CC="${CC:-$(which clang)}"
18 if [[ -z "${CC}" ]] || [[ -z "${CXX}" ]]; then
23 echo "CC=$CC"
25 $CC --version
  /external/autotest/client/tests/iosched_bugs/src/
Makefile 0 CC=gcc
8 $(CC) -o $@ $^
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/tic54x/
in_mlib.asm 1 IN_MLIB .macro AA,BB,CC
4 ADD #CC,a
  /external/strace/
travis-ci.sh 9 CC="$CC -mx32"
13 CC="$CC -m32"
16 export CC_FOR_BUILD="$CC"
  /external/minijail/
gen_syscalls.sh 17 echo "Usage: $(basename "$0") CC OUTFILE"
22 CC="$1"
45 ${CC} -dD - -E | sed -Ene "${SED_MULTILINE}")
  /external/vixl/tools/
cross_build_gcc.sh 37 export CC=$1gcc
53 if [ ! -x "$CC" ]; then
54 echo "Error: $CC does not exist or is not executable."
  /external/zlib/src/contrib/untgz/
Makefile 0 CC=cc
5 $(CC) $(CFLAGS) -o untgz untgz.o -L../.. -lz
8 $(CC) $(CFLAGS) -c -I../.. untgz.c
  /external/autotest/client/site_tests/hardware_Keyboard/src/
Makefile 9 $(CC) -o $@ $^
  /external/autotest/client/site_tests/platform_CompressedSwap/src/
Makefile 9 $(CC) -o $@ $^
  /external/autotest/client/tests/tracing_microbenchmark/src/
Makefile 0 CC = $(CROSS_COMPILE)gcc
  /ndk/sources/cxx-stl/stlport/stlport/
rlocks.h 6 # include <../CC/rlocks.h>
8 # error "This file is for SUN CC only. Please remove it if it causes any harm for other compilers."
stdiostream.h 6 # include <../CC/stdiostream.h>
8 # error "This file is for SUN CC only. Please remove it if it causes any harm for other compilers."
  /prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/
rlocks.h 6 # include <../CC/rlocks.h>
8 # error "This file is for SUN CC only. Please remove it if it causes any harm for other compilers."
stdiostream.h 6 # include <../CC/stdiostream.h>
8 # error "This file is for SUN CC only. Please remove it if it causes any harm for other compilers."
  /external/clang/test/CodeGenCXX/
homogeneous-aggregates.cpp 7 #define CC __attribute__((vectorcall))
9 #define CC
45 D1 CC func_D1(D1 x) { return x; }
51 D2 CC func_D2(D2 x) { return x; }
56 D3 CC func_D3(D3 x) { return x; }
61 D4 CC func_D4(D4 x) { return x; }
63 D5 CC func_D5(D5 x) { return x; }
92 void CC with_empty_base(HVAWithEmptyBase a) {}
106 void CC with_empty_bitfield(HVAWithEmptyBitField a) {}
  /external/autotest/client/site_tests/kernel_PerfEventRename/src/
Makefile 6 $(CC) -g perf-rename-test.c -o perf-rename-test -lpthread
  /external/autotest/client/site_tests/security_Minijail0/src/
Makefile 6 $(CC) staticbashexec.c -o staticbashexec $(CFLAGS) $(CPPFLAGS) $(LDFLAGS) -stati
  /external/autotest/client/tests/kvm/deps/test_clock_getres/
Makefile 0 CC = gcc
9 $(CC) $(LIBS) -o $(PROG) $(SRC)

Completed in 3405 milliseconds

1 2 3 4 5 6 7 8 91011>>