Lines Matching refs:Bit

240                        shift_names[instr->Bit(6) * 2], instr->Bits(11, 7));
350 if ((instr->TypeValue() == 7) && (instr->Bit(24) == 0x0) &&
351 (instr->Bits(11, 9) == 0x5) && (instr->Bit(4) == 0x1)) {
353 reg = instr->Bits(19, 16) | (instr->Bit(7) << 4);
437 if (instr->Bit(21) == 0) {
464 if (instr->Bit(21) == 0) {
513 if ((instr->Bits(27, 25) == 0) && (instr->Bit(20) == 0) &&
514 (instr->Bits(7, 6) == 3) && (instr->Bit(4) == 1)) {
515 if (instr->Bit(5) == 1) {
618 if (instr->Bit(22) == 0) {
653 if (instr->Bit(22) == 0) {
738 if (instr->Bit(24) == 0) {
740 if (instr->Bit(23) == 0) {
741 if (instr->Bit(21) == 0) {
747 if (instr->Bit(22) == 0) {
772 if (instr->Bit(20) == 1) {
815 } else if ((instr->Bit(20) == 0) && ((instr->Bits(7, 4) & 0xD) == 0xD)) {
819 if (instr->Bit(22) == 0) {
827 if (instr->Bit(22) == 0) {
835 if (instr->Bit(22) == 0) {
843 if (instr->Bit(22) == 0) {
859 if (instr->Bit(22) == 0) {
867 if (instr->Bit(22) == 0) {
875 if (instr->Bit(22) == 0) {
883 if (instr->Bit(22) == 0) {
1082 if (instr->Bit(4) == 0) {
1085 if (instr->Bit(5) == 0) {
1088 if (instr->Bit(20) == 0) {
1089 if (instr->Bit(6) == 0) {
1116 if (instr->Bit(20) == 0) {
1189 if ((instr->Bit(20) == 0) && (instr->Bits(9, 6) == 1)) {
1214 if ((instr->Bit(20) == 0)) {
1307 if ((instr->Bit(22) == 0x0) && (instr->Bit(20) == 0x1)) {
1308 if (instr->Bit(21) == 0x1) {
1327 if (instr->Bit(22)) {
1360 if (instr->Bit(22) != 0) {
1381 if (instr->Bit(24) == 1) {
1436 VERIFY((instr->TypeValue() == 7) && (instr->Bit(24) == 0x0));
1439 if (instr->Bit(4) == 0) {
1468 (instr->Bit(8) == 1)) {
1470 int fraction_bits = 32 - ((instr->Bits(3, 0) << 1) | instr->Bit(5));
1548 if (instr->Bit(23) == 0) {
1552 if (instr->Bit(21) == 0x0) {
1577 if (instr->Bit(5) != 0) {
1579 } else if (instr->Bit(22) != 0) {
1590 if (instr->Bit(21) == 0x0) {
1596 char sign = instr->Bit(23) != 0 ? 'u' : 's';
1637 VERIFY((instr->TypeValue() == 7) && (instr->Bit(24) == 0x0));
1640 if (instr->Bit(4) == 1) {
1667 VERIFY((instr->Bit(4) == 1) && (instr->VCValue() == 0x0) &&
1680 VERIFY((instr->Bit(4) == 0) && (instr->Opc1Value() == 0x7));
1686 bool raise_exception_for_qnan = (instr->Bit(7) == 0x1);
1710 VERIFY((instr->Bit(4) == 0) && (instr->Opc1Value() == 0x7));
1723 VERIFY((instr->Bit(4) == 0) && (instr->Opc1Value() == 0x7));
1727 bool to_integer = (instr->Bit(18) == 1);
1730 bool unsigned_integer = (instr->Bit(16) == 0);
1746 bool unsigned_integer = (instr->Bit(7) == 0);
1767 int a = instr->Bit(24);
1835 if (instr->Bits(7, 6) != 0 || instr->Bit(4) != 1) {
1889 int op2 = instr->Bit(4);
1891 if (instr->Bit(27) == 0) {
1906 int op3 = instr->Bit(6);
1947 if (instr->Bit(6) == 0x1) {
1953 if (instr->Bit(6) == 0x1) {
2006 int op1 = instr->Bit(20);
2025 int op0 = instr->Bit(23);
2026 int op1 = instr->Bit(4);
2030 if (instr->Bit(6) == 0) {
2038 int u = instr->Bit(24);
2040 int q = instr->Bit(6);
2140 if (instr->Bits(21, 19) == 0 && instr->Bit(7) == 0) {
2145 int u = instr->Bit(24);
2149 int l = instr->Bit(7);
2150 int q = instr->Bit(6);
2216 if (instr->Bit(8) == 1) {
2237 int op0 = instr->Bit(24);
2240 int op3 = instr->Bit(6);
2255 int q = instr->Bit(6);
2354 instr->Bit(6) == 0 ? "vtbl.8" : "vtbx.8", Vd);
2375 if (instr->Bit(6) == 0) {
2391 int u = instr->Bit(24);
2432 } else if ((op0 & 0b10001) == 0b00000 && !instr->Bit(4)) {
2439 } else if (instr->Bit(23) == 0) {
2453 int op0 = instr->Bit(23);
2455 int l = instr->Bit(21);
2483 int type = instr->Bit(5) ? nlt_2 : nlt_1;
2487 DCHECK_EQ(0, instr->Bit(4)); // Alignment not supported.