Searched defs:R32 (Results 1 – 6 of 6) sorted by relevance
59 const R32 = BigInteger.ONE.shiftLeft(32); // 1 << 32 constant
130 #define R32(x,n) ((x << n) | (x >> (32 - n))) macro
308 struct R32 struct312 static void readColor(gl::ColorF *dst, const R32 *src); argument
1383 bool R32 = MRI->getRegClass(NewR) == &Hexagon::IntRegsRegClass; in generateInserts() local
1419 bool R32 = MRI->getRegClass(NewR) == &Hexagon::IntRegsRegClass; in generateInserts() local
643 TEST_P(PixelLocalStorageTest, R32) in TEST_P() argument