Home
last modified time | relevance | path

Searched refs:ll_B (Results 1 – 4 of 4) sorted by relevance

/dports/devel/avr-gdb/gdb-7.3.1/sim/common/
H A Dcgen-utils.c218 #define ll_B (1L << (SI_TYPE_SIZE / 2)) macro
219 #define ll_lowpart(t) ((USI) (t) % ll_B)
220 #define ll_highpart(t) ((USI) (t) / ll_B)
224 x3 += ll_B; /* yes, add it in the proper pos. */
227 rlo = ll_lowpart (x1) * ll_B + ll_lowpart (x0);
/dports/devel/gdb761/gdb-7.6.1/sim/common/
H A Dcgen-utils.c218 #define ll_B (1L << (SI_TYPE_SIZE / 2)) macro
219 #define ll_lowpart(t) ((USI) (t) % ll_B)
220 #define ll_highpart(t) ((USI) (t) / ll_B)
224 x3 += ll_B; /* yes, add it in the proper pos. */
227 rlo = ll_lowpart (x1) * ll_B + ll_lowpart (x0);
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gdb/sim/common/
H A Dcgen-utils.c218 #define ll_B (1L << (SI_TYPE_SIZE / 2)) macro
219 #define ll_lowpart(t) ((USI) (t) % ll_B)
220 #define ll_highpart(t) ((USI) (t) / ll_B)
224 x3 += ll_B; /* yes, add it in the proper pos. */
227 rlo = ll_lowpart (x1) * ll_B + ll_lowpart (x0);
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gdb/sim/common/
H A Dcgen-utils.c218 #define ll_B (1L << (SI_TYPE_SIZE / 2)) macro
219 #define ll_lowpart(t) ((USI) (t) % ll_B)
220 #define ll_highpart(t) ((USI) (t) / ll_B)
224 x3 += ll_B; /* yes, add it in the proper pos. */
227 rlo = ll_lowpart (x1) * ll_B + ll_lowpart (x0);