Lines Matching refs:Opc1Value
3155 if (instr->Opc1Value() == 0x7) { in DecodeTypeVFP()
3252 } else if (instr->Opc1Value() == 0x3) { in DecodeTypeVFP()
3284 } else if ((instr->Opc1Value() == 0x2) && !(instr->Opc3Value() & 0x1)) { in DecodeTypeVFP()
3299 } else if ((instr->Opc1Value() == 0x0)) { in DecodeTypeVFP()
3331 } else if ((instr->Opc1Value() == 0x4) && !(instr->Opc3Value() & 0x1)) { in DecodeTypeVFP()
3564 DCHECK((instr->Bit(4) == 0) && (instr->Opc1Value() == 0x7)); in DecodeVCMP()
3615 DCHECK((instr->Bit(4) == 0) && (instr->Opc1Value() == 0x7)); in DecodeVCVTBetweenDoubleAndSingle()
3736 DCHECK((instr->Bit(4) == 0) && (instr->Opc1Value() == 0x7) && in DecodeVCVTBetweenFloatingPointAndInteger()
4889 } else if (instr->Opc1Value() == 7 && instr->Bit(4) == 0) { in DecodeSpecialCondition()
5510 if (instr->Opc1Value() == 0x7 && instr->Opc3Value() == 0x1 && in DecodeSpecialCondition()
5565 } else if ((instr->Opc1Value() == 0x4) && (instr->Bits(11, 9) == 0x5) && in DecodeSpecialCondition()