Lines Matching defs:bit
433 intptr_t words; // likely inaccurate variable name for 64bit
967 #if !V8_TARGET_ARCH_PPC64 // doesn't make sense in 64bit mode
1619 if (instr->Bit(0) == 1) { // LK flag set
1651 bt_val = bt_val << (31 - bt); // shift bit to correct destination
1663 bt_val = bt_val << (31 - bt); // shift bit to correct destination
1692 if (instr->Bit(0)) { // RC bit set
1706 if (instr->Bit(0)) { // RC bit set
1720 if (instr->Bit(0)) { // RC bit set
1734 if (instr->Bit(0)) { // RC bit set
1747 if (instr->Bit(0)) { // RC bit set
1760 if (instr->Bit(0)) { // RC bit set
1773 if (instr->Bit(0)) { // RC bit set
1785 if (instr->Bit(0)) { // RC bit set
1858 uintptr_t bit = 0x80000000;
1860 if (bit & rs_val) count++;
1861 bit >>= 1;
1873 uintptr_t bit = 0x8000000000000000UL;
1875 if (bit & rs_val) count++;
1876 bit >>= 1;
1904 int sh = (instr->Bits(15, 11) | (instr->Bit(1) << 5));
1908 if (instr->Bit(0)) { // RC bit set
1939 int L = instr->Bit(21);
1977 // int oe = instr->Bit(10);
1988 if (instr->Bit(0)) { // RC bit set
1991 // todo - handle OE bit
1998 // int oe = instr->Bit(10);
2009 if (instr->Bit(0)) { // RC bit set
2012 // todo - handle OE bit
2024 if (instr->Bit(0)) { // RC bit set
2038 if (instr->Bit(0)) { // RC bit set
2055 if (instr->Bit(10)) { // OE bit set
2062 if (instr->Bit(0)) { // RC bit set
2076 if (instr->Bit(0)) { // RC bit set
2090 if (instr->Bit(0)) { // RC bit set
2096 DCHECK(!instr->Bit(0));
2104 DCHECK(!instr->Bit(0));
2112 DCHECK(!instr->Bit(0));
2120 DCHECK(!instr->Bit(0));
2128 DCHECK(!instr->Bit(0));
2156 uintptr_t bit = 0x80000000;
2158 if (bit & rs_val) break;
2160 bit >>= 1;
2163 if (instr->Bit(0)) { // RC Bit set
2182 uintptr_t bit = 0x8000000000000000UL;
2184 if (bit & rs_val) break;
2186 bit >>= 1;
2189 if (instr->Bit(0)) { // RC Bit set
2210 if (instr->Bit(0)) { // RC Bit set
2223 if (instr->Bit(0)) { // RC Bit set
2234 int L = instr->Bit(21);
2272 // int oe = instr->Bit(10);
2278 if (instr->Bit(0)) { // RC Bit set
2281 // todo - handle OE bit
2292 if (instr->Bit(0)) { // RC bit set
2295 // todo - handle OE bit
2306 if (instr->Bit(0)) { // RC bit set
2319 if (instr->Bit(0)) { // RC bit set
2322 // todo - handle OE bit
2334 if (instr->Bit(0)) { // RC bit set
2337 // todo - handle OE bit
2352 if (instr->Bit(10)) { // OE bit set
2359 if (instr->Bit(0)) { // RC bit set
2375 if (instr->Bit(10)) { // OE bit set
2382 if (instr->Bit(0)) { // RC bit set
2404 if (instr->Bit(0)) { // RC bit set
2407 // todo - handle OE bit
2419 if (instr->Bit(0)) { // RC bit set
2422 // todo - handle OE bit
2430 // int oe = instr->Bit(10);
2435 if (instr->Bit(0)) { // RC bit set
2438 // todo - handle OE bit
2449 if (instr->Bit(0)) { // RC bit set
2462 if (instr->Bit(0)) { // RC bit set
2475 if (instr->Bit(0)) { // RC bit set
2689 // Check first the 10-1 bit versions
2844 if (instr->Bit(0)) { // RC bit set
2855 if (instr->Bit(0)) { // RC bit set
2866 if (instr->Bit(0)) { // RC bit set
2877 if (instr->Bit(0)) { // RC bit set
2890 if (instr->Bit(0)) { // RC bit set
3070 if (instr->Bit(0)) { // RC bit set
3086 if (instr->Bit(0)) { // RC bit set
3123 if (instr->Bit(0)) { // RC bit set
3131 if (instr->Bit(0)) { // RC bit set
3155 int sh = (instr->Bits(15, 11) | (instr->Bit(1) << 5));
3156 int mb = (instr->Bits(10, 6) | (instr->Bit(5) << 5));
3163 if (instr->Bit(0)) { // RC bit set
3172 int sh = (instr->Bits(15, 11) | (instr->Bit(1) << 5));
3173 int me = (instr->Bits(10, 6) | (instr->Bit(5) << 5));
3180 if (instr->Bit(0)) { // RC bit set
3189 int sh = (instr->Bits(15, 11) | (instr->Bit(1) << 5));
3190 int mb = (instr->Bits(10, 6) | (instr->Bit(5) << 5));
3197 if (instr->Bit(0)) { // RC bit set
3207 int sh = (instr->Bits(15, 11) | (instr->Bit(1) << 5));
3208 int mb = (instr->Bits(10, 6) | (instr->Bit(5) << 5));
3213 uintptr_t bit = 0x8000000000000000 >> mb;
3215 mask |= bit;
3216 bit >>= 1;
3221 uintptr_t bit = 0x8000000000000000 >> (me + 1); // needs to be tested
3224 mask ^= bit;
3225 bit >>= 1;
3232 if (instr->Bit(0)) { // RC bit set
3246 int mb = (instr->Bits(10, 6) | (instr->Bit(5) << 5));
3253 if (instr->Bit(0)) { // RC bit set
3275 // todo - handle RC bit
3284 int L = instr->Bit(21);
3323 int L = instr->Bit(21);
3382 // todo - handle RC bit
3405 if (instr->Bit(0) == 1) { // LK flag set
3427 int bit = 0x80000000 >> mb;
3429 mask |= bit;
3430 bit >>= 1;
3435 int bit = 0x80000000 >> (me + 1); // needs to be tested
3438 mask ^= bit;
3439 bit >>= 1;
3446 if (instr->Bit(0)) { // RC bit set
3469 int bit = 0x80000000 >> mb;
3471 mask |= bit;
3472 bit >>= 1;
3477 int bit = 0x80000000 >> (me + 1); // needs to be tested
3480 mask ^= bit;
3481 bit >>= 1;
3486 if (instr->Bit(0)) { // RC bit set
3516 // todo - set condition based SO bit
3771 if (instr->Bit(0) == 1) { // This is the STDU form