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

  /external/javassist/src/main/javassist/bytecode/
Mnemonic.java 28 public interface Mnemonic {
  /external/smack/src/org/xbill/DNS/
Mnemonic.java 14 class Mnemonic {
42 * Creates a new Mnemonic table.
43 * @param description A short description of the mnemonic to use when
49 Mnemonic(String description, int wordcase) {
159 addAll(Mnemonic source) {
168 * Gets the text mnemonic corresponding to a numeric value.
170 * @return The corresponding text mnemonic.
185 * Gets the numeric value corresponding to a text mnemonic.
186 * @param str The text mnemonic
TypeBitmap.java 56 types.add(Mnemonic.toInteger(typecode));
73 types.add(Mnemonic.toInteger(typecode));
144 return types.contains(Mnemonic.toInteger(typecode));
Type.java 196 private static class TypeMnemonic extends Mnemonic {
209 objects.put(Mnemonic.toInteger(val), proto);
Lookup.java 127 Cache c = (Cache) defaultCaches.get(Mnemonic.toInteger(dclass));
130 defaultCaches.put(Mnemonic.toInteger(dclass), c);
144 defaultCaches.put(Mnemonic.toInteger(dclass), cache);
  /external/llvm/lib/Target/AArch64/InstPrinter/
AArch64InstPrinter.cpp 257 const char *Mnemonic;
619 StringRef Layout, Mnemonic;
636 O << "\t" << LdStDesc->Mnemonic << LdStDesc->Layout << '\t';
    [all...]
  /external/llvm/lib/Target/PowerPC/AsmParser/
PPCAsmParser.cpp 939 return Error(IDLoc, "unrecognized instruction 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
415 /// Mnemonic - This is the first token of the matched instruction, its
416 /// mnemonic.
417 StringRef Mnemonic;
421 /// This directly corresponds to the tokenized AsmString after the mnemonic is
488 // The primary comparator is the instruction mnemonic.
489 if (Mnemonic != RHS.Mnemonic
    [all...]
  /external/chromium_org/v8/src/arm/
lithium-arm.cc 45 stream->Add("%s ", this->Mnemonic());
112 const char* LArithmeticD::Mnemonic() const {
126 const char* LArithmeticT::Mnemonic() const {
    [all...]
  /external/chromium_org/v8/src/arm64/
lithium-arm64.cc 153 stream->Add("%s ", this->Mnemonic());
322 const char* LArithmeticD::Mnemonic() const {
336 const char* LArithmeticT::Mnemonic() const {
    [all...]
  /external/chromium_org/v8/src/ia32/
lithium-ia32.cc 64 stream->Add("%s ", this->Mnemonic());
131 const char* LArithmeticD::Mnemonic() const {
145 const char* LArithmeticT::Mnemonic() const {
    [all...]
  /external/chromium_org/v8/src/mips/
lithium-mips.cc 45 stream->Add("%s ", this->Mnemonic());
112 const char* LArithmeticD::Mnemonic() const {
126 const char* LArithmeticT::Mnemonic() const {
    [all...]
  /external/chromium_org/v8/src/x64/
lithium-x64.cc 48 stream->Add("%s ", this->Mnemonic());
115 const char* LArithmeticD::Mnemonic() const {
129 const char* LArithmeticT::Mnemonic() const {
    [all...]
  /external/chromium_org/v8/src/x87/
lithium-x87.cc 75 stream->Add("%s ", this->Mnemonic());
142 const char* LArithmeticD::Mnemonic() const {
156 const char* LArithmeticT::Mnemonic() const {
    [all...]
  /external/llvm/lib/Target/Mips/AsmParser/
MipsAsmParser.cpp 115 bool ParseOperand(OperandVector &, StringRef Mnemonic);
    [all...]
  /external/chromium_org/v8/src/
hydrogen-instructions.cc 80 id(), Mnemonic(), use->id(), use->Mnemonic(), rep.Mnemonic(),
108 id(), Mnemonic(), r.Mnemonic(), new_rep.Mnemonic(), reason);
435 const char* HValue::Mnemonic() const {
555 stream->Add("%s%d", representation_.Mnemonic(), id());
652 stream->Add("%s ", Mnemonic());
    [all...]
objects.cc     [all...]
  /external/llvm/lib/Target/AArch64/AsmParser/
AArch64AsmParser.cpp 42 StringRef Mnemonic; ///< Instruction mnemonic.
169 bool IsSuffix; // Is the operand actually a suffix on the mnemonic.
    [all...]
  /external/llvm/lib/Target/ARM/AsmParser/
ARMAsmParser.cpp 197 bool parseOperand(OperandVector &, StringRef Mnemonic);
233 StringRef splitMnemonic(StringRef Mnemonic, unsigned &PredicationCode,
236 void getMnemonicAcceptInfo(StringRef Mnemonic, StringRef FullInst,
318 bool shouldOmitCCOutOperand(StringRef Mnemonic, OperandVector &Operands);
319 bool shouldOmitPredicateOperand(StringRef Mnemonic, OperandVector &Operands);
    [all...]
  /external/robolectric/lib/main/
javassist-3.14.0-GA.jar 

Completed in 630 milliseconds