Lines Matching refs:Bits

20   if (instr->Bits(28, 27) == 0) {
23 switch (instr->Bits(27, 24)) {
99 DCHECK(instr->Bits(27, 24) == 0x0);
109 DCHECK((instr->Bits(27, 24) == 0x4) ||
110 (instr->Bits(27, 24) == 0x5) ||
111 (instr->Bits(27, 24) == 0x6) ||
112 (instr->Bits(27, 24) == 0x7) );
114 switch (instr->Bits(31, 29)) {
145 if ((instr->Bits(4, 2) != 0) ||
159 if (instr->Bits(23, 22) == 0) {
161 if ((instr->Bits(21, 19) == 0x4) ||
188 (instr->Bits(20, 16) != 0x1F) ||
189 (instr->Bits(15, 10) != 0) ||
190 (instr->Bits(4, 0) != 0) ||
191 (instr->Bits(24, 21) == 0x3) ||
192 (instr->Bits(24, 22) == 0x3)) {
211 DCHECK((instr->Bits(27, 24) == 0x8) ||
212 (instr->Bits(27, 24) == 0x9) ||
213 (instr->Bits(27, 24) == 0xC) ||
214 (instr->Bits(27, 24) == 0xD) );
226 if ((instr->Bits(31, 30) == 0x3) ||
255 switch (instr->Bits(11, 10)) {
283 if (instr->Bits(11, 10) == 0x2) {
301 if ((instr->Bits(31, 30) == 0x3) ||
331 DCHECK(instr->Bits(27, 24) == 0x2);
339 if (instr->Bits(30, 29) == 0x1) {
351 DCHECK(instr->Bits(27, 24) == 0x3);
377 DCHECK(instr->Bits(27, 24) == 0x1);
388 DCHECK((instr->Bits(27, 24) == 0xA) ||
389 (instr->Bits(27, 24) == 0xB) );
399 switch (instr->Bits(23, 21)) {
435 (instr->Bits(15, 11) == 0) ||
436 (instr->Bits(15, 12) == 0x1) ||
437 (instr->Bits(15, 12) == 0x3) ||
438 (instr->Bits(15, 13) == 0x3) ||
448 (instr->Bits(20, 16) != 0) ||
449 (instr->Bits(15, 14) != 0) ||
469 if ((instr->Bits(23, 22) == 0x3) ||
486 (instr->Bits(30, 29) == 0x1) ||
504 DCHECK((instr->Bits(27, 24) == 0xE) ||
505 (instr->Bits(27, 24) == 0xF) );
513 if (instr->Bits(31, 30) == 0x3) {
515 } else if (instr->Bits(31, 30) == 0x1) {
532 if (instr->Bits(15, 10) == 32) {
534 } else if (instr->Bits(15, 10) == 0) {
535 if ((instr->Bits(23, 22) == 0x3) ||
555 } else if (instr->Bits(14, 10) == 16) {
572 } else if (instr->Bits(13, 10) == 8) {
573 if ((instr->Bits(15, 14) != 0) ||
574 (instr->Bits(2, 0) != 0) ||
580 } else if (instr->Bits(12, 10) == 4) {
581 if ((instr->Bits(9, 5) != 0) ||
591 switch (instr->Bits(11, 10)) {
597 if ((instr->Bits(15, 14) == 0x3) ||
633 DCHECK(instr->Bits(29, 25) == 0x6);
641 DCHECK(instr->Bits(27, 25) == 0x7);