Home
last modified time | relevance | path

Searched refs:vstr (Results 1 - 25 of 29) sorted by relevance

12

/third_party/skia/src/xml/
H A 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 in findBool() local
259 const char* vstr = this->findAttr(node, name); findList() local
264 const char* vstr = this->findAttr(node, name); hasAttr() local
269 const char* vstr = this->findAttr(node, name); hasS32() local
275 const char* vstr = this->findAttr(node, name); hasScalar() local
281 const char* vstr = this->findAttr(node, name); hasHex() local
287 const char* vstr = this->findAttr(node, name); hasBool() local
[all...]
/third_party/ffmpeg/libavcodec/arm/
H A 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 s
[all...]
H A Dfft_vfp.S80 vstr d0, [a1, #0*2*4]
81 vstr d2, [a1, #2*2*4]
84 vstr d1, [a1, #1*2*4]
85 vstr d3, [a1, #3*2*4]
112 vstr d0, [a1, #0 * 2*4] @ transfer s0-s7 to s24-s31 via memory
113 vstr d1, [a1, #1 * 2*4]
116 vstr d2, [a1, #2 * 2*4]
117 vstr d3, [a1, #3 * 2*4]
134 vstr d0, [a1, #0 * 2*4] @ transfer s0-s3 to s12-s15 via memory
135 vstr d
[all...]
/third_party/optimized-routines/string/arm/
H A Dmemcpy.S86 vstr \vreg, [dst, #\base]
88 vstr d0, [dst, #\base + 8]
90 vstr d1, [dst, #\base + 16]
92 vstr d2, [dst, #\base + 24]
94 vstr \vreg, [dst, #\base + 32]
96 vstr d0, [dst, #\base + 40]
98 vstr d1, [dst, #\base + 48]
100 vstr d2, [dst, #\base + 56]
105 vstr \vreg, [dst, #\base]
107 vstr d
[all...]
/third_party/ffmpeg/libavutil/arm/
H A 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
381 vstr d12, [BASE2, #0-8*1] @ s24,s25
397 vstr d8, [BASE1, #0-16*1] @ s16,s17
398 vstr d12, [BASE2, #0-16*1] @ s24,s25
399 vstr d9, [BASE1, #8-16*1] @ s18,s19
400 vstr d13, [BASE2, #8-16*1] @ s26,s27
424 vstr d8, [BASE1, #0-16*3] @ s16,s17
425 vstr d
[all...]
/third_party/mesa3d/src/glx/
H A Drender2.c175 GLint uord, GLdouble v1, GLdouble v2, GLint vstr, in __indirect_glMap2d()
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()
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, pnt in __indirect_glMap2f()
174 __indirect_glMap2d(GLenum target, GLdouble u1, GLdouble u2, GLint ustr, GLint uord, GLdouble v1, GLdouble v2, GLint vstr, GLint vord, const GLdouble * pnts) __indirect_glMap2d() argument
252 __indirect_glMap2f(GLenum target, GLfloat u1, GLfloat u2, GLint ustr, GLint uord, GLfloat v1, GLfloat v2, GLint vstr, GLint vord, const GLfloat * pnts) __indirect_glMap2f() argument
[all...]
/third_party/googletest/googletest/src/hwext/
H A 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/
H A 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/
H A Dpytracediff.py82 def pkk_arg_range(vstr, vmin, vmax):
84 value = int(vstr)
86 raise argparse.ArgumentTypeError(f"value '{vstr}' is not an integer")
88 value = int(vstr)
/third_party/node/deps/v8/src/compiler/backend/arm/
H A Dcode-generator-arm.cc1631 __ vstr(i.InputFloatRegister(0), i.InputOffset(1)); in AssembleArchInstruction()
1660 __ vstr(i.InputDoubleRegister(0), i.InputOffset(1)); in AssembleArchInstruction()
3955 __ vstr(g.ToDoubleRegister(source), dst); in AssembleArchInstruction()
3993 __ vstr(temp, dst); in AssembleArchInstruction()
3997 __ vstr(temp, dst); in AssembleArchInstruction()
4029 // `vstr` needs one to compute the address of `dst`. in AssembleArchInstruction()
4039 __ vstr(s_temp, dst); in AssembleArchInstruction()
4044 __ vstr(temp, dst); in AssembleArchInstruction()
4052 __ vstr(temp, g.ToMemOperand(destination)); in AssembleArchInstruction()
4092 __ vstr(tem in AssembleArchInstruction()
[all...]
/third_party/musl/porting/liteos_m/kernel/src/string/arch/arm/
H A Dmemset_armv8m.S119 vstr.32 s0, [r4]
/third_party/skia/tests/
H A 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/
H A 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/
H A 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,
H A 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()
H A 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/
H A Dresample_neon.S355 vstr s4, [r1]
/third_party/node/deps/openssl/openssl/crypto/chacha/asm/
H A Dchacha-armv4.pl701 vstr $t0#lo,[sp,#4*(16+0)]
703 vstr $t1#lo,[sp,#4*(16+2)]
705 vstr $t2#lo,[sp,#4*(16+4)]
/third_party/openssl/crypto/chacha/asm/
H A Dchacha-armv4.pl701 vstr $t0#lo,[sp,#4*(16+0)]
703 vstr $t1#lo,[sp,#4*(16+2)]
705 vstr $t2#lo,[sp,#4*(16+4)]
/third_party/vixl/src/aarch32/
H A Dassembler-aarch32.h6011 void vstr(Condition cond,
6015 void vstr(DataType dt, DRegister rd, const MemOperand& operand) { in vstr() function in vixl::aarch32::Assembler
6016 vstr(al, dt, rd, operand); in vstr()
6018 void vstr(DRegister rd, const MemOperand& operand) { in vstr() function in vixl::aarch32::Assembler
6019 vstr(al, Untyped64, rd, operand); in vstr()
6021 void vstr(Condition cond, DRegister rd, const MemOperand& operand) { in vstr() function in vixl::aarch32::Assembler
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 in vixl::aarch32::Assembler
6030 vstr(a in vstr()
6032 void vstr(SRegister rd, const MemOperand& operand) { vstr() function in vixl::aarch32::Assembler
6035 void vstr(Condition cond, SRegister rd, const MemOperand& operand) { vstr() function in vixl::aarch32::Assembler
[all...]
H A Ddisasm-aarch32.h2579 void vstr(Condition cond,
2584 void vstr(Condition cond,
/third_party/node/deps/openssl/config/archs/linux-armv4/asm_avx2/crypto/chacha/
H A 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/crypto/chacha/
H A 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/
H A 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));
4169 vstr(args->fp(), MemOperand(sp, arg_bytes));
4172 vstr(args->low_fp(), MemOperand(sp, arg_bytes));
4173 vstr(args->high_fp(),
/third_party/vixl/test/aarch32/
H A Dtest-disasm-a32.cc2147 TEST(macro_assembler_T32_Vstr_d) { TEST_VMEMOP(Vstr, "vstr ", d1); } in TEST()
2151 TEST(macro_assembler_T32_Vstr_s) { TEST_VMEMOP(Vstr, "vstr ", s3); } in TEST()
2232 TEST(macro_assembler_A32_Vstr_d) { TEST_VMEMOP(Vstr, "vstr ", d1); } in TEST()
2236 TEST(macro_assembler_A32_Vstr_s) { TEST_VMEMOP(Vstr, "vstr ", s3); } in TEST()
2245 MUST_FAIL_TEST_T32(vstr(s0, MemOperand(pc, 0)), in TEST()
2248 MUST_FAIL_TEST_T32(vstr(d0, MemOperand(pc, 0)), in TEST()
2258 "The MacroAssembler does not convert vldr or vstr" in TEST()
2265 "The MacroAssembler does not convert vldr or vstr" in TEST()
2269 "Ill-formed 'vstr' instruction.\n"); in TEST()
2272 "The MacroAssembler does not convert vldr or vstr" in TEST()
[all...]

Completed in 58 milliseconds

12