HomeSort by: relevance | last modified time | path
    Searched defs:Qn (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/Disassembler/
ARMDisassembler.cpp 3570 unsigned Qn = fieldFromInstruction(Insn, 17, 3);
3571 Qn |= fieldFromInstruction(Insn, 7, 1) << 3;
3572 if (!Check(S, DecodeMQPRRegisterClass(Inst, Qn, Address, Decoder)))
6604 unsigned Qn = fieldFromInstruction(Insn, 17, 3);
6605 if (!Check(S, DecodeMQPRRegisterClass(Inst, Qn, Address, Decoder)))
  /src/external/gpl3/binutils/dist/opcodes/
arm-dis.c 2806 "Qm==Qn", VORR should replaced by its alias VMOV. For that to happen
6476 unsigned long Qn;
6482 Qn = arm_decode_field_multiple (given, 17, 19, 7, 7);
6484 if ((Qd == Qn) || (Qd == Qm))
6501 unsigned long Qn;
6507 Qn = arm_decode_field_multiple (given, 17, 19, 7, 7);
6509 if ((Qd == Qn) || (Qd == Qm))
6539 unsigned long Qn = arm_decode_field_multiple (given, 17, 19, 7, 7);
6541 if (Qd == Qn)
6606 unsigned long Qn;
    [all...]
  /src/external/gpl3/binutils.old/dist/opcodes/
arm-dis.c 2806 "Qm==Qn", VORR should replaced by its alias VMOV. For that to happen
6476 unsigned long Qn;
6482 Qn = arm_decode_field_multiple (given, 17, 19, 7, 7);
6484 if ((Qd == Qn) || (Qd == Qm))
6501 unsigned long Qn;
6507 Qn = arm_decode_field_multiple (given, 17, 19, 7, 7);
6509 if ((Qd == Qn) || (Qd == Qm))
6539 unsigned long Qn = arm_decode_field_multiple (given, 17, 19, 7, 7);
6541 if (Qd == Qn)
6606 unsigned long Qn;
    [all...]
  /src/external/gpl3/gdb/dist/opcodes/
arm-dis.c 2806 "Qm==Qn", VORR should replaced by its alias VMOV. For that to happen
6476 unsigned long Qn;
6482 Qn = arm_decode_field_multiple (given, 17, 19, 7, 7);
6484 if ((Qd == Qn) || (Qd == Qm))
6501 unsigned long Qn;
6507 Qn = arm_decode_field_multiple (given, 17, 19, 7, 7);
6509 if ((Qd == Qn) || (Qd == Qm))
6539 unsigned long Qn = arm_decode_field_multiple (given, 17, 19, 7, 7);
6541 if (Qd == Qn)
6606 unsigned long Qn;
    [all...]
  /src/external/gpl3/gdb.old/dist/opcodes/
arm-dis.c 2901 "Qm==Qn", VORR should replaced by its alias VMOV. For that to happen
6572 unsigned long Qn;
6578 Qn = arm_decode_field_multiple (given, 17, 19, 7, 7);
6580 if ((Qd == Qn) || (Qd == Qm))
6597 unsigned long Qn;
6603 Qn = arm_decode_field_multiple (given, 17, 19, 7, 7);
6605 if ((Qd == Qn) || (Qd == Qm))
6635 unsigned long Qn = arm_decode_field_multiple (given, 17, 19, 7, 7);
6637 if (Qd == Qn)
6702 unsigned long Qn;
    [all...]

Completed in 54 milliseconds