Lines Matching refs:Vd
1290 unsigned Vd = fieldFromInstruction_4(Val, 8, 5); in DecodeSPRRegListOperand() local
1294 if (regs == 0 || (Vd + regs) > 32) { in DecodeSPRRegListOperand()
1295 regs = Vd + regs > 32 ? 32 - Vd : regs; in DecodeSPRRegListOperand()
1300 if (!Check(&S, DecodeSPRRegisterClass(Inst, Vd, Address, Decoder))) in DecodeSPRRegListOperand()
1303 if (!Check(&S, DecodeSPRRegisterClass(Inst, ++Vd, Address, Decoder))) in DecodeSPRRegListOperand()
1315 unsigned Vd = fieldFromInstruction_4(Val, 8, 5); in DecodeDPRRegListOperand() local
1319 if (regs == 0 || regs > 16 || (Vd + regs) > 32) { in DecodeDPRRegListOperand()
1320 regs = Vd + regs > 32 ? 32 - Vd : regs; in DecodeDPRRegListOperand()
1326 if (!Check(&S, DecodeDPRRegisterClass(Inst, Vd, Address, Decoder))) in DecodeDPRRegListOperand()
1330 if (!Check(&S, DecodeDPRRegisterClass(Inst, ++Vd, Address, Decoder))) in DecodeDPRRegListOperand()
5004 unsigned Vd = (fieldFromInstruction_4(Insn, 12, 4) << 0); in DecodeVCVTD() local
5005 Vd |= (fieldFromInstruction_4(Insn, 22, 1) << 4); in DecodeVCVTD()
5021 if (!Check(&S, DecodeDPRRegisterClass(Inst, Vd, Address, Decoder))) in DecodeVCVTD()
5035 unsigned Vd = (fieldFromInstruction_4(Insn, 12, 4) << 0); in DecodeVCVTQ() local
5036 Vd |= (fieldFromInstruction_4(Insn, 22, 1) << 4); in DecodeVCVTQ()
5052 if (!Check(&S, DecodeQPRRegisterClass(Inst, Vd, Address, Decoder))) in DecodeVCVTQ()