HomeSort by relevance Sort by last modified time
    Searched defs:Mnemonic (Results 1 - 8 of 8) sorted by null

  /external/javassist/src/main/javassist/bytecode/
Mnemonic.java 28 public interface Mnemonic {
  /external/v8/src/
hydrogen-instructions.cc 56 const char* Representation::Mnemonic() const {
404 stream->Add("%s%d", representation_.Mnemonic(), id());
450 stream->Add("%s", Mnemonic());
729 stream->Add(" %s to %s", from_.Mnemonic(), to().Mnemonic());
    [all...]
hydrogen-instructions.h 192 #define DECLARE_CONCRETE_INSTRUCTION(type, mnemonic) \
194 virtual const char* Mnemonic() const { return mnemonic; } \
286 const char* Mnemonic() const;
570 virtual const char* Mnemonic() const = 0;
    [all...]
  /external/llvm/utils/TableGen/
AsmMatcherEmitter.cpp 84 // 1. A operand match table is built, each entry contains a mnemonic, an
86 // class/mnemonic and target features to be checked while trying to match.
89 // mnemonic and will check if the target feature for this mnemonic also
390 /// Mnemonic - This is the first token of the matched instruction, its
391 /// mnemonic.
392 StringRef Mnemonic;
396 /// This directly corresponds to the tokenized AsmString after the mnemonic is
452 // The primary comparator is the instruction mnemonic.
453 if (Mnemonic != RHS.Mnemonic
    [all...]
  /external/v8/src/arm/
lithium-arm.cc 94 stream->Add("%s ", this->Mnemonic());
165 const char* LArithmeticD::Mnemonic() const {
179 const char* LArithmeticT::Mnemonic() const {
    [all...]
  /external/v8/src/ia32/
lithium-ia32.cc 96 stream->Add("%s ", this->Mnemonic());
167 const char* LArithmeticD::Mnemonic() const {
181 const char* LArithmeticT::Mnemonic() const {
    [all...]
  /external/v8/src/x64/
lithium-x64.cc 96 stream->Add("%s ", this->Mnemonic());
167 const char* LArithmeticD::Mnemonic() const {
181 const char* LArithmeticT::Mnemonic() const {
    [all...]
  /external/llvm/lib/Target/ARM/AsmParser/
ARMAsmParser.cpp 88 bool parseOperand(SmallVectorImpl<MCParsedAsmOperand*> &, StringRef Mnemonic);
98 StringRef splitMnemonic(StringRef Mnemonic, unsigned &PredicationCode,
101 void getMnemonicAcceptInfo(StringRef Mnemonic, bool &CanAcceptCarrySet,
206 bool shouldOmitCCOutOperand(StringRef Mnemonic,
    [all...]

Completed in 107 milliseconds