HomeSort by: relevance | last modified time | path
    Searched defs:PU (Results 1 - 9 of 9) sorted by relevancy

  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/st/
st-pincfg.h 19 #define PU (1 << 26)
32 /* oe = 0, pu = 0, od = 0 */
34 /* oe = 0, pu = 1, od = 0 */
35 #define IN_PU (PU)
36 /* oe = 1, pu = 0, od = 0 */
38 /* oe = 1, pu = 0, od = 1 */
40 /* oe = 1, pu = 1, od = 1 */
41 #define BIDIR_PU (OE | PU | OD)
  /src/external/gpl3/gcc/dist/libgcc/config/libbid/
bid64_mul.c 60 UINT128 P, PU, C128, Q_high, Q_low, Stemp;
233 __add_128_64 (PU, P, round_const_table[rmode][extra_digits]);
235 (PU, power10_table_128[extra_digits + 16]))
bid64_fma.c 69 UINT128 P, PU, CT, CZ;
434 //__add_128_64(PU, CT, round_const_table[rmode][extra_digits]);
435 PU = power10_table_128[extra_digits + 15];
436 PU.w[0]--;
437 if (__unsigned_compare_gt_128 (PU, CT)
bid_inline_add.h 514 UINT128 Q_high, Q_low, C128, Stemp, PU;
526 __add_128_128 (PU, P,
529 (power10_table_128[extra_digits + 15], PU))
  /src/external/gpl3/gcc.old/dist/libgcc/config/libbid/
bid64_mul.c 60 UINT128 P, PU, C128, Q_high, Q_low, Stemp;
233 __add_128_64 (PU, P, round_const_table[rmode][extra_digits]);
235 (PU, power10_table_128[extra_digits + 16]))
bid64_fma.c 69 UINT128 P, PU, CT, CZ;
434 //__add_128_64(PU, CT, round_const_table[rmode][extra_digits]);
435 PU = power10_table_128[extra_digits + 15];
436 PU.w[0]--;
437 if (__unsigned_compare_gt_128 (PU, CT)
bid_inline_add.h 514 UINT128 Q_high, Q_low, C128, Stemp, PU;
526 __add_128_128 (PU, P,
529 (power10_table_128[extra_digits + 15], PU))
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
TailDuplicator.cpp 662 MachineOperand &PU = I.getOperand(Idx);
663 if (PU.getSubReg() != 0)
  /src/external/apache2/llvm/dist/llvm/lib/IR/
SafepointIRVerifier.cpp 79 auto &PU = PredIt.getUse();
80 return PU.getUser()->getOperandUse(PU.getOperandNo());
119 auto &PU = PredIt.getUse();
120 const Use &U = PU.getUser()->getOperandUse(PU.getOperandNo());

Completed in 54 milliseconds