Home | History | Annotate | Download | only in Disassembler

Lines Matching refs:Vm

5131   unsigned Vm = (fieldFromInstruction(Insn, 0, 4) << 0);
5132 Vm |= (fieldFromInstruction(Insn, 5, 1) << 4);
5175 if (!Check(S, DecodeDPRRegisterClass(Inst, Vm, Address, Decoder)))
5190 unsigned Vm = (fieldFromInstruction(Insn, 0, 4) << 0);
5191 Vm |= (fieldFromInstruction(Insn, 5, 1) << 4);
5234 if (!Check(S, DecodeQPRRegisterClass(Inst, Vm, Address, Decoder)))