Home
last modified time | relevance | path

Searched defs:IOR (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/sys/arch/evbarm/stand/board/
H A Dsmdk2410_io_init.c33 #define IOR(a) (*(volatile unsigned int *)(a)) macro
H A Dsmdk2800_io_init.c49 #define IOR(a) (*(volatile unsigned int *)(a)) macro
/netbsd-src/external/lgpl3/gmp/dist/demos/
H A Dpexpr.c95 AND, IOR, XOR, SLL, SRA, POPCNT, HAMDIST, GCD, LCM, SQRT, ROOT, FAC, enumerator
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dastenums.d116 IOR = STC.in_ | STC.ref_ | STC.out_, enumerator
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp6488 SDValue IOR = DAG.getNode(ISD::OR, SDLoc(N0), VT, N0.getOperand(0), N1); in visitOR() local