Searched refs:add32 (Results 1 – 5 of 5) sorted by relevance
| /netbsd/src/external/gpl3/gdb/dist/sim/erc32/ |
| D | exec.c | 280 add32 (uint32_t n1, uint32_t n2, int *carry) in add32() function 318 reg_lo = add32 (lo, (mid1 << 16), &carry); in mul64() 320 reg_lo = add32 (reg_lo, (mid2 << 16), &carry); in mul64()
|
| D | ChangeLog-2021 | 362 * exec.c (add32): Fix typo in check for overflow. 416 * exec.c (sub_cc, add_cc, add32, dispatch_instruction, fpexec, chk_asi,
|
| /netbsd/src/external/gpl3/binutils/dist/gas/doc/ |
| D | c-bpf.texi | 303 @item add32 rd, rs 304 @itemx add32 rd, imm32
|
| D | as.info | 10112 ‘add32 rd, rs’ 10113 ‘add32 rd, imm32’
|
| /netbsd/src/external/gpl3/gdb/dist/sim/bfin/ |
| D | bfin-sim.c | 911 add32 (SIM_CPU *cpu, bu32 a, bu32 b, int carry, int sat) in add32() function 1131 v = add32 (cpu, a, b, 0, 0); in add_and_shift() 2822 SET_DREG (dst, add32 (cpu, DREG (src0), DREG (src1), 1, 0)); in decode_COMP3op_0() 2893 SET_DREG (dst, add32 (cpu, DREG (dst), imm, 1, 0)); in decode_COMPI2opD_0() 4781 SET_DREG (dst0, add32 (cpu, DREG (src0), DREG (src1), 1, s)); in decode_dsp32alu_0() 4796 STORE (DREG (dst1), add32 (cpu, DREG (src0), DREG (src1), 1, s)); in decode_dsp32alu_0()
|