Searched refs:Qd (Results 1 - 10 of 10) sorted by relevance

/netbsd-current/external/gpl3/binutils/dist/opcodes/
H A Darm-dis.c6719 unsigned long Qd;
6725 Qd = arm_decode_field_multiple (given, 13, 15, 22, 22);
6729 if ((Qd == Qn) || (Qd == Qm))
6744 unsigned long Qd;
6750 Qd = arm_decode_field_multiple (given, 13, 15, 22, 22);
6754 if ((Qd == Qn) || (Qd == Qm))
6782 unsigned long Qd
6786 if (Qd
6718 unsigned long Qd; local
6743 unsigned long Qd; local
6781 unsigned long Qd local
6822 unsigned long Qd = arm_decode_field_multiple (given, 13, 15, 22, 22); local
6835 unsigned long Qd = arm_decode_field_multiple (given, 13, 15, 22, 22); local
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/opcodes/
H A Darm-dis.c6704 unsigned long Qd;
6710 Qd = arm_decode_field_multiple (given, 13, 15, 22, 22);
6714 if ((Qd == Qn) || (Qd == Qm))
6729 unsigned long Qd;
6735 Qd = arm_decode_field_multiple (given, 13, 15, 22, 22);
6739 if ((Qd == Qn) || (Qd == Qm))
6767 unsigned long Qd
6771 if (Qd
6703 unsigned long Qd; local
6728 unsigned long Qd; local
6766 unsigned long Qd local
6807 unsigned long Qd = arm_decode_field_multiple (given, 13, 15, 22, 22); local
6820 unsigned long Qd = arm_decode_field_multiple (given, 13, 15, 22, 22); local
[all...]
/netbsd-current/external/gpl3/gdb/dist/opcodes/
H A Darm-dis.c6744 unsigned long Qd;
6750 Qd = arm_decode_field_multiple (given, 13, 15, 22, 22);
6754 if ((Qd == Qn) || (Qd == Qm))
6769 unsigned long Qd;
6775 Qd = arm_decode_field_multiple (given, 13, 15, 22, 22);
6779 if ((Qd == Qn) || (Qd == Qm))
6807 unsigned long Qd
6811 if (Qd
6743 unsigned long Qd; local
6768 unsigned long Qd; local
6806 unsigned long Qd local
6847 unsigned long Qd = arm_decode_field_multiple (given, 13, 15, 22, 22); local
6860 unsigned long Qd = arm_decode_field_multiple (given, 13, 15, 22, 22); local
[all...]
/netbsd-current/external/gpl3/binutils.old/dist/opcodes/
H A Darm-dis.c6719 unsigned long Qd;
6725 Qd = arm_decode_field_multiple (given, 13, 15, 22, 22);
6729 if ((Qd == Qn) || (Qd == Qm))
6744 unsigned long Qd;
6750 Qd = arm_decode_field_multiple (given, 13, 15, 22, 22);
6754 if ((Qd == Qn) || (Qd == Qm))
6782 unsigned long Qd
6786 if (Qd
6718 unsigned long Qd; local
6743 unsigned long Qd; local
6781 unsigned long Qd local
6822 unsigned long Qd = arm_decode_field_multiple (given, 13, 15, 22, 22); local
6835 unsigned long Qd = arm_decode_field_multiple (given, 13, 15, 22, 22); local
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/ARM/Disassembler/
H A DARMDisassembler.cpp3536 unsigned Qd = ((fieldFromInstruction(Insn, 22, 1) << 3) | local
3548 if (!Check(S, DecodeMQPRRegisterClass(Inst, Qd, Address, Decoder)))
3564 unsigned Qd = fieldFromInstruction(Insn, 13, 3); local
3565 Qd |= fieldFromInstruction(Insn, 22, 1) << 3;
3566 if (!Check(S, DecodeMQPRRegisterClass(Inst, Qd, Address, Decoder)))
3580 Inst.addOperand(MCOperand::createImm(Qd));
6388 unsigned Qd = fieldFromInstruction(Val, 13, 3); local
6394 if (!Check(S, DecodeMQPRRegisterClass(Inst, Qd, Address, Decoder)))
6458 unsigned Qd = ((fieldFromInstruction(Insn, 22, 1) << 3) | local
6466 if (!Check(S, DecodeMQPRRegisterClass(Inst, Qd, Addres
6481 unsigned Qd = ((fieldFromInstruction(Insn, 22, 1) << 3) | local
6583 unsigned Qd = ((fieldFromInstruction(Insn, 22, 1) << 3) | local
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp5813 // mnemonic, condition code, Rt, Rt2, Qd, idx, Qd again, idx2
5818 ((ARMOperand &)*Operands[4]).addRegOperands(Inst, 1); // Qd
5820 // skip second copy of Qd in Operands[6]
7849 // Qd must be different from Qm.
7865 const unsigned Qd = MRI->getEncodingValue(Inst.getOperand(QdIdx).getReg()); local
7868 if (Qd == Qm) {
8237 "Qd register and Qn register can't be identical");
8241 "Qd register and Qm register can't be identical");
/netbsd-current/external/gpl3/binutils/dist/gas/config/
H A Dtc-arm.c6808 /* Case 17: VMOV<c>.<dt> <Qd[idx]>, <Rt> */
6815 /* Case 19: VMOV<c> <Qd[idx]>, <Qd[idx2]>, <Rt>, <Rt2> */
6913 /* Case 0: VMOV<c><q> <Qd>, <Qm>
6950 /* Case 2: VMOV<c><q>.<dt> <Qd>, #<float-imm>
6957 /* Case 2: VMOV<c><q>.<dt> <Qd>, #<imm>
7038 /* Case 16: VMOV<c> <Rt>, <Rt2>, <Qd[idx]>, <Qd[idx2]> */
16397 unsigned Qd = inst.operands[0].reg;
16406 inst.instruction |= HI1 (Qd) << 2
16391 unsigned Qd = inst.operands[0].reg; local
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gas/config/
H A Dtc-arm.c6755 /* Case 17: VMOV<c>.<dt> <Qd[idx]>, <Rt> */
6762 /* Case 19: VMOV<c> <Qd[idx]>, <Qd[idx2]>, <Rt>, <Rt2> */
6860 /* Case 0: VMOV<c><q> <Qd>, <Qm>
6897 /* Case 2: VMOV<c><q>.<dt> <Qd>, #<float-imm>
6904 /* Case 2: VMOV<c><q>.<dt> <Qd>, #<imm>
6985 /* Case 16: VMOV<c> <Rt>, <Rt2>, <Qd[idx]>, <Qd[idx2]> */
16337 unsigned Qd = inst.operands[0].reg;
16346 inst.instruction |= HI1 (Qd) << 2
16331 unsigned Qd = inst.operands[0].reg; local
[all...]
/netbsd-current/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-arm.c6808 /* Case 17: VMOV<c>.<dt> <Qd[idx]>, <Rt> */
6815 /* Case 19: VMOV<c> <Qd[idx]>, <Qd[idx2]>, <Rt>, <Rt2> */
6913 /* Case 0: VMOV<c><q> <Qd>, <Qm>
6950 /* Case 2: VMOV<c><q>.<dt> <Qd>, #<float-imm>
6957 /* Case 2: VMOV<c><q>.<dt> <Qd>, #<imm>
7038 /* Case 16: VMOV<c> <Rt>, <Rt2>, <Qd[idx]>, <Qd[idx2]> */
16397 unsigned Qd = inst.operands[0].reg;
16406 inst.instruction |= HI1 (Qd) << 2
16391 unsigned Qd = inst.operands[0].reg; local
[all...]
/netbsd-current/tests/usr.bin/netpgpverify/
H A Dt_netpgpverify.sh1543 wsUZ3Dem7n1B+MAfTjCN4lGlLRRlOMSrG+5n6NtMRdDx29j+g7681k8afVKyb/Qd

Completed in 729 milliseconds