Home | History | Annotate | Download | only in aarch64

Lines Matching refs:ExtractBits

36   if (instr->ExtractBits(28, 27) == 0) {
39 switch (instr->ExtractBits(27, 24)) {
178 VIXL_ASSERT(instr->ExtractBits(27, 24) == 0x0);
187 VIXL_ASSERT((instr->ExtractBits(27, 24) == 0x4) ||
188 (instr->ExtractBits(27, 24) == 0x5) ||
189 (instr->ExtractBits(27, 24) == 0x6) ||
190 (instr->ExtractBits(27, 24) == 0x7));
192 switch (instr->ExtractBits(31, 29)) {
223 if ((instr->ExtractBits(4, 2) != 0) ||
237 if (instr->ExtractBits(23, 22) == 0) {
239 if ((instr->ExtractBits(21, 19) == 0x4) ||
266 (instr->ExtractBits(20, 16) != 0x1F) ||
267 (instr->ExtractBits(15, 10) != 0) ||
268 (instr->ExtractBits(4, 0) != 0) ||
269 (instr->ExtractBits(24, 21) == 0x3) ||
270 (instr->ExtractBits(24, 22) == 0x3)) {
288 VIXL_ASSERT((instr->ExtractBits(27, 24) == 0x8) ||
289 (instr->ExtractBits(27, 24) == 0x9) ||
290 (instr->ExtractBits(27, 24) == 0xC) ||
291 (instr->ExtractBits(27, 24) == 0xD));
308 if ((instr->ExtractBits(31, 30) == 0x3) ||
337 switch (instr->ExtractBits(11, 10)) {
365 if (instr->ExtractBits(11, 10) == 0x2) {
383 if ((instr->ExtractBits(31, 30) == 0x3) ||
412 VIXL_ASSERT(instr->ExtractBits(27, 24) == 0x2);
420 if (instr->ExtractBits(30, 29) == 0x1) {
431 VIXL_ASSERT(instr->ExtractBits(27, 24) == 0x3);
456 VIXL_ASSERT(instr->ExtractBits(27, 24) == 0x1);
466 VIXL_ASSERT((instr->ExtractBits(27, 24) == 0xA) ||
467 (instr->ExtractBits(27, 24) == 0xB));
477 switch (instr->ExtractBits(23, 21)) {
513 (instr->ExtractBits(15, 11) == 0) ||
514 (instr->ExtractBits(15, 12) == 0x1) ||
515 (instr->ExtractBits(15, 12) == 0x3) ||
516 (instr->ExtractBits(15, 13) == 0x3) ||
526 (instr->ExtractBits(20, 16) != 0) ||
527 (instr->ExtractBits(15, 14) != 0) ||
549 if ((instr->ExtractBits(23, 22) == 0x3) ||
566 (instr->ExtractBits(30, 29) == 0x1) ||
583 VIXL_ASSERT((instr->ExtractBits(27, 24) == 0xE) ||
584 (instr->ExtractBits(27, 24) == 0xF));
588 if (instr->ExtractBits(31, 30) == 0x3) {
590 } else if (instr->ExtractBits(31, 30) == 0x1) {
607 if (instr->ExtractBits(15, 10) == 32) {
609 } else if (instr->ExtractBits(15, 10) == 0) {
610 if ((instr->ExtractBits(23, 22) == 0x3) ||
630 } else if (instr->ExtractBits(14, 10) == 16) {
647 } else if (instr->ExtractBits(13, 10) == 8) {
648 if ((instr->ExtractBits(15, 14) != 0) ||
649 (instr->ExtractBits(2, 0) != 0) ||
655 } else if (instr->ExtractBits(12, 10) == 4) {
656 if ((instr->ExtractBits(9, 5) != 0) ||
666 switch (instr->ExtractBits(11, 10)) {
672 if ((instr->ExtractBits(15, 14) == 0x3) ||
709 VIXL_ASSERT(instr->ExtractBits(29, 25) == 0x6);
717 if (instr->ExtractBits(20, 16) == 0) {
740 VIXL_ASSERT(instr->ExtractBits(28, 25) == 0x7);
756 if (instr->ExtractBits(23, 22) == 0) {
770 if (instr->ExtractBits(18, 17) == 0) {
775 if (instr->ExtractBits(30, 29) == 0x2) {
801 if (instr->ExtractBits(22, 19) == 0) {
818 VIXL_ASSERT(instr->ExtractBits(28, 25) == 0xF);
833 if (instr->ExtractBits(23, 22) == 0) {
847 if (instr->ExtractBits(18, 17) == 0) {