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

1 2 3

  /external/javassist/src/main/javassist/bytecode/
Mnemonic.java 28 public interface Mnemonic {
InstructionPrinter.java 28 private final static String opcodes[] = Mnemonic.OPCODE;
  /external/v8/src/compiler/
opcodes.cc 28 char const* IrOpcode::Mnemonic(Value value) {
35 return os << IrOpcode::Mnemonic(opcode);
graph-replay.cc 49 const char* mnemonic = IrOpcode::IsCommonOpcode(opcode) local
50 ? IrOpcode::Mnemonic(opcode)
51 : IrOpcode::Mnemonic(opcode) + 2;
52 PrintF(" op = %s()->%s(", builder, mnemonic);
  /external/swiftshader/third_party/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,
205 bool shouldOmitCCOutOperand(StringRef Mnemonic,
    [all...]
  /external/v8/src/crankshaft/
hydrogen-store-elimination.cc 103 instr->id(), instr->Mnemonic()));
109 instr->id(), instr->Mnemonic()));
115 instr->id(), instr->Mnemonic()));
hydrogen-representation-changes.cc 153 phi->id(), value->id(), value->Mnemonic());
162 phi->id(), value->id(), value->Mnemonic());
170 phi->id(), value->id(), value->Mnemonic());
182 input->id(), current->id(), current->Mnemonic());
201 input->id(), current->id(), current->Mnemonic());
218 input->id(), current->id(), current->Mnemonic());
hydrogen-escape-analysis.cc 18 value->Mnemonic(), use->id(), use->Mnemonic(), it.index());
25 value->Mnemonic(), use->id(), use->Mnemonic(), it.index());
33 value->Mnemonic(), use->id(), use->Mnemonic(), it.index());
55 instr->Mnemonic());
199 replacement->id(), replacement->Mnemonic());
lithium-codegen.cc 102 instr->Mnemonic());
134 hinstr->Mnemonic(), instr->Mnemonic());
139 hinstr->Mnemonic(), instr->Mnemonic());
hydrogen-instructions.cc 105 id(), Mnemonic(), use->id(), use->Mnemonic(), rep.Mnemonic(),
127 id(), Mnemonic(), r.Mnemonic(), new_rep.Mnemonic(), reason);
470 const char* HValue::Mnemonic() const {
654 os << Mnemonic() << " ";
911 return os << v.value->representation().Mnemonic() << v.value->id();
    [all...]
hydrogen-removable-simulates.cc 24 instr->id(), instr->Mnemonic());
hydrogen-gvn.cc 609 << instr->Mnemonic() << ") changes " << Print(changes)
822 instr->Mnemonic(),
824 other->Mnemonic());
854 instr->Mnemonic(),
856 other->Mnemonic());
hydrogen-range-analysis.cc 174 value->Mnemonic(),
  /external/llvm/lib/Target/ARM/AsmParser/
ARMAsmParser.cpp 202 bool parseOperand(OperandVector &, StringRef Mnemonic);
238 StringRef splitMnemonic(StringRef Mnemonic, unsigned &PredicationCode,
241 void getMnemonicAcceptInfo(StringRef Mnemonic, StringRef FullInst,
245 void tryConvertingToTwoOperandForm(StringRef Mnemonic, bool CarrySetting,
356 bool shouldOmitCCOutOperand(StringRef Mnemonic, OperandVector &Operands);
357 bool shouldOmitPredicateOperand(StringRef Mnemonic, OperandVector &Operands);
    [all...]
  /external/llvm/lib/Target/Lanai/AsmParser/
LanaiAsmParser.cpp 40 // Split the mnemonic stripping conditional code and quantifiers
63 StringRef Mnemonic);
647 return Error(IdLoc, "Unrecognized instruction mnemonic");
978 LanaiAsmParser::parseOperand(OperandVector *Operands, StringRef Mnemonic) {
981 OperandMatchResultTy Result = MatchOperandParserImpl(*Operands, Mnemonic);
1010 // Split the mnemonic into ASM operand, conditional code and instruction
1016 StringRef Mnemonic = Name;
1020 Mnemonic = Name.substr(0, Name.size() - 2);
1025 if (Mnemonic[0] == 'b' ||
1026 (Mnemonic[0] == 's' && !Mnemonic.startswith("sel") &
    [all...]
  /external/v8/src/
property.cc 77 os << ":" << representation().Mnemonic();
property-details.h 187 const char* Mnemonic() const;
  /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
487 /// Mnemonic - This is the first token of the matched instruction, its
488 /// mnemonic.
489 StringRef Mnemonic;
493 /// This directly corresponds to the tokenized AsmString after the mnemonic is
531 Mnemonic(RHS.Mnemonic), AsmOperands(RHS.AsmOperands)
    [all...]
  /external/llvm/lib/Target/Sparc/AsmParser/
SparcAsmParser.cpp 587 return Error(IDLoc, "invalid instruction mnemonic");
611 static void applyMnemonicAliases(StringRef &Mnemonic, uint64_t Features,
618 // First operand in MCInst is instruction mnemonic.
621 // apply mnemonic aliases, if any, so that we can parse operands correctly.
759 SparcAsmParser::parseOperand(OperandVector &Operands, StringRef Mnemonic) {
761 OperandMatchResultTy ResTy = MatchOperandParserImpl(Operands, Mnemonic);
775 if (Mnemonic == "cas" || Mnemonic == "casx" || Mnemonic == "casa") {
816 ResTy = parseSparcAsmOperand(Op, (Mnemonic == "call"))
    [all...]
  /external/swiftshader/third_party/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/llvm/lib/Target/AArch64/AsmParser/
AArch64AsmParser.cpp 45 StringRef Mnemonic; ///< Instruction mnemonic.
174 bool IsSuffix; // Is the operand actually a suffix on the mnemonic.
    [all...]
  /external/llvm/lib/Target/SystemZ/AsmParser/
SystemZAsmParser.cpp 385 bool parseOperand(OperandVector &Operands, StringRef Mnemonic);
740 StringRef Mnemonic) {
743 OperandMatchResultTy ResTy = MatchOperandParserImpl(Operands, Mnemonic);
    [all...]
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowActivity.java 26 import javassist.bytecode.Mnemonic;
  /external/llvm/lib/Target/AArch64/InstPrinter/
AArch64InstPrinter.cpp 314 const char *Mnemonic;
    [all...]
  /external/v8/src/crankshaft/arm/
lithium-arm.h 147 #define DECLARE_CONCRETE_INSTRUCTION(type, mnemonic) \
150 const char* Mnemonic() const final { return mnemonic; } \
174 virtual const char* Mnemonic() const = 0;
    [all...]

Completed in 1327 milliseconds

1 2 3