Searched defs:IOR (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/sys/arch/evbarm/stand/board/ |
H A D | smdk2410_io_init.c | 33 #define IOR(a) (*(volatile unsigned int *)(a)) macro
|
H A D | smdk2800_io_init.c | 49 #define IOR(a) (*(volatile unsigned int *)(a)) macro
|
/netbsd-src/external/lgpl3/gmp/dist/demos/ |
H A D | pexpr.c | 95 AND, IOR, XOR, SLL, SRA, POPCNT, HAMDIST, GCD, LCM, SQRT, ROOT, FAC, enumerator
|
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/ |
H A D | astenums.d | 116 IOR = STC.in_ | STC.ref_ | STC.out_, enumerator
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
H A D | DAGCombiner.cpp | 6488 SDValue IOR = DAG.getNode(ISD::OR, SDLoc(N0), VT, N0.getOperand(0), N1); in visitOR() local
|