Searched defs:POS (Results 1 – 10 of 10) sorted by relevance
/netbsd-src/external/gpl3/gdb/dist/sim/ppc/ |
H A D | bits.h | 95 #define BIT4(POS) (1 << _MAKE_SHIFT(4, POS)) argument 96 #define BIT5(POS) (1 << _MAKE_SHIFT(5, POS)) argument 97 #define BIT8(POS) (1 << _MAKE_SHIFT(8, POS)) argument 98 #define BIT10(POS) (1 << _MAKE_SHIFT(10, POS)) argument 99 #define BIT32(POS) _BITn(32, POS) argument 100 #define BIT64(POS) _BITn(64, POS) argument 103 #define BIT(POS) BIT64(POS) argument 105 #define BIT(POS) (((POS) < 32) ? 0 : _BITn(32, (POS)-32)) argument 250 #define BLIT32(V, POS, BIT) \ argument
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ProfileData/ |
H A D | InstrProfWriter.cpp | 390 ProfOStream POS(OS); in write() local 397 ProfOStream POS(OS); in writeBuffer() local
|
/netbsd-src/external/mit/lua/dist/src/ |
H A D | lobject.c | 594 #define POS "\"]" macro
|
/netbsd-src/external/gpl3/gdb.old/dist/sim/arm/ |
H A D | armemu.h | 64 #define POS(i) ( (~(i)) >> 31 ) macro
|
/netbsd-src/external/gpl3/binutils.old/dist/gas/config/ |
H A D | tc-tic6x.c | 3764 #define MODIFY_VALUE(NEWVAL, VALUE, SHIFT, POS, BITS) \ argument
|
/netbsd-src/external/gpl3/binutils/dist/gas/config/ |
H A D | tc-tic6x.c | 3764 #define MODIFY_VALUE(NEWVAL, VALUE, SHIFT, POS, BITS) \ argument
|
/netbsd-src/external/cddl/osnet/dev/dtrace/x86/ |
H A D | dis_tables.c | 5391 enum {POS, TRY_NEG}; enumerator
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUISelLowering.cpp | 1955 SDValue POS = DAG.getConstant(bitPos, DL, HalfVT); in LowerUDIVREM64() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
H A D | CGExpr.cpp | 984 if (llvm::Value *POS = CGF.LoadPassedObjectSize(Base, EltTy)) { in getArrayIndexingBound() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
H A D | SemaChecking.cpp | 739 if (const auto *POS = in checkFortifiedBuiltinMemoryFunction() local
|