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

  /src/tests/lib/libc/atomic/
t___sync_add.c 47 #define DST (0x1122334455667788UL)
64 val = (TYPE)DST; \
67 expres = (TYPE)DST; \
94 val = (TYPE)DST; \
t___sync_and.c 47 #define DST (0x1122334455667788UL)
64 val = (TYPE)DST; \
67 expres = (TYPE)DST; \
94 val = (TYPE)DST; \
t___sync_nand.c 47 #define DST (0x1122334455667788UL)
64 val = (TYPE)DST; \
67 expres = (TYPE)DST; \
94 val = (TYPE)DST; \
t___sync_or.c 47 #define DST (0x1122334455667788UL)
64 val = (TYPE)DST; \
67 expres = (TYPE)DST; \
94 val = (TYPE)DST; \
t___sync_sub.c 47 #define DST (0xffeeddccbbaa9988UL)
64 val = (TYPE)DST; \
67 expres = (TYPE)DST; \
94 val = (TYPE)DST; \
t___sync_xor.c 47 #define DST (0x1122334455667788UL)
64 val = (TYPE)DST; \
67 expres = (TYPE)DST; \
94 val = (TYPE)DST; \
t_atomic_add.c 39 #define DST (0x1122334455667788UL)
57 val = (DTYPE)DST; \
88 val = (DTYPE)DST; \
t_atomic_and.c 39 #define DST (0x1122334455667788UL)
57 val = (TYPE)DST; \
87 val = (TYPE)DST; \
t_atomic_or.c 39 #define DST (0x1122334455667788UL)
57 val = (TYPE)DST; \
87 val = (TYPE)DST; \
  /src/common/lib/libc/arch/aarch64/string/
bcopy.S 38 * void *memcpy(void * restrict dst, const void * restrict src, size_t len);
49 * void *memmove(void *dst, const void *src, size_t len);
60 * void bcopy(const void *src, void *dst, size_t len);
75 #define DST x6
83 #define DST_ALIGNBIT x12 /* (DST & 7) * 8 */
98 add DST, DST0, LEN
106 /* if (len & 4) { *--(uint32_t *)dst = *--(uint32_t *)src; } */
109 str TMP_Xw, [DST, #-4]!
111 /* if (len & 2) { *--(uint16_t *)dst = *--(uint16_t *)src; } */
114 strh TMP_Xw, [DST, #-2]
    [all...]
  /src/external/gpl3/binutils/dist/include/opcode/
tic54x.h 51 OP_RND, /* rounded result dst accumulator, opposite of bit 8 */
52 OP_DST, /* dst accumulator in bit 8 */
101 #define DST(OP) ((OP)&0x100)
h8300.h 102 DST = 0x20000,
138 RD8 = DST | L_8 | REG,
139 RD16 = DST | L_16 | REG,
140 RD32 = DST | L_32 | REG,
149 RDP = DST | L_P | REG,
160 INDEXB16D = INDEXB | L_16 | DST,
161 INDEXW16D = INDEXW | L_16 | DST,
162 INDEXL16D = INDEXL | L_16 | DST,
167 INDEXB32D = INDEXB | L_32 | DST,
168 INDEXW32D = INDEXW | L_32 | DST,
    [all...]
  /src/external/gpl3/binutils.old/dist/include/opcode/
tic54x.h 51 OP_RND, /* rounded result dst accumulator, opposite of bit 8 */
52 OP_DST, /* dst accumulator in bit 8 */
101 #define DST(OP) ((OP)&0x100)
h8300.h 102 DST = 0x20000,
138 RD8 = DST | L_8 | REG,
139 RD16 = DST | L_16 | REG,
140 RD32 = DST | L_32 | REG,
149 RDP = DST | L_P | REG,
160 INDEXB16D = INDEXB | L_16 | DST,
161 INDEXW16D = INDEXW | L_16 | DST,
162 INDEXL16D = INDEXL | L_16 | DST,
167 INDEXB32D = INDEXB | L_32 | DST,
168 INDEXW32D = INDEXW | L_32 | DST,
    [all...]
  /src/external/gpl3/gdb/dist/include/opcode/
tic54x.h 51 OP_RND, /* rounded result dst accumulator, opposite of bit 8 */
52 OP_DST, /* dst accumulator in bit 8 */
101 #define DST(OP) ((OP)&0x100)
h8300.h 102 DST = 0x20000,
138 RD8 = DST | L_8 | REG,
139 RD16 = DST | L_16 | REG,
140 RD32 = DST | L_32 | REG,
149 RDP = DST | L_P | REG,
160 INDEXB16D = INDEXB | L_16 | DST,
161 INDEXW16D = INDEXW | L_16 | DST,
162 INDEXL16D = INDEXL | L_16 | DST,
167 INDEXB32D = INDEXB | L_32 | DST,
168 INDEXW32D = INDEXW | L_32 | DST,
    [all...]
  /src/external/gpl3/gdb.old/dist/include/opcode/
tic54x.h 51 OP_RND, /* rounded result dst accumulator, opposite of bit 8 */
52 OP_DST, /* dst accumulator in bit 8 */
101 #define DST(OP) ((OP)&0x100)
h8300.h 102 DST = 0x20000,
138 RD8 = DST | L_8 | REG,
139 RD16 = DST | L_16 | REG,
140 RD32 = DST | L_32 | REG,
149 RDP = DST | L_P | REG,
160 INDEXB16D = INDEXB | L_16 | DST,
161 INDEXW16D = INDEXW | L_16 | DST,
162 INDEXL16D = INDEXL | L_16 | DST,
167 INDEXB32D = INDEXB | L_32 | DST,
168 INDEXW32D = INDEXW | L_32 | DST,
    [all...]
  /src/sys/dev/ic/
summitreg.h 212 #define DST(n) (n)
  /src/external/apache2/llvm/dist/llvm/lib/Linker/
IRMover.cpp 491 void linkGlobalVariable(GlobalVariable &Dst, GlobalVariable &Src);
492 Error linkFunctionBody(Function &Dst, Function &Src);
493 void linkIndirectSymbolBody(GlobalIndirectSymbol &Dst,
495 Error linkGlobalValueBody(GlobalValue &Dst, GlobalValue &Src);
813 StructType *DST = StructType::getTypeByName(ST->getContext(), STTypePrefix);
814 if (!DST)
834 if (TypeMap.DstStructTypesSet.hasType(DST))
835 TypeMap.addTypeMapping(DST, ST);
1075 void IRLinker::linkGlobalVariable(GlobalVariable &Dst, GlobalVariable &Src) {
1077 Mapper.scheduleMapGlobalInitializer(Dst, *Src.getInitializer())
    [all...]

Completed in 42 milliseconds