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

1 2 3 4 5 6 7 8

  /art/runtime/interpreter/mterp/mips64/
op_rem_double.S 6 GET_VREG_DOUBLE f13, a3 # f13 <- vCC
7 jal fmod # f0 <- f12 op f13
op_rem_double_2addr.S 6 GET_VREG_DOUBLE f13, a3 # f13 <- vB
7 jal fmod # f0 <- f12 op f13
op_rem_float.S 6 GET_VREG_FLOAT f13, a3 # f13 <- vCC
7 jal fmodf # f0 <- f12 op f13
op_rem_float_2addr.S 6 GET_VREG_FLOAT f13, a3 # f13 <- vB
7 jal fmodf # f0 <- f12 op f13
  /toolchain/binutils/binutils-2.25/gold/testsuite/
dwp_test_2.cc 96 (*f13())() function
two_file_test_2.cc 97 (*f13())() function
two_file_test_2_tls.cc 99 (*f13())() function
two_file_test_2_v1.cc 102 (*f13())() function
two_file_test.h 62 extern void (*f13())();
dwp_test.h 71 extern void (*f13())();
two_file_test_1_v1.cc 177 return &f13i == f13();
  /external/clang/test/CodeGen/
function-attributes.c 59 // CHECK: define void @f13() [[NUW_OS_RN:#[0-9]+]]
60 void f13(void) __attribute__((pure)) __attribute__((const));
61 void f13(void){} function
switch.c 184 // CHECK-LABEL: define i32 @f13(
187 int f13(unsigned x) { function
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/i860/
dir-intel03-err.s 11 fsub.ss %f22,%f21,%f13
  /dalvik/dx/tests/079-dex-local-variable-renumbering/
Blort.java 33 float f13 = 0.0f; local
  /art/runtime/arch/mips/
jni_entrypoints_mips.S 27 addiu $sp, $sp, -48 # leave room for $f12, $f13, $f14, $f15, $a0, $a1, $a2, $a3, and $ra
32 SDu $f12, $f13, 16, $sp, $t0
48 LDu $f12, $f13, 16, $sp, $t0
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/
loongson-3a.d 31 .*: 4b4e6b00 paddh \$f12,\$f13,\$f14
41 .*: 4b8e6b09 pcmpeqb \$f12,\$f13,\$f14
51 .*: 4bee6b03 pinsrh_3 \$f12,\$f13,\$f14
61 .*: 4b8d62ca pmuluw \$f11,\$f12,\$f13
72 .*: 4b4e6b01 psubh \$f12,\$f13,\$f14
82 .*: 4b4e6b03 punpcklbh \$f12,\$f13,\$f14
91 .*: 4b0e6b0d subu \$f12,\$f13,\$f14
101 .*: 4b4e6b0f sra \$f12,\$f13,\$f14
loongson-3a.s 26 paddh $f12, $f13, $f14
36 pcmpeqb $f12, $f13, $f14
46 pinsrh_3 $f12, $f13, $f14
56 pmuluw $f11, $f12, $f13
67 psubh $f12, $f13, $f14
77 punpcklbh $f12, $f13, $f14
86 subu $f12, $f13, $f14
96 sra $f12, $f13, $f14
loongson-2e.s 28 msub.d $f12, $f13, $f14
42 paddh $f12, $f13, $f14
52 pcmpeqb $f12, $f13, $f14
62 pinsrh_3 $f12, $f13, $f14
72 pmuluw $f11, $f12, $f13
83 psubh $f12, $f13, $f14
93 punpcklbh $f12, $f13, $f14
102 subu $f12, $f13, $f14
112 sra $f12, $f13, $f14
loongson-2f.s 28 msub.d $f12, $f13, $f14
42 paddh $f12, $f13, $f14
52 pcmpeqb $f12, $f13, $f14
62 pinsrh_3 $f12, $f13, $f14
72 pmuluw $f11, $f12, $f13
83 psubh $f12, $f13, $f14
93 punpcklbh $f12, $f13, $f14
102 subu $f12, $f13, $f14
112 sra $f12, $f13, $f14
  /external/clang/test/CXX/except/except.spec/
p5-virtual.cpp 42 virtual void f13() noexcept(false);
78 virtual void f13() throw(int);
  /external/v8/test/mjsunit/es6/
default-parameters.js 126 var f13 = function f(f = 7, x = f) { return x; } function
127 assertSame(7, f13());
164 var f13 = function f(x = f) { function f() {}; return x; }
165 assertSame(f13, f13());
187 function f13(z = eval("var y = 2"), b = eval("y")) {}
188 assertThrows(f13, ReferenceError);
245 function f13(z = eval("var y = 2"), b = eval("y")) {}
246 assertThrows(f13, ReferenceError);
283 function f13(a = eval("'use strict'; x"), x = 2) { return a
    [all...]
  /external/clang/test/Sema/
warn-unused-function.c 51 void f13(void) { function
  /external/llvm/test/MC/SystemZ/
regs-good.s 63 #CHECK: ler %f12, %f13 # encoding: [0x38,0xcd]
72 ler %f12,%f13
81 #CHECK: ldr %f12, %f13 # encoding: [0x28,0xcd]
90 ldr %f12,%f13
96 #CHECK: lxr %f12, %f13 # encoding: [0xb3,0x65,0x00,0xcd]
101 lxr %f12,%f13
132 #CHECK: .cfi_offset %f13, 232
166 .cfi_offset %f13,232
  /external/webrtc/webrtc/modules/audio_processing/aec/
aec_rdft_mips.c 272 float f0, f1, f2, f3, f4, f5, f6, f7, f8, f9, f10, f11, f12, f13, f14; local
382 "lwc1 %[f13], 8(%[first]) \n\t"
399 "mul.s %[f2], %[f13], %[f3] \n\t"
406 "madd.s %[f3], %[f3], %[f13], %[f1] \n\t"
415 "mul.s %[f12], %[f13], %[f3] \n\t"
416 "mul.s %[f13], %[f13], %[f1] \n\t"
424 "add.s %[f3], %[f13], %[f3] \n\t"
450 "lwc1 %[f13], 8(%[second]) \n\t"
467 "mul.s %[f2], %[f13], %[f3] \n\t
521 float f0, f1, f2, f3, f4, f5, f6, f7, f8, f9, f10, f11, f12, f13, f14; local
929 float f1, f2, f3 ,f4, f5, f6, f7, f8, f9, f10, f11, f12, f13, f14, f15; local
1056 float f1, f2, f3 ,f4, f5, f6, f7, f8, f9, f10, f11, f12, f13, f14, f15; local
    [all...]

Completed in 1531 milliseconds

1 2 3 4 5 6 7 8