Searched defs:MBR (Results 1 – 5 of 5) sorted by relevance
51 #define MBR(x,y) ((y) > 31 ? 0 : (x) >> (y)) macro57 #define MBR(x,y) ((y) > 31 ? 0 : MBE(MBE(x) >> (y))) macro
361 #define MBR(oo,h) MBR_(oo,h), MBR_MASK macro
165 #define MBR (sc->sc_pc[15]) macro
717 XCOFFObjectFile::create(unsigned Type, MemoryBufferRef MBR) { in create()