/external/llvm/test/CodeGen/X86/ |
D | vec_ins_extract-1.ll | 6 define i32 @t0(i32 inreg %t7, <4 x i32> inreg %t8) nounwind { 7 %t13 = insertelement <4 x i32> %t8, i32 76, i32 %t7 11 define i32 @t1(i32 inreg %t7, <4 x i32> inreg %t8) nounwind { 12 %t13 = insertelement <4 x i32> %t8, i32 76, i32 0 16 define <4 x i32> @t2(i32 inreg %t7, <4 x i32> inreg %t8) nounwind { 17 %t9 = extractelement <4 x i32> %t8, i32 %t7 18 %t13 = insertelement <4 x i32> %t8, i32 %t9, i32 0 21 define <4 x i32> @t3(i32 inreg %t7, <4 x i32> inreg %t8) nounwind { 22 %t9 = extractelement <4 x i32> %t8, i32 0 23 %t13 = insertelement <4 x i32> %t8, i32 %t9, i32 %t7
|
D | masked-iv-unsafe.ll | 27 %t8 = fmul double %t7, 4.5 28 store double %t8, double* %t6 55 %t8 = fmul double %t7, 4.5 56 store double %t8, double* %t6 85 %t8 = fmul double %t7, 4.5 86 store double %t8, double* %t6 115 %t8 = fmul double %t7, 4.5 116 store double %t8, double* %t6 143 %t8 = fmul double %t7, 4.5 144 store double %t8, double* %t6 [all …]
|
D | masked-iv-safe.ll | 31 %t8 = fmul double %t7, 4.5 32 store double %t8, double* %t6 59 %t8 = fmul double %t7, 4.5 60 store double %t8, double* %t6 89 %t8 = fmul double %t7, 4.5 90 store double %t8, double* %t6 119 %t8 = fmul double %t7, 4.5 120 store double %t8, double* %t6 147 %t8 = fmul double %t7, 4.5 148 store double %t8, double* %t6 [all …]
|
/external/pixman/pixman/ |
D | pixman-mips-memcpy-asm.S | 56 xor t8, a1, a0 57 andi t8, t8, 0x3 /* t8 is a0/a1 word-displacement */ 59 bne t8, zero, $unaligned 66 LWHI t8, 0(a1) 68 SWHI t8, 0(a0) 72 $chk16w: andi t8, a2, 0x3f /* any whole 64-byte chunks? */ 75 beq a2, t8, $chk8w /* if a2==t8, no 64-byte chunks */ 77 subu a3, a2, t8 /* subtract from a2 the reminder */ 152 move a2, t8 158 andi t8, a2, 0x1f /* is there a 32-byte chunk? */ [all …]
|
D | pixman-mips-dspr2-asm.S | 161 CONVERT_2x8888_TO_2x0565 t0, t1, t2, t3, t4, t5, t6, t7, t8 203 CONVERT_2x0565_TO_2x8888 t0, t1, t2, t3, t4, t5, t6, t7, t8, t9 235 srl t8, a2, 3 /* t1 = how many multiples of 8 src pixels */ 236 beqz t8, 3f /* branch if less than 8 src pixels */ 239 addiu t8, t8, -1 240 beqz t8, 2f 324 lui t8, 0xff00; 357 or t3, t3, t8 /* t3 = FF | R2 | G2 | B2 */ 359 or t4, t4, t8 /* t4 = FF | R1 | G1 | B1 */ 362 or t5, t5, t8 /* t5 = FF | R3 | G3 | B3 */ [all …]
|
/external/chromium_org/third_party/sqlite/src/test/ |
D | fts3fault.test | 171 execsql { CREATE VIRTUAL TABLE t8 USING fts4 } 172 execsql "INSERT INTO t8 VALUES('a b c')" 173 execsql "INSERT INTO t8 VALUES('b b b')" 174 execsql "INSERT INTO t8 VALUES('[string repeat {c } 50000]')" 175 execsql "INSERT INTO t8 VALUES('d d d')" 176 execsql "INSERT INTO t8 VALUES('e e e')" 177 execsql "INSERT INTO t8(t8) VALUES('optimize')" 185 execsql { SELECT mit(matchinfo(t8, 'x')) FROM t8 WHERE t8 MATCH 'a b c' } 193 execsql { SELECT mit(matchinfo(t8, 's')) FROM t8 WHERE t8 MATCH 'a b c' } 201 execsql { SELECT mit(matchinfo(t8, 'a')) FROM t8 WHERE t8 MATCH 'a b c' } [all …]
|
D | e_delete.test | 102 CREATE TABLE main.t8(a, b); INSERT INTO main.t8 VALUES(1, 2); 103 CREATE TABLE aux.t8(a, b); INSERT INTO aux.t8 VALUES(3, 4); 104 CREATE TABLE aux2.t8(a, b); INSERT INTO aux2.t8 VALUES(5, 6); 135 CREATE TRIGGER tr1 AFTER UPDATE ON t8 BEGIN 136 DELETE FROM aux2.t8 WHERE b!=a; 173 CREATE TRIGGER aux.tr1 AFTER INSERT ON t8 BEGIN 176 INSERT INTO aux.t8 VALUES(1, 2); 184 CREATE TRIGGER main.tr1 AFTER INSERT ON t8 BEGIN 187 INSERT INTO main.t8 VALUES(1, 2); 209 DELETE FROM main.t8 WHERE oid>1; [all …]
|
D | subquery.test | 435 CREATE TABLE t8(c8); 436 INSERT INTO t8 VALUES(100); 437 INSERT INTO t8 VALUES(200); 438 INSERT INTO t8 VALUES(300); 444 SELECT (SELECT c7+c8 FROM t7) FROM t8; 449 SELECT (SELECT max(c7)+c8 FROM t7) FROM t8; 454 SELECT (SELECT c7+max(c8) FROM t8) FROM t7 459 SELECT (SELECT max(c7)+max(c8) FROM t8) FROM t7 464 SELECT (SELECT c8 FROM t8 WHERE rowid=max(c7)) FROM t7 469 SELECT (SELECT (SELECT max(c7+c8+c9) FROM t9) FROM t8) FROM t7 [all …]
|
D | fkey1.test | 62 CREATE TABLE t8(x references t4); 68 DROP TABLE t8; 100 CREATE TABLE t8(d, e, f, 103 PRAGMA foreign_key_list(t8);
|
/external/valgrind/main/none/tests/mips32/ |
D | branches.c | 269 TESTINST1(22, t8); in main() 295 TESTINST2(22, t8); in main() 321 TESTINST3(22, t8); in main() 339 TESTINST4("beq", 14, -1, 0x5, v0, t9, t8); in main() 340 TESTINST4("beq", 15, -1, -1, t9, t8, a3); in main() 357 TESTINST4("bne", 14, -1, 0x5, v0, t9, t8); in main() 358 TESTINST4("bne", 15, -1, -1, t9, t8, a3); in main() 376 TESTINST5("beqz", 15, -1, t9, t8); in main() 394 TESTINST5("bgez", 15, -1, t9, t8); in main() 412 TESTINST5("bgtz", 15, -1, t9, t8); in main() [all …]
|
/external/valgrind/main/VEX/orig_ppc32/ |
D | date.orig | 21 11: GETL R1, t8 22 12: STL t6, (t8) 55 12: GETL R11, t8 56 13: PUTL t8, CTR 253 8: LDL (t6), t8 254 9: PUTL t8, R8 366 12: MOVL $0x6FFF0000, t8 367 13: PUTL t8, R29 444 9: LDL (t6), t8 445 10: PUTL t8, R11 [all …]
|
D | return0.orig | 21 11: GETL R1, t8 22 12: STL t6, (t8) 55 12: GETL R11, t8 56 13: PUTL t8, CTR 253 8: LDL (t6), t8 254 9: PUTL t8, R8 366 12: MOVL $0x6FFF0000, t8 367 13: PUTL t8, R29 444 9: LDL (t6), t8 445 10: PUTL t8, R11 [all …]
|
/external/openssh/regress/ |
D | Makefile | 3 REGRESS_TARGETS= t1 t2 t3 t4 t5 t6 t7 t8 t9 t-exec 69 t8.out t8.out.pub t9.out t9.out.pub \ 124 $(OBJ)/t8.out: 127 t8: $(OBJ)/t8.out target 128 ${TEST_SSH_SSHKEYGEN} -lf $(OBJ)/t8.out > /dev/null 129 ${TEST_SSH_SSHKEYGEN} -Bf $(OBJ)/t8.out > /dev/null
|
/external/speex/libspeex/ |
D | smallft.c | 278 int t0,t1,t2,t3,t4,t5,t6,t7,t8,t9,t10; in dradfg() local 448 t8=t4; in dradfg() 451 ch2[t6++]+=ar2*c2[t8++]; in dradfg() 527 t8=t4; in dradfg() 532 cc[i+t7-1]=ch[i+t8-1]+ch[i+t9-1]; in dradfg() 533 cc[ic+t6-1]=ch[i+t8-1]-ch[i+t9-1]; in dradfg() 534 cc[i+t7]=ch[i+t8]+ch[i+t9]; in dradfg() 535 cc[ic+t6]=ch[i+t9]-ch[i+t8]; in dradfg() 539 t8+=ido; in dradfg() 559 t8=i+t4; in dradfg() [all …]
|
/external/libvorbis/lib/ |
D | smallft.c | 276 int t0,t1,t2,t3,t4,t5,t6,t7,t8,t9,t10; in dradfg() local 446 t8=t4; in dradfg() 449 ch2[t6++]+=ar2*c2[t8++]; in dradfg() 525 t8=t4; in dradfg() 530 cc[i+t7-1]=ch[i+t8-1]+ch[i+t9-1]; in dradfg() 531 cc[ic+t6-1]=ch[i+t8-1]-ch[i+t9-1]; in dradfg() 532 cc[i+t7]=ch[i+t8]+ch[i+t9]; in dradfg() 533 cc[ic+t6]=ch[i+t9]-ch[i+t8]; in dradfg() 537 t8+=ido; in dradfg() 557 t8=i+t4; in dradfg() [all …]
|
/external/v8/src/mips/ |
D | macro-assembler-mips.cc | 196 ASSERT(!AreAliased(value, dst, t8, object)); in RecordWriteField() 213 And(t8, dst, Operand((1 << kPointerSizeLog2) - 1)); in RecordWriteField() 214 Branch(&ok, eq, t8, Operand(zero_reg)); in RecordWriteField() 248 ASSERT(!AreAliased(object, address, value, t8)); in RecordWrite() 315 li(t8, Operand(store_buffer)); in RememberedSetHelper() 316 lw(scratch, MemOperand(t8)); in RememberedSetHelper() 321 sw(scratch, MemOperand(t8)); in RememberedSetHelper() 324 And(t8, scratch, Operand(StoreBuffer::kStoreBufferOverflowBit)); in RememberedSetHelper() 326 Branch(&done, eq, t8, Operand(zero_reg)); in RememberedSetHelper() 329 Ret(eq, t8, Operand(zero_reg)); in RememberedSetHelper() [all …]
|
/external/llvm/test/CodeGen/Mips/ |
D | llcarry.ll | 18 ; 16: move ${{[0-9]+}}, $t8 31 ; 16: move ${{[0-9]+}}, $t8 44 ; 16: move ${{[0-9]+}}, $t8
|
/external/jpeg/ |
D | mips_idct_le.S | 57 # $t8 - coefficients, temp 142 lw $t8, 4($at) # FIX(1.414213562) 158 mulq_rs.ph $s6, $s6, $t8 # ... tmp12 ... 208 mulq_rs.ph $s5, $s5, $t8 # ... tmp11 210 lw $t8, 8($at) # FIX(1.847759065) 216 mulq_rs.ph $v1, $v1, $t8 # ... z5 220 lw $t8, 12($at) # FIX(-2.613125930) 223 mulq_rs.ph $v0, $v0, $t8 # tmp12 ... 298 # $t8 - coefficients, temp 398 lw $t8, 4($at) # FIX(1.414213562) [all …]
|
/external/chromium_org/v8/src/mips/ |
D | macro-assembler-mips.cc | 216 ASSERT(!AreAliased(value, dst, t8, object)); in RecordWriteField() 233 And(t8, dst, Operand((1 << kPointerSizeLog2) - 1)); in RecordWriteField() 234 Branch(&ok, eq, t8, Operand(zero_reg)); in RecordWriteField() 268 ASSERT(!AreAliased(object, address, value, t8)); in RecordWrite() 337 li(t8, Operand(store_buffer)); in RememberedSetHelper() 338 lw(scratch, MemOperand(t8)); in RememberedSetHelper() 343 sw(scratch, MemOperand(t8)); in RememberedSetHelper() 346 And(t8, scratch, Operand(StoreBuffer::kStoreBufferOverflowBit)); in RememberedSetHelper() 348 Branch(&done, eq, t8, Operand(zero_reg)); in RememberedSetHelper() 351 Ret(eq, t8, Operand(zero_reg)); in RememberedSetHelper() [all …]
|
/external/llvm/test/Transforms/Reassociate/ |
D | mightymul.ll | 13 %t8 = mul i32 %t7, %t7 14 %t9 = mul i32 %t8, %t8
|
/external/llvm/test/Transforms/InstCombine/ |
D | lshr-phi.ll | 17 %k.04 = phi i32 [ 0, %entry ], [ %t8, %bb ] ; <i32> [#uses=2] 25 %t8 = and i32 %t7, 16383 ; <i32> [#uses=2] 33 %k.0.lcssa = phi i32 [ 0, %entry ], [ %t8, %bb ] ; <i32> [#uses=1]
|
/external/clang/test/CodeGen/ |
D | ms_struct-bitfield-1.c | 70 } ATTR t8; variable 71 static int a8[(sizeof(t8) == 4) -1];
|
D | ms_struct-bitfield.c | 78 } ATTR t8; variable 124 static int arr8[(sizeof(t8) == 0) -1];
|
D | arm-aapcs-zerolength-bitfield.c | 72 struct t8 struct 79 static int arr8_offset[(offsetof(struct t8, bar2) == 5) ? 0 : -1]; argument 80 static int arr8_sizeof[(sizeof(struct t8) == 8) ? 0 : -1];
|
/external/llvm/test/Analysis/ScalarEvolution/ |
D | nsw-offset.ll | 47 ; CHECK: %t8 = sext i32 %t7 to i64 49 %t8 = sext i32 %t7 to i64 ; <i64> [#uses=1] 51 ; CHECK: %t9 = getelementptr inbounds double* %q, i64 %t8 53 %t9 = getelementptr inbounds double* %q, i64 %t8 ; <double*> [#uses=1]
|