Searched refs:PD (Results 1 - 6 of 6) sorted by relevance

/haiku-buildtools/legacy/binutils/opcodes/
H A Dtic80-opc.c560 /* The 'PD' field at bits 10-9 in floating point instructions */
561 #define PD(x) ((x) << 9)
777 {"fadd.ddd", OP_REG(0x3E0) | PD(1) | P2(1) | P1(1), MASK_REG | PD(3) | P2(3) | P1(3), 0, {REG_0_E, REG_22_E, REG_DEST_E} },
778 {"fadd.dsd", OP_REG(0x3E0) | PD(1) | P2(0) | P1(1), MASK_REG | PD(3) | P2(3) | P1(3), 0, {REG_0_E, REG_22, REG_DEST_E} },
779 {"fadd.sdd", OP_LI(0x3E1) | PD(1) | P2(1) | P1(0), MASK_LI | PD(3) | P2(3) | P1(3), 0, {SPFI, REG_22_E, REG_DEST_E} },
780 {"fadd.sdd", OP_REG(0x3E0) | PD(1) | P2(1) | P1(0), MASK_REG | PD(
558 #define PD macro
[all...]
/haiku-buildtools/binutils/opcodes/
H A Dtic80-opc.c555 /* The 'PD' field at bits 10-9 in floating point instructions */
556 #define PD(x) ((x) << 9)
772 {"fadd.ddd", OP_REG(0x3E0) | PD(1) | P2(1) | P1(1), MASK_REG | PD(3) | P2(3) | P1(3), 0, {REG_0_E, REG_22_E, REG_DEST_E} },
773 {"fadd.dsd", OP_REG(0x3E0) | PD(1) | P2(0) | P1(1), MASK_REG | PD(3) | P2(3) | P1(3), 0, {REG_0_E, REG_22, REG_DEST_E} },
774 {"fadd.sdd", OP_LI(0x3E1) | PD(1) | P2(1) | P1(0), MASK_LI | PD(3) | P2(3) | P1(3), 0, {SPFI, REG_22_E, REG_DEST_E} },
775 {"fadd.sdd", OP_REG(0x3E0) | PD(1) | P2(1) | P1(0), MASK_REG | PD(
553 #define PD macro
[all...]
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/cpp0x/
H A Dsfinae39.C50 typedef D *PD; typedef
52 template<typename From, typename = decltype(PD{declval<From>()})>
/haiku-buildtools/gcc/libquadmath/math/
H A Dpowq.c126 static const __float128 PD[] = variable
429 v = PD[0] + t * (PD[1] + t * (PD[2] + t * (PD[3] + t)));
/haiku-buildtools/gcc/libgcc/config/libbid/
H A Dbid128_div.c40 UINT64 sign_x, sign_y, T, carry64, D, Q_high, Q_low, QX, PD,
293 PD = (UINT64) digit *0x068DB8BBull;
294 digit_h = (UINT32) (PD >> 40);
351 PD = (UINT64) digit *0x068DB8BBull;
352 digit_h = (UINT32) (PD >> 40);
491 UINT64 sign_x, sign_y, T, carry64, D, Q_high, Q_low, QX, PD,
757 PD = (UINT64) digit *0x068DB8BBull;
758 digit_h = (UINT32) (PD >> 40);
815 PD = (UINT64) digit *0x068DB8BBull;
816 digit_h = (UINT32) (PD >> 4
[all...]
H A Dbid64_div.c85 UINT64 sign_x, sign_y, coefficient_x, coefficient_y, A, B, QX, PD; local
395 PD = (UINT64) digit *0x068DB8BBull;
396 digit_h = (UINT32) (PD >> 40);
524 UINT64 sign_x, sign_y, T, carry64, D, Q_low, QX, valid_y, PD, res; local
792 PD = (UINT64) digit *0x068DB8BBull;
793 digit_h = (UINT32) (PD >> 40);
938 UINT64 sign_x, sign_y, T, carry64, D, Q_low, QX, PD, res, valid_y; variable
1220 PD = (UINT64) digit *0x068DB8BBull;
1221 digit_h = (UINT32) (PD >> 40);
1375 UINT64 sign_x, sign_y, T, carry64, D, Q_low, QX, valid_y, PD, re
[all...]

Completed in 69 milliseconds