/external/compiler-rt/lib/ppc/ |
restFP.S | 30 lfd f21,-88(r1)
|
saveFP.S | 28 stfd f21,-88(r1)
|
/bionic/libc/kernel/arch-mips/asm/ |
fpregdef.h | 50 #define fs0f $f21 91 #define ft9 $f21
|
/development/ndk/platforms/android-9/arch-mips/include/asm/ |
fpregdef.h | 50 #define fs0f $f21 91 #define ft9 $f21
|
/external/kernel-headers/original/asm-mips/ |
fpregdef.h | 44 #define fs0f $f21 81 #define ft9 $f21
|
/prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/asm/ |
fpregdef.h | 50 #define fs0f $f21 91 #define ft9 $f21
|
/prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/asm/ |
fpregdef.h | 50 #define fs0f $f21 91 #define ft9 $f21
|
/prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/asm/ |
fpregdef.h | 50 #define fs0f $f21 91 #define ft9 $f21
|
/prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/asm/ |
fpregdef.h | 50 #define fs0f $f21 91 #define ft9 $f21
|
/prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/asm/ |
fpregdef.h | 50 #define fs0f $f21 91 #define ft9 $f21
|
/development/ndk/sources/android/libportable/arch-mips/ |
_setjmp.S | 96 FPREG64_S($f21, JB_F21, a0) 109 swc1 $f21, JB_F21(a0) 153 FPREG64_L($f21, JB_F21, a0) 166 lwc1 $f21, JB_F21(a0)
|
setjmp.S | 110 FPREG64_S($f21, JB_F21, a0) 123 swc1 $f21, JB_F21(a0) 185 FPREG64_L($f21, JB_F21, a0) 198 lwc1 $f21, JB_F21(a0)
|
/bionic/libc/arch-mips/bionic/ |
_setjmp.S | 90 FPREG64_S($f21, SC_FPREGS+((F21-F0)*REGSZ_FP), a0) 103 swc1 $f21, SC_FPREGS+((F21-F0)*REGSZ_FP)(a0) 147 FPREG64_L($f21, SC_FPREGS+((F21-F0)*REGSZ_FP), a0) 160 lwc1 $f21, SC_FPREGS+((F21-F0)*REGSZ_FP)(a0)
|
setjmp.S | 103 FPREG64_S($f21, SC_FPREGS+((F21-F0)*REGSZ_FP), a0) 116 swc1 $f21, SC_FPREGS+((F21-F0)*REGSZ_FP)(a0) 178 FPREG64_L($f21, SC_FPREGS+((F21-F0)*REGSZ_FP), a0) 191 lwc1 $f21, SC_FPREGS+((F21-F0)*REGSZ_FP)(a0)
|
/external/clang/test/CodeGenCXX/ |
aarch64-mangle-neon-vectors.cpp | 81 void f21(int64x2_t) {} function
|
/dalvik/vm/compiler/template/mips/ |
TEMPLATE_RESTORE_STATE.S | 77 lw f21, fr21*4(a0) # restore f21
|
TEMPLATE_SAVE_STATE.S | 89 sw f21, fr21*4(a0) # save f21
|
TEMPLATE_MEM_OP_DECODE.S | 33 sw f21, fr21*-4(sp) # push f21 151 lw f21, fr21*-4(sp) # pop f21
|
/external/chromium_org/third_party/openssl/openssl/crypto/ |
alphacpuid.pl | 54 fclr $f21
|
/external/clang/test/CodeGen/ |
arm-arguments.c | 119 // APCS-GNU: define i8 @f21() 120 // AAPCS: define arm_aapcscc i32 @f21() 122 struct s21 f21(void) {} function
|
aarch64-arguments.c | 89 // PCS: define [1 x i64] @f21() 91 struct s21 f21(void) {} function
|
/external/openssl/crypto/ |
alphacpuid.pl | 54 fclr $f21
|
/external/chromium/chrome/browser/ui/views/bookmarks/ |
bookmark_editor_view_unittest.cc | 223 // Create two nodes: "F21" as a child of "F2" and "F211" as a child of "F21". 226 BookmarkEditorView::EditorNode* f21 = AddNewFolder(f2); local 227 f21->set_title(ASCIIToUTF16("F21")); 228 BookmarkEditorView::EditorNode* f211 = AddNewFolder(f21); 231 // Parent the node to "F21". 238 // F2 in the model should have two children now: F21 and the node edited. 240 // F21 should be first. 241 ASSERT_EQ(ASCIIToUTF16("F21"), mf2->GetChild(0)->GetTitle()) [all...] |
/external/chromium_org/chrome/browser/ui/views/bookmarks/ |
bookmark_editor_view_unittest.cc | 257 // Create two nodes: "F21" as a child of "F2" and "F211" as a child of "F21". 260 BookmarkEditorView::EditorNode* f21 = AddNewFolder(f2); local 261 f21->SetTitle(ASCIIToUTF16("F21")); 262 BookmarkEditorView::EditorNode* f211 = AddNewFolder(f21); 265 // Parent the node to "F21". 272 // F2 in the model should have two children now: F21 and the node edited. 274 // F21 should be first. 275 ASSERT_EQ(ASCIIToUTF16("F21"), mf2->GetChild(0)->GetTitle()) [all...] |
/external/chromium_org/v8/test/mjsunit/harmony/ |
block-let-crankshaft.js | 35 f15, f16, f17, f18, f19, f20, f21, f22, f23 ]; 142 function f21(x) { function
|