| /src/external/gpl3/gdb/dist/sim/erc32/ |
| exec.c | 280 add32 (uint32_t n1, uint32_t n2, int *carry) function 318 reg_lo = add32 (lo, (mid1 << 16), &carry); 320 reg_lo = add32 (reg_lo, (mid2 << 16), &carry);
|
| /src/external/gpl3/gdb.old/dist/sim/erc32/ |
| exec.c | 280 add32 (uint32_t n1, uint32_t n2, int *carry) function 318 reg_lo = add32 (lo, (mid1 << 16), &carry); 320 reg_lo = add32 (reg_lo, (mid2 << 16), &carry);
|
| /src/external/gpl3/gdb/dist/sim/bfin/ |
| bfin-sim.c | 911 add32 (SIM_CPU *cpu, bu32 a, bu32 b, int carry, int sat) function 1131 v = add32 (cpu, a, b, 0, 0); 2822 SET_DREG (dst, add32 (cpu, DREG (src0), DREG (src1), 1, 0)); 2893 SET_DREG (dst, add32 (cpu, DREG (dst), imm, 1, 0)); 4781 SET_DREG (dst0, add32 (cpu, DREG (src0), DREG (src1), 1, s)); 4796 STORE (DREG (dst1), add32 (cpu, DREG (src0), DREG (src1), 1, s));
|
| /src/external/gpl3/gdb.old/dist/sim/bfin/ |
| bfin-sim.c | 911 add32 (SIM_CPU *cpu, bu32 a, bu32 b, int carry, int sat) function 1131 v = add32 (cpu, a, b, 0, 0); 2822 SET_DREG (dst, add32 (cpu, DREG (src0), DREG (src1), 1, 0)); 2893 SET_DREG (dst, add32 (cpu, DREG (dst), imm, 1, 0)); 4781 SET_DREG (dst0, add32 (cpu, DREG (src0), DREG (src1), 1, s)); 4796 STORE (DREG (dst1), add32 (cpu, DREG (src0), DREG (src1), 1, s));
|
| /src/external/mpl/dhcp/bind/dist/lib/dns/ |
| rbtdb.c | 6230 add32(dns_rbtdb_t *rbtdb, dns_rbtnode_t *rbtnode, const dns_name_t *nodename, function 7110 result = add32(rbtdb, rbtnode, name, rbtversion, newheader, 7406 result = add32(rbtdb, rbtnode, nodename, rbtversion, newheader, 7604 result = add32(rbtdb, node, name, rbtdb->current_version, newheader,
|
| /src/external/gpl3/gdb/dist/sim/aarch64/ |
| simulator.c | 1605 add32 (sim_cpu *cpu, uint32_t aimm) function 2230 case 0: add32 (cpu, imm); break;
|
| /src/external/gpl3/gdb.old/dist/sim/aarch64/ |
| simulator.c | 1605 add32 (sim_cpu *cpu, uint32_t aimm) function 2230 case 0: add32 (cpu, imm); break;
|