| /src/external/gpl3/gdb.old/dist/sim/common/ |
| sim-bits.h | 45 BIT*(POS): `*' bit constant with just 1 bit set. 127 and POS */ 130 #define _LSB_SHIFT(WIDTH, POS) (WIDTH - 1 - POS) 132 #define _LSB_SHIFT(WIDTH, POS) (POS) 136 #define _MSB_SHIFT(WIDTH, POS) (POS) 138 #define _MSB_SHIFT(WIDTH, POS) (WIDTH - 1 - POS) [all...] |
| /src/external/gpl3/gdb/dist/sim/common/ |
| sim-bits.h | 45 BIT*(POS): `*' bit constant with just 1 bit set. 127 and POS */ 130 #define _LSB_SHIFT(WIDTH, POS) (WIDTH - 1 - POS) 132 #define _LSB_SHIFT(WIDTH, POS) (POS) 136 #define _MSB_SHIFT(WIDTH, POS) (POS) 138 #define _MSB_SHIFT(WIDTH, POS) (WIDTH - 1 - POS) [all...] |
| /src/external/gpl3/gdb/dist/sim/ppc/ |
| bits.h | 39 BIT*(POS): Quantity with just 1 bit set. 81 #define _MAKE_SHIFT(WIDTH, pos) ((WIDTH) - 1 - (pos)) 92 #define _BITn(WIDTH, pos) (((uint##WIDTH##_t)(1)) \ 93 << _MAKE_SHIFT(WIDTH, pos)) 95 #define BIT4(POS) (1 << _MAKE_SHIFT(4, POS)) 96 #define BIT5(POS) (1 << _MAKE_SHIFT(5, POS)) 97 #define BIT8(POS) (1 << _MAKE_SHIFT(8, POS) [all...] |
| /src/external/gpl3/gdb.old/dist/sim/ppc/ |
| bits.h | 39 BIT*(POS): Quantity with just 1 bit set. 81 #define _MAKE_SHIFT(WIDTH, pos) ((WIDTH) - 1 - (pos)) 92 #define _BITn(WIDTH, pos) (((uint##WIDTH##_t)(1)) \ 93 << _MAKE_SHIFT(WIDTH, pos)) 95 #define BIT4(POS) (1 << _MAKE_SHIFT(4, POS)) 96 #define BIT5(POS) (1 << _MAKE_SHIFT(5, POS)) 97 #define BIT8(POS) (1 << _MAKE_SHIFT(8, POS) [all...] |
| /src/external/gpl3/gdb.old/dist/sim/arm/ |
| armsupp.c | 427 return ((NEG (a) && NEG (b) && POS (result)) 428 || (POS (a) && POS (b) && NEG (result))); 436 return ((NEG (a) && POS (b) && POS (result)) 437 || (POS (a) && NEG (b) && NEG (result))); 446 (NEG (a) && POS (result)) || (NEG (b) && POS (result))); 462 ASSIGNC ((NEG (a) && POS (b)) || 463 (NEG (a) && POS (result)) || (POS (b) && POS (result))) [all...] |
| maverick.c | 244 c = (NEG (a) && POS (b)) 245 || (NEG (a) && POS (res)) 246 || (POS (b) && POS (res));
|
| armemu.h | 66 #define POS(i) ( (~(i)) >> 31 )
|
| armemu.c | 2216 result = POS (result) ? 0x80000000 : 0x7fffffff; 2365 result = POS (result) ? 0x80000000 : 0x7fffffff; 2518 op2d = POS (op2d) ? 0x80000000 : 0x7fffffff; 2525 result = POS (result) ? 0x80000000 : 0x7fffffff; 2659 op2d = POS (op2d) ? 0x80000000 : 0x7fffffff; 2666 result = POS (result) ? 0x80000000 : 0x7fffffff;
|
| /src/external/apache2/llvm/dist/llvm/lib/ProfileData/ |
| InstrProfWriter.cpp | 39 uint64_t Pos; // Where to patch. 67 FDOStream.seek(P[K].Pos); 77 Data.replace(P[K].Pos + I * sizeof(uint64_t), sizeof(uint64_t), 390 ProfOStream POS(OS); 391 return writeImpl(POS); 397 ProfOStream POS(OS); 399 if (Error E = writeImpl(POS))
|
| /src/external/mit/lua/dist/src/ |
| lobject.c | 594 #define POS "\"]" 620 bufflen -= LL(PRE RETS POS) + 1; /* save space for prefix+suffix+'\0' */ 630 memcpy(out, POS, (LL(POS) + 1) * sizeof(char));
|
| /src/external/gpl3/gdb.old/dist/sim/aarch64/ |
| simulator.c | 1652 #define POS(a) (((a) & signbit) == 0) 1668 || (NEG (value1) && POS (result)) 1669 || (NEG (value2) && POS (result))) 1672 if ( (NEG (value1) && NEG (value2) && POS (result)) 1673 || (POS (value1) && POS (value2) && NEG (result))) 1692 if ( (NEG (value1) && POS (value2)) 1693 || (NEG (value1) && POS (result)) 1694 || (POS (value2) && POS (result)) 13658 uint32_t pos = ((INSTR (31, 31) << 5) | INSTR (23, 19)); local [all...] |
| /src/external/gpl3/gdb/dist/sim/aarch64/ |
| simulator.c | 1652 #define POS(a) (((a) & signbit) == 0) 1668 || (NEG (value1) && POS (result)) 1669 || (NEG (value2) && POS (result))) 1672 if ( (NEG (value1) && NEG (value2) && POS (result)) 1673 || (POS (value1) && POS (value2) && NEG (result))) 1692 if ( (NEG (value1) && POS (value2)) 1693 || (NEG (value1) && POS (result)) 1694 || (POS (value2) && POS (result)) 13658 uint32_t pos = ((INSTR (31, 31) << 5) | INSTR (23, 19)); local [all...] |
| /src/external/gpl3/gcc/dist/gcc/fortran/ |
| dump-parse-tree.cc | 3380 if (dt->pos) 3382 fputs (" POS=", dumpfile); 3383 show_expr (dt->pos);
|
| /src/external/gpl3/gcc.old/dist/gcc/fortran/ |
| dump-parse-tree.cc | 3212 if (dt->pos) 3214 fputs (" POS=", dumpfile); 3215 show_expr (dt->pos);
|
| /src/external/gpl3/gdb.old/dist/sim/msp430/ |
| msp430-sim.c | 847 #define POS(x) (((x) & SIGN) ? 0 : 1)
|
| /src/external/gpl3/gdb/dist/sim/msp430/ |
| msp430-sim.c | 847 #define POS(x) (((x) & SIGN) ? 0 : 1)
|
| /src/external/gpl3/binutils/dist/gas/config/ |
| tc-tic6x.c | 3761 and the least significant BITS bits taken, at position POS. */ 3762 #define MODIFY_VALUE(NEWVAL, VALUE, SHIFT, POS, BITS) \ 3764 (NEWVAL) &= 0xffffffffU & ~(((1U << (BITS)) - 1) << (POS)); \ 3765 (NEWVAL) |= (((VALUE) >> (SHIFT)) & ((1U << (BITS)) - 1)) << (POS); \ 4159 unsigned int pos = 0; local 4183 && pos + fragp->fr_fix > 32 4192 if (pos & 3) 4194 want_insert = (32 - pos) >> 2; 4205 if (!(pos & ((1 << fragp->fr_offset) - 1))) 4219 - (pos & ((1 << fragp->fr_offset) - 1))) [all...] |
| /src/external/gpl3/binutils.old/dist/gas/config/ |
| tc-tic6x.c | 3761 and the least significant BITS bits taken, at position POS. */ 3762 #define MODIFY_VALUE(NEWVAL, VALUE, SHIFT, POS, BITS) \ 3764 (NEWVAL) &= 0xffffffffU & ~(((1U << (BITS)) - 1) << (POS)); \ 3765 (NEWVAL) |= (((VALUE) >> (SHIFT)) & ((1U << (BITS)) - 1)) << (POS); \ 4159 unsigned int pos = 0; local 4183 && pos + fragp->fr_fix > 32 4192 if (pos & 3) 4194 want_insert = (32 - pos) >> 2; 4205 if (!(pos & ((1 << fragp->fr_offset) - 1))) 4219 - (pos & ((1 << fragp->fr_offset) - 1))) [all...] |
| /src/external/gpl3/gcc/dist/gcc/ |
| rtl.h | 2971 [1, RANGE], POS lies inclusively within between [0, RANGE - 1] 2973 >= 1, but SIZE and POS may be negative. */ 2974 #define EXTRACT_ARGS_IN_RANGE(SIZE, POS, RANGE) \ 2975 (IN_RANGE ((POS), 0, (unsigned HOST_WIDE_INT) (RANGE) - 1) \ 2977 - (unsigned HOST_WIDE_INT)(POS)))
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| rtl.h | 2961 [1, RANGE], POS lies inclusively within between [0, RANGE - 1] 2963 >= 1, but SIZE and POS may be negative. */ 2964 #define EXTRACT_ARGS_IN_RANGE(SIZE, POS, RANGE) \ 2965 (IN_RANGE ((POS), 0, (unsigned HOST_WIDE_INT) (RANGE) - 1) \ 2967 - (unsigned HOST_WIDE_INT)(POS)))
|
| /src/external/gpl3/binutils/dist/binutils/ |
| od-xcoff.c | 300 RTYPE_ENTRY (POS),
|
| /src/external/gpl3/binutils.old/dist/binutils/ |
| od-xcoff.c | 300 RTYPE_ENTRY (POS),
|
| /src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
| CGExpr.cpp | 984 if (llvm::Value *POS = CGF.LoadPassedObjectSize(Base, EltTy)) { 986 return POS;
|
| /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/ |
| AMDGPUISelLowering.cpp | 1955 SDValue POS = DAG.getConstant(bitPos, DL, HalfVT); 1957 SDValue HBit = DAG.getNode(ISD::SRL, DL, HalfVT, LHS_Lo, POS);
|
| /src/external/cddl/osnet/dev/dtrace/x86/ |
| dis_tables.c | 5391 enum {POS, TRY_NEG}; 5581 IMM, POS);
|