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

  /external/javassist/src/main/javassist/bytecode/
Mnemonic.java 28 public interface Mnemonic {
InstructionPrinter.java 28 private final static String opcodes[] = Mnemonic.OPCODE;
  /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...]
  /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/
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...]
hydrogen.cc 983 value->Mnemonic(),
    [all...]
  /external/v8/src/arm/
lithium-arm.h 180 #define DECLARE_CONCRETE_INSTRUCTION(type, mnemonic) \
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;
    [all...]
lithium-arm.cc 94 stream->Add("%s ", this->Mnemonic());
165 const char* LArithmeticD::Mnemonic() const {
179 const char* LArithmeticT::Mnemonic() const {
    [all...]
lithium-codegen-arm.cc 226 Comment(";;; @%d: %s.", current_instruction_, instr->Mnemonic());
    [all...]
  /external/v8/src/ia32/
lithium-ia32.h 180 #define DECLARE_CONCRETE_INSTRUCTION(type, mnemonic) \
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;
    [all...]
lithium-ia32.cc 96 stream->Add("%s ", this->Mnemonic());
167 const char* LArithmeticD::Mnemonic() const {
181 const char* LArithmeticT::Mnemonic() const {
    [all...]
lithium-codegen-ia32.cc 222 Comment(";;; @%d: %s.", current_instruction_, instr->Mnemonic());
    [all...]
  /external/v8/src/x64/
lithium-x64.h 180 #define DECLARE_CONCRETE_INSTRUCTION(type, mnemonic) \
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;
    [all...]
lithium-x64.cc 96 stream->Add("%s ", this->Mnemonic());
167 const char* LArithmeticD::Mnemonic() const {
181 const char* LArithmeticT::Mnemonic() const {
    [all...]
lithium-codegen-x64.cc 235 Comment(";;; @%d: %s.", current_instruction_, instr->Mnemonic());
    [all...]

Completed in 345 milliseconds