HomeSort by relevance Sort by last modified time
    Searched full:t32 (Results 26 - 50 of 69) sorted by null

12 3

  /external/chromium_org/third_party/mesa/src/src/mapi/glapi/gen/
gl_SPARC_asm.py 70 print '\t.align\t32'
95 print '\t.align\t32'
136 print '\t.align\t32'
205 print '\t.align\t32'
  /external/mesa3d/src/mapi/glapi/gen/
gl_SPARC_asm.py 70 print '\t.align\t32'
95 print '\t.align\t32'
136 print '\t.align\t32'
205 print '\t.align\t32'
  /external/chromium_org/testing/gtest/include/gtest/internal/
gtest-param-util-generated.h     [all...]
  /external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/internal/
gtest-param-util-generated.h     [all...]
  /external/gtest/include/gtest/internal/
gtest-param-util-generated.h     [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-param-util-generated.h     [all...]
  /external/mesa3d/src/gtest/include/gtest/internal/
gtest-param-util-generated.h     [all...]
  /external/protobuf/gtest/include/gtest/internal/
gtest-param-util-generated.h     [all...]
  /ndk/sources/third_party/googletest/googletest/include/gtest/internal/
gtest-param-util-generated.h     [all...]
  /hardware/libhardware/tests/hwc/
test-arrows.c 53 uint32_t t32[] = { variable
118 GL_RGBA, GL_UNSIGNED_BYTE, t32);
  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/ilbc/
cb_search.c 65 int32_t t32, tmpW32; local
384 t32 = WEBRTC_SPL_MUL_16_16(temp1, (*gainPtr));
385 t32 = t32 - targetEner;
386 if (t32 < 0) {
  /external/clang/test/Coverage/
c-language-features.inc 140 int t32 = __real (t32_cond ? t32_a : t32_b);
  /external/llvm/lib/Target/AArch64/MCTargetDesc/
AArch64MCAsmInfo.cpp 82 Code32Directive = ".code\t32";
  /external/llvm/test/Transforms/IndVarSimplify/
ashr-tripcount.ll 74 %t32 = load float* %t31, align 4 ; <float> [#uses=1]
90 %t45 = fmul float %t32, %invQuantizer.0 ; <float> [#uses=1]
eliminate-rem.ll 84 %t32 = zext i32 %t23 to i64 ; <i64> [#uses=1]
88 %t36 = add nsw i64 %t32, %t33 ; <i64> [#uses=1]
  /external/valgrind/main/VEX/orig_ppc32/
date.orig 104 45: GETL R26, t32
107 48: STL t32, (t34)
304 43: GETL R3, t32
306 45: ADDL t34, t32
307 46: LDL (t32), t36
418 44: GETL R11, t32
419 45: SHLL $0x2, t32
420 46: PUTL t32, R0
1113 40: GETL LR, t32
1114 41: PUTL t32, R3
    [all...]
return0.orig 104 45: GETL R26, t32
107 48: STL t32, (t34)
304 43: GETL R3, t32
306 45: ADDL t34, t32
307 46: LDL (t32), t36
418 44: GETL R11, t32
419 45: SHLL $0x2, t32
420 46: PUTL t32, R0
1113 40: GETL LR, t32
1114 41: PUTL t32, R3
    [all...]
  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/
pitch_estimator.c 65 int32_t r32, q32, t32, nom32, den32; local
80 t32=WebRtcSpl_DivResultInQ31(WEBRTC_SPL_MUL_32_16(nom32, sign1),WEBRTC_SPL_MUL_32_16(den32, sign2)); /* t in Q31, without signs */
82 t16=(int16_t)WEBRTC_SPL_RSHIFT_W32(t32, 23); /* Q8 */
  /external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
pitch_estimator.c 71 WebRtc_Word32 r32, q32, t32, nom32, den32; local
86 t32=WebRtcSpl_DivResultInQ31(WEBRTC_SPL_MUL_32_16(nom32, sign1),WEBRTC_SPL_MUL_32_16(den32, sign2)); /* t in Q31, without signs */
88 t16=(WebRtc_Word16)WEBRTC_SPL_RSHIFT_W32(t32, 23); /* Q8 */
  /external/llvm/test/CodeGen/R600/
llvm.SI.imageload.ll 67 %t32 = add i32 %t28, %t29
69 %e15 = add i32 %t32, %t33
llvm.SI.resinfo.ll 84 %t32 = add i32 %t28, %t29
86 %e15 = add i32 %t32, %t33
llvm.SI.sampled.ll 115 %t32 = fadd float %t28, %t29
117 %e15 = fadd float %t32, %t33
  /external/clang/test/SemaCXX/
type-traits.cpp 579 int t32[F(__is_function(void(*)()))]; local
649 int t32[F(__is_fundamental(Derives))]; local
731 int t32[F(__is_compound(long))]; local
768 int t32[F(__is_pointer(StructWithMembers))]; local
801 int t32[F(__is_member_object_pointer(Enum))]; local
837 int t32[F(__is_member_function_pointer(Enum))]; local
874 int t32[F(__is_member_pointer(IntArNB))]; local
909 int t32[F(__is_const(long))]; local
958 int t32[F(__is_volatile(long))]; local
1077 int t32[F(__is_trivial(SuperNonTrivialStruct))]; local
1112 int t32[F(__is_trivially_copyable(NonTCStruct))]; local
    [all...]
  /external/llvm/test/CodeGen/X86/
vec_shuffle-15.ll 73 define <2 x i64> @t32(<2 x i64> %a, <2 x i64> %b) nounwind {
  /external/chromium_org/native_client_sdk/doc_generated/reference/sandbox_internals/
arm-32-bit-sandbox.html 90 T32), Jazelle, ThumbEE and such aren&#8217;t supported by Native Client. This
453 change execution mode from A32 (ARM) to T32 (Thumb) and back with
455 A32 instructions are 32-bit wide, and T32 instructions are a mix of
461 mean &#8220;switch to T32 mode&#8221; when set!</p>
463 happy if A32 instructions were to be executed as T32 instructions: who
465 A32 code that&#8217;s actually very naughty T32 code, somewhat like forming
    [all...]

Completed in 1265 milliseconds

12 3