/external/libcxx/test/utilities/optional/optional.relops/ |
D | equal.pass.cpp | 45 constexpr O o5{1}; // engaged in main() local 51 static_assert ( !(o1 == o5), "" ); in main() 57 static_assert ( !(o2 == o5), "" ); in main() 63 static_assert ( o3 == o5 , "" ); in main() 69 static_assert ( !(o4 == o5), "" ); in main() 71 static_assert ( !(o5 == o1), "" ); in main() 72 static_assert ( !(o5 == o2), "" ); in main() 73 static_assert ( o5 == o3 , "" ); in main() 74 static_assert ( !(o5 == o4), "" ); in main() 75 static_assert ( o5 == o5 , "" ); in main()
|
D | less_than.pass.cpp | 42 constexpr O o5{1}; // engaged in main() local 48 static_assert ( o1 < o5 , "" ); in main() 54 static_assert ( o2 < o5 , "" ); in main() 60 static_assert ( !(o3 < o5), "" ); in main() 66 static_assert ( !(o4 < o5), "" ); in main() 68 static_assert ( !(o5 < o1), "" ); in main() 69 static_assert ( !(o5 < o2), "" ); in main() 70 static_assert ( !(o5 < o3), "" ); in main() 71 static_assert ( o5 < o4 , "" ); in main() 72 static_assert ( !(o5 < o5), "" ); in main()
|
/external/chromium_org/third_party/mesa/src/src/mesa/sparc/ |
D | norm.S | 33 LDPTR [%o2 + V4F_START], %o5 ! o5 = 'from' in->start 50 ld [%o5 + 0x00], %f0 ! ux = from[0] 51 ld [%o5 + 0x04], %f1 ! uy = from[1] 52 ld [%o5 + 0x08], %f2 ! uz = from[2] 53 add %o5, %g2, %o5 ! STRIDE_F(from, stride) 115 ld [%o5 + 0x00], %f0 ! ux = from[0] 116 ld [%o5 + 0x04], %f1 ! uy = from[1] 117 ld [%o5 + 0x08], %f2 ! uz = from[2] 118 add %o5, %g2, %o5 ! STRIDE_F(from, stride) 172 LDPTR [%o2 + V4F_START], %o5 ! o5 = 'from' in->start [all …]
|
D | xform.S | 62 ld [%o2 + V4F_STRIDE], %o5 78 add %g1, %o5, %g1 ! IEU0 81 add %g1, %o5, %g1 ! IEU1 136 ld [%o2 + V4F_STRIDE], %o5 150 add %g1, %o5, %g1 ! IEU0 153 add %g1, %o5, %g1 ! IEU1 177 ld [%o2 + V4F_STRIDE], %o5 193 add %g1, %o5, %g1 ! IEU0 196 add %g1, %o5, %g1 ! IEU1 231 ld [%o2 + V4F_STRIDE], %o5 [all …]
|
/external/mesa3d/src/mesa/sparc/ |
D | norm.S | 33 LDPTR [%o2 + V4F_START], %o5 ! o5 = 'from' in->start 50 ld [%o5 + 0x00], %f0 ! ux = from[0] 51 ld [%o5 + 0x04], %f1 ! uy = from[1] 52 ld [%o5 + 0x08], %f2 ! uz = from[2] 53 add %o5, %g2, %o5 ! STRIDE_F(from, stride) 115 ld [%o5 + 0x00], %f0 ! ux = from[0] 116 ld [%o5 + 0x04], %f1 ! uy = from[1] 117 ld [%o5 + 0x08], %f2 ! uz = from[2] 118 add %o5, %g2, %o5 ! STRIDE_F(from, stride) 172 LDPTR [%o2 + V4F_START], %o5 ! o5 = 'from' in->start [all …]
|
D | xform.S | 62 ld [%o2 + V4F_STRIDE], %o5 78 add %g1, %o5, %g1 ! IEU0 81 add %g1, %o5, %g1 ! IEU1 136 ld [%o2 + V4F_STRIDE], %o5 150 add %g1, %o5, %g1 ! IEU0 153 add %g1, %o5, %g1 ! IEU1 177 ld [%o2 + V4F_STRIDE], %o5 193 add %g1, %o5, %g1 ! IEU0 196 add %g1, %o5, %g1 ! IEU1 231 ld [%o2 + V4F_STRIDE], %o5 [all …]
|
/external/openssl/crypto/bn/asm/ |
D | sparcv8.S | 57 clr %o5 64 addcc %o4,%o5,%o4 68 addx %g1,0,%o5 75 addcc %o4,%o5,%o4 79 addx %g1,0,%o5 86 addcc %o4,%o5,%o4 90 addx %g1,0,%o5 96 addcc %o4,%o5,%o4 100 addx %g1,0,%o5 110 mov %o5,%o0 [all …]
|
D | sparcv8plus.S | 191 clr %o5 197 add %g1,%o5,%o4 201 srlx %o4,32,%o5 206 add %g1,%o5,%o4 210 srlx %o4,32,%o5 215 add %g1,%o5,%o4 219 srlx %o4,32,%o5 223 add %g1,%o5,%o4 228 srlx %o4,32,%o5 236 mov %o5,%o0 [all …]
|
D | sparcv9a-mont.pl | 187 add $np,$j,%o5 197 ld [%o5+0],$nlo_ ! load n[j] as pair of 32-bit words 199 ld [%o5+4],$nhi_ 270 add $np,$j,%o5 277 ld [%o5+0],$nlo_ ! load n[j] as pair of 32-bit words 279 ld [%o5+4],$nhi_ 359 add $np,$j,%o5 364 ld [%o5+0],$nlo_ ! load n[j] as pair of 32-bit words 366 ld [%o5+4],$nhi_ 477 ldx [%sp+$bias+$frame+40],%o5 [all …]
|
/external/linux-tools-perf/perf-3.12.0/arch/sparc/lib/ |
D | memcpy.S | 156 andcc %o4, 3, %o5 209 andcc %o4, 3, %o5 236 MOVE_BIGCHUNK(o1, o0, 0x00, o2, o3, o4, o5, g2, g3, g4, g5) 237 MOVE_BIGCHUNK(o1, o0, 0x20, o2, o3, o4, o5, g2, g3, g4, g5) 238 MOVE_BIGCHUNK(o1, o0, 0x40, o2, o3, o4, o5, g2, g3, g4, g5) 239 MOVE_BIGCHUNK(o1, o0, 0x60, o2, o3, o4, o5, g2, g3, g4, g5) 250 sethi %hi(80f), %o5 254 sub %o5, %o4, %o5 255 jmpl %o5 + %lo(80f), %g0 306 MOVE_BIGALIGNCHUNK(o1, o0, 0x00, o2, o3, o4, o5, g2, g3, g4, g5) [all …]
|
/external/chromium_org/v8/test/webkit/ |
D | delete-getters-setters.js | 100 var o5 = { b: 1 }; variable 101 o5.__defineSetter__("a", function() {}); 102 o5.__defineSetter__("b", function() {}); 103 delete o5.a;
|
D | property-getters-and-setters-expected.txt | 43 PASS o5.__defineSetter__('a', null) threw exception TypeError: Object.prototype.__defineSetter__: E… 44 PASS o5.__defineSetter__('a', o5) threw exception TypeError: Object.prototype.__defineSetter__: Exp… 45 PASS o5.__defineGetter__('a', null) threw exception TypeError: Object.prototype.__defineGetter__: E… 46 PASS o5.__defineGetter__('a', o5) threw exception TypeError: Object.prototype.__defineGetter__: Exp…
|
/external/chromium_org/v8/test/mjsunit/compiler/ |
D | simple-inlining.js | 133 var o5 = {e:o6}; variable 134 o5.h = function() { return this.e.y; }; 135 for (var i = 0; i < 5; i++) TestInlineThisXY(o5); 137 TestInlineThisXY(o5); 138 TestInlineThisXY({h: o5.h, e:o6});
|
/external/llvm/test/CodeGen/SPARC/ |
D | 64spill.ll | 13 …~{l0},~{l1},~{l2},~{l3},~{l4},~{l5},~{l6},~{l7},~{o0},~{o1},~{o2},~{o3},~{o4},~{o5},~{o6}"(i64 %r0) 24 …~{l0},~{l1},~{l2},~{l3},~{l4},~{l5},~{l6},~{l7},~{o0},~{o1},~{o2},~{o3},~{o4},~{o5},~{o6}"(i64 %r0) 35 …~{l0},~{l1},~{l2},~{l3},~{l4},~{l5},~{l6},~{l7},~{o0},~{o1},~{o2},~{o3},~{o4},~{o5},~{o6}"(i64 %r0) 47 …~{l0},~{l1},~{l2},~{l3},~{l4},~{l5},~{l6},~{l7},~{o0},~{o1},~{o2},~{o3},~{o4},~{o5},~{o6}"(i64 %r0) 58 …~{l0},~{l1},~{l2},~{l3},~{l4},~{l5},~{l6},~{l7},~{o0},~{o1},~{o2},~{o3},~{o4},~{o5},~{o6}"(i64 %r0) 69 …~{l0},~{l1},~{l2},~{l3},~{l4},~{l5},~{l6},~{l7},~{o0},~{o1},~{o2},~{o3},~{o4},~{o5},~{o6}"(i64 %r0) 80 …~{l0},~{l1},~{l2},~{l3},~{l4},~{l5},~{l6},~{l7},~{o0},~{o1},~{o2},~{o3},~{o4},~{o5},~{o6}"(i64 %r0) 91 …~{l0},~{l1},~{l2},~{l3},~{l4},~{l5},~{l6},~{l7},~{o0},~{o1},~{o2},~{o3},~{o4},~{o5},~{o6}"(i64 %r0) 102 …~{l0},~{l1},~{l2},~{l3},~{l4},~{l5},~{l6},~{l7},~{o0},~{o1},~{o2},~{o3},~{o4},~{o5},~{o6}"(i64 %r0) 113 …~{l0},~{l1},~{l2},~{l3},~{l4},~{l5},~{l6},~{l7},~{o0},~{o1},~{o2},~{o3},~{o4},~{o5},~{o6}"(i64 %r0)
|
/external/chromium_org/v8/test/mjsunit/regress/ |
D | setter.js | 42 var o5 = c(p); variable 65 s(o5);
|
D | regress-crbug-242502.js | 43 var o5 = %ToFastProperties(Object.create({ loo:1 }, { '': { value:f }})); 51 assertEquals(23, call(o5));
|
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d11/shaders/compiled/ |
D | clearuint11ps.h | 36 dcl_output o5.xyzw 44 mov o5.xyzw, v1.xyzw
|
D | clearfloat11ps.h | 36 dcl_output o5.xyzw 44 mov o5.xyzw, v1.xyzw
|
D | clearsint11ps.h | 36 dcl_output o5.xyzw 44 mov o5.xyzw, v1.xyzw
|
/external/chromium_org/v8/test/mjsunit/ |
D | array-tostring.js | 98 var o5 = {length: 3, 0: 1, 1: 2, 2: 3, variable 101 assertEquals("[object Object]", o5.toString());
|
D | track-fields.js | 76 var o5 = {}; variable 77 set_large(o5, 0); 78 assertTrue(%HaveSameMap(o4, o5));
|
/external/llvm/test/CodeGen/X86/ |
D | large-constants.ll | 3 define i64 @constant_hoisting(i64 %o0, i64 %o1, i64 %o2, i64 %o3, i64 %o4, i64 %o5) { 30 %l5 = and i64 %o5, -281474976710652
|
/external/chromium_org/third_party/boringssl/src/crypto/perlasm/ |
D | sparcv9_modes.pl | 405 xor %g5, %o1, %o5 407 movxtod %o5, %f2 409 xor %g5, %o3, %o5 411 movxtod %o5, %f6 541 xor %g5, %o1, %o5 543 movxtod %o5, %f2 545 xor %g5, %o3, %o5 547 movxtod %o5, %f6 621 sllx %l4, 32, %o5 622 or %l5, %o5, %o5 [all …]
|
/external/chromium_org/components/invalidation/ |
D | invalidation_logger_unittest.cc | 200 ObjectId o5(1020, "DataTypeG"); in TEST() local 201 sync_set_B2.insert(o5); in TEST() 202 counted_sync_set_B2[o5] = 0; in TEST()
|
/external/chromium_org/skia/ext/ |
D | skia_utils_win.cc | 20 SK_COMPILE_ASSERT(sizeof(RECT().left) == sizeof(SkIRect().fLeft), o5);
|