/external/llvm/lib/Target/ARM/AsmParser/ |
D | ARMAsmParser.cpp | 57 bool ParseOperand(SmallVectorImpl<MCParsedAsmOperand*> &, StringRef Mnemonic); 82 StringRef SplitMnemonic(StringRef Mnemonic, unsigned &PredicationCode, 84 void GetMnemonicAcceptInfo(StringRef Mnemonic, bool &CanAcceptCarrySet, 1801 StringRef Mnemonic) { in ParseOperand() argument 1806 OperandMatchResultTy ResTy = MatchOperandParserImpl(Operands, Mnemonic); in ParseOperand() 1957 StringRef ARMAsmParser::SplitMnemonic(StringRef Mnemonic, in SplitMnemonic() argument 1968 if ((Mnemonic == "movs" && isThumb()) || in SplitMnemonic() 1969 Mnemonic == "teq" || Mnemonic == "vceq" || Mnemonic == "svc" || in SplitMnemonic() 1970 Mnemonic == "mls" || Mnemonic == "smmls" || Mnemonic == "vcls" || in SplitMnemonic() 1971 Mnemonic == "vmls" || Mnemonic == "vnmls" || Mnemonic == "vacge" || in SplitMnemonic() [all …]
|
/external/llvm/lib/Target/X86/ |
D | X86InstrCMovSetCC.td | 17 multiclass CMOV<bits<8> opc, string Mnemonic, PatLeaf CondNode> { 22 !strconcat(Mnemonic, "{w}\t{$src2, $dst|$dst, $src2}"), 27 !strconcat(Mnemonic, "{l}\t{$src2, $dst|$dst, $src2}"), 32 !strconcat(Mnemonic, "{q}\t{$src2, $dst|$dst, $src2}"), 40 !strconcat(Mnemonic, "{w}\t{$src2, $dst|$dst, $src2}"), 45 !strconcat(Mnemonic, "{l}\t{$src2, $dst|$dst, $src2}"), 50 !strconcat(Mnemonic, "{q}\t{$src2, $dst|$dst, $src2}"), 77 multiclass SETCC<bits<8> opc, string Mnemonic, PatLeaf OpNode> { 80 !strconcat(Mnemonic, "\t$dst"), 83 !strconcat(Mnemonic, "\t$dst"),
|
D | X86Instr3DNow.td | 19 class I3DNow_binop<bits<8> o, Format F, dag ins, string Mnemonic, list<dag> pat> 21 !strconcat(Mnemonic, "\t{$src2, $dst|$dst, $src2}"), pat>, 28 class I3DNow_conv<bits<8> o, Format F, dag ins, string Mnemonic, list<dag> pat> 30 !strconcat(Mnemonic, "\t{$src, $dst|$dst, $src}"), pat>,
|
D | X86InstrInfo.td | 1296 // Assembler Mnemonic Aliases 1473 multiclass FpUnaryAlias<string Mnemonic, Instruction Inst, bit EmitAlias = 1> { 1474 def : InstAlias<!strconcat(Mnemonic, " $op, %st(0)"), 1476 def : InstAlias<!strconcat(Mnemonic, " %st(0), %st(0)"), 1613 multiclass ShiftRotateByOneAlias<string Mnemonic, string Opc> { 1614 def : InstAlias<!strconcat(Mnemonic, "b $op, $$1"), 1616 def : InstAlias<!strconcat(Mnemonic, "w $op, $$1"), 1618 def : InstAlias<!strconcat(Mnemonic, "l $op, $$1"), 1620 def : InstAlias<!strconcat(Mnemonic, "q $op, $$1"), 1622 def : InstAlias<!strconcat(Mnemonic, "b $op, $$1"), [all …]
|
/external/iptables/extensions/ |
D | libxt_TOS.man | 18 Binary AND the TOS value with \fIbits\fP. (Mnemonic for \fB\-\-set\-tos 22 Binary OR the TOS value with \fIbits\fP. (Mnemonic for \fB\-\-set\-tos\fP 26 Binary XOR the TOS value with \fIbits\fP. (Mnemonic for \fB\-\-set\-tos\fP
|
D | libxt_MARK.man | 18 Binary AND the nfmark with \fIbits\fP. (Mnemonic for \fB\-\-set\-xmark 22 Binary OR the nfmark with \fIbits\fP. (Mnemonic for \fB\-\-set\-xmark\fP 26 Binary XOR the nfmark with \fIbits\fP. (Mnemonic for \fB\-\-set\-xmark\fP
|
D | libxt_CONNMARK.man | 32 Binary AND the ctmark with \fIbits\fP. (Mnemonic for \fB\-\-set\-xmark 36 Binary OR the ctmark with \fIbits\fP. (Mnemonic for \fB\-\-set\-xmark\fP 40 Binary XOR the ctmark with \fIbits\fP. (Mnemonic for \fB\-\-set\-xmark\fP
|
/external/javassist/src/main/javassist/bytecode/ |
D | Mnemonic.java | 28 public interface Mnemonic { interface
|
D | InstructionPrinter.java | 28 private final static String opcodes[] = Mnemonic.OPCODE;
|
/external/llvm/utils/TableGen/ |
D | AsmMatcherEmitter.cpp | 392 StringRef Mnemonic; member 453 if (Mnemonic != RHS.Mnemonic) in operator <() 454 return Mnemonic < RHS.Mnemonic; in operator <() 476 if (Mnemonic != RHS.Mnemonic) in CouldMatchAmbiguouslyWith() 740 Mnemonic = AsmOperands[0].Token; in TokenizeAsmString() 741 if (Mnemonic[0] == '$' || getSingletonRegisterForAsmOperand(0, Info)) in TokenizeAsmString() 743 "Invalid instruction mnemonic '" + Mnemonic.str() + "'!"); in TokenizeAsmString() 2010 OS << " { \"" << II.Mnemonic << "\"" in EmitCustomOperandParsing() 2296 << II.getResultInst()->TheDef->getName() << ", \"" << II.Mnemonic << "\"" in run()
|
/external/v8/src/ |
D | hydrogen-instructions.cc | 56 const char* Representation::Mnemonic() const { in HYDROGEN_CONCRETE_INSTRUCTION_LIST() 404 stream->Add("%s%d", representation_.Mnemonic(), id()); in PrintNameTo() 450 stream->Add("%s", Mnemonic()); in PrintTo() 729 stream->Add(" %s to %s", from_.Mnemonic(), to().Mnemonic()); in PrintDataTo()
|
D | hydrogen.cc | 983 value->Mnemonic(), in InferRange() 1360 instr->Mnemonic()); in ProcessLoopBlock() 1445 instr->Mnemonic(), in AnalyzeBlock() 1447 other->Mnemonic()); in AnalyzeBlock() 1846 req.Mnemonic(), in InsertRepresentationChangesForValue() 4917 PrintF("Info: %s/%s\n", info.ToString(), ToRepresentation(info).Mnemonic()); in BuildBinaryOperation() 5037 value->Mnemonic(), in AssumeRepresentation() 5038 r.Mnemonic(), in AssumeRepresentation()
|
D | hydrogen-instructions.h | 194 virtual const char* Mnemonic() const { return mnemonic; } \ 286 const char* Mnemonic() const; 570 virtual const char* Mnemonic() const = 0; 1879 virtual const char* Mnemonic() const { return "phi"; } in Mnemonic() function
|
/external/v8/src/arm/ |
D | lithium-arm.h | 182 virtual const char* Mnemonic() const { return mnemonic; } \ 202 virtual const char* Mnemonic() const = 0; 1108 virtual const char* Mnemonic() const; 1124 virtual const char* Mnemonic() const;
|
D | lithium-arm.cc | 94 stream->Add("%s ", this->Mnemonic()); in PrintTo() 165 const char* LArithmeticD::Mnemonic() const { in Mnemonic() function in v8::internal::LArithmeticD 179 const char* LArithmeticT::Mnemonic() const { in Mnemonic() function in v8::internal::LArithmeticT
|
D | lithium-codegen-arm.cc | 226 Comment(";;; @%d: %s.", current_instruction_, instr->Mnemonic()); in GenerateBody()
|
/external/v8/src/x64/ |
D | lithium-x64.h | 182 virtual const char* Mnemonic() const { return mnemonic; } \ 203 virtual const char* Mnemonic() const = 0; 1094 virtual const char* Mnemonic() const; 1110 virtual const char* Mnemonic() const;
|
D | lithium-x64.cc | 96 stream->Add("%s ", this->Mnemonic()); in PrintTo() 167 const char* LArithmeticD::Mnemonic() const { in Mnemonic() function in v8::internal::LArithmeticD 181 const char* LArithmeticT::Mnemonic() const { in Mnemonic() function in v8::internal::LArithmeticT
|
D | lithium-codegen-x64.cc | 235 Comment(";;; @%d: %s.", current_instruction_, instr->Mnemonic()); in GenerateBody()
|
/external/v8/src/ia32/ |
D | lithium-ia32.h | 182 virtual const char* Mnemonic() const { return mnemonic; } \ 202 virtual const char* Mnemonic() const = 0; 1134 virtual const char* Mnemonic() const; 1150 virtual const char* Mnemonic() const;
|
D | lithium-ia32.cc | 96 stream->Add("%s ", this->Mnemonic()); in PrintTo() 167 const char* LArithmeticD::Mnemonic() const { in Mnemonic() function in v8::internal::LArithmeticD 181 const char* LArithmeticT::Mnemonic() const { in Mnemonic() function in v8::internal::LArithmeticT
|
D | lithium-codegen-ia32.cc | 222 Comment(";;; @%d: %s.", current_instruction_, instr->Mnemonic()); in GenerateBody()
|
/external/llvm/include/llvm/Target/ |
D | Target.td | 739 /// Mnemonic aliases are mapped before any other translation in the match phase,
|
/external/llvm/lib/Target/Alpha/ |
D | AlphaInstrInfo.td | 1019 //Mnemonic Format Opcode Description
|