Lines Matching refs:Bits

34   if (instr->Bits(28, 27) == 0) {
37 switch (instr->Bits(27, 24)) {
164 VIXL_ASSERT(instr->Bits(27, 24) == 0x0);
173 VIXL_ASSERT((instr->Bits(27, 24) == 0x4) ||
174 (instr->Bits(27, 24) == 0x5) ||
175 (instr->Bits(27, 24) == 0x6) ||
176 (instr->Bits(27, 24) == 0x7) );
178 switch (instr->Bits(31, 29)) {
209 if ((instr->Bits(4, 2) != 0) ||
223 if (instr->Bits(23, 22) == 0) {
225 if ((instr->Bits(21, 19) == 0x4) ||
252 (instr->Bits(20, 16) != 0x1F) ||
253 (instr->Bits(15, 10) != 0) ||
254 (instr->Bits(4, 0) != 0) ||
255 (instr->Bits(24, 21) == 0x3) ||
256 (instr->Bits(24, 22) == 0x3)) {
274 VIXL_ASSERT((instr->Bits(27, 24) == 0x8) ||
275 (instr->Bits(27, 24) == 0x9) ||
276 (instr->Bits(27, 24) == 0xC) ||
277 (instr->Bits(27, 24) == 0xD) );
289 if ((instr->Bits(31, 30) == 0x3) ||
318 switch (instr->Bits(11, 10)) {
346 if (instr->Bits(11, 10) == 0x2) {
364 if ((instr->Bits(31, 30) == 0x3) ||
393 VIXL_ASSERT(instr->Bits(27, 24) == 0x2);
401 if (instr->Bits(30, 29) == 0x1) {
412 VIXL_ASSERT(instr->Bits(27, 24) == 0x3);
437 VIXL_ASSERT(instr->Bits(27, 24) == 0x1);
447 VIXL_ASSERT((instr->Bits(27, 24) == 0xA) ||
448 (instr->Bits(27, 24) == 0xB));
458 switch (instr->Bits(23, 21)) {
494 (instr->Bits(15, 11) == 0) ||
495 (instr->Bits(15, 12) == 0x1) ||
496 (instr->Bits(15, 12) == 0x3) ||
497 (instr->Bits(15, 13) == 0x3) ||
507 (instr->Bits(20, 16) != 0) ||
508 (instr->Bits(15, 14) != 0) ||
528 if ((instr->Bits(23, 22) == 0x3) ||
545 (instr->Bits(30, 29) == 0x1) ||
562 VIXL_ASSERT((instr->Bits(27, 24) == 0xE) ||
563 (instr->Bits(27, 24) == 0xF));
571 if (instr->Bits(31, 30) == 0x3) {
573 } else if (instr->Bits(31, 30) == 0x1) {
590 if (instr->Bits(15, 10) == 32) {
592 } else if (instr->Bits(15, 10) == 0) {
593 if ((instr->Bits(23, 22) == 0x3) ||
613 } else if (instr->Bits(14, 10) == 16) {
630 } else if (instr->Bits(13, 10) == 8) {
631 if ((instr->Bits(15, 14) != 0) ||
632 (instr->Bits(2, 0) != 0) ||
638 } else if (instr->Bits(12, 10) == 4) {
639 if ((instr->Bits(9, 5) != 0) ||
649 switch (instr->Bits(11, 10)) {
655 if ((instr->Bits(15, 14) == 0x3) ||
690 VIXL_ASSERT(instr->Bits(29, 25) == 0x6);
697 VIXL_ASSERT(instr->Bits(27, 25) == 0x7);