HomeSort by relevance Sort by last modified time
    Searched full:mnemonic (Results 1 - 25 of 252) sorted by null

1 2 3 4 5 6 7 8 91011

  /external/harfbuzz_ng/test/shaping/
hb-manifest-update 5 UtilMains.process_multiple_args (Manifest.update_recursive, mnemonic="DIR")
hb-manifest-read 5 UtilMains.process_multiple_args (FilterHelpers.filter_printer_function (Manifest.read), mnemonic="DIR")
  /external/smack/src/org/xbill/DNS/
ExtendedFlags.java 13 private static Mnemonic extflags = new Mnemonic("EDNS Flag",
14 Mnemonic.CASE_LOWER);
Opcode.java 30 private static Mnemonic opcodes = new Mnemonic("DNS Opcode",
31 Mnemonic.CASE_UPPER);
Rcode.java 13 private static Mnemonic rcodes = new Mnemonic("DNS Rcode",
14 Mnemonic.CASE_UPPER);
16 private static Mnemonic tsigrcodes = new Mnemonic("TSIG rcode",
17 Mnemonic.CASE_UPPER);
Flags.java 13 private static Mnemonic flags = new Mnemonic("DNS Header Flag",
14 Mnemonic.CASE_LOWER);
Section.java 35 private static Mnemonic sections = new Mnemonic("Message Section",
36 Mnemonic.CASE_LOWER);
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
DClass.java 35 private static class DClassMnemonic extends Mnemonic {
48 private static Mnemonic classes = new DClassMnemonic();
  /external/llvm/test/MC/AsmParser/
purgem.s 12 # CHECK: error: invalid instruction mnemonic 'foo'
  /dalvik/vm/compiler/codegen/x86/libenc/
enc_wrapper.h 176 ENCODER_DECLARE_EXPORT char* encoder_imm(Mnemonic m, OpndSize size,
180 ENCODER_DECLARE_EXPORT char* encoder_mem(Mnemonic m, OpndSize size,
182 ENCODER_DECLARE_EXPORT char* encoder_reg(Mnemonic m, OpndSize size,
184 ENCODER_DECLARE_EXPORT char* encoder_reg_reg(Mnemonic m, OpndSize size,
187 ENCODER_DECLARE_EXPORT char* encoder_mem_reg(Mnemonic m, OpndSize size,
190 ENCODER_DECLARE_EXPORT char* encoder_mem_scale_reg(Mnemonic m, OpndSize size,
193 ENCODER_DECLARE_EXPORT char* encoder_reg_mem_scale(Mnemonic m, OpndSize size,
197 ENCODER_DECLARE_EXPORT char * encoder_mem_disp_scale_reg(Mnemonic m, OpndSize size,
200 ENCODER_DECLARE_EXPORT char * encoder_movzs_mem_disp_scale_reg(Mnemonic m, OpndSize size,
203 ENCODER_DECLARE_EXPORT char* encoder_reg_mem_disp_scale(Mnemonic m, OpndSize size
    [all...]
dec_base.h 58 * Mnemonic of the instruction.s
60 Mnemonic mn;
108 inline bool is_jcc(Mnemonic mn)
130 static bool try_mn(Mnemonic mn, const unsigned char ** pbuf, Inst * pinst);
encoder.cpp 94 extern const Mnemonic map_of_alu_opcode_2_mnemonic[];
95 extern const Mnemonic map_of_shift_opcode_2_mnemonic[];
123 const Mnemonic map_of_alu_opcode_2_mnemonic[] = {
131 const Mnemonic map_of_shift_opcode_2_mnemonic[] = {
  /external/llvm/utils/Target/ARM/
analyze-match-table.py 25 # For every mnemonic, compute whether or not it can have a carry setting
29 mnemonic = insn[1]
31 flags = mnemonic_flags[mnemonic] = mnemonic_flags.get(mnemonic, set())
40 print ' || '.join('Mnemonic == "%s"' % m
42 print ' || '.join('Mnemonic == "%s"' % m
  /external/clang/test/CodeGen/
asm-errors.c 8 // CHECK: error: invalid instruction mnemonic 'abc'
  /external/llvm/lib/Target/X86/
X86InstrArithmetic.td 666 /// 1. Concatenates together the instruction mnemonic with the appropriate
673 string mnemonic, string args, list<dag> pattern,
678 !strconcat(mnemonic, "{", typeinfo.InstrSuffix, "}\t", args), pattern,
687 class BinOpRR<bits<8> opcode, string mnemonic, X86TypeInfo typeinfo
    [all...]
X86InstrCMovSetCC.td 17 multiclass CMOV<bits<8> opc, string Mnemonic, PatLeaf CondNode> {
22 !strconcat(Mnemonic, "{w}\t{$src2, $dst|$dst, $src2}"),
28 !strconcat(Mnemonic, "{l}\t{$src2, $dst|$dst, $src2}"),
34 !strconcat(Mnemonic, "{q}\t{$src2, $dst|$dst, $src2}"),
43 !strconcat(Mnemonic, "{w}\t{$src2, $dst|$dst, $src2}"),
49 !strconcat(Mnemonic, "{l}\t{$src2, $dst|$dst, $src2}"),
54 !strconcat(Mnemonic, "{q}\t{$src2, $dst|$dst, $src2}"),
81 multiclass SETCC<bits<8> opc, string Mnemonic, PatLeaf OpNode> {
84 !strconcat(Mnemonic, "\t$dst"),
88 !strconcat(Mnemonic, "\t$dst")
    [all...]
  /external/iptables/extensions/
libxt_MARK.man 18 Binary AND the nfmark with \fIbits\fP. (Mnemonic for \fB\-\-set\-xmark
22 Binary OR the nfmark with \fIbits\fP. (Mnemonic for \fB\-\-set\-xmark\fP
26 Binary XOR the nfmark with \fIbits\fP. (Mnemonic for \fB\-\-set\-xmark\fP
libxt_TOS.man 18 Binary AND the TOS value with \fIbits\fP. (Mnemonic for \fB\-\-set\-tos
22 Binary OR the TOS value with \fIbits\fP. (Mnemonic for \fB\-\-set\-tos\fP
26 Binary XOR the TOS value with \fIbits\fP. (Mnemonic for \fB\-\-set\-tos\fP
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
netrom.h 27 char mnemonic[7]; member in struct:nr_route_struct
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
netrom.h 27 char mnemonic[7]; member in struct:nr_route_struct
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
netrom.h 27 char mnemonic[7]; member in struct:nr_route_struct
  /dalvik/vm/compiler/codegen/x86/
LowerHelper.cpp 65 //!mnemonic for integer ALU operations
66 const Mnemonic map_of_alu_opcode_2_mnemonic[] = {
75 //!mnemonic for ALU operations in FPU
76 const Mnemonic map_of_fpu_opcode_2_mnemonic[] = {
85 //!mnemonic for SSE 32-bit
86 const Mnemonic map_of_sse_opcode_2_mnemonic[] = {
95 //!mnemonic for SSE 64-bit integer
96 const Mnemonic map_of_64_opcode_2_mnemonic[] = {
237 LowOpLabel* lower_label(Mnemonic m, OpndSize size, int imm, const char* label, bool isLocal) {
242 LowOpLabel* dump_label(Mnemonic m, OpndSize size, int imm
    [all...]
  /external/llvm/test/TableGen/
MultiPat.td 73 def MNEMONIC;
98 !subst(MNEMONIC, set, Decls.operand)))))>,
103 !subst(MNEMONIC, set, Decls.operand)))))>;
117 (MNEMONIC REGCLASS:$dst, REGCLASS:$src)]]>;
  /external/chromium/chrome/browser/resources/
menu.css 56 .mnemonic-enabled .mnemonic {

Completed in 752 milliseconds

1 2 3 4 5 6 7 8 91011