reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1303 Bits |= OpInfo0[MI->getOpcode()] << 0; 1304 Bits |= OpInfo1[MI->getOpcode()] << 16; 1305 assert(Bits != 0 && "Cannot print this instruction."); 1306 O << AsmStrs+(Bits & 4095)-1; 1310 switch ((Bits >> 12) & 3) { 1335 if ((Bits >> 14) & 1) { 1345 switch ((Bits >> 15) & 3) { 1371 switch ((Bits >> 17) & 3) { 1392 switch ((Bits >> 19) & 3) { 1417 if ((Bits >> 21) & 1) { 1427 if ((Bits >> 22) & 1) { 1438 if ((Bits >> 23) & 1) {