Searched refs:mnemonic (Results 1 – 7 of 7) sorted by relevance
/external/webkit/V8Binding/v8/src/x64/ |
D | disasm-x64.cc | 967 const char* mnemonic = TwoByteMnemonic(opcode); in TwoByteOpcodeInstruction() local 985 AppendToBuffer("%s", mnemonic); in TwoByteOpcodeInstruction() 1001 current += PrintOperands(mnemonic, REG_OPER_OP_ORDER, current); in TwoByteOpcodeInstruction() 1009 AppendToBuffer("%s ", mnemonic); in TwoByteOpcodeInstruction() 1037 AppendToBuffer("%s %s,", mnemonic, NameOfXMMRegister(regop)); in TwoByteOpcodeInstruction() 1043 AppendToBuffer("%s %s,%s", mnemonic, NameOfXMMRegister(regop), in TwoByteOpcodeInstruction()
|
/external/emma/core/java12/com/vladium/util/args/ |
D | OptsParser.java | 847 void setValueMnemonic (final String mnemonic) in setValueMnemonic() argument 849 if (mnemonic == null) throw new IllegalArgumentException ("null input: mnemonic"); in setValueMnemonic() 851 m_valueMnemonic = mnemonic; in setValueMnemonic()
|
/external/qemu/ |
D | i386-dis.c | 6100 const char *mnemonic; in OP_3DNowSuffix() local 6107 mnemonic = Suffix3DNow[*codep++ & 0xff]; in OP_3DNowSuffix() 6108 if (mnemonic) in OP_3DNowSuffix() 6109 oappend (mnemonic); in OP_3DNowSuffix()
|
/external/webkit/WebCore/platform/text/mac/ |
D | character-sets.txt | 1173 Source: RFC 1345, also known as "mnemonic+ascii+38" 1178 Source: RFC 1345, also known as "mnemonic+ascii+8200"
|
/external/libffi/ |
D | ChangeLog | 2871 * src/alpha/ffi.c (ffi_prep_closure): Avoid gas-only mnemonic.
|
/external/bison/doc/ |
D | bison.texinfo | 6800 Bison supports both traditional single-letter options and mnemonic long
|
D | bison.info | 6253 Bison supports both traditional single-letter options and mnemonic long
|