HomeSort by relevance Sort by last modified time
    Searched defs:Mnemonic (Results 1 - 23 of 23) 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/PowerPC/AsmParser/
PPCAsmParser.cpp 868 return Error(IDLoc, "unrecognized instruction mnemonic");
    [all...]
  /dalvik/vm/compiler/codegen/x86/libenc/
enc_defs_ext.h 85 typedef enum Mnemonic {
338 } Mnemonic;
  /external/llvm/lib/Target/AArch64/AsmParser/
AArch64AsmParser.cpp 85 StringRef Mnemonic);
157 k_Token, // The mnemonic; other raw tokens the auto-generated
    [all...]
  /external/llvm/lib/Target/Mips/AsmParser/
MipsAsmParser.cpp 124 StringRef Mnemonic);
938 StringRef Mnemonic) {
941 OperandMatchResultTy ResTy = MatchOperandParserImpl(Operands, 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
485 // The primary comparator is the instruction mnemonic.
486 if (Mnemonic != RHS.Mnemonic
    [all...]
  /external/v8/src/
hydrogen-instructions.cc 56 const char* Representation::Mnemonic() const {
373 const char* HValue::Mnemonic() const {
473 stream->Add("%s%d", representation_.Mnemonic(), id());
539 stream->Add("%s ", Mnemonic());
904 stream->Add(" %s to %s", from().Mnemonic(), to().Mnemonic());
    [all...]
  /external/chromium_org/v8/src/arm/
lithium-arm.cc 67 stream->Add("%s ", this->Mnemonic());
134 const char* LArithmeticD::Mnemonic() const {
148 const char* LArithmeticT::Mnemonic() const {
    [all...]
  /external/chromium_org/v8/src/
hydrogen-instructions.cc 106 id(), Mnemonic(), use->id(), use->Mnemonic(), rep.Mnemonic(),
134 id(), Mnemonic(), r.Mnemonic(), new_rep.Mnemonic(), reason);
489 const char* HValue::Mnemonic() const {
607 stream->Add("%s%d", representation_.Mnemonic(), id());
689 stream->Add("%s ", Mnemonic());
    [all...]
objects.cc     [all...]
  /external/chromium_org/v8/src/ia32/
lithium-ia32.cc 97 stream->Add("%s ", this->Mnemonic());
164 const char* LArithmeticD::Mnemonic() const {
178 const char* LArithmeticT::Mnemonic() const {
    [all...]
  /external/chromium_org/v8/src/mips/
lithium-mips.cc 67 stream->Add("%s ", this->Mnemonic());
134 const char* LArithmeticD::Mnemonic() const {
148 const char* LArithmeticT::Mnemonic() const {
    [all...]
  /external/chromium_org/v8/src/x64/
lithium-x64.cc 70 stream->Add("%s ", this->Mnemonic());
137 const char* LArithmeticD::Mnemonic() const {
151 const char* LArithmeticT::Mnemonic() const {
    [all...]
  /external/v8/src/arm/
lithium-arm.cc 93 stream->Add("%s ", this->Mnemonic());
161 const char* LArithmeticD::Mnemonic() const {
175 const char* LArithmeticT::Mnemonic() const {
    [all...]
  /external/v8/src/ia32/
lithium-ia32.cc 95 stream->Add("%s ", this->Mnemonic());
158 const char* LArithmeticD::Mnemonic() const {
172 const char* LArithmeticT::Mnemonic() const {
    [all...]
  /external/v8/src/mips/
lithium-mips.cc 93 stream->Add("%s ", this->Mnemonic());
161 const char* LArithmeticD::Mnemonic() const {
175 const char* LArithmeticT::Mnemonic() const {
    [all...]
  /external/v8/src/x64/
lithium-x64.cc 95 stream->Add("%s ", this->Mnemonic());
163 const char* LArithmeticD::Mnemonic() const {
177 const char* LArithmeticT::Mnemonic() const {
    [all...]
  /external/llvm/lib/Target/ARM/AsmParser/
ARMAsmParser.cpp 116 bool parseOperand(SmallVectorImpl<MCParsedAsmOperand*> &, StringRef Mnemonic);
139 StringRef splitMnemonic(StringRef Mnemonic, unsigned &PredicationCode,
142 void getMnemonicAcceptInfo(StringRef Mnemonic, bool &CanAcceptCarrySet,
228 bool shouldOmitCCOutOperand(StringRef Mnemonic,
230 bool shouldOmitPredicateOperand(StringRef Mnemonic,
    [all...]
  /external/robolectric/lib/main/
javassist-3.14.0-GA.jar 

Completed in 1140 milliseconds