/external/llvm/test/MC/Mips/ |
mips-fpu-instructions.s | 9 # CHECK: abs.d $f12, $f14 # encoding: [0x05,0x73,0x20,0x46] 11 # CHECK: add.d $f8, $f12, $f14 # encoding: [0x00,0x62,0x2e,0x46] 13 # CHECK: floor.w.d $f12, $f14 # encoding: [0x0f,0x73,0x20,0x46] 15 # CHECK: ceil.w.d $f12, $f14 # encoding: [0x0e,0x73,0x20,0x46] 17 # CHECK: mul.d $f8, $f12, $f14 # encoding: [0x02,0x62,0x2e,0x46] 19 # CHECK: neg.d $f12, $f14 # encoding: [0x07,0x73,0x20,0x46] 21 # CHECK: round.w.d $f12, $f14 # encoding: [0x0c,0x73,0x20,0x46] 23 # CHECK: sqrt.d $f12, $f14 # encoding: [0x04,0x73,0x20,0x46] 25 # CHECK: sub.d $f8, $f12, $f14 # encoding: [0x01,0x62,0x2e,0x46] 27 # CHECK: trunc.w.d $f12, $f14 # encoding: [0x0d,0x73,0x20,0x46 [all...] |
/external/clang/test/Sema/ |
warn-unused-function.c | 45 static void f12(void) { } // expected-warning{{unused}} function 46 static void f12(void);
|
pragma-unused.c | 57 int f12(int x) { function
|
pragma-align-mac68k.c | 103 void f12(void) { function
|
/dalvik/dx/tests/079-dex-local-variable-renumbering/ |
Blort.java | 32 float f12 = 0.0f; local
|
/external/libffi/testsuite/libffi.call/ |
many.c | 23 float f12, 30 (double) f11, (double) f12, (double) f13); 33 return ((f1/f2+f3/f4+f5/f6+f7/f8+f9/f10+f11/f12) * f13);
|
many_win32.c | 23 float f12, 26 return ((f1/f2+f3/f4+f5/f6+f7/f8+f9/f10+f11/f12) * f13);
|
/external/clang/test/CXX/except/except.spec/ |
p5-virtual.cpp | 41 virtual void f12() noexcept; 77 virtual void f12() throw();
|
/external/clang/test/CodeGen/ |
switch.c | 170 // CHECK: define i32 @f12( 173 int f12(int x) { function
|
function-attributes.c | 54 int f12(int arg) { function
|
regparm-struct.c | 110 __attribute__((regparm(3))) void f12(struct s8 a, int b); 111 // CHECK: declare void @f12(i32 inreg, i32 inreg, i32 inreg) 114 f12(x, 43);
|
/bionic/libc/kernel/arch-mips/asm/ |
fpregdef.h | 29 #define fa0 $f12 70 #define fa0 $f12
|
/development/ndk/platforms/android-9/arch-mips/include/asm/ |
fpregdef.h | 29 #define fa0 $f12 70 #define fa0 $f12
|
/external/kernel-headers/original/asm-mips/ |
fpregdef.h | 27 #define fa0 $f12 /* argument registers */ 64 #define fa0 $f12 /* argument registers */
|
/prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/asm/ |
fpregdef.h | 29 #define fa0 $f12 70 #define fa0 $f12
|
/prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/asm/ |
fpregdef.h | 29 #define fa0 $f12 70 #define fa0 $f12
|
/external/clang/test/Analysis/ |
malloc-overflow.c | 87 void * f12(int n) function
|
array-struct.c | 105 void f12(int *list) { function
|
/external/clang/test/SemaCXX/ |
function-extern-c.cpp | 40 extern "C" struct mypodstruct f12(); // expected-warning {{'f12' has C-linkage specified, but returns incomplete type 'struct mypodstruct' which could be incompatible with C}}
|
/frameworks/native/opengl/libagl/arch-mips/ |
fixed_asm.S | 32 mfc1 $a0,$f12
|
/external/libffi/src/ia64/ |
unix.S | 70 ldf.fill f12 = [in0], 32 215 (p9) stfs [in1] = f12, 8 239 (p9) stfd [in1] = f12, 16 263 (p9) stfe [in1] = f12, 32 315 stf.spill [r16] = f12, 32 444 (p9) ldfs f12 = [r16], 8 472 (p9) ldfd f12 = [r16], 16 500 (p9) ldfe f12 = [r16], 32
|
/external/valgrind/main/coregrind/m_dispatch/ |
dispatch-s390x-linux.S | 100 std %f12,160+32(SP) 159 ld %f12,160+32(SP)
|
/ndk/tests/device/test-stlport_shared-exception/jni/ |
registers1.cpp | 39 float f12 = *fsrc++ + 1.0f; local 86 *fdest++ = f12;
|
/ndk/tests/device/test-stlport_static-exception/jni/ |
registers1.cpp | 39 float f12 = *fsrc++ + 1.0f; local 86 *fdest++ = f12;
|
/external/libffi/src/mips/ |
o32.S | 94 l.d $f12, 0*FFI_SIZEOF_ARG($sp) # load $fp regs from args 101 l.s $f12, 0*FFI_SIZEOF_ARG($sp) # load $fp regs from args 109 l.d $f12, 0*FFI_SIZEOF_ARG($sp) # load $fp regs from args 115 l.s $f12, 0*FFI_SIZEOF_ARG($sp) # load $fp regs from args 123 l.d $f12, 0*FFI_SIZEOF_ARG($sp) # load $fp regs from args 131 l.s $f12, 0*FFI_SIZEOF_ARG($sp) # load $fp regs from args 205 -9 - f12 (le high, be low) 206 -10 - f12 (le low, be high) 265 s.d $f12, FA_0_0_OFF2($fp)
|