Lines Matching defs:MB
398 #define MB(b) ((b)<<6)
443 static void tcg_out_rld (TCGContext *s, int op, int ra, int rs, int sh, int mb)
446 mb = MB64 ((mb >> 5) | ((mb << 1) & 0x3f));
447 tcg_out32 (s, op | RA (ra) | RS (rs) | sh | mb);
579 | MB (32 - (CPU_TLB_BITS + CPU_TLB_ENTRY_BITS))
589 | MB ((32 - s_bits) & 31)
1087 | MB (5)
1155 | MB (31)
1410 | MB (0)
1424 | MB (args[2])