Home
last modified time | relevance | path

Searched refs:MASK72 (Results 1 – 6 of 6) sorted by relevance

/dports/emulators/dps8m/dps8m-572f79bb4f0f84a8b16c3892c894c2b9ed64b458/src/dps8/
H A Ddps8_math.c583 m1 &= MASK72;
633 m2 &= MASK72;
1065 m &= MASK72;
1107 m &= MASK72;
1967 m1 &= MASK72; in fcmp()
2021 m2 &= MASK72; in fcmp()
2148 m1 &= MASK72; in fcmg()
2201 m2 &= MASK72; in fcmg()
2459 m1 &= MASK72; in dufa()
2512 m2 &= MASK72; in dufa()
[all …]
H A Ddps8_utils.c532 word74 op1e = and_128 (op1, MASK72); in Add72b()
533 word74 op2e = and_128 (op2, MASK72); in Add72b()
536 word74 op1e = op1 & MASK72; in Add72b()
537 word74 op2e = op2 & MASK72; in Add72b()
579 res = and_128 (res, MASK72); in Add72b()
581 res &= MASK72; in Add72b()
662 word74 op1e = and_128 (op1, MASK72); in Sub72b()
665 word74 op1e = op1 & MASK72; in Sub72b()
666 word74 op2e = op2 & MASK72; in Sub72b()
725 res = and_128 (res, MASK72); in Sub72b()
[all …]
H A Ddps8_hw_consts.h138 # define MASK72 (construct_128 (0377U, MASK64)) macro
154 # define MASK72 (((word72)1U << 72) - 1U) macro
325 uint128 v = and_128 (w, MASK72); in SIGNEXT72_128()
338 return w & MASK72; in SIGNEXT72_128()
389 return (w | ((word72) DMASK) << 36) & MASK72; in SIGNEXT36_72()
H A Ddps8.h268 (ypair[1] & DMASK)) & MASK72)
H A Ddps8_ins.c3026 trAQ &= MASK72; in doInstruction()
3485 trAQ = and_128 (trAQ, MASK72); in doInstruction()
3491 trAQ &= MASK72; in doInstruction()
5154 tmp72 &= MASK72; in doInstruction()
5530 trAQ = and_128 (trAQ, MASK72); in doInstruction()
5532 trAQ &= MASK72; in doInstruction()
5723 trAQ &= MASK72; in doInstruction()
5957 trAQ = and_128 (trAQ, MASK72); in doInstruction()
5963 trAQ &= MASK72; in doInstruction()
6041 trAQ = and_128 (trAQ, MASK72); in doInstruction()
[all …]
H A Ddps8_eis.c9604 x = and_128 (negate_128 (x), MASK72);
9625 x = (-x) & MASK72;