Searched refs:ptrval (Results 1 – 4 of 4) sorted by relevance
/external/clang/test/CodeGen/ |
D | atomic.c | 11 int* ptrval; in atomic() local 92 __sync_lock_release(&ptrval); in atomic()
|
/external/u-boot/doc/board/AndesTech/ |
D | ax25-ae350.rst | 427 Initial ramdisk at: 0x (ptrval) (13665712 bytes) 435 software IO TLB [mem 0x3b1f8000-0x3f1f8000] (64MB) mapped at [ (ptrval)- (ptrval)] 438 percpu: Embedded 16 pages/cpu @ (ptrval) s28184 r8192 d29160 u65536 512 ftmac100 e0100000.mac eth0: irq 21, mapped at (ptrval)
|
/external/llvm/docs/ |
D | LangRef.rst | 7424 <result> = getelementptr <ty>, <ty>* <ptrval>{, <ty> <idx>}* 7425 <result> = getelementptr inbounds <ty>, <ty>* <ptrval>{, <ty> <idx>}* 7426 <result> = getelementptr <ty>, <ptr vector> <ptrval>, <vector index type> <idx> 8146 <result> = addrspacecast <pty> <ptrval> to <pty2> ; yields pty2 8151 The '``addrspacecast``' instruction converts ``ptrval`` from ``pty`` in 8165 ``ptrval`` to type ``pty2``. It can be a *no-op cast* or a complex
|
/external/swiftshader/third_party/llvm-7.0/llvm/docs/ |
D | LangRef.rst | 8418 <result> = getelementptr <ty>, <ty>* <ptrval>{, [inrange] <ty> <idx>}* 8419 <result> = getelementptr inbounds <ty>, <ty>* <ptrval>{, [inrange] <ty> <idx>}* 8420 <result> = getelementptr <ty>, <ptr vector> <ptrval>, [inrange] <vector index type> <idx> 9160 <result> = addrspacecast <pty> <ptrval> to <pty2> ; yields pty2 9165 The '``addrspacecast``' instruction converts ``ptrval`` from ``pty`` in 9179 ``ptrval`` to type ``pty2``. It can be a *no-op cast* or a complex
|