Home
last modified time | relevance | path

Searched defs:vstr (Results 1 – 20 of 20) sorted by relevance

/external/v8/src/crankshaft/arm/
Dlithium-gap-resolver-arm.cc189 __ 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
Dlithium-codegen-arm.cc75 __ 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/
DSkDOM.cpp403 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/
Dsimple-fp-encoding.s279 vstr d0, [lr] define
Dsingle-precision-fp.s176 vstr d3, [sp] define
/external/boringssl/src/crypto/chacha/
Dchacha_vec_arm.S613 vstr d2, [r1, #80] define
614 vstr d3, [r1, #88] define
/external/mesa3d/src/glx/
Drender2.c173 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/
Dtest-code-stubs-arm.cc72 __ vstr(d0, sp, 0); in MakeConvertDToIFuncTrampoline() local
93 __ vstr(d0, sp, 0); in MakeConvertDToIFuncTrampoline() local
Dtest-assembler-arm.cc2055 __ 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/
Dcode-generator-arm.cc1205 __ 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/
Dx86_amd64_features.c41 char vstr[13]; in vendorStringEquals() local
/external/clang/test/Sema/
Dformat-strings-fixit.c103 char *vstr = "abc"; in test2() local
/external/vboot_reference/futility/
Dfutility.c225 const char *vstr; in do_help() local
/external/valgrind/coregrind/
Dm_machine.c782 HChar vstr[13]; in VG_() local
882 HChar vstr[13]; in VG_() local
/external/ipsec-tools/src/racoon/
Deaytest.c364 vchar_t *vstr; local
/external/v8/src/arm/
Ddeoptimizer-arm.cc195 __ vstr(d0, r1, dst_offset); in Generate() local
Dcodegen-arm.cc468 __ vstr(d0, scratch2, 0); in GenerateSmiToDouble() local
Dassembler-arm.cc2421 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
Dcode-stubs-arm.cc871 __ vstr(double_result, in Generate() local
/external/valgrind/coregrind/m_debuginfo/
Dimage.c690 UChar* vstr = NULL; in ML_() local