Searched refs:amount (Results 126 - 150 of 320) sorted by relevance

1234567891011>>

/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/msp430/
H A Dsrli.S119 According to the MSPABI, the shift amount is a 64-bit value in R12:R15, but
126 MOV R12, R11 ; Save the shift amount in R11
H A Dsrai.S115 According to the MSPABI, the shift amount is a 64-bit value in R12:R15, but
122 MOV R12, R11 ; Save the shift amount in R11
/netbsd-current/external/gpl3/gcc/dist/libdecnumber/bid/
H A Dbid2dpd_dpd2bid.c293 unsigned int BHH32, BLL32, BHL32, BLH32, k0, k3, k6, k9, amount; local
322 amount = recip_scale[18];
323 BH.w[0] = (BH.w[0] >> amount) | (BH.w[1] << (64 - amount));
/netbsd-current/external/gpl3/binutils/dist/opcodes/
H A Daarch64-dis.c704 info->shifter.amount = extract_field (FLD_hw, code, 0) << 4;
709 MOVI <Vd>.<T>, #<imm8> {, LSL #<amount>}. */
762 info->shifter.amount = extract_field_2 (&field, code, 0) << 3;
768 info->shifter.amount = extract_field_2 (&field, code, 0) ? 16 : 8;
841 info->shifter.amount = value ? 12 : 0;
949 /* Decode Ft for e.g. STR <Qt>, [<Xn|SP>, <R><m>{, <extend> {<amount>}}]
1005 stlur <Xt>, [<Xn|SP>{, <amount>}]. */
1028 STR <Qt>, [<Xn|SP>, <R><m>{, <extend> {<amount>}}]. */
1053 info->shifter.amount = 0;
1065 info->shifter.amount
[all...]
H A Daarch64-opc.c313 { 10, 2 }, /* SVE_msz: 2-bit shift amount for ADR. */
316 { 16, 1 }, /* SVE_rot1: 1-bit rotation amount. */
317 { 10, 2 }, /* SVE_rot2: 2-bit rotation amount. */
318 { 10, 1 }, /* SVE_rot3: 1-bit rotation amount at bit 10. */
1084 amount will be returned in *SHIFT_AMOUNT. */
1089 int amount;
1105 amount = -1;
1107 amount = 0;
1109 amount = 16;
1111 amount
1087 int amount; local
[all...]
H A Daarch64-asm.c402 /* Insert immediate and its shift amount for e.g. the last operand in
412 insert_field (FLD_hw, code, info->shifter.amount >> 4, 0);
417 MOVI <Vd>.<T>, #<imm8> {, LSL #<amount>}. */
429 int amount = info->shifter.amount; local
448 /* shift amount partially in cmode */
459 amount >>= 3;
468 amount >>= 4;
471 insert_field_2 (&field, code, amount, 0);
533 aarch64_insn value = info->shifter.amount
[all...]
/netbsd-current/external/gpl3/binutils.old/dist/opcodes/
H A Daarch64-dis.c688 info->shifter.amount = extract_field (FLD_hw, code, 0) << 4;
693 MOVI <Vd>.<T>, #<imm8> {, LSL #<amount>}. */
746 info->shifter.amount = extract_field_2 (&field, code, 0) << 3;
752 info->shifter.amount = extract_field_2 (&field, code, 0) ? 16 : 8;
826 info->shifter.amount = value ? 12 : 0;
934 /* Decode Ft for e.g. STR <Qt>, [<Xn|SP>, <R><m>{, <extend> {<amount>}}]
990 stlur <Xt>, [<Xn|SP>{, <amount>}]. */
1013 STR <Qt>, [<Xn|SP>, <R><m>{, <extend> {<amount>}}]. */
1038 info->shifter.amount = 0;
1050 info->shifter.amount
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/opcodes/
H A Daarch64-dis.c699 info->shifter.amount = extract_field (FLD_hw, code, 0) << 4;
704 MOVI <Vd>.<T>, #<imm8> {, LSL #<amount>}. */
757 info->shifter.amount = extract_field_2 (&field, code, 0) << 3;
763 info->shifter.amount = extract_field_2 (&field, code, 0) ? 16 : 8;
837 info->shifter.amount = value ? 12 : 0;
945 /* Decode Ft for e.g. STR <Qt>, [<Xn|SP>, <R><m>{, <extend> {<amount>}}]
1001 stlur <Xt>, [<Xn|SP>{, <amount>}]. */
1024 STR <Qt>, [<Xn|SP>, <R><m>{, <extend> {<amount>}}]. */
1049 info->shifter.amount = 0;
1061 info->shifter.amount
[all...]
/netbsd-current/external/gpl3/gdb/dist/opcodes/
H A Daarch64-dis.c713 info->shifter.amount = extract_field (FLD_hw, code, 0) << 4;
718 MOVI <Vd>.<T>, #<imm8> {, LSL #<amount>}. */
771 info->shifter.amount = extract_field_2 (&field, code, 0) << 3;
777 info->shifter.amount = extract_field_2 (&field, code, 0) ? 16 : 8;
850 info->shifter.amount = value ? 12 : 0;
958 /* Decode Ft for e.g. STR <Qt>, [<Xn|SP>, <R><m>{, <extend> {<amount>}}]
1014 stlur <Xt>, [<Xn|SP>{, <amount>}]. */
1037 STR <Qt>, [<Xn|SP>, <R><m>{, <extend> {<amount>}}]. */
1062 info->shifter.amount = 0;
1074 info->shifter.amount
[all...]
H A Daarch64-opc.c313 { 10, 2 }, /* SVE_msz: 2-bit shift amount for ADR. */
316 { 16, 1 }, /* SVE_rot1: 1-bit rotation amount. */
317 { 10, 2 }, /* SVE_rot2: 2-bit rotation amount. */
318 { 10, 1 }, /* SVE_rot3: 1-bit rotation amount at bit 10. */
1076 amount will be returned in *SHIFT_AMOUNT. */
1081 int amount;
1097 amount = -1;
1099 amount = 0;
1101 amount = 16;
1103 amount
1079 int amount; local
[all...]
H A Daarch64-asm.c402 /* Insert immediate and its shift amount for e.g. the last operand in
412 insert_field (FLD_hw, code, info->shifter.amount >> 4, 0);
417 MOVI <Vd>.<T>, #<imm8> {, LSL #<amount>}. */
429 int amount = info->shifter.amount; local
448 /* shift amount partially in cmode */
459 amount >>= 3;
468 amount >>= 4;
471 insert_field_2 (&field, code, amount, 0);
533 aarch64_insn value = info->shifter.amount
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/aarch64/
H A Dsve-invalid.l373 .*: Error: constant shift amount required at operand 3 -- `ld1b z0\.b,p1/z,\[x1,x2,lsl x3\]'
380 .*: Error: constant shift amount required at operand 3 -- `ld1h z0\.h,p1/z,\[x1,x2,lsl x3\]'
387 .*: Error: constant shift amount required at operand 3 -- `ld1w z0\.s,p1/z,\[x1,x2,lsl x3\]'
394 .*: Error: constant shift amount required at operand 3 -- `ld1d z0\.d,p1/z,\[x1,x2,lsl x3\]'
400 .*: Error: constant shift amount required at operand 3 -- `ld1b z0\.d,p1/z,\[x1,z2\.d,lsl x3\]'
403 .*: Error: constant shift amount required at operand 3 -- `ld1h z0\.d,p1/z,\[x1,z2\.d,lsl x3\]'
406 .*: Error: constant shift amount required at operand 3 -- `ld1w z0\.d,p1/z,\[x1,z2\.d,lsl x3\]'
409 .*: Error: constant shift amount required at operand 3 -- `ld1d z0\.d,p1/z,\[x1,z2\.d,lsl x3\]'
413 .*: Error: constant shift amount required at operand 3 -- `ld1b z0\.s,p1/z,\[x1,z2\.s,sxtw x3\]'
416 .*: Error: constant shift amount require
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Support/Windows/
H A DDynamicLibrary.inc119 // to EnumProcessModulesEx that gets the amount of, then copies the HMODULES.
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/elf/
H A Ddwarf2-6.d53 \[0x.*\] Advance PC by fixed size amount 1 to 0x3
/netbsd-current/bin/sh/
H A Dshow.c775 indent(int amount, TFILE *fp) argument
779 if (amount <= 0)
782 amount <<= 2; /* indent slots -> chars */
786 if (i > amount) {
791 for (; i < amount - 7 ; i++) {
795 while (i < amount) {
H A Dexpand.c742 int amount; local
756 amount = startp - expdest; /* remove what argstr added */
757 STADJUST(amount, expdest);
788 int amount; local
877 amount = ((str - 1) - (loc - startp)) - expdest;
878 STADJUST(amount, expdest);
884 amount = loc - expdest;
885 STADJUST(amount, expdest);
1083 int amount = (expdest - stackblock() - patloc) + 1; local
1084 STADJUST(-amount, expdes
[all...]
/netbsd-current/sys/arch/amiga/amiga/
H A Damiga_init.c142 chipmem_steal(long amount) argument
148 vaddr_t p = chipmem_end - amount;
165 alloc_z2mem(long amount) argument
167 if (use_z2_mem && z2mem_end && (z2mem_end - amount) >= z2mem_start) {
168 z2mem_end -= amount;
171 return (alloc_chipmem(amount));
/netbsd-current/external/gpl3/binutils.old/dist/bfd/
H A Dcoff64-rs6000.c800 bfd_size_type amount; local
847 amount = bfd_coff_scnhsz (abfd);
849 || bfd_bwrite (&buff, amount, abfd) != amount)
1026 bfd_size_type amount = bfd_coff_filhsz (abfd); local
1028 buff = bfd_malloc (amount);
1033 amount = bfd_bwrite (buff, amount, abfd);
1037 if (amount != bfd_coff_filhsz (abfd))
1044 bfd_size_type amount local
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/bfd/
H A Dcoff64-rs6000.c800 bfd_size_type amount; local
847 amount = bfd_coff_scnhsz (abfd);
849 || bfd_bwrite (&buff, amount, abfd) != amount)
1026 bfd_size_type amount = bfd_coff_filhsz (abfd); local
1028 buff = bfd_malloc (amount);
1033 amount = bfd_bwrite (buff, amount, abfd);
1037 if (amount != bfd_coff_filhsz (abfd))
1044 bfd_size_type amount local
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/msp430/
H A Dmsp430.c1708 increment_stack (HOST_WIDE_INT amount)
1713 if (amount == 0)
1716 if (amount < 0)
1718 inc = GEN_INT (- amount);
1726 inc = GEN_INT (amount);
2836 for the shift amount. */
3730 msp430x_logical_shift_right (rtx amount)
3736 gcc_assert (CONST_INT_P (amount));
3738 if (INTVAL (amount) <= 0
3739 || INTVAL (amount) >
1699 increment_stack(HOST_WIDE_INT amount) argument
3718 msp430x_logical_shift_right(rtx amount) argument
[all...]
/netbsd-current/sys/arch/arm/imx/
H A Dif_enet.c519 int idx, len, amount; local
527 amount = 0;
553 amount = len;
556 len = len - amount - RACC_SHIFT16;
559 amount += len;
570 if ((amount < ETHER_HDR_LEN) ||
590 idx, flags1buf, flags2buf, amount);
599 m0->m_pkthdr.len = amount;
615 amount = 0;
/netbsd-current/external/gpl2/groff/dist/src/libs/libgroff/
H A Dfont.cpp53 int amount; member in struct:font_kern_list
340 : i1(c1), i2(c2), amount(n), next(p)
350 void font::add_kern(int i1, int i2, int amount) argument
358 *p = new font_kern_list(i1, i2, amount, *p);
366 return scale(p->amount, point_size);
673 t.error("missing kern amount");
678 t.error("bad kern amount `%1'", p);
/netbsd-current/sys/dev/ic/
H A Ddp8390.c1009 * total_len = amount of data to copy
1112 * Copy `amount' bytes from a packet in the ring buffer to a linear
1117 dp8390_ring_copy(struct dp8390_softc *sc, int src, void *dst, u_short amount) argument
1124 if (src + amount > sc->mem_end) {
1127 /* Copy amount up to end of NIC memory. */
1130 amount -= tmp_amount;
1134 bus_space_read_region_1(buft, bufh, src, dst, amount);
1136 return src + amount;
/netbsd-current/sbin/raidctl/
H A Draidctl.c1086 RF_uint64 amount; local
1121 amount = progressInfo.completed - start_value;
1123 if (amount <= 0) { /* we don't do negatives (yet?) */
1124 amount = 0;
1130 rate = amount / elapsed;
/netbsd-current/external/gpl2/texinfo/dist/info/
H A Dsession.c540 time. This is true if the amount to scroll is less than the height
545 int start, end, amount;
547 amount = desired_top - old_pagetop;
549 if ((amount >= window->height) ||
550 (((window->height - amount) * 10) < window->height))
553 start = amount + window->first_row;
556 display_scroll_display (start, end, -amount);
560 int start, end, amount;
562 amount = old_pagetop - desired_top;
564 if ((amount >
544 int start, end, amount; local
559 int start, end, amount; local
1491 int start, end, amount; local
1622 int amount; local
[all...]

Completed in 404 milliseconds

1234567891011>>