Home
last modified time | relevance | path

Searched refs:vstr (Results 1 – 25 of 32) sorted by relevance

12

/third_party/skia/src/xml/
DSkDOM.cpp239 const char* vstr = this->findAttr(node, name); in findS32() local
240 return vstr && SkParse::FindS32(vstr, value); in findS32()
244 const char* vstr = this->findAttr(node, name); in findScalars() local
245 return vstr && SkParse::FindScalars(vstr, value, count); in findScalars()
249 const char* vstr = this->findAttr(node, name); in findHex() local
250 return vstr && SkParse::FindHex(vstr, value); in findHex()
254 const char* vstr = this->findAttr(node, name); in findBool() local
255 return vstr && SkParse::FindBool(vstr, value); in findBool()
259 const char* vstr = this->findAttr(node, name); in findList() local
260 return vstr ? SkParse::FindList(vstr, list) : -1; in findList()
[all …]
/third_party/ffmpeg/libavcodec/arm/
Dfft_vfp.S80 vstr d0, [a1, #0*2*4] define
81 vstr d2, [a1, #2*2*4] define
84 vstr d1, [a1, #1*2*4] define
85 vstr d3, [a1, #3*2*4] define
112 vstr d0, [a1, #0 * 2*4] @ transfer s0-s7 to s24-s31 via memory define
113 vstr d1, [a1, #1 * 2*4] define
116 vstr d2, [a1, #2 * 2*4] define
117 vstr d3, [a1, #3 * 2*4] define
134 vstr d0, [a1, #0 * 2*4] @ transfer s0-s3 to s12-s15 via memory define
135 vstr d1, [a1, #1 * 2*4] define
[all …]
Dmdct_vfp.S73 vstr s8, [J0]
74 vstr s9, [J1]
75 vstr s10, [J2]
76 vstr s11, [J3]
77 vstr s12, [J0, #4]
78 vstr s13, [J1, #4]
79 vstr s14, [J2, #4]
80 vstr s15, [J3, #4]
111 vstr s8, [J0]
112 vstr s9, [J1]
[all …]
/third_party/optimized-routines/string/arm/
Dmemcpy.S86 vstr \vreg, [dst, #\base]
88 vstr d0, [dst, #\base + 8] define
90 vstr d1, [dst, #\base + 16] define
92 vstr d2, [dst, #\base + 24] define
94 vstr \vreg, [dst, #\base + 32]
96 vstr d0, [dst, #\base + 40] define
98 vstr d1, [dst, #\base + 48] define
100 vstr d2, [dst, #\base + 56] define
105 vstr \vreg, [dst, #\base]
107 vstr d0, [dst, #\base + 8] define
[all …]
/third_party/ffmpeg/libavutil/arm/
Dfloat_dsp_vfp.S369 vstr s16, [BASE1, #0-4*1]
370 vstr s24, [BASE2, #0-4*1]
380 vstr d8, [BASE1, #0-8*1] @ s16,s17 define
381 vstr d12, [BASE2, #0-8*1] @ s24,s25
397 vstr d8, [BASE1, #0-16*1] @ s16,s17 define
398 vstr d12, [BASE2, #0-16*1] @ s24,s25
399 vstr d9, [BASE1, #8-16*1] @ s18,s19 define
400 vstr d13, [BASE2, #8-16*1] @ s26,s27
424 vstr d8, [BASE1, #0-16*3] @ s16,s17 define
425 vstr d9, [BASE1, #8-16*3] @ s18,s19 define
[all …]
/third_party/mesa3d/src/glx/
Drender2.c175 GLint uord, GLdouble v1, GLdouble v2, GLint vstr, in __indirect_glMap2d() argument
187 else if (vstr < k || ustr < k || vord <= 0 || uord <= 0) { in __indirect_glMap2d()
211 __glFillMap2d(k, uord, vord, ustr, vstr, pnts, (GLdouble *) (pc + 48)); in __indirect_glMap2d()
229 if ((vstr != k) || (ustr != k * vord)) { in __indirect_glMap2d()
240 __glFillMap2d(k, uord, vord, ustr, vstr, pnts, buf); in __indirect_glMap2d()
253 GLint uord, GLfloat v1, GLfloat v2, GLint vstr, GLint vord, in __indirect_glMap2f() argument
265 else if (vstr < k || ustr < k || vord <= 0 || uord <= 0) { in __indirect_glMap2f()
291 __glFillMap2f(k, uord, vord, ustr, vstr, pnts, (GLfloat *) (pc + 32)); in __indirect_glMap2f()
305 if ((vstr != k) || (ustr != k * vord)) { in __indirect_glMap2f()
316 __glFillMap2f(k, uord, vord, ustr, vstr, pnts, buf); in __indirect_glMap2f()
/third_party/googletest/googletest/src/hwext/
Dgtest-filter.cc135 const char *vstr = iter->second->c_str(); in postParsingArguments() local
139 … strictMode = compareStringsByIgnoreCase("true", vstr) || compareStringsByIgnoreCase("t", vstr); in postParsingArguments()
140 } else if (flagForName(kstr, vstr, flag)) { in postParsingArguments()
142 string strval = string(vstr); in postParsingArguments()
/third_party/ffmpeg/libavfilter/
Daf_lv2.c356 char *str, *vstr; in config_output() local
363 vstr = strstr(arg, "="); in config_output()
364 if (vstr == NULL) { in config_output()
369 vstr[0] = 0; in config_output()
371 val = atof(vstr+1); in config_output()
/third_party/mesa3d/src/gallium/tools/trace/
Dpytracediff.py82 def pkk_arg_range(vstr, vmin, vmax): argument
84 value = int(vstr)
88 value = int(vstr)
/third_party/node/deps/v8/src/compiler/backend/arm/
Dcode-generator-arm.cc1631 __ vstr(i.InputFloatRegister(0), i.InputOffset(1)); in AssembleArchInstruction() local
1660 __ vstr(i.InputDoubleRegister(0), i.InputOffset(1)); in AssembleArchInstruction() local
3955 __ vstr(g.ToDoubleRegister(source), dst); in AssembleConstructFrame() local
3993 __ vstr(temp, dst); in AssembleConstructFrame() local
3997 __ vstr(temp, dst); in AssembleConstructFrame() local
4039 __ vstr(s_temp, dst); in AssembleConstructFrame() local
4044 __ vstr(temp, dst); in AssembleConstructFrame() local
4052 __ vstr(temp, g.ToMemOperand(destination)); in AssembleConstructFrame() local
4092 __ vstr(temp, dst); in AssembleConstructFrame() local
4099 __ vstr(temp.low(), dst); in AssembleConstructFrame() local
[all …]
/third_party/musl/porting/liteos_m/kernel/src/string/arch/arm/
Dmemset_armv8m.S119 vstr.32 s0, [r4]
/third_party/skia/tests/
DJSONTest.cpp329 const auto vstr = v.toString(); in check_value() local
330 REPORTER_ASSERT(reporter, 0 == strcmp(expected_string, vstr.c_str())); in check_value()
/third_party/curl/lib/
Dc-hyper.c268 const char *vstr; in status_line() local
270 vstr = http_version == HYPER_HTTP_VERSION_1_1 ? "1.1" : in status_line()
295 vstr, in status_line()
/third_party/node/deps/v8/src/codegen/arm/
Dassembler-arm.h695 void vstr(const DwVfpRegister src, const Register base, int offset,
697 void vstr(const DwVfpRegister src, const MemOperand& dst,
700 void vstr(const SwVfpRegister src, const Register base, int offset,
702 void vstr(const SwVfpRegister src, const MemOperand& dst,
Dassembler-arm.cc2524 void Assembler::vstr(const DwVfpRegister src, const Register base, int offset, in vstr() function in v8::internal::Assembler
2560 void Assembler::vstr(const DwVfpRegister src, const MemOperand& operand, in vstr() function in v8::internal::Assembler
2569 vstr(src, scratch, 0, cond); in vstr()
2571 vstr(src, operand.rn(), operand.offset(), cond); in vstr()
2575 void Assembler::vstr(const SwVfpRegister src, const Register base, int offset, in vstr() function in v8::internal::Assembler
2609 void Assembler::vstr(const SwVfpRegister src, const MemOperand& operand, in vstr() function in v8::internal::Assembler
2617 vstr(src, scratch, 0, cond); in vstr()
2619 vstr(src, operand.rn(), operand.offset(), cond); in vstr()
Dmacro-assembler-arm.cc1075 vstr(SwVfpRegister::from_code(src_code), dst); in CallRecordWriteStub()
1082 vstr(SwVfpRegister::from_code(src_s_code), dst); in CallRecordWriteStub()
1908 vstr(double_input, MemOperand(sp, 0)); in CallRecordWriteStub()
/third_party/ffmpeg/libavresample/arm/
Dresample_neon.S355 vstr s4, [r1]
/third_party/vixl/src/aarch32/
Dassembler-aarch32.h6011 void vstr(Condition cond,
6015 void vstr(DataType dt, DRegister rd, const MemOperand& operand) { in vstr() function
6016 vstr(al, dt, rd, operand); in vstr()
6018 void vstr(DRegister rd, const MemOperand& operand) { in vstr() function
6019 vstr(al, Untyped64, rd, operand); in vstr()
6021 void vstr(Condition cond, DRegister rd, const MemOperand& operand) { in vstr() function
6022 vstr(cond, Untyped64, rd, operand); in vstr()
6025 void vstr(Condition cond,
6029 void vstr(DataType dt, SRegister rd, const MemOperand& operand) { in vstr() function
6030 vstr(al, dt, rd, operand); in vstr()
[all …]
Ddisasm-aarch32.h2573 void vstr(Condition cond,
2578 void vstr(Condition cond,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMInstrVFP.td167 IIC_fpStore64, "vstr", "\t$Dd, $addr",
172 IIC_fpStore32, "vstr", "\t$Sd, $addr",
182 IIC_fpStore16, "vstr", ".16\t$Sd, $addr",
2567 def : VFP2MnemonicAlias<"fsts", "vstr">;
2568 def : VFP2MnemonicAlias<"fstd", "vstr">;
2602 def : VFP2InstAlias<"vstr${p}.32 $Sd, $addr",
2606 def : VFP2InstAlias<"vstr${p}.64 $Dd, $addr",
2684 !if(opc,"vldr","vstr"), !strconcat("\t", sysreg, ", ", Dest), cstr, []>,
/third_party/node/deps/openssl/config/archs/linux-armv4/asm/crypto/chacha/
Dchacha-armv4.S827 vstr d24,[sp,#4*(16+0)]
829 vstr d26,[sp,#4*(16+2)]
831 vstr d28,[sp,#4*(16+4)]
/third_party/node/deps/openssl/config/archs/linux-armv4/asm_avx2/crypto/chacha/
Dchacha-armv4.S827 vstr d24,[sp,#4*(16+0)]
829 vstr d26,[sp,#4*(16+2)]
831 vstr d28,[sp,#4*(16+4)]
/third_party/node/deps/v8/src/wasm/baseline/arm/
Dliftoff-assembler-arm.h323 assm->vstr(liftoff::GetFloatRegister(src.fp()), dst); in Store()
326 assm->vstr(src.fp(), dst); in Store()
4166 vstr(liftoff::GetFloatRegister(args->fp()), MemOperand(sp, arg_bytes)); in CallC()
4169 vstr(args->fp(), MemOperand(sp, arg_bytes)); in CallC()
4172 vstr(args->low_fp(), MemOperand(sp, arg_bytes)); in CallC()
4173 vstr(args->high_fp(), in CallC()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/ARM/
DARMGenAsmMatcher.inc771 Mnemonic = "vstr";
775 Mnemonic = "vstr";
14913 …{ 3840 /* vstr */, ARM::VSTR_FPCXTNS_off, Convert__MemImm7s4Offset2_2__CondCode2_0, AMFBS_HasV8_1M…
14914 …{ 3840 /* vstr */, ARM::VSTR_FPCXTS_off, Convert__MemImm7s4Offset2_2__CondCode2_0, AMFBS_HasV8_1MM…
14915 …{ 3840 /* vstr */, ARM::VSTR_FPSCR_off, Convert__MemImm7s4Offset2_2__CondCode2_0, AMFBS_HasFPRegs_…
14916 …{ 3840 /* vstr */, ARM::VSTR_FPSCR_NZCVQC_off, Convert__MemImm7s4Offset2_2__CondCode2_0, AMFBS_Has…
14917 …{ 3840 /* vstr */, ARM::VSTR_P0_off, Convert__imm_95_0__MemImm7s4Offset2_2__CondCode2_0, AMFBS_Has…
14918 …{ 3840 /* vstr */, ARM::VSTR_VPR_off, Convert__MemImm7s4Offset2_2__CondCode2_0, AMFBS_HasV8_1MMain…
14919 …{ 3840 /* vstr */, ARM::VSTRD, Convert__Reg1_1__AddrMode52_2__CondCode2_0, AMFBS_HasFPRegs, { MCK_…
14920 …{ 3840 /* vstr */, ARM::VSTRS, Convert__Reg1_1__AddrMode52_2__CondCode2_0, AMFBS_HasFPRegs, { MCK_…
[all …]
/third_party/vixl/test/aarch32/
Dtest-disasm-a32.cc2245 MUST_FAIL_TEST_T32(vstr(s0, MemOperand(pc, 0)), in TEST()
2248 MUST_FAIL_TEST_T32(vstr(d0, MemOperand(pc, 0)), in TEST()

12