Searched refs:MB (Results 76 - 80 of 80) sorted by relevance

1234

/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DModuloSchedule.cpp1586 void PeelingModuloScheduleExpander::filterInstructions(MachineBasicBlock *MB, argument
1588 for (auto I = MB->getFirstInstrTerminator()->getReverseIterator();
1589 I != std::next(MB->getFirstNonPHI()->getReverseIterator());) {
/freebsd-11-stable/usr.sbin/bhyvectl/
H A Dbhyvectl.c63 #define MB (1UL << 20) macro
169 " [--set-mem=<memory in units of MB>]\n"
1694 memsize = atoi(optarg) * MB;
1695 memsize = roundup(memsize, 2 * MB);
/freebsd-11-stable/usr.sbin/bhyve/
H A Dvga.c50 #define MB (1024 * 1024UL) macro
/freebsd-11-stable/contrib/subversion/subversion/libsvn_subr/lz4/
H A Dlz4.c281 #define MB *(1 <<20) macro
/freebsd-11-stable/contrib/binutils/opcodes/
H A Dppc-opc.c199 /* The MB field in an M form instruction. */
200 #define MB CRB
320 /* The MB and ME fields in an M form instruction expressed a single
328 /* The MB or ME field in an MD or MDS form instruction. The high
904 /* The MB and ME fields in an M form instruction expressed as a single
992 /* The MB or ME field in an MD or MDS form instruction. The high bit
1348 /* An M_MASK with the MB and ME fields fixed. */
1358 /* An MD_MASK with the MB field fixed. */
1368 /* An MDS_MASK with the MB field fixed. */
2991 { "clrlwi", MME(21,31,0), MSHME_MASK, PPCCOM, { RA, RS, MB } },
198 #define MB macro
[all...]

Completed in 144 milliseconds

1234