Lines Matching refs:Bit
240 shift_names[instr->Bit(6) * 2], in PrintShiftSat()
364 (instr->Bit(24) == 0x0) && in FormatVFPRegister()
366 (instr->Bit(4) == 0x1)) { in FormatVFPRegister()
368 reg = instr->Bits(19, 16) | (instr->Bit(7) << 4); in FormatVFPRegister()
451 if (instr->Bit(21) == 0) { in FormatOption()
477 if (instr->Bit(21) == 0) { in FormatOption()
527 if ((instr->Bits(27, 25) == 0) && (instr->Bit(20) == 0) && in FormatOption()
528 (instr->Bits(7, 6) == 3) && (instr->Bit(4) == 1)) { in FormatOption()
529 if (instr->Bit(5) == 1) { in FormatOption()
638 if (instr->Bit(22) == 0) { in FormatOption()
706 if (instr->Bit(24) == 0) { in DecodeType01()
708 if (instr->Bit(23) == 0) { in DecodeType01()
709 if (instr->Bit(21) == 0) { in DecodeType01()
715 if (instr->Bit(22) == 0) { in DecodeType01()
741 } else if ((instr->Bit(20) == 0) && ((instr->Bits(7, 4) & 0xd) == 0xd)) { in DecodeType01()
745 if (instr->Bit(22) == 0) { in DecodeType01()
753 if (instr->Bit(22) == 0) { in DecodeType01()
761 if (instr->Bit(22) == 0) { in DecodeType01()
769 if (instr->Bit(22) == 0) { in DecodeType01()
786 if (instr->Bit(22) == 0) { in DecodeType01()
794 if (instr->Bit(22) == 0) { in DecodeType01()
802 if (instr->Bit(22) == 0) { in DecodeType01()
810 if (instr->Bit(22) == 0) { in DecodeType01()
994 if (instr->Bit(4) == 0) { in DecodeType3()
997 if (instr->Bit(5) == 0) { in DecodeType3()
1000 if (instr->Bit(20) == 0) { in DecodeType3()
1001 if (instr->Bit(6) == 0) { in DecodeType3()
1033 if ((instr->Bit(20) == 0) && (instr->Bits(9, 6) == 1)) { in DecodeType3()
1057 if ((instr->Bit(20) == 0) && (instr->Bits(9, 6) == 1)) { in DecodeType3()
1101 if ((instr->Bit(22) == 0x0) && (instr->Bit(20) == 0x1)) { in DecodeType3()
1102 if (instr->Bit(21) == 0x1) { in DecodeType3()
1122 if (instr->Bit(22)) { in DecodeType3()
1157 if (instr->Bit(22) != 0) { in DecodeType4()
1181 if (instr->Bit(24) == 1) { in DecodeType7()
1225 VERIFY((instr->TypeValue() == 7) && (instr->Bit(24) == 0x0) ); in DecodeTypeVFP()
1228 if (instr->Bit(4) == 0) { in DecodeTypeVFP()
1249 (instr->Bit(8) == 1)) { in DecodeTypeVFP()
1251 int fraction_bits = 32 - ((instr->Bits(3, 0) << 1) | instr->Bit(5)); in DecodeTypeVFP()
1315 (instr->Bit(23) == 0x0)) { in DecodeTypeVFP()
1316 if (instr->Bit(21) == 0x0) { in DecodeTypeVFP()
1323 (instr->Bit(23) == 0x0)) { in DecodeTypeVFP()
1324 if (instr->Bit(21) == 0x0) { in DecodeTypeVFP()
1352 VERIFY((instr->Bit(4) == 1) && (instr->VCValue() == 0x0) && in DecodeVMOVBetweenCoreAndSinglePrecisionRegisters()
1366 VERIFY((instr->Bit(4) == 0) && (instr->Opc1Value() == 0x7)); in DecodeVCMP()
1372 bool raise_exception_for_qnan = (instr->Bit(7) == 0x1); in DecodeVCMP()
1389 VERIFY((instr->Bit(4) == 0) && (instr->Opc1Value() == 0x7)); in DecodeVCVTBetweenDoubleAndSingle()
1403 VERIFY((instr->Bit(4) == 0) && (instr->Opc1Value() == 0x7)); in DecodeVCVTBetweenFloatingPointAndInteger()
1407 bool to_integer = (instr->Bit(18) == 1); in DecodeVCVTBetweenFloatingPointAndInteger()
1410 bool unsigned_integer = (instr->Bit(16) == 0); in DecodeVCVTBetweenFloatingPointAndInteger()
1426 bool unsigned_integer = (instr->Bit(7) == 0); in DecodeVCVTBetweenFloatingPointAndInteger()
1492 if (instr->Bits(7, 6) != 0 || instr->Bit(4) != 1) { in DecodeType6CoprocessorIns()
1543 (instr->Bit(4) == 1)) { in DecodeSpecialCondition()
1546 int Vd = (instr->Bit(22) << 3) | (instr->VdValue() >> 1); in DecodeSpecialCondition()
1547 int Vm = (instr->Bit(5) << 4) | instr->VmValue(); in DecodeSpecialCondition()
1557 (instr->Bit(4) == 1)) { in DecodeSpecialCondition()
1560 int Vd = (instr->Bit(22) << 3) | (instr->VdValue() >> 1); in DecodeSpecialCondition()
1561 int Vm = (instr->Bit(5) << 4) | instr->VmValue(); in DecodeSpecialCondition()
1572 int Vd = (instr->Bit(22) << 4) | instr->VdValue(); in DecodeSpecialCondition()
1585 int Vd = (instr->Bit(22) << 4) | instr->VdValue(); in DecodeSpecialCondition()
1608 } else if (instr->Bit(23) == 0) { in DecodeSpecialCondition()