HomeSort by relevance Sort by last modified time
    Searched refs:vstr (Results 1 - 25 of 63) sorted by null

1 2 3

  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/arm/
vstr-bad.s 6 vstr d0, float
7 vstr d0, [pc, #4]
vstr-arm-bad.d 1 # name: VFP PC-relative VSTR arm mode
3 # source: vstr-bad.s
4 # error-output: vstr-arm-bad.l
vstr-thumb-bad.d 1 # name: VFP PC-relative VSTR thumb mode
3 # source: vstr-bad.s
4 # error-output: vstr-thumb-bad.l
vstr-thumb-bad.l 2 [^:]*:6: Error: Use of PC here is UNPREDICTABLE -- `vstr d0,float'
3 [^:]*:7: Error: Use of PC here is UNPREDICTABLE -- `vstr d0,\[pc,#4\]'
neon-ldst-rm.s 37 single vstr 4
39 single vstr 256
neon-ldst-rm.d 53 0[0-9a-f]+ <[^>]+> ed835b00 vstr d5, \[r3\]
54 0[0-9a-f]+ <[^>]+> ed035b01 vstr d5, \[r3, #-4\]
55 0[0-9a-f]+ <[^>]+> ed835b01 vstr d5, \[r3, #4\]
59 0[0-9a-f]+ <[^>]+> ed835b00 vstr d5, \[r3\]
60 0[0-9a-f]+ <[^>]+> ed035b40 vstr d5, \[r3, #-256\].*
61 0[0-9a-f]+ <[^>]+> ed835b40 vstr d5, \[r3, #256\].*
group-reloc-ldc.d 404 0[0-9a-f]+ <[^>]+> ed800a85 (vstr|fsts) s0, \[r0, #532\].*
406 0[0-9a-f]+ <[^>]+> ed800a85 (vstr|fsts) s0, \[r0, #532\].*
408 0[0-9a-f]+ <[^>]+> ed800a85 (vstr|fsts) s0, \[r0, #532\].*
410 0[0-9a-f]+ <[^>]+> ed800a85 (vstr|fsts) s0, \[r0, #532\].*
412 0[0-9a-f]+ <[^>]+> ed800a85 (vstr|fsts) s0, \[r0, #532\].*
414 0[0-9a-f]+ <[^>]+> ed800a85 (vstr|fsts) s0, \[r0, #532\].*
428 0[0-9a-f]+ <[^>]+> ed000a85 (vstr|fsts) s0, \[r0, #-532\].*
430 0[0-9a-f]+ <[^>]+> ed000a85 (vstr|fsts) s0, \[r0, #-532\].*
432 0[0-9a-f]+ <[^>]+> ed000a85 (vstr|fsts) s0, \[r0, #-532\].*
434 0[0-9a-f]+ <[^>]+> ed000a85 (vstr|fsts) s0, \[r0, #-532\].
    [all...]
vfp-neon-overlap.d 18 0[0-9a-f]+ <[^>]+> ed800b00 vstr d0, \[r0\]
19 0[0-9a-f]+ <[^>]+> ed800b00 vstr d0, \[r0\]
vfpv3xd.d 11 0+[0-9a-f]* <[^>]*> ed800b00 vstr d0, \[r0\]
armv8-2-fp16-scalar.s 74 vstr.16 s6 , [r0, #4]
75 vstr.16 s11 , [r0, #-4]
armv8-2-fp16-scalar-thumb.d 22 24: ed80 3902 vstr.16 s6, \[r0, #4\]
23 28: ed40 5902 vstr.16 s11, \[r0, #-4\]
armv8-2-fp16-scalar.d 22 24: ed803902 vstr.16 s6, \[r0, #4\]
23 28: ed405902 vstr.16 s11, \[r0, #-4\]
  /external/skia/src/xml/
SkDOM.cpp 377 const char* vstr = this->findAttr(node, name); local
378 return vstr && SkParse::FindS32(vstr, value);
382 const char* vstr = this->findAttr(node, name); local
383 return vstr && SkParse::FindScalars(vstr, value, count);
387 const char* vstr = this->findAttr(node, name); local
388 return vstr && SkParse::FindHex(vstr, value);
392 const char* vstr = this->findAttr(node, name) local
397 const char* vstr = this->findAttr(node, name); local
402 const char* vstr = this->findAttr(node, name); local
407 const char* vstr = this->findAttr(node, name); local
413 const char* vstr = this->findAttr(node, name); local
419 const char* vstr = this->findAttr(node, name); local
425 const char* vstr = this->findAttr(node, name); local
    [all...]
  /external/skqp/src/xml/
SkDOM.cpp 377 const char* vstr = this->findAttr(node, name); local
378 return vstr && SkParse::FindS32(vstr, value);
382 const char* vstr = this->findAttr(node, name); local
383 return vstr && SkParse::FindScalars(vstr, value, count);
387 const char* vstr = this->findAttr(node, name); local
388 return vstr && SkParse::FindHex(vstr, value);
392 const char* vstr = this->findAttr(node, name) local
397 const char* vstr = this->findAttr(node, name); local
402 const char* vstr = this->findAttr(node, name); local
407 const char* vstr = this->findAttr(node, name); local
413 const char* vstr = this->findAttr(node, name); local
419 const char* vstr = this->findAttr(node, name); local
425 const char* vstr = this->findAttr(node, name); local
    [all...]
  /external/valgrind/tests/
x86_amd64_features.c 41 char vstr[13]; local
44 memcpy(&vstr[0], &b, 4);
45 memcpy(&vstr[4], &d, 4);
46 memcpy(&vstr[8], &c, 4);
47 vstr[12] = 0;
48 return 0 == strcmp(vstr, str);
  /external/mesa3d/src/glx/
render2.c 175 GLint uord, GLdouble v1, GLdouble v2, GLint vstr,
187 else if (vstr < k || ustr < k || vord <= 0 || uord <= 0) {
211 __glFillMap2d(k, uord, vord, ustr, vstr, pnts, (GLdouble *) (pc + 48));
229 if ((vstr != k) || (ustr != k * vord)) {
240 __glFillMap2d(k, uord, vord, ustr, vstr, pnts, buf);
253 GLint uord, GLfloat v1, GLfloat v2, GLint vstr, GLint vord,
265 else if (vstr < k || ustr < k || vord <= 0 || uord <= 0) {
291 __glFillMap2f(k, uord, vord, ustr, vstr, pnts, (GLfloat *) (pc + 32));
305 if ((vstr != k) || (ustr != k * vord)) {
316 __glFillMap2f(k, uord, vord, ustr, vstr, pnts, buf)
    [all...]
  /art/runtime/interpreter/mterp/arm/
op_long_to_double.S 22 vstr.64 d2, [r9] @ vAA<- d2
  /external/vboot_reference/futility/
futility.c 225 const char *vstr; local
244 vstr = "version 1.0 ";
247 vstr = "version 2.1 ";
250 vstr = "";
253 printf("The following %scommands are built-in:\n\n", vstr);
  /external/swiftshader/third_party/LLVM/test/MC/ARM/
simple-fp-encoding.s 211 @ CHECK: vstr.64 d4, [r1] @ encoding: [0x00,0x4b,0x81,0xed]
212 @ CHECK: vstr.64 d4, [r1, #24] @ encoding: [0x06,0x4b,0x81,0xed]
213 @ CHECK: vstr.64 d4, [r1, #-24] @ encoding: [0x06,0x4b,0x01,0xed]
214 vstr.64 d4, [r1]
215 vstr.64 d4, [r1, #24]
216 vstr.64 d4, [r1, #-24]
218 @ CHECK: vstr.32 s4, [r1] @ encoding: [0x00,0x2a,0x81,0xed]
219 @ CHECK: vstr.32 s4, [r1, #24] @ encoding: [0x06,0x2a,0x81,0xed]
220 @ CHECK: vstr.32 s4, [r1, #-24] @ encoding: [0x06,0x2a,0x01,0xed]
221 vstr.32 s4, [r1
    [all...]
  /external/clang/test/Sema/
format-strings-fixit.c 103 char *vstr = "abc"; local
124 scanf("%lf", vstr);
223 // CHECK: scanf("%s", vstr);
  /external/v8/src/crankshaft/arm/
lithium-gap-resolver-arm.cc 189 __ vstr(kScratchDoubleReg, cgen_->ToMemOperand(saved_destination_));
226 __ vstr(kScratchDoubleReg.low(), destination_operand);
269 __ vstr(source_register, cgen_->ToMemOperand(destination));
283 __ vstr(kScratchDoubleReg, destination_operand);
287 __ vstr(kScratchDoubleReg, destination_operand);
  /external/llvm/test/MC/ARM/
fullfp16.s 235 vstr.16 s1, [pc, #6]
236 vstr.16 s2, [pc, #510]
237 vstr.16 s3, [pc, #-510]
238 vstr.16 s4, [r4, #-18]
239 @ ARM: vstr.16 s1, [pc, #6] @ encoding: [0x03,0x09,0xcf,0xed]
240 @ ARM: vstr.16 s2, [pc, #510] @ encoding: [0xff,0x19,0x8f,0xed]
241 @ ARM: vstr.16 s3, [pc, #-510] @ encoding: [0xff,0x19,0x4f,0xed]
242 @ ARM: vstr.16 s4, [r4, #-18] @ encoding: [0x09,0x29,0x04,0xed]
243 @ THUMB: vstr.16 s1, [pc, #6] @ encoding: [0xcf,0xed,0x03,0x09]
244 @ THUMB: vstr.16 s2, [pc, #510] @ encoding: [0x8f,0xed,0xff,0x19
    [all...]
fullfp16-neg.s 174 vstr.16 s1, [pc, #6]
175 vstr.16 s2, [pc, #510]
176 vstr.16 s3, [pc, #-510]
177 vstr.16 s4, [r4, #-18]
simple-fp-encoding.s 269 @ CHECK: vstr d4, [r1] @ encoding: [0x00,0x4b,0x81,0xed]
270 @ CHECK: vstr d4, [r1, #24] @ encoding: [0x06,0x4b,0x81,0xed]
271 @ CHECK: vstr d4, [r1, #-24] @ encoding: [0x06,0x4b,0x01,0xed]
272 @ CHECK: vstr s0, [lr] @ encoding: [0x00,0x0a,0x8e,0xed]
273 @ CHECK: vstr d0, [lr] @ encoding: [0x00,0x0b,0x8e,0xed]
275 vstr.64 d4, [r1]
276 vstr.64 d4, [r1, #24]
277 vstr.64 d4, [r1, #-24]
278 vstr s0, [lr]
279 vstr d0, [lr
    [all...]
  /external/capstone/suite/MC/ARM/
simple-fp-encoding.s.cs 105 0x00,0x4b,0x81,0xed = vstr d4, [r1]
106 0x06,0x4b,0x81,0xed = vstr d4, [r1, #24]
107 0x06,0x4b,0x01,0xed = vstr d4, [r1, #-24]
108 0x00,0x0a,0x8e,0xed = vstr s0, [lr]
109 0x00,0x0b,0x8e,0xed = vstr d0, [lr]
110 0x00,0x2a,0x81,0xed = vstr s4, [r1]
111 0x06,0x2a,0x81,0xed = vstr s4, [r1, #24]
112 0x06,0x2a,0x01,0xed = vstr s4, [r1, #-24]

Completed in 388 milliseconds

1 2 3