Home
last modified time | relevance | path

Searched refs:carry (Results 1 – 25 of 52) sorted by relevance

123

/toolchain/binutils/binutils-2.27/gas/
Dflonum-mult.c82 unsigned long carry; in flonum_multip() local
115 carry = 0; in flonum_multip()
119 work = carry; in flonum_multip()
120 carry = 0; in flonum_multip()
135 carry += work >> LITTLENUM_NUMBER_OF_BITS; in flonum_multip()
138 printf ("work=%08x carry=%04x\n", work, carry); in flonum_multip()
163 printf ("final carry =%04x\n", carry); in flonum_multip()
165 if (carry) in flonum_multip()
168 product->low[P] = carry; in flonum_multip()
178 *q = carry; in flonum_multip()
[all …]
Datof-generic.c391 long carry; in atof_generic() local
399 carry = c - '0'; /* char -> binary */ in atof_generic()
407 work = carry + 10 * (long) (*littlenum_pointer); in atof_generic()
409 carry = work >> LITTLENUM_NUMBER_OF_BITS; in atof_generic()
412 if (carry != 0) in atof_generic()
Dexpr.c454 long carry; in integer_constant() local
463 for (; (carry = hex_value (c)) < maxdig; c = *input_line_pointer++) in integer_constant()
469 work = carry + radix * *pointer; in integer_constant()
471 carry = work >> LITTLENUM_NUMBER_OF_BITS; in integer_constant()
473 if (carry) in integer_constant()
478 *++leader = carry; in integer_constant()
Dread.c4280 unsigned long carry; in emit_expr_with_reloc() local
4285 carry = 1; in emit_expr_with_reloc()
4292 + carry); in emit_expr_with_reloc()
4294 carry = next >> LITTLENUM_NUMBER_OF_BITS; in emit_expr_with_reloc()
/toolchain/binutils/binutils-2.27/bfd/
Dvms-misc.c589 unsigned int carry; in vms_time_t_to_vms_time() local
603 carry = 0; in vms_time_t_to_vms_time()
606 carry += tmp[i] + val[i]; in vms_time_t_to_vms_time()
607 val[i] = carry & 0xffff; in vms_time_t_to_vms_time()
608 carry = carry >> 16; in vms_time_t_to_vms_time()
612 carry = 0; in vms_time_t_to_vms_time()
615 carry += val[i] * 10000; in vms_time_t_to_vms_time()
616 val[i] = carry & 0xffff; in vms_time_t_to_vms_time()
617 carry = carry >> 16; in vms_time_t_to_vms_time()
619 carry = 0; in vms_time_t_to_vms_time()
[all …]
DTODO7 to carry along all the unneeded baggage for reading objects. And
/toolchain/binutils/binutils-2.27/gas/config/
Datof-ieee.c541 unsigned long carry; in gen_to_words() local
543 for (carry = 1; carry && (lp >= words); lp--) in gen_to_words()
545 carry = *lp + carry; in gen_to_words()
546 *lp = carry; in gen_to_words()
547 carry >>= LITTLENUM_NUMBER_OF_BITS; in gen_to_words()
617 unsigned long carry; in gen_to_words() local
632 for (carry = 1, lp--; carry; lp--) in gen_to_words()
634 carry = *lp + carry; in gen_to_words()
635 *lp = carry; in gen_to_words()
636 carry >>= LITTLENUM_NUMBER_OF_BITS; in gen_to_words()
Datof-vax.c340 unsigned long carry; in flonum_gen2vax() local
350 for (carry = 1, lp--; in flonum_gen2vax()
351 carry && (lp >= words); in flonum_gen2vax()
354 carry = *lp + carry; in flonum_gen2vax()
355 *lp = carry; in flonum_gen2vax()
356 carry >>= LITTLENUM_NUMBER_OF_BITS; in flonum_gen2vax()
/toolchain/binutils/binutils-2.27/cpu/
Dip2k.cpu273 (dsh h-cbit "carry bit" () (register BI))
274 (dsh h-dcbit "digit-carry bit" () (register BI))
298 (dnop cbit "carry bit" () h-cbit f-nil)
299 (dnop dcbit "digit carry bit" () h-dcbit f-nil)
316 ; "DC" = "digit carry", ie carry between nibbles
565 (dni addcfr_w "Add w/carry fr,W"
597 (dni addcw_fr "Add w/carry W,fr"
719 (dni subcw_fr "Subract w/carry W,fr"
733 (dni subcfr_w "Subtract w/carry fr,W"
890 (dni rl_fr "Rotate fr left with carry"
[all …]
Dxstormy16.cpu459 ; Update the PSW as with set-psw, but also set the carry flag.
460 (define-pmacro (set-psw-carry Rd index value carry ws)
464 (sll (and carry #x1) 2))
501 ; just using a carry for both).
524 (set-psw-carry (reg HI h-gr index) index (trunc HI tmpfoo) (and (srl tmpfoo 16) 1) 1)))
533 (set-psw-carry (reg HI h-gr index) index (trunc HI tmpfoo) (and (srl tmpfoo 16) 1) 1)))
1219 "ADD carry and general register to general register"
1228 "ADD carry and 4-bit immediate to general register"
1237 "ADD carry and 8-bit immediate"
1246 "ADD carry and 16-bit immediate to general register"
[all …]
Dcris.cpu1098 (cris-move-flag c "carry" "move-type")
1108 (dsh h-rbit "carry bit for MCP+restore-p bit" (MACH-V32) (register BI))
1232 rbit "carry bit for MCP+restore-P flag bit" (SEM-ONLY MACH-V32) h-rbit f-nil)
1853 (((add-overflow size R D S carry)
1856 ((add-carry size R D S carry)
1860 ((sub-overflow size R D S carry)
1863 ((sub-carry size R D S carry)
1868 ((mulu-overflow size R D S carry)
1870 ((mulu-carry size R D S carry)
1871 (andif current-mach-is-v32 carry))
[all …]
Dor1korbis.cpu286 (dnop sys-sr-cy "SR carry bit" ((MACH ORBIS-MACHS) SEM-ONLY) h-sys-sr-c…
744 (define-pmacro (alu-carry-insn mnemonic)
765 (alu-carry-insn add)
766 (alu-carry-insn sub)
906 (define-pmacro (alu-carry-insn-simm mnemonic)
927 (alu-carry-insn-simm add)
Depiphany.cpu409 (psw-h-bit h-cbit "integer carry bit")
419 (psw-h-bit h-bcbit "floating point carry bit")
486 (psw-bit cbit h-cbit "integer carry bit")
492 (psw-bit bcbit h-bcbit "floating point carry bit")
678 ;; [6]=integer carry cbit
684 ;; [11]=fpu carry flag(not used) bcbit
2543 ;; carry is not connected inb the design (set bcbit bcbit)
2594 ;; carry is not connected inb the design (set bcbit bcbit)
Dsh64-compact.cpu339 (dshci addc "Add with carry"
1337 (dshci negc "Negate with carry"
1403 (dshci rotcl "Rotate with carry left"
1412 (dshci rotcr "Rotate with carry right"
1653 (dshci subc "Subtract and detect carry"
Dxc16x.cpu479 (dsh h-cbit "carry bit" () (register BI))
584 (dnop cbit "carry bit" (SEM-ONLY) h-cbit f-nil)
884 ;add/sub register and immediate with carry
900 ;add/sub register and immediate with carry
914 ;add/sub register and immediate with carry
980 ;add/sub registers with carry
1072 ;add/sub registers with carry
1084 ;add/sub registers with carry
Dor1kcommon.cpu250 (SYS SR CY 10 10 "carry bit")
Dfrv.cpu3947 ; Add and subtract with carry
3962 (int-arith-x-r-r addx add OP_00 OPE2_02 "Add reg/reg, with carry")
3963 (int-arith-x-r-r subx sub OP_00 OPE2_06 "Sub reg/reg, with carry")
3985 (int-arith-x-cc-r-r addxcc add OP_00 OPE2_03 "Add reg/reg, use/set carry")
3986 (int-arith-x-cc-r-r subxcc sub OP_00 OPE2_07 "Sub reg/reg, use/set carry")
4234 (int-arith-x-r-simm addxi add OP_12 "Add reg/immed, with carry")
4235 (int-arith-x-r-simm subxi sub OP_16 "Sub reg/immed, with carry")
4257 (int-arith-x-cc-r-simm addxicc add OP_13 "Add reg/immed, with carry")
4258 (int-arith-x-cc-r-simm subxicc sub OP_17 "Sub reg/immed, with carry")
5873 (conditional-branch-i b c OP_06 Ic "integer branch carry set")
[all …]
/toolchain/binutils/binutils-2.27/ld/testsuite/ld-m68hc11/
Dxgate-offset.s8 ldw r2,#var+0x106 ; check for correct carry too
Dxgate-link.s16 ldw r2,#var6+0x104 ; check for correct carry
/toolchain/binutils/binutils-2.27/gas/testsuite/gas/tic4x/
Daddressing.s17 bnc Type_BI ; No carry branch (00100)
49 ldinc R0,R0 ; No carry load (00100)
/toolchain/binutils/binutils-2.27/gas/doc/
Dc-xstormy16.texi101 bits and then adds it, along with the carry bit, to the value in
Dc-d30v.texi249 Same as flag 7 (carry/borrow flag)
251 Same as flag 7 (carry/borrow flag)
/toolchain/binutils/binutils-2.27/opcodes/
Ds390-opc.txt520 b988 alcgr RRE_RR "add logical with carry 64" z900 zarch
525 b998 alcr RRE_RR "add logical with carry 32" z900 esa,zarch
541 e30000000088 alcg RXE_RRRD "add logical with carry 64" z900 zarch
547 e30000000098 alc RXE_RRRD "add logical with carry 32" z900 esa,zarch
669 e30000000088 alcg RXY_RRRD "add logical with carry 64" z990 zarch
677 e30000000098 alc RXY_RRRD "add logical with carry 32" z990 esa,zarch
1274 e700000000f1 vacc VRR_VVV0U "vector add compute carry" z13 zarch vx
1275 e700000000f1 vaccb VRR_VVV "vector add compute carry byte" z13 zarch vx
1276 e700000010f1 vacch VRR_VVV "vector add compute carry halfword" z13 zarch vx
1277 e700000020f1 vaccf VRR_VVV "vector add compute carry word" z13 zarch vx
[all …]
/toolchain/binutils/binutils-2.27/ld/emultempl/
Darmcoff.em126 /* We have seen it all. Allocate it, and carry on */
Dbeos.em620 /* We have seen it all. Allocate it, and carry on */
640 /* We have seen it all. Allocate it, and carry on */

123