HomeSort by relevance Sort by last modified time
    Searched refs:b0 (Results 251 - 275 of 1130) sorted by null

<<11121314151617181920>>

  /external/webp/src/dsp/
enc_sse41.c 125 const __m128i b0 = _mm_add_epi16(a0, a1); local
135 const __m128i transpose0_0 = _mm_unpacklo_epi16(b0, b1);
137 const __m128i transpose0_2 = _mm_unpackhi_epi16(b0, b1);
172 const __m128i b0 = _mm_add_epi16(a0, a1); local
178 __m128i A_b0 = _mm_unpacklo_epi64(b0, b1);
180 __m128i B_b0 = _mm_unpackhi_epi64(b0, b1);
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/ilp32/
immed64.d 15 [ ]*[0-9a-fA-F]+:[ ]+b0 04[ ]+movb? +\$0x4,%al
16 [ ]*[0-9a-fA-F]+:[ ]+b0 08[ ]+movb? +\$0x8,%al
17 [ ]*[0-9a-fA-F]+:[ ]+b0 00[ ]+movb? +\$0x0,%al
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/
immed64.d 15 [ ]*[0-9a-fA-F]+:[ ]+b0 04[ ]+movb? +\$0x4,%al
16 [ ]*[0-9a-fA-F]+:[ ]+b0 08[ ]+movb? +\$0x8,%al
17 [ ]*[0-9a-fA-F]+:[ ]+b0 00[ ]+movb? +\$0x0,%al
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/
relax-swap2.d 56 0+00a0 <[^>]*> beql a0,a1,000000b0 <foo\+0xb0>
60 0+00b0 <[^>]*> lw at,2\(gp\)
61 [ ]*b0: R_MIPS_GOT16 \.text
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mmix/
relax1-r.d 141 41000b0: f4480000 geta \$72,41000b0 <l11\+0x40004>
142 41000b0: R_MMIX_GETA \.text\+0x40c00ac
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-cris/
tls-e-80.d 54 0+800b0 g F \.text 0+6 tlsdsofn
83 000800b0 <tlsdsofn>:
84 800b0: 6fae 0000 0000 move\.d 0 <x>,\$r10
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-mips-elf/
eh-frame2-n32.d 154 000001b0 00000010 000001b4 FDE cie=00000000 pc=00020280..000202d0
189 0000023c 00000010 00000148 FDE cie=000000f8 pc=00020370..000203b0
194 00000250 00000010 00000254 FDE cie=00000000 pc=000203b0..000203c0
  /external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.call/
p3.cpp 29 B<int, 5> b0 = g0(array0); local
38 B<float, 0> b0 = g1(af); local
  /external/libcxx/test/std/atomics/atomics.types.generic/
integral.pass.cpp 105 bool b0 = obj.is_lock_free(); local
106 ((void)b0); // mark as unused
  /external/llvm/test/MC/AArch64/
inline-asm-modifiers.s 120 ldr b0, [sp]
135 ldr b0, [sp]
  /external/v8/test/mjsunit/harmony/
debug-stepin-default-parameters.js 45 assertEquals(["a0","b0","f18b13","d2f18b13","e0f18b13","g2b13","h0b13","c0"],
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/ppc/
idctllm_altivec.asm 74 vmrghw v4, v0, v1 ;# a0 b0 a1 b1
80 vperm v0, v4, v5, v10 ;# a0 b0 c0 d0
130 vmrglh v3, v0, v1 ;# b0 d0 b1 d1 b2 d2 b3 d3
132 vmrghh v0, v2, v3 ;# a0 b0 c0 d0 a1 b1 c1 d1
  /prebuilts/go/darwin-x86/src/crypto/des/
block.go 100 // block = b7 b6 b5 b4 b3 b2 b1 b0 (8 bytes)
105 // block = b1 b0 b5 b4 b3 b2 b7 b6
108 block ^= b1<<32 ^ b2 ^ b1<<8 ^ b2<<24 // exchange b0 b4 with b3 b7
110 // block is now b1 b3 b5 b7 b0 b2 b4 b7, the permutation:
  /prebuilts/go/linux-x86/src/crypto/des/
block.go 100 // block = b7 b6 b5 b4 b3 b2 b1 b0 (8 bytes)
105 // block = b1 b0 b5 b4 b3 b2 b7 b6
108 block ^= b1<<32 ^ b2 ^ b1<<8 ^ b2<<24 // exchange b0 b4 with b3 b7
110 // block is now b1 b3 b5 b7 b0 b2 b4 b7, the permutation:
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/
unpredictable.d 51 0+0b0 <[^>]+> [^<]+<UNPREDICTABLE>
unwind.d 39 0030 (b0008086|868000b0) 00000000 .*
unwind_vxworks.d 38 0030 (b0008086|868000b0) 00000000 .*
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/d10v/
immediate-001.d 19 28: 80 00 b0 1f subi r0, 0x0 <- srli a0, 0xf
instruction_packing-006.d 49 50: 2f b0 5e 00 rtd || nop
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/dlx/
rtype.d 20 28: 02 e0 b0 25 or r22,r23,r0
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/i860/
ldst04.d 20 28: 01 b0 5e 1d st.l %r22,-4096\(%r10\)
ldst05.d 20 28: 00 b0 5e 1d st.s %r22,-4096\(%r10\)
ldst06.d 24 38: 05 b0 5e 0d st.b %r22,-4091\(%r10\)
shift.d 43 84: 00 00 22 b0 shrd %r0,%r1,%sp
44 88: 00 18 85 b0 shrd %fp,%r4,%r5
45 8c: 00 30 e8 b0 shrd %r6,%r7,%r8
54 b0: 00 00 22 a4 shl 0,%r1,%sp
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/microblaze/
reloc_sym.d 32 100000b0: 80000000 or r0, r0, r0

Completed in 1234 milliseconds

<<11121314151617181920>>