HomeSort by relevance Sort by last modified time
    Searched refs:L1 (Results 301 - 325 of 584) sorted by null

<<11121314151617181920>>

  /prebuilts/go/linux-x86/src/math/
asin_s390x.s 67 L1:
86 BVS L1
88 BR L1
134 BLE L1
155 BR L1
log_s390x.s 116 BGT L1
160 L1:
166 BGE L1
167 BVS L1
171 BR L1
  /external/libopus/celt/
mathops.c 137 #define L1 32767
147 return ADD16(1,MIN16(32766,ADD32(SUB16(L1,x2), MULT16_16_P15(x2, ADD32(L2, MULT16_16_P15(x2, ADD32(L3, MULT16_16_P15(L4, x2
151 #undef L1
  /external/llvm/test/MC/X86/AlignedBundling/
labeloffset.s 48 calll .L1$pb
50 .L1$pb:
64 cmpl %eax, (.Ltmp2-.L1$pb)
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/mips/
r6-64-n64.d 40 [ ]*70: R_MIPS_PC19_S2 \.L1.1
54 [ ]*84: R_MIPS_PC18_S3 .L1.1
58 [ ]*88: R_MIPS_PC18_S3 .L1.1
r6-n64.d 60 [ ]*c0: R_MIPS_PC16 .L1.1-0x4
65 [ ]*c8: R_MIPS_PC16 .L1.1-0x4
80 [ ]*e0: R_MIPS_PC16 .L1.1-0x4
85 [ ]*e8: R_MIPS_PC16 .L1.1-0x4
100 [ ]*100: R_MIPS_PC16 .L1.1-0x4
105 [ ]*108: R_MIPS_PC16 .L1.1-0x4
120 [ ]*120: R_MIPS_PC16 .L1.1-0x4
125 [ ]*128: R_MIPS_PC16 .L1.1-0x4
225 [ ]*240: R_MIPS_PC16 .L1.2-0x4
255 [ ]*270: R_MIPS_PC16 .L1.2-0x
    [all...]
  /bionic/libc/arch-x86/generic/string/
strcmp.S 21 L1: incl %eax
76 je L1
strncmp.S 24 L1: incl %eax
102 je L1
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/SmmBaseHelper/X64/
PageFaultHandler.S 60 jnz L1 # check ZF flag
66 L1:
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/X64/
CpuIdEx.S 45 jz L1
47 L1:
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseMemoryLibMmx/X64/
CopyMem.S 55 L1:
60 loop L1
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseMemoryLibSse2/Ia32/
SetMem.S 63 L1:
66 loop L1
SetMem16.S 58 L1:
61 loop L1
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseMemoryLibSse2/X64/
SetMem.S 61 L1:
64 loop L1
SetMem16.S 60 L1:
63 loop L1
  /external/clang/test/OpenMP/
target_parallel_for_simd_messages.cpp 37 L1:
45 goto L1; // expected-error {{use of undeclared label 'L1'}}
  /external/valgrind/coregrind/m_dispatch/
dispatch-x86-darwin.S 94 jz L1
98 L1:
dispatch-x86-linux.S 95 jz L1
99 L1:
dispatch-x86-solaris.S 95 jz L1
99 L1:
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/bfin/
stack2.s 24 [--SP ] = L1;
81 L1= [ SP ++ ] ;
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/dlx/
branch.d 9 00000000 <L1>:
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/mn10300/
relax.d 9 0+8005 R_MN10300_PCREL32 .L1\+0x00000001
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/tic54x/
asg.d 8 0+000 <L1>:
  /external/libvpx/libvpx/vpx_dsp/x86/
highbd_intrapred_intrin_ssse3.c 222 const __m128i L1 = _mm_load_si128((const __m128i *)(left + 8));
228 const __m128i XL1 = _mm_alignr_epi8(L1, L0, 14);
229 const __m128i L0_ = _mm_alignr_epi8(L1, L0, 2);
230 const __m128i L1_ = _mm_srli_si128(L1, 2);
239 avg3_left[1] = avg3_epu16(&XL1, &L1, &L1_);
274 const __m128i L1 = _mm_load_si128((const __m128i *)(left + 8));
286 const __m128i XL1 = _mm_alignr_epi8(L1, L0, 14);
287 const __m128i XL2 = _mm_alignr_epi8(L2, L1, 14);
289 const __m128i L0_ = _mm_alignr_epi8(L1, L0, 2);
290 const __m128i L1_ = _mm_alignr_epi8(L2, L1, 2)
    [all...]
  /external/clang/test/Sema/
statements.c 19 int test5() { return ({L1: L2: L3: 5;}); }

Completed in 4843 milliseconds

<<11121314151617181920>>