| /external/qemu/tcg/ppc/ |
| tcg-target.c | 401 #define MB(b) ((b)<<6) 560 | MB (32 - (CPU_TLB_BITS + CPU_TLB_ENTRY_BITS)) 575 | MB ((32 - s_bits) & 31) 756 | MB (32 - (CPU_TLB_ENTRY_BITS + CPU_TLB_BITS)) 771 | MB ((32 - opc) & 31) 808 | MB (24) 816 | MB (16) 1153 | MB (5) 1220 | MB (31) 1396 int mb, me; local [all...] |
| /external/qemu/tcg/ppc64/ |
| tcg-target.c | 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 [all...] |
| /external/v8/src/ |
| d8.cc | 123 const int MB = 1024 * 1024; [all...] |
| /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/ |
| vlc_encode.cpp | 893 // MacroBlock *MB=video->outputMB; 983 // MacroBlock *MB=video->outputMB; 1026 if (CBP == 0 && intra == 0) /* Determine if Skipped MB */ [all...] |
| /external/llvm/lib/VMCore/ |
| Core.cpp | [all...] |
| /external/qemu/ |
| ppc-dis.c | 540 /* The MB field in an M form instruction. */ 541 #define MB CRB 662 /* The MB and ME fields in an M form instruction expressed a single 670 /* The MB or ME field in an MD or MDS form instruction. The high 1254 int mb, me, mx, count, last; local 1306 int mb, me; local [all...] |