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

1 2 3 4 5

  /external/chromium_org/v8/test/cctest/
test-disasm-mips64.cc 103 COMPARE(addu(a6, a7, t0),
104 "016c5021 addu a6, a7, t0");
105 COMPARE(daddu(a6, a7, t0),
106 "016c502d daddu a6, a7, t0");
116 COMPARE(subu(a6, a7, t0),
117 "016c5023 subu a6, a7, t0");
118 COMPARE(dsubu(a6, a7, t0),
119 "016c502f dsubu a6, a7, t0");
130 COMPARE(mult(a6, a7),
131 "014b0018 mult a6, a7");
    [all...]
test-assembler-mips64.cc 137 __ li(a7, 0x7fffffff);
157 __ addu(v1, a7, a4); // 32bit addu result is sign-extended into 64bit reg.
172 __ dsll32(a7, a7, 0);
175 __ slt(v0, t3, a7);
178 __ sltu(v0, t3, a7);
183 __ dsrl32(a7, a7, 0);
192 __ addiu(v1, a7, 0x1); // 0x80000000 - result is sign-extended.
224 __ Movn(a0, a7, a4); // Move a0<-a7 (a4 is NOT 0)
    [all...]
  /external/chromium_org/third_party/re2/re2/
variadic_function.h 61 const Arg& a6, const Arg& a7) const {
62 const Arg* const args[] = { &a0, &a1, &a2, &a3, &a4, &a5, &a6, &a7 };
68 const Arg& a6, const Arg& a7, const Arg& a8) const {
69 const Arg* const args[] = { &a0, &a1, &a2, &a3, &a4, &a5, &a6, &a7, &a8 };
75 const Arg& a6, const Arg& a7, const Arg& a8, const Arg& a9) const {
76 const Arg* const args[] = { &a0, &a1, &a2, &a3, &a4, &a5, &a6, &a7, &a8,
83 const Arg& a6, const Arg& a7, const Arg& a8, const Arg& a9,
85 const Arg* const args[] = { &a0, &a1, &a2, &a3, &a4, &a5, &a6, &a7, &a8,
92 const Arg& a6, const Arg& a7, const Arg& a8, const Arg& a9,
94 const Arg* const args[] = { &a0, &a1, &a2, &a3, &a4, &a5, &a6, &a7, &a8
    [all...]
  /build/core/combo/arch/arm/
armv7-a-neon.mk 15 ifeq ($(strip $(TARGET_$(combo_2nd_arch_prefix)CPU_VARIANT)),cortex-a7)
16 arch_variant_cflags := -mcpu=cortex-a7
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9/
math-partial-sums.js 6 var a1 = a2 = a3 = a4 = a5 = a6 = a7 = a8 = a9 = 0.0;
24 a7 += 1.0/k2;
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
math-partial-sums.js 6 var a1 = a2 = a3 = a4 = a5 = a6 = a7 = a8 = a9 = 0.0;
24 a7 += 1.0/k2;
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-1.0/
math-partial-sums.js 6 var a1 = a2 = a3 = a4 = a5 = a6 = a7 = a8 = a9 = 0.0;
24 a7 += 1.0/k2;
  /bionic/libc/arch-mips/include/machine/
regdef.h 52 #define a7 $11 macro
  /development/ndk/platforms/android-9/arch-mips/include/machine/
regdef.h 52 #define a7 $11 macro
  /development/ndk/platforms/android-L/arch-mips/include/machine/
regdef.h 52 #define a7 $11 macro
  /external/chromium_org/v8/test/mjsunit/regress/
regress-381313.js 17 var a7 = 8 * x;
35 return a0 + a1 + a2 + a3 + a4 + a5 + a6 + a7 + a8 + a9 +
  /external/clang/test/CXX/class/class.mem/
p1b.cpp 45 void a7(int a = third); // expected-error{{use of undeclared identifier 'third'}}
  /external/clang/test/SemaCXX/
attr-weakref.cpp 27 int a7() __attribute__((weakref ("f1"))); // expected-error {{weakref declaration must have internal linkage}}
  /external/clang/test/CodeGen/
asm-variable.c 32 double a5, double a6, double a7) {
51 b7 = a7;
x86_32-arguments-linux.c 44 t56_v4i a6, struct s56_3 a7,
49 f56_0(1, a0, a1, a2, a3, a4, a5, a6, a7, a8, a9,
ms_struct-bitfield-1.c 62 static int a7[(sizeof(t7) == 16) -1]; variable
init.c 55 struct a7 { struct
60 struct a7 test7 = { .b = 0, .v = "bar" };
  /external/linux-tools-perf/perf-3.12.0/arch/xtensa/lib/
memset.S 48 slli a7, a3, 8 # duplicate character in all bytes of word
49 or a3, a3, a7 # ...
50 slli a7, a3, 16 # ...
51 or a3, a3, a7 # ...
56 srli a7, a4, 4 # number of loop iterations with 16B
69 loopnez a7, .Loop1done
71 beqz a7, .Loop1done
72 slli a6, a7, 4
  /external/libcxxabi/test/
dynamic_cast14.cpp 80 struct A7
85 virtual ~A7() {}
95 A7* getA7() {return this;}
99 : public A7
104 A1* getA1_3() {return A7::getA1_3();}
105 A1* getA1_4() {return A7::getA1_4();}
106 A1* getA1_6() {return A7::getA1_6();}
107 A2* getA2() {return A7::getA2();}
108 A3* getA3() {return A7::getA3();}
109 A4* getA4() {return A7::getA4();
221 A7 a7; local
942 A7 a7; local
1663 A7 a7; local
    [all...]
  /bionic/libc/arch-mips64/include/machine/
regdef.h 59 #define a7 $11 macro
  /development/ndk/platforms/android-L/arch-mips64/include/machine/
regdef.h 59 #define a7 $11 macro
  /external/clang/test/SemaTemplate/
temp_arg_type.cpp 16 A<function_tpl> a7; // expected-error{{template argument for template type parameter must be a type}} variable
  /art/test/003-omnibus-opcodes/src/
MethodCall.java 40 int a6, int a7, double a8, float a9, double a10, short a11, int a12,
  /development/ndk/platforms/android-9/arch-mips/include/asm/
regdef.h 86 #define a7 $11 macro
  /external/chromium_org/third_party/libva/va/
va_compat.h 75 #define VA_CPP_HELPER_N_ARGS_LIST(a1, a2, a3, a4, a5, a6, a7, a8, a9, a10, a12, a13, a14, a15, a16, N, ...) N

Completed in 908 milliseconds

1 2 3 4 5