Searched refs:comb (Results 1 - 25 of 32) sorted by relevance

12

/openbsd-current/lib/libc/arch/hppa/sys/
H A Dtfork_thread.S35 comb,<> r0, ret0, 1f
H A Dsigprocmask.S35 comb,<>,n r0, arg1, sigprocmask$nblock
H A DOvfork.S38 comb,= r0, t1, 1f
/openbsd-current/gnu/gcc/libdecnumber/
H A Ddecimal128.c83 uInt comb, exp; /* work */ local
143 comb = (exp >> 9) & 0x18; /* combination field */
144 d128->bytes[0] = (uByte) (comb << 2);
172 comb = 0x18 | (msd & 0x01) | ((exp >> 11) & 0x06);
174 comb = (msd & 0x07) | ((exp >> 9) & 0x18);
175 d128->bytes[0] = (uByte) (comb << 2);
218 uInt comb = top >> 2; /* combination field */ local
221 if (comb >= 0x18)
223 msd = 8 + (comb & 0x01);
224 exp = (comb
[all...]
H A Ddecimal32.c83 uInt comb, exp; /* work */ local
143 comb = (exp >> 3) & 0x18; /* combination field */
144 d32->bytes[0] = (uByte) (comb << 2);
169 comb = 0x18 | (msd & 0x01) | ((exp >> 5) & 0x06);
171 comb = (msd & 0x07) | ((exp >> 3) & 0x18);
172 d32->bytes[0] = (uByte) (comb << 2);
215 uInt comb = top >> 2; /* combination field */ local
218 if (comb >= 0x18)
220 msd = 8 + (comb & 0x01);
221 exp = (comb
[all...]
H A Ddecimal64.c83 uInt comb, exp; /* work */ local
143 comb = (exp >> 5) & 0x18; /* combination field */
144 d64->bytes[0] = (uByte) (comb << 2);
168 comb = 0x18 | (msd & 0x01) | ((exp >> 7) & 0x06);
170 comb = (msd & 0x07) | ((exp >> 5) & 0x18);
171 d64->bytes[0] = (uByte) (comb << 2);
214 uInt comb = top >> 2; /* combination field */ local
217 if (comb >= 0x18)
219 msd = 8 + (comb & 0x01);
220 exp = (comb
[all...]
/openbsd-current/gnu/gcc/gcc/
H A Dtree-ssa-address.c348 aff_combination_remove_elt (struct affine_tree_combination *comb, unsigned m) argument
350 comb->n--;
351 if (m <= comb->n)
353 comb->coefs[m] = comb->coefs[comb->n];
354 comb->elts[m] = comb->elts[comb->n];
356 if (comb
[all...]
H A Dtree-ssa-loop-ivopts.c2628 aff_combination_const (struct affine_tree_combination *comb, tree type, argument
2633 comb->type = type;
2634 comb->mask = (((unsigned HOST_WIDE_INT) 2 << (prec - 1)) - 1);
2636 comb->n = 0;
2637 comb->rest = NULL_TREE;
2638 comb->offset = cst & comb->mask;
2644 aff_combination_elt (struct affine_tree_combination *comb, tree type, tree elt) argument
2648 comb->type = type;
2649 comb
2661 aff_combination_scale(struct affine_tree_combination *comb, unsigned HOST_WIDE_INT scale) argument
2703 aff_combination_add_elt(struct affine_tree_combination *comb, tree elt, unsigned HOST_WIDE_INT scale) argument
2771 aff_combination_convert(tree type, struct affine_tree_combination *comb) argument
2802 tree_to_aff_combination(tree expr, tree type, struct affine_tree_combination *comb) argument
2920 unshare_aff_combination(struct affine_tree_combination *comb) argument
2933 aff_combination_to_tree(struct affine_tree_combination *comb) argument
2979 struct affine_tree_combination comb; local
[all...]
/openbsd-current/libexec/ld.so/hppa/
H A DSYS.h50 comb,<> r0, t1, _dl_sysexit !\
/openbsd-current/sbin/ipsecctl/
H A Dpfkdump.c531 print_comb(struct sadb_comb *comb, struct sadb_msg *msg, int opts) argument
537 lookup_name(auth_types, comb->sadb_comb_auth),
538 comb->sadb_comb_auth_minbits,
539 comb->sadb_comb_auth_maxbits,
540 lookup_name(enc_types, comb->sadb_comb_encrypt),
541 comb->sadb_comb_encrypt_minbits,
542 comb->sadb_comb_encrypt_maxbits,
543 comb->sadb_comb_soft_addtime,
544 comb->sadb_comb_hard_addtime,
545 comb
561 struct sadb_comb *comb; local
[all...]
/openbsd-current/sys/lib/libz/
H A Dcrc32.c860 z_word_t crc0, word0, comb; local
961 comb = crc_word_big(crc0 ^ words[0]);
963 comb = crc_word_big(crc1 ^ words[1] ^ comb);
965 comb = crc_word_big(crc2 ^ words[2] ^ comb);
967 comb = crc_word_big(crc3 ^ words[3] ^ comb);
969 comb = crc_word_big(crc4 ^ words[4] ^ comb);
[all...]
/openbsd-current/lib/libz/
H A Dcrc32.c860 z_word_t crc0, word0, comb; local
961 comb = crc_word_big(crc0 ^ words[0]);
963 comb = crc_word_big(crc1 ^ words[1] ^ comb);
965 comb = crc_word_big(crc2 ^ words[2] ^ comb);
967 comb = crc_word_big(crc3 ^ words[3] ^ comb);
969 comb = crc_word_big(crc4 ^ words[4] ^ comb);
[all...]
/openbsd-current/lib/libc/arch/hppa/string/
H A Dmemmove.S42 comb,>,n arg0, arg1, $bcopy.reverse
51 comb,<> t3, t4, $bcopy_f.unaligned
129 comb,>=,n r0, arg2, $bcopy_f.done
145 comb,>=,n r0, arg2, $bcopy_r.done
/openbsd-current/sys/lib/libkern/arch/hppa/
H A Dbcopy.S46 comb,>,n arg0, arg1, $bcopy.reverse
55 comb,<> t3, t4, $bcopy_f.unaligned
133 comb,>=,n r0, arg2, $bcopy_f.done
149 comb,>=,n r0, arg2, $bcopy_r.done
H A Dmilli.S1081 x0: comb,<> %r25,0,l2 ! zdep %r26,23,24,%r26 ! bv,n 0(r31) ! nop
1083 x1: comb,<> %r25,0,l1 ! add %r29,%r26,%r29 ! bv,n 0(r31) ! nop
1085 x2: comb,<> %r25,0,l1 ! sh1add %r26,%r29,%r29 ! bv,n 0(r31) ! nop
1087 x3: comb,<> %r25,0,l0 ! sh1add %r26,%r26,%r1 ! bv 0(r31) ! add %r29,%r1,%r29
1089 x4: comb,<> %r25,0,l1 ! sh2add %r26,%r29,%r29 ! bv,n 0(r31) ! nop
1091 x5: comb,<> %r25,0,l0 ! sh2add %r26,%r26,%r1 ! bv 0(r31) ! add %r29,%r1,%r29
1093 x6: sh1add %r26,%r26,%r1 ! comb,<> %r25,0,l1 ! sh1add %r1,%r29,%r29 ! bv,n 0(r31)
1095 x7: sh1add %r26,%r26,%r1 ! comb,<> %r25,0,l0 ! sh2add %r26,%r29,%r29 ! b,n ret_t0
1097 x8: comb,<> %r25,0,l1 ! sh3add %r26,%r29,%r29 ! bv,n 0(r31) ! nop
1099 x9: comb,<>
[all...]
H A Dspcopy.S79 comb,<> t3, t4, $spcopy.unaligned
157 comb,>=,n r0, ret0, $spcopy.done
/openbsd-current/gnu/gcc/gcc/config/m68hc11/
H A Dlarith.asm430 comb
435 comb
440 comb
445 comb
454 comb
457 comb
470 comb
473 comb
635 comb
697 comb ;
[all...]
/openbsd-current/gnu/usr.bin/gcc/gcc/config/m68hc11/
H A Dlarith.asm430 comb
435 comb
440 comb
445 comb
454 comb
457 comb
470 comb
473 comb
635 comb
697 comb ;
[all...]
/openbsd-current/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/zlib-src/
H A Dcrc32.c919 z_word_t crc0, word0, comb; local
1020 comb = crc_word_big(crc0 ^ words[0]);
1022 comb = crc_word_big(crc1 ^ words[1] ^ comb);
1024 comb = crc_word_big(crc2 ^ words[2] ^ comb);
1026 comb = crc_word_big(crc3 ^ words[3] ^ comb);
1028 comb = crc_word_big(crc4 ^ words[4] ^ comb);
[all...]
/openbsd-current/sys/arch/hppa/hppa/
H A Dlocore.S189 comb,= r0, ret0, pdc_call_unmapped1
244 comb,= r0, ret0, pdc_call_unmapped2
279 comb,= r0, t1, pdc_call_unmapped3
795 comb,<>,n r0, r1, excpt_emulate
797 comb,<>,n r0, r1, excpt_emulate
799 comb,<>,n r0, r1, excpt_emulate
801 comb,<>,n r0, r1, excpt_emulate
803 comb,<>,n r0, r1, excpt_emulate
805 comb,<>,n r0, r1, excpt_emulate
893 comb,
[all...]
/openbsd-current/lib/libc/arch/hppa/
H A DSYS.h69 comb,= 0, t1, 1f !\
/openbsd-current/gnu/usr.bin/binutils/gdb/testsuite/gdb.disasm/
H A Dhppa.s289 comb %r0,%r4,comb_tests_1
290 comb,= %r0,%r4,comb_tests_1
291 comb,< %r0,%r4,comb_tests_1
292 comb,<= %r0,%r4,comb_tests_1
293 comb,<< %r0,%r4,comb_tests_1
294 comb,<<= %r0,%r4,comb_tests_1
295 comb,sv %r0,%r4,comb_tests_1
296 comb,od %r0,%r4,comb_tests_1
299 comb,tr %r0,%r4,comb_tests_2
300 comb,<>
[all...]
/openbsd-current/gnu/gcc/gcc/config/pa/
H A Dmilli64.S340 comb,=,n arg1,temp,LREF(regular_seq) /* test against 0x80000000 and 0 */
345 comb,=,n arg0,retreg,LREF(regular_seq) /* test against 0x80000000 */
758 comb,>,n 0,arg0,LREF(neg_num) /* is numerator < 0 ? */
771 comb,=,n arg1,tmp,LREF(regular_seq) /* test against 0x80000000 and 0 */
775 comb,>,n 0,arg0,LREF(neg_num_2) /* if arg0 < 0, negate it */
1320 comb,<,N x2,0,LREF(neg3)
1348 comb,<,N x2,0,LREF(neg5)
1375 comb,<,N x2,0,LREF(neg6)
1427 comb,< x2,0,LREF(neg10)
1460 comb,< x
[all...]
/openbsd-current/gnu/usr.bin/gcc/gcc/config/pa/
H A Dmilli64.S321 comb,=,n arg1,temp,LREF(regular_seq) /* test against 0x80000000 and 0 */
326 comb,=,n arg0,retreg,LREF(regular_seq) /* test against 0x80000000 */
739 comb,>,n 0,arg0,LREF(neg_num) /* is numerator < 0 ? */
752 comb,=,n arg1,tmp,LREF(regular_seq) /* test against 0x80000000 and 0 */
756 comb,>,n 0,arg0,LREF(neg_num_2) /* if arg0 < 0, negate it */
1301 comb,<,N x2,0,LREF(neg3)
1329 comb,<,N x2,0,LREF(neg5)
1356 comb,<,N x2,0,LREF(neg6)
1408 comb,< x2,0,LREF(neg10)
1441 comb,< x
[all...]
/openbsd-current/gnu/llvm/clang/utils/ABITest/
H A DTypeGen.py268 comb = num_combinations(len(self.values), numEnumerators)
269 if valuesCovered + comb > n:
272 valuesCovered += comb

Completed in 209 milliseconds

12