Home
last modified time | relevance | path

Searched refs:i3 (Results 1 – 25 of 140) sorted by relevance

123456

/openbsd/lib/libcrypto/aes/asm/
H A Daes-armv4.pl501 ldrb $i3,[$tbl,$i3]
532 orr $i3,$i3,$t1,lsl#8
533 orr $i3,$i3,$t2,lsl#16
542 rev $i3,$i3
562 and $i3,lr,$i3
565 ldrb $i3,[$tbl,$i3]
603 orr $i3,$i3,$t1,lsl#8
613 rev $i3,$i3
631 and $i3,lr,$i3
634 ldrb $i3,[$tbl,$i3]
[all …]
H A Daes-mips.pl138 and $i3,0x3fc
159 and $i3,0x3fc
180 and $i3,0x3fc
201 and $i3,0x3fc
851 lbu $i3,1024($i3)
863 _bias $i3,0
906 lbu $i3,1024($i3)
920 _bias $i3,0
965 lbu $i3,1024($i3)
980 _bias $i3,0
[all …]
/openbsd/gnu/lib/libstdc++/libstdc++/testsuite/22_locale/
H A Dcollate_byname.cc93 int i3; in test01() local
98 i3 = coll_de.compare(strlit3, strlit3 + size4, strlit3, strlit3 + 7); in test01()
99 VERIFY ( i3 == 1 ); in test01()
100 i3 = coll_de.compare(strlit3, strlit3 + 7, strlit3, strlit3 + size4); in test01()
101 VERIFY ( i3 == -1 ); in test01()
102 i3 = coll_de.compare(strlit3, strlit3 + 7, strlit3, strlit3 + 7); in test01()
103 VERIFY ( i3 == 0 ); in test01()
105 i3 = coll_de.compare(strlit3, strlit3 + 6, strlit3 + 8, strlit3 + 14); in test01()
106 VERIFY ( i3 == -1 ); in test01()
125 i3 = str5.compare(str6); in test01()
[all …]
/openbsd/gnu/lib/libstdc++/libstdc++/testsuite/24_iterators/
H A Diterator.cc97 i3 = i1; in string_stuff()
101 i3 += 5; in string_stuff()
105 i3 -= 5; in string_stuff()
109 if (i3 + 5 != i2) in string_stuff()
112 if (5 + i3 != i2) in string_stuff()
115 if (i2 - 5 != i3) in string_stuff()
328 i3 = i1; in vector_stuff()
332 i3 += 5; in vector_stuff()
336 i3 -= 5; in vector_stuff()
340 if (i3 + 5 != i2) in vector_stuff()
[all …]
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g77.f-torture/execute/
H A Df90-intrinsic-bit.f13 integer i, i2, ia, i3
168 i3 = 0
209 i3 = 3
247 call c_i2(ISHFTC(j,j2,i3),ja,
255 call c_i2(ISHFTC(j,k2,i3),ja,
263 call c_i2(ISHFTC(j,m2,i3),ja,
279 call c_i1(ISHFTC(k,j2,i3),ka,
287 call c_i1(ISHFTC(k,k2,i3),ka,
295 call c_i1(ISHFTC(k,m2,i3),ka,
311 call c_i8(ISHFTC(m,j2,i3),ma,
[all …]
H A D980628-0.f13 integer i1, i2, i3 local
32 i3 = 3
34 call x (r1, d1, i1, r2, d2, i2, r3, d3, i3)
38 subroutine x (r1, d1, i1, r2, d2, i2, r3, d3, i3) argument
43 integer i1, i2, i3 local
59 if (i3 .ne. 3) call abort
H A D980628-1.f14 integer i1, i2, i3 local
33 i3 = 3
35 call x (r1, d1, i1, r2, d2, i2, r3, d3, i3)
39 subroutine x (r1, d1, i1, r2, d2, i2, r3, d3, i3) argument
44 integer i1, i2, i3 local
60 if (i3 .ne. 3) call abort
H A D980628-7.f13 integer i1, i2, i3 local
32 i3 = 3
34 call x (r1, d1, i1, r2, d2, i2, r3, d3, i3)
38 subroutine x (r1, d1, i1, r2, d2, i2, r3, d3, i3) argument
43 integer i1, i2, i3 local
59 if (i3 .ne. 3) call abort
H A D980628-8.f14 integer i1, i2, i3 local
33 i3 = 3
35 call x (r1, d1, i1, r2, d2, i2, r3, d3, i3)
39 subroutine x (r1, d1, i1, r2, d2, i2, r3, d3, i3) argument
44 integer i1, i2, i3 local
60 if (i3 .ne. 3) call abort
H A D980701-0.f14 integer i1, i2, i3 local
39 i3 = 3
41 call x (s1, r1, d1, i1, s2, r2, d2, i2, s3, r3, d3, i3)
45 subroutine x (s1, r1, d1, i1, s2, r2, d2, i2, s3, r3, d3, i3) argument
51 integer i1, i2, i3 local
70 if (i3 .ne. 3) call abort
H A D980701-1.f14 integer i1, i2, i3 local
39 i3 = 3
41 call x (s1, r1, d1, i1, s2, r2, d2, i2, s3, r3, d3, i3)
45 subroutine x (s1, r1, d1, i1, s2, r2, d2, i2, s3, r3, d3, i3) argument
51 integer i1, i2, i3 local
70 if (i3 .ne. 3) call abort
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/
H A Dnonnull-1.c19 foo (int i1, int i2, int i3, char *cp1, char *cp2, char *cp3) in foo() argument
30 func3(NULL, i2, cp3, i3); /* { dg-warning "null" "null with explicit nonnull 1" } */ in foo()
31 func3(cp3, i2, NULL, i3); /* { dg-warning "null" "null with explicit nonnull 3" } */ in foo()
33 func1(i1 ? cp1 : NULL, cp2, i3); /* { dg-warning "null" "null with cond expr rhs" } */ in foo()
34 func1(i1 ? NULL : cp1, cp2, i3); /* { dg-warning "null" "null with cond expr lhs" } */ in foo()
35 …func1(i1 ? (i2 ? cp1 : NULL) : cp2, cp3, i3); /* { dg-warning "null" "null with nested cond expr" … in foo()
H A Daltivec-3.c13 int i3[4] __attribute__((aligned(16))); variable
58 vec_store (i3, a3); in main()
61 compare_int4 (i3, j3); in main()
/openbsd/gnu/usr.bin/perl/t/opbasic/
H A Dcmp.t99 nok ($ok, $i3, '<=>', $j3, $cmp, $i, $j, '<');
110 nok ($ok, $i3, '<=>', $j3, $cmp, $i, $j, '==');
121 nok ($ok, $i3, '<=>', $j3, $cmp, $i, $j, '>');
132 nok ($ok, $i3, '<=>', $j3, $cmp, $i, $j, '>=');
144 nok ($ok, $i3, '<=>', $j3, $cmp, $i, $j, '!=');
155 nok ($ok, $i3, '<=>', $j3, $cmp, $i, $j, '<=');
180 nok ($ok, $i3, 'cmp', $j3, $cmp, $i, $j, 'lt');
190 nok ($ok, $i3, 'cmp', $j3, $cmp, $i, $j, 'eq');
200 nok ($ok, $i3, 'cmp', $j3, $cmp, $i, $j, 'gt');
210 nok ($ok, $i3, 'cmp', $j3, $cmp, $i, $j, 'le');
[all …]
/openbsd/lib/libcurses/base/
H A Dlib_instr.c98 size_t i3; in NCURSES_EXPORT() local
102 for (i3 = 0; i3 < n3; ++i3) in NCURSES_EXPORT()
103 str[i++] = tmp[i3]; in NCURSES_EXPORT()
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/
H A D20020926-1.c13 int i3; in bar() local
16 i3 = foo1(i1, gi); in bar()
17 foo2(i1, i3); in bar()
/openbsd/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/
H A Dcallfuncs.c182 sum10 (int i0, int i1, int i2, int i3, int i4, int i5, int i6, int i7, int i8, int i9) in sum10() argument
185 sum10 (i0, i1, i2, i3, i4, i5, i6, i7, i8, i9) in sum10()
186 int i0, i1, i2, i3, i4, i5, i6, i7, i8, i9; in sum10()
189 return i0 + i1 + i2 + i3 + i4 + i5 + i6 + i7 + i8 + i9;
195 cmp10 (int i0, int i1, int i2, int i3, int i4, int i5, int i6, int i7, int i8, int i9) in cmp10() argument
198 cmp10 (i0, i1, i2, i3, i4, i5, i6, i7, i8, i9) in cmp10()
199 int i0, i1, i2, i3, i4, i5, i6, i7, i8, i9; in cmp10()
203 (i0 == 0) && (i1 == 1) && (i2 == 2) && (i3 == 3) && (i4 == 4) &&
/openbsd/gnu/gcc/gcc/
H A Dcombine.c1896 && find_reg_note (i3, REG_DEAD, SET_SRC (PATTERN (i3))) in try_combine()
2159 if (! combinable_i3pat (i3, &PATTERN (i3), i2dest, i1dest, in try_combine()
2577 i3); in try_combine()
2602 i3); in try_combine()
3100 i3notes = REG_NOTES (i3), i3links = LOG_LINKS (i3); in try_combine()
3128 if (CALL_P (i3) && CALL_INSN_FUNCTION_USAGE (i3)) in try_combine()
3375 if (returnjump_p (i3) || any_uncondjump_p (i3)) in try_combine()
3378 mark_jump_label (PATTERN (i3), i3, 0); in try_combine()
11924 place = i3; in distribute_notes()
11972 place = i3; in distribute_notes()
[all …]
/openbsd/gnu/usr.bin/perl/cpan/Pod-Simple/t/
H A Deol2.t82 my $i3 = '';
85 $i3 .= $_;
90 $p3->parse_string_document($i3);
/openbsd/gnu/usr.bin/gcc/gcc/
H A Dcombine.c956 rtx i3;
1321 rtx i3; in combinable_i3pat()
1637 && find_reg_note (i3, REG_DEAD, SET_SRC (PATTERN (i3)))
1834 if (! combinable_i3pat (i3, &PATTERN (i3), i2dest, i1dest,
2209 i3);
2220 i3);
2592 i3notes = REG_NOTES (i3), i3links = LOG_LINKS (i3);
2747 distribute_notes (new_i3_notes, i3, i3, NULL_RTX);
2864 if (returnjump_p (i3) || any_uncondjump_p (i3))
12614 place = i3;
[all …]
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/
H A D20020215-1.c18 short i3; member
30 if (s.i1 != 1000 || s.i2 != 2001L || s.i3 != 3000) in main()
/openbsd/gnu/gcc/libmudflap/testsuite/libmudflap.c/
H A Dpass50-frag.c19 int i3 = 6; variable
26 k->a2[i1].b1[i2] = k->a2[i3].b2[i4].c2; in main()
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/
H A Df-0-0-5.c6 int i3:5; member
18 u.sss.i3 = 31.0; in main()
H A Df-0-20-17.c6 int i3:17; member
22 u.sss.i3 = 131071.0; in main()
H A Df-0-24-24.c6 int i3:24; member
22 u.sss.i3 = 16777215.0; in main()

123456