HomeSort by relevance Sort by last modified time
    Searched refs:bc2 (Results 1 - 15 of 15) sorted by null

  /external/llvm/utils/
findoptdiff 34 # findoptdiff llvm1 llvm2 bc1 bc2 filter1 filter2
43 # bc2
53 bc2=$4
63 opt2="${bc2}.opt"
65 ll2="${bc2}.ll"
67 opt2ll="${bc2}.opt.ll"
79 $opt2 $switches_to_use "$bc2" -o - | $dis2 | $filt2 > "$opt2ll"
  /external/clang/test/Sema/
zvector.c 7 vector bool char bc, bc2; variable
48 bc = bc2;
64 sc = bc2; // expected-error {{incompatible type}}
66 uc = bc2; // expected-error {{incompatible type}}
102 bs = bc2; // expected-error {{incompatible type}}
103 bi = bc2; // expected-error {{incompatible type}}
104 bl = bc2; // expected-error {{incompatible type}}
105 fd = bc2; // expected-error {{incompatible type}}
111 sc = (vector signed char)bc2;
144 sl = (vector signed long long)bc2;
720 sc <<= bc2; \/\/ expected-error {{invalid operands}} local
725 uc <<= bc2; \/\/ expected-error {{invalid operands}} local
728 bc <<= bc2; \/\/ expected-error {{invalid operands}} local
820 sc >>= bc2; \/\/ expected-error {{invalid operands}} local
825 uc >>= bc2; \/\/ expected-error {{invalid operands}} local
828 bc >>= bc2; \/\/ expected-error {{invalid operands}} local
    [all...]
  /external/clang/test/CodeGen/
zvector.c 6 volatile vector bool char bc, bc2; variable
276 // CHECK: [[VAL2:%[^ ]+]] = load volatile <16 x i8>, <16 x i8>* @bc2
278 sc = sc + bc2;
288 // CHECK: [[VAL2:%[^ ]+]] = load volatile <16 x i8>, <16 x i8>* @bc2
290 uc = uc + bc2;
385 // CHECK: [[VAL2:%[^ ]+]] = load volatile <16 x i8>, <16 x i8>* @bc2
388 sc += bc2;
393 // CHECK: [[VAL2:%[^ ]+]] = load volatile <16 x i8>, <16 x i8>* @bc2
396 uc += bc2;
464 // CHECK: [[VAL2:%[^ ]+]] = load volatile <16 x i8>, <16 x i8>* @bc2
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/cris/
rd-fragtest-pic.d 59 [ ]+8bc2:[ ]+ffed 0001[ ]+ba (0x8cc6|8cc6 <l12>)
  /frameworks/native/libs/binder/tests/
binderDriverInterfaceTest.cpp 281 } __attribute__((packed)) bc2 = { local
286 bwr.write_buffer = (uintptr_t)&bc2;
287 bwr.write_size = sizeof(bc2);
292 EXPECT_EQ(sizeof(bc2), bwr.write_consumed);
  /frameworks/av/media/libstagefright/codecs/aacenc/src/
dyn_bits.c 81 findMinMergeBits(const Word16 *bc1, const Word16 *bc2)
87 sum = bc1[j] + bc2[j];
96 mergeBitLookUp(Word16 *bc1, const Word16 *bc2)
101 bc1[j] = min(bc1[j] + bc2[j], INVALID_BITCOUNT);
  /external/aac/libAACenc/src/
dyn_bits.cpp 166 const INT* const bc2,
177 if (bc1[j] + bc2[j] < minBits)
179 minBits = bc1[j] + bc2[j];
187 const INT* const bc2
194 bc1[j] = fixMin(bc1[j] + bc2[j], INVALID_BITCOUNT);
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/
vfp1_t2.d 90 0+140 <[^>]*> eeb7 0bc2 (vcvt\.f32\.f64|fcvtsd) s0, d2
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/z8k/
inout.d 273 39c: 3bc2 0538 outi @r3,@r12,r5
305 41c: 3bc2 0530 otir @r3,@r12,r5
  /external/libvpx/libvpx/vp8/decoder/
decodeframe.c     [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/decoder/
decodeframe.c     [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/tic54x/
all-opcodes.d 1592 62e: 6bc2.*
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/
micromips@msa.d 465 [0-9a-f]+ <[^>]*> 5bc2 081b hsub_u\.w \$w0,\$w1,\$w2
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/
modrm.l     [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/m68k/
mcf-emac.d     [all...]

Completed in 956 milliseconds