/toolchain/binutils/binutils-2.25/gas/ |
D | flonum-mult.c | 82 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 …]
|
D | atof-generic.c | 389 long carry; in atof_generic() local 397 carry = c - '0'; /* char -> binary */ in atof_generic() 405 work = carry + 10 * (long) (*littlenum_pointer); in atof_generic() 407 carry = work >> LITTLENUM_NUMBER_OF_BITS; in atof_generic() 410 if (carry != 0) in atof_generic()
|
D | expr.c | 450 long carry; in integer_constant() local 459 for (; (carry = hex_value (c)) < maxdig; c = *input_line_pointer++) in integer_constant() 465 work = carry + radix * *pointer; in integer_constant() 467 carry = work >> LITTLENUM_NUMBER_OF_BITS; in integer_constant() 469 if (carry) in integer_constant() 474 *++leader = carry; in integer_constant()
|
D | read.c | 4203 unsigned long carry; in emit_expr_with_reloc() local 4208 carry = 1; in emit_expr_with_reloc() 4215 + carry); in emit_expr_with_reloc() 4217 carry = next >> LITTLENUM_NUMBER_OF_BITS; in emit_expr_with_reloc()
|
/toolchain/binutils/binutils-2.25/bfd/ |
D | vms-misc.c | 589 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 …]
|
D | TODO | 7 to carry along all the unneeded baggage for reading objects. And
|
/toolchain/binutils/binutils-2.25/gas/config/ |
D | atof-ieee.c | 542 unsigned long carry; in gen_to_words() local 544 for (carry = 1; carry && (lp >= words); lp--) in gen_to_words() 546 carry = *lp + carry; in gen_to_words() 547 *lp = carry; in gen_to_words() 548 carry >>= LITTLENUM_NUMBER_OF_BITS; in gen_to_words() 618 unsigned long carry; in gen_to_words() local 633 for (carry = 1, lp--; carry; lp--) in gen_to_words() 635 carry = *lp + carry; in gen_to_words() 636 *lp = carry; in gen_to_words() 637 carry >>= LITTLENUM_NUMBER_OF_BITS; in gen_to_words()
|
D | atof-vax.c | 340 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.25/cpu/ |
D | ip2k.cpu | 273 (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 …]
|
D | xstormy16.cpu | 459 ; 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 …]
|
D | cris.cpu | 1098 (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 …]
|
D | or1korbis.cpu | 286 (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)
|
D | epiphany.cpu | 409 (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)
|
D | sh64-compact.cpu | 339 (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"
|
D | xc16x.cpu | 479 (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
|
D | or1kcommon.cpu | 250 (SYS SR CY 10 10 "carry bit")
|
D | frv.cpu | 3947 ; 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.25/ld/testsuite/ld-m68hc11/ |
D | xgate-offset.s | 8 ldw r2,#var+0x106 ; check for correct carry too
|
D | xgate-link.s | 16 ldw r2,#var6+0x104 ; check for correct carry
|
/toolchain/binutils/binutils-2.25/gas/doc/ |
D | c-xstormy16.texi | 101 bits and then adds it, along with the carry bit, to the value in
|
D | c-d30v.texi | 249 Same as flag 7 (carry/borrow flag) 251 Same as flag 7 (carry/borrow flag)
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/tic4x/ |
D | addressing.s | 17 bnc Type_BI ; No carry branch (00100) 49 ldinc R0,R0 ; No carry load (00100)
|
/toolchain/binutils/binutils-2.25/ld/emultempl/ |
D | armcoff.em | 126 /* We have seen it all. Allocate it, and carry on */
|
D | beos.em | 620 /* We have seen it all. Allocate it, and carry on */ 640 /* We have seen it all. Allocate it, and carry on */
|
/toolchain/binutils/binutils-2.25/opcodes/ |
D | s390-opc.txt | 520 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
|