/external/v8/src/crankshaft/arm/ |
D | lithium-gap-resolver-arm.cc | 189 __ vstr(kScratchDoubleReg, cgen_->ToMemOperand(saved_destination_)); in RestoreValue() local 226 __ vstr(kScratchDoubleReg.low(), destination_operand); in EmitMove() local 269 __ vstr(source_register, cgen_->ToMemOperand(destination)); in EmitMove() local 283 __ vstr(kScratchDoubleReg, destination_operand); in EmitMove() local 287 __ vstr(kScratchDoubleReg, destination_operand); in EmitMove() local
|
D | lithium-codegen-arm.cc | 75 __ vstr(DoubleRegister::from_code(save_iterator.Current()), in SaveCallerDoubles() local 3806 __ vstr(value, FieldMemOperand(object, offset)); in DoStoreNamedField() local 3936 __ vstr(double_scratch0().low(), address, base_offset); in DoStoreKeyedExternalArray() local 3938 __ vstr(value, address, base_offset); in DoStoreKeyedExternalArray() local 4010 __ vstr(double_scratch, scratch, 0); in DoStoreKeyedFixedDoubleArray() local 4012 __ vstr(value, scratch, 0); in DoStoreKeyedFixedDoubleArray() local 4502 __ vstr(dbl_scratch, FieldMemOperand(dst, HeapNumber::kValueOffset)); in DoDeferredNumberTagIU() local 4532 __ vstr(input_reg, FieldMemOperand(reg, HeapNumber::kValueOffset)); in DoNumberTagD() local
|
/external/skia/src/xml/ |
D | SkDOM.cpp | 403 const char* vstr = this->findAttr(node, name); in findS32() local 409 const char* vstr = this->findAttr(node, name); in findScalars() local 415 const char* vstr = this->findAttr(node, name); in findHex() local 421 const char* vstr = this->findAttr(node, name); in findBool() local 427 const char* vstr = this->findAttr(node, name); in findList() local 433 const char* vstr = this->findAttr(node, name); in hasAttr() local 439 const char* vstr = this->findAttr(node, name); in hasS32() local 446 const char* vstr = this->findAttr(node, name); in hasScalar() local 453 const char* vstr = this->findAttr(node, name); in hasHex() local 460 const char* vstr = this->findAttr(node, name); in hasBool() local
|
/external/llvm/test/MC/ARM/ |
D | simple-fp-encoding.s | 279 vstr d0, [lr] define
|
D | single-precision-fp.s | 176 vstr d3, [sp] define
|
/external/boringssl/src/crypto/chacha/ |
D | chacha_vec_arm.S | 613 vstr d2, [r1, #80] define 614 vstr d3, [r1, #88] define
|
/external/mesa3d/src/glx/ |
D | render2.c | 173 GLint uord, GLdouble v1, GLdouble v2, GLint vstr, in __indirect_glMap2d() 251 GLint uord, GLfloat v1, GLfloat v2, GLint vstr, GLint vord, in __indirect_glMap2f()
|
/external/v8/test/cctest/ |
D | test-code-stubs-arm.cc | 72 __ vstr(d0, sp, 0); in MakeConvertDToIFuncTrampoline() local 93 __ vstr(d0, sp, 0); in MakeConvertDToIFuncTrampoline() local
|
D | test-assembler-arm.cc | 2055 __ vstr(s5, r4, offsetof(T, ar)); in TEST() local 2060 __ vstr(s5, r4, offsetof(T, nr)); in TEST() local 2065 __ vstr(s5, r4, offsetof(T, pr)); in TEST() local 2070 __ vstr(s5, r4, offsetof(T, mr)); in TEST() local 2075 __ vstr(s5, r4, offsetof(T, zr)); in TEST() local 2160 __ vstr(d5, r4, offsetof(T, ar)); in TEST() local 2165 __ vstr(d5, r4, offsetof(T, nr)); in TEST() local 2170 __ vstr(d5, r4, offsetof(T, pr)); in TEST() local 2175 __ vstr(d5, r4, offsetof(T, mr)); in TEST() local 2180 __ vstr(d5, r4, offsetof(T, zr)); in TEST() local [all …]
|
/external/v8/src/compiler/arm/ |
D | code-generator-arm.cc | 1205 __ vstr(i.InputFloatRegister(0), i.InputOffset(1)); in AssembleArchInstruction() local 1213 __ vstr(i.InputDoubleRegister(0), i.InputOffset(1)); in AssembleArchInstruction() local 1635 __ vstr(dst, g.ToMemOperand(destination)); in AssembleMove() local 1647 __ vstr(src, g.ToMemOperand(destination)); in AssembleMove() local 1657 __ vstr(src, g.ToMemOperand(destination)); in AssembleMove() local 1676 __ vstr(temp, g.ToMemOperand(destination)); in AssembleMove() local 1681 __ vstr(temp, g.ToMemOperand(destination)); in AssembleMove() local 1720 __ vstr(temp_1, src); in AssembleSwap() local 1736 __ vstr(temp, dst); in AssembleSwap() local 1751 __ vstr(temp.low(), dst); in AssembleSwap() local [all …]
|
/external/valgrind/tests/ |
D | x86_amd64_features.c | 41 char vstr[13]; in vendorStringEquals() local
|
/external/clang/test/Sema/ |
D | format-strings-fixit.c | 103 char *vstr = "abc"; in test2() local
|
/external/vboot_reference/futility/ |
D | futility.c | 225 const char *vstr; in do_help() local
|
/external/valgrind/coregrind/ |
D | m_machine.c | 782 HChar vstr[13]; in VG_() local 882 HChar vstr[13]; in VG_() local
|
/external/ipsec-tools/src/racoon/ |
D | eaytest.c | 364 vchar_t *vstr; local
|
/external/v8/src/arm/ |
D | deoptimizer-arm.cc | 195 __ vstr(d0, r1, dst_offset); in Generate() local
|
D | codegen-arm.cc | 468 __ vstr(d0, scratch2, 0); in GenerateSmiToDouble() local
|
D | assembler-arm.cc | 2421 void Assembler::vstr(const DwVfpRegister src, in vstr() function in v8::internal::Assembler 2456 void Assembler::vstr(const DwVfpRegister src, in vstr() function in v8::internal::Assembler 2470 void Assembler::vstr(const SwVfpRegister src, in vstr() function in v8::internal::Assembler 2504 void Assembler::vstr(const SwVfpRegister src, in vstr() function in v8::internal::Assembler
|
D | code-stubs-arm.cc | 871 __ vstr(double_result, in Generate() local
|
/external/valgrind/coregrind/m_debuginfo/ |
D | image.c | 690 UChar* vstr = NULL; in ML_() local
|