/external/llvm/test/CodeGen/SystemZ/ |
bswap-04.ll | 7 ; Check STRV with no displacement. 10 ; CHECK: strv %r3, 0(%r2) 17 ; Check the high end of the aligned STRV range. 20 ; CHECK: strv %r3, 524284(%r2) 33 ; CHECK: strv %r3, 0(%r2) 41 ; Check the high end of the negative aligned STRV range. 44 ; CHECK: strv %r3, -4(%r2) 52 ; Check the low end of the STRV range. 55 ; CHECK: strv %r3, -524288(%r2) 68 ; CHECK: strv %r3, 0(%r2 [all...] |
/development/ndk/platforms/android-18/samples/gles3jni/jni/ |
RendererES3.cpp | 21 #define STRV(s) STR(s) 30 "layout(location = " STRV(POS_ATTRIB) ") in vec2 pos;\n" 31 "layout(location=" STRV(COLOR_ATTRIB) ") in vec4 color;\n" 32 "layout(location=" STRV(SCALEROT_ATTRIB) ") in vec4 scaleRot;\n" 33 "layout(location=" STRV(OFFSET_ATTRIB) ") in vec2 offset;\n"
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/ |
AbstractSequentialListTest.java | 158 Collection strV = new Vector<String>(); 160 strV.add("String"); 161 strV.add("1"); 162 strV.add("3.14"); 165 asl.addAll(0, strV); 193 asl.addAll(0, strV); 199 strV.remove("String"); 200 strV.add(null); 203 asl.addAll(0, strV); 209 strV.remove(null) [all...] |
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/s390/ |
esa-z900.s | 39 strv %r6,4095(%r5,%r10)
|
esa-z900.d | 45 .*: e3 65 af ff 00 3e [ ]*strv %r6,4095\(%r5,%r10\)
|
zarch-z990.s | 115 strv %r6,-524288(%r5,%r10)
|
zarch-z990.d | 121 .*: e3 65 a0 00 80 3e [ ]*strv %r6,-524288\(%r5,%r10\)
|
/external/mksh/src/ |
eval.c | 43 const char **strv; member in union:__anon21295::__anon21296 809 if ((x.str = *x.u.strv++) == NULL) { 1042 hasnonempty(const char **strv) 1046 while (strv[i]) 1047 if (*strv[i++]) 1206 xp->u.strv = (const char **)e->loc->argv + 1; 1207 xp->str = *xp->u.strv++; 1249 xp->u.strv = (const char **)XPptrv(wv); 1250 xp->str = *xp->u.strv++; 1282 (xp->u.strv[0] == NULL) : !hasnonempty(xp->u.strv))) [all...] |
lex.c | 1267 s->start = s->str = *s->u.strv++; 1272 if (*s->u.strv == NULL) { [all...] |
sh.h | 1556 const char **strv; \/* string [] *\/ member in union:source::__anon21312 [all...] |
funcs.c | [all...] |
/prebuilts/go/darwin-x86/src/encoding/xml/ |
read.go | 423 strv := finfo.value(sv) 427 if err := p.unmarshalAttr(strv, a); err != nil {
|
/prebuilts/go/linux-x86/src/encoding/xml/ |
read.go | 423 strv := finfo.value(sv) 427 if err := p.unmarshalAttr(strv, a); err != nil {
|
/external/llvm/test/MC/SystemZ/ |
insn-bad.s | [all...] |
/toolchain/binutils/binutils-2.25/opcodes/ |
ChangeLog-2004 | 424 lrv, lrvh, strv, ml, dl, alc, slb rll and mvclu are available
|
s390-opc.txt | 537 e3000000003e strv RXE_RRRD "store reversed 32" z900 esa,zarch [all...] |
/external/llvm/test/MC/Disassembler/SystemZ/ |
insns.txt | [all...] |
/external/valgrind/docs/internals/ |
s390-opcodes.csv | 520 strv,"store reversed 32",implemented, [all...] |
/external/llvm/lib/Target/SystemZ/ |
SystemZInstrInfo.td | 570 def STRV : StoreRXY<"strv", 0xE33E, storeu<bswap, nonvolatile_store>, GR32, 4>; [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/Carbon/ |
QuickTime.py | [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/Carbon/ |
QuickTime.py | [all...] |
/external/valgrind/VEX/priv/ |
guest_amd64_toIR.c | [all...] |
guest_s390_toIR.c | [all...] |
/prebuilts/go/darwin-x86/pkg/darwin_amd64/encoding/ |
xml.a | [all...] |
/prebuilts/go/darwin-x86/pkg/darwin_amd64_race/encoding/ |
xml.a | [all...] |