Lines Matching refs:Bit

1352   if (instr->Bit(4) == 0) {  in GetShiftRm()
2006 if (instr->Bit(24) == 0) { in DecodeType01()
2014 if (instr->Bit(23) == 0) { in DecodeType01()
2015 if (instr->Bit(21) == 0) { in DecodeType01()
2029 if (instr->Bit(22) == 0) { in DecodeType01()
2060 if (instr->Bit(22) == 1) { in DecodeType01()
2089 if (instr->Bit(22) == 0) { in DecodeType01()
2177 if (((instr->Bits(7, 4) & 0xd) == 0xd) && (instr->Bit(20) == 0)) { in DecodeType01()
2567 if (instr->Bit(4) == 0) { in DecodeType3()
2570 if (instr->Bit(5) == 0) { in DecodeType3()
2573 if (instr->Bit(20) == 0) { in DecodeType3()
2574 if (instr->Bit(6) == 0) { in DecodeType3()
2607 int32_t shift_type = instr->Bit(6); in DecodeType3()
2635 if ((instr->Bit(20) == 0) && (instr->Bits(9, 6) == 1)) { in DecodeType3()
2663 if ((instr->Bit(20) == 0) && (instr->Bits(9, 6) == 1)) { in DecodeType3()
2715 if ((instr->Bit(22) == 0x0) && (instr->Bit(20) == 0x1)) { in DecodeType3()
2725 if (instr->Bit(21) == 0x1) { in DecodeType3()
2751 if (instr->Bit(22)) { in DecodeType3()
2824 DCHECK(instr->Bit(22) == 0); // only allowed to be set in privileged mode in DecodeType4()
2853 if (instr->Bit(24) == 1) { in DecodeType7()
2878 DCHECK((instr->TypeValue() == 7) && (instr->Bit(24) == 0x0) ); in DecodeTypeVFP()
2886 if (instr->Bit(4) == 0) { in DecodeTypeVFP()
2917 (instr->Bit(8) == 1)) { in DecodeTypeVFP()
2919 int fraction_bits = 32 - ((instr->Bits(3, 0) << 1) | instr->Bit(5)); in DecodeTypeVFP()
3021 (instr->Bit(23) == 0x0)) { in DecodeTypeVFP()
3023 int vd = instr->Bits(19, 16) | (instr->Bit(7) << 4); in DecodeTypeVFP()
3027 data[instr->Bit(21)] = get_register(instr->RtValue()); in DecodeTypeVFP()
3032 (instr->Bit(23) == 0x0)) { in DecodeTypeVFP()
3034 int vn = instr->Bits(19, 16) | (instr->Bit(7) << 4); in DecodeTypeVFP()
3038 set_register(instr->RtValue(), data[instr->Bit(21)]); in DecodeTypeVFP()
3094 DCHECK((instr->Bit(4) == 1) && (instr->VCValue() == 0x0) && in DecodeVMOVBetweenCoreAndSinglePrecisionRegisters()
3112 DCHECK((instr->Bit(4) == 0) && (instr->Opc1Value() == 0x7)); in DecodeVCMP()
3136 if (instr->Bit(7) == 1) { in DecodeVCMP()
3150 DCHECK((instr->Bit(4) == 0) && (instr->Opc1Value() == 0x7)); in DecodeVCVTBetweenDoubleAndSingle()
3228 DCHECK((instr->Bit(4) == 0) && (instr->Opc1Value() == 0x7) && in DecodeVCVTBetweenFloatingPointAndInteger()
3234 bool to_integer = (instr->Bit(18) == 1); in DecodeVCVTBetweenFloatingPointAndInteger()
3252 VFPRoundingMode mode = (instr->Bit(7) != 1) ? FPSCR_rounding_mode_ in DecodeVCVTBetweenFloatingPointAndInteger()
3256 bool unsigned_integer = (instr->Bit(16) == 0); in DecodeVCVTBetweenFloatingPointAndInteger()
3305 bool unsigned_integer = (instr->Bit(7) == 0); in DecodeVCVTBetweenFloatingPointAndInteger()
3379 if (instr->Bits(7, 6) != 0 || instr->Bit(4) != 1) { in DecodeType6CoprocessorIns()
3451 (instr->Bit(4) == 1)) { in DecodeSpecialCondition()
3454 int Vd = (instr->Bit(22) << 3) | (instr->VdValue() >> 1); in DecodeSpecialCondition()
3455 int Vm = (instr->Bit(5) << 4) | instr->VmValue(); in DecodeSpecialCondition()
3475 (instr->Bit(4) == 1)) { in DecodeSpecialCondition()
3478 int Vd = (instr->Bit(22) << 3) | (instr->VdValue() >> 1); in DecodeSpecialCondition()
3479 int Vm = (instr->Bit(5) << 4) | instr->VmValue(); in DecodeSpecialCondition()
3500 int Vd = (instr->Bit(22) << 4) | instr->VdValue(); in DecodeSpecialCondition()
3541 int Vd = (instr->Bit(22) << 4) | instr->VdValue(); in DecodeSpecialCondition()