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

1 2 3 4 5

  /external/valgrind/main/auxprogs/
s390-check-opcodes.pl 41 my ($encoding,$mnemonic,$format) = split /\s+/,$line;
45 next if ($mnemonic =~ /\$/);
46 next if ($mnemonic =~ /\*/);
49 next if ($mnemonic eq "br"); # special case of bcr
50 next if ($mnemonic eq "nopr"); # special case of bcr
51 next if ($mnemonic eq "b"); # special case of bc
52 next if ($mnemonic eq "nop"); # special case of bc
53 next if ($mnemonic eq "j"); # special case of brc
54 next if ($mnemonic eq "jg"); # special case of brcl
55 next if ($mnemonic eq "tmh"); # alternate mnemonic for tml
    [all...]
  /external/chromium_org/v8/src/arm64/
disasm-arm64.cc 56 const char *mnemonic = ""; local
64 mnemonic = "add";
66 mnemonic = "mov";
73 mnemonic = "adds";
75 mnemonic = "cmn";
81 case SUB_x_imm: mnemonic = "sub"; break;
84 mnemonic = "subs";
86 mnemonic = "cmp";
93 Format(instr, mnemonic, form);
100 const char *mnemonic = "" local
146 const char *mnemonic = ""; local
184 const char *mnemonic = ""; local
220 const char *mnemonic = ""; local
292 const char *mnemonic = ""; local
341 const char *mnemonic = ""; local
356 const char *mnemonic = ""; local
373 const char *mnemonic = ""; local
428 const char *mnemonic = ""; local
502 const char *mnemonic = ""; local
540 const char *mnemonic = "unimplemented"; local
560 const char *mnemonic = ""; local
573 const char *mnemonic = ""; local
594 const char *mnemonic = "unimplemented"; local
616 const char *mnemonic = ""; local
693 const char *mnemonic = ""; local
708 const char *mnemonic = ""; local
725 const char *mnemonic = ""; local
764 const char *mnemonic = "unimplemented"; local
778 const char *mnemonic = "unimplemented"; local
792 const char *mnemonic = "unimplemented"; local
807 const char *mnemonic = "unimplemented"; local
822 const char *mnemonic = "unimplemented"; local
853 const char *mnemonic = "ldr"; local
879 const char *mnemonic = "unimplemented"; local
893 const char *mnemonic = "unimplemented"; local
907 const char *mnemonic = "unimplemented"; local
921 const char *mnemonic = "unimplemented"; local
940 const char *mnemonic = "unimplemented"; local
956 const char *mnemonic = "unimplemented"; local
971 const char *mnemonic = ""; local
984 const char *mnemonic = "unimplemented"; local
1012 const char *mnemonic = ""; local
1036 const char *mnemonic = ""; local
1055 const char *mnemonic = ""; local
1068 const char *mnemonic = "unimplemented"; local
1124 const char *mnemonic = ""; local
1154 const char *mnemonic = "unimplemented"; local
1212 const char *mnemonic = "unimplemented"; local
    [all...]
  /external/vixl/src/a64/
disasm-a64.cc 63 const char *mnemonic = ""; local
71 mnemonic = "add";
73 mnemonic = "mov";
80 mnemonic = "adds";
82 mnemonic = "cmn";
88 case SUB_x_imm: mnemonic = "sub"; break;
91 mnemonic = "subs";
93 mnemonic = "cmp";
100 Format(instr, mnemonic, form);
107 const char *mnemonic = "" local
153 const char *mnemonic = ""; local
191 const char *mnemonic = ""; local
227 const char *mnemonic = ""; local
299 const char *mnemonic = ""; local
348 const char *mnemonic = ""; local
363 const char *mnemonic = ""; local
380 const char *mnemonic = ""; local
435 const char *mnemonic = ""; local
509 const char *mnemonic = ""; local
547 const char *mnemonic = "unimplemented"; local
567 const char *mnemonic = ""; local
580 const char *mnemonic = ""; local
601 const char *mnemonic = "unimplemented"; local
623 const char *mnemonic = ""; local
700 const char *mnemonic = ""; local
715 const char *mnemonic = ""; local
732 const char *mnemonic = ""; local
771 const char *mnemonic = "unimplemented"; local
785 const char *mnemonic = "unimplemented"; local
799 const char *mnemonic = "unimplemented"; local
814 const char *mnemonic = "unimplemented"; local
829 const char *mnemonic = "unimplemented"; local
860 const char *mnemonic = "ldr"; local
886 const char *mnemonic = "unimplemented"; local
900 const char *mnemonic = "unimplemented"; local
914 const char *mnemonic = "unimplemented"; local
928 const char *mnemonic = "unimplemented"; local
947 const char *mnemonic = "unimplemented"; local
963 const char *mnemonic = "unmplemented"; local
978 const char *mnemonic = ""; local
991 const char *mnemonic = "unimplemented"; local
1019 const char *mnemonic = ""; local
1043 const char *mnemonic = ""; local
1062 const char *mnemonic = ""; local
1075 const char *mnemonic = "unimplemented"; local
1131 const char *mnemonic = ""; local
1162 const char *mnemonic = "unimplemented"; local
1220 const char *mnemonic = "unimplemented"; local
    [all...]
  /external/harfbuzz_ng/test/shaping/
hb-manifest-read 5 UtilMains.process_multiple_args (FilterHelpers.filter_printer_function (Manifest.read), mnemonic="DIR")
hb-manifest-update 5 UtilMains.process_multiple_args (Manifest.update_recursive, mnemonic="DIR")
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/svgadump/
svga_shader_op.h 38 const char *mnemonic; member in struct:sh_opcode_info
  /external/mesa3d/src/gallium/drivers/svga/svgadump/
svga_shader_op.h 38 const char *mnemonic; member in struct:sh_opcode_info
  /external/chromium_org/v8/src/compiler/
operator.cc 16 const char* mnemonic)
17 : Operator(opcode, properties, mnemonic),
  /external/elfutils/0.153/libcpu/
i386_dis.h 140 { .mnemonic = MNE_aaa, .rep = 0, .repe = 0, .suffix = 0, .modrm = 0, .fct1 = 0, .str1 = 0, .off1_1 = 0, .off1_2 = 0, .off1_3 = 0, .fct2 = 0, .str2 = 0, .off2_1 = 0, .off2_2 = 0, .off2_3 = 0, .fct3 = 0, .str3 = 0, .off3_1 = 0, .off3_2 = 0, },
141 { .mnemonic = MNE_aad, .rep = 0, .repe = 0, .suffix = 0, .modrm = 0, .fct1 = 0, .str1 = 0, .off1_1 = 0, .off1_2 = 0, .off1_3 = 0, .fct2 = 0, .str2 = 0, .off2_1 = 0, .off2_2 = 0, .off2_3 = 0, .fct3 = 0, .str3 = 0, .off3_1 = 0, .off3_2 = 0, },
142 { .mnemonic = MNE_aam, .rep = 0, .repe = 0, .suffix = 0, .modrm = 0, .fct1 = 0, .str1 = 0, .off1_1 = 0, .off1_2 = 0, .off1_3 = 0, .fct2 = 0, .str2 = 0, .off2_1 = 0, .off2_2 = 0, .off2_3 = 0, .fct3 = 0, .str3 = 0, .off3_1 = 0, .off3_2 = 0, },
143 { .mnemonic = MNE_aas, .rep = 0, .repe = 0, .suffix = 0, .modrm = 0, .fct1 = 0, .str1 = 0, .off1_1 = 0, .off1_2 = 0, .off1_3 = 0, .fct2 = 0, .str2 = 0, .off2_1 = 0, .off2_2 = 0, .off2_3 = 0, .fct3 = 0, .str3 = 0, .off3_1 = 0, .off3_2 = 0, },
144 { .mnemonic = MNE_adc, .rep = 0, .repe = 0, .suffix = 0, .modrm = 0, .fct1 = 15, .str1 = 0, .off1_1 = 5, .off1_2 = 3, .off1_3 = 0, .fct2 = 5, .str2 = 0, .off2_1 = 11, .off2_2 = 3, .off2_3 = 0, .fct3 = 0, .str3 = 0, .off3_1 = 0, .off3_2 = 0, },
145 { .mnemonic = MNE_adc, .rep = 0, .repe = 0, .suffix = 1, .modrm = 1, .fct1 = 15, .str1 = 0, .off1_1 = 13, .off1_2 = 3, .off1_3 = 0, .fct2 = 16, .str2 = 0, .off2_1 = 3, .off2_2 = 9, .off2_3 = 0, .fct3 = 0, .str3 = 0, .off3_1 = 0, .off3_2 = 0, },
146 { .mnemonic = MNE_adc, .rep = 0, .repe = 0, .suffix = 1, .modrm = 1, .fct1 = 18, .str1 = 0, .off1_1 = 13, .off1_2 = 0, .off1_3 = 0, .fct2 = 15, .str2 = 0, .off2_1 = 3, .off2_2 = 9, .off2_3 = 0, .fct3 = 0, .str3 = 0, .off3_1 = 0, .off3_2 = 0, },
147 { .mnemonic = MNE_adc, .rep = 0, .repe = 0, .suffix = 0, .modrm = 1, .fct1 = 26, .str1 = 0, .off1_1 = 7, .off1_2 = 3, .off1_3 = 0, .fct2 = 16, .str2 = 0, .off2_1 = 3, .off2_2 = 9, .off2_3 = 0, .fct3 = 0, .str3 = 0, .off3_1 = 0, .off3_2 = 0, },
148 { .mnemonic = MNE_adc, .rep = 0, .repe = 0, .suffix = 0, .modrm = 1, .fct1 = 24, .str1 = 0, .off1_1 = 5, .off1_2 = 9, .off1_3 = 0, .fct2 = 19, .str2 = 0, .off2_1 = 5, .off2_2 = 3, .off2_3 = 0, .fct3 = 0, .str3 = 0, .off3_1 = 0, .off3_2 = 0, },
149 { .mnemonic = MNE_add, .rep = 0, .repe = 0, .suffix = 0, .modrm = 0, .fct1 = 15, .str1 = 0, .off1_1 = 5, .off1 (…)
    [all...]
x86_64_dis.h 141 { .mnemonic = MNE_adc, .rep = 0, .repe = 0, .suffix = 0, .modrm = 0, .fct1 = 15, .str1 = 0, .off1_1 = 5, .off1_2 = 3, .off1_3 = 0, .fct2 = 5, .str2 = 0, .off2_1 = 11, .off2_2 = 3, .off2_3 = 0, .fct3 = 0, .str3 = 0, .off3_1 = 0, .off3_2 = 0, },
142 { .mnemonic = MNE_adc, .rep = 0, .repe = 0, .suffix = 1, .modrm = 1, .fct1 = 15, .str1 = 0, .off1_1 = 13, .off1_2 = 3, .off1_3 = 0, .fct2 = 16, .str2 = 0, .off2_1 = 3, .off2_2 = 9, .off2_3 = 0, .fct3 = 0, .str3 = 0, .off3_1 = 0, .off3_2 = 0, },
143 { .mnemonic = MNE_adc, .rep = 0, .repe = 0, .suffix = 1, .modrm = 1, .fct1 = 19, .str1 = 0, .off1_1 = 13, .off1_2 = 0, .off1_3 = 0, .fct2 = 15, .str2 = 0, .off2_1 = 3, .off2_2 = 9, .off2_3 = 0, .fct3 = 0, .str3 = 0, .off3_1 = 0, .off3_2 = 0, },
144 { .mnemonic = MNE_adc, .rep = 0, .repe = 0, .suffix = 0, .modrm = 1, .fct1 = 27, .str1 = 0, .off1_1 = 7, .off1_2 = 3, .off1_3 = 0, .fct2 = 16, .str2 = 0, .off2_1 = 3, .off2_2 = 9, .off2_3 = 0, .fct3 = 0, .str3 = 0, .off3_1 = 0, .off3_2 = 0, },
145 { .mnemonic = MNE_adc, .rep = 0, .repe = 0, .suffix = 0, .modrm = 1, .fct1 = 25, .str1 = 0, .off1_1 = 5, .off1_2 = 9, .off1_3 = 0, .fct2 = 20, .str2 = 0, .off2_1 = 5, .off2_2 = 3, .off2_3 = 0, .fct3 = 0, .str3 = 0, .off3_1 = 0, .off3_2 = 0, },
146 { .mnemonic = MNE_add, .rep = 0, .repe = 0, .suffix = 0, .modrm = 0, .fct1 = 15, .str1 = 0, .off1_1 = 5, .off1_2 = 3, .off1_3 = 0, .fct2 = 5, .str2 = 0, .off2_1 = 11, .off2_2 = 3, .off2_3 = 0, .fct3 = 0, .str3 = 0, .off3_1 = 0, .off3_2 = 0, },
147 { .mnemonic = MNE_add, .rep = 0, .repe = 0, .suffix = 1, .modrm = 1, .fct1 = 15, .str1 = 0, .off1_1 = 13, .off1_2 = 3, .off1_3 = 0, .fct2 = 16, .str2 = 0, .off2_1 = 3, .off2_2 = 9, .off2_3 = 0, .fct3 = 0, .str3 = 0, .off3_1 = 0, .off3_2 = 0, },
148 { .mnemonic = MNE_add, .rep = 0, .repe = 0, .suffix = 1, .modrm = 1, .fct1 = 19, .str1 = 0, .off1_1 = 13, .off1_2 = 0, .off1_3 = 0, .fct2 = 15, .str2 = 0, .off2_1 = 3, .off2_2 = 9, .off2_3 = 0, .fct3 = 0, .str3 = 0, .off3_1 = 0, .off3_2 = 0, },
149 { .mnemonic = MNE_add, .rep = 0, .repe = 0, .suffix = 0, .modrm = 1, .fct1 = 27, .str1 = 0, .off1_1 = 7, .off1_2 = 3, .off1_3 = 0, .fct2 = 16, .str2 = 0, .off2_1 = 3, .off2_2 = 9, .off2_3 = 0, .fct3 = 0, .str3 = 0, .off3_1 = 0, .off3_2 = 0, },
150 { .mnemonic = MNE_add, .rep = 0, .repe = 0, .suffix = 0, .modrm = 1, .fct1 = 25, .str1 = 0, .off1_1 = 5, .off1 (…)
    [all...]
  /bionic/libc/kernel/uapi/linux/
netrom.h 40 char mnemonic[7]; member in struct:nr_route_struct
  /development/ndk/platforms/android-L/include/linux/
netrom.h 40 char mnemonic[7]; member in struct:nr_route_struct
  /external/kernel-headers/original/uapi/linux/
netrom.h 29 char mnemonic[7]; member in struct:nr_route_struct
  /external/llvm/test/MC/AsmParser/
purgem.s 12 # CHECK: error: invalid instruction mnemonic 'foo'
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-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.11-4.8/sysroot/usr/include/linux/
netrom.h 27 char mnemonic[7]; member in struct:nr_route_struct
  /prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/linux/
netrom.h 40 char mnemonic[7]; member in struct:nr_route_struct
  /prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/linux/
netrom.h 40 char mnemonic[7]; member in struct:nr_route_struct
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/linux/
netrom.h 40 char mnemonic[7]; member in struct:nr_route_struct
  /prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/linux/
netrom.h 40 char mnemonic[7]; member in struct:nr_route_struct
  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/linux/
netrom.h 40 char mnemonic[7]; member in struct:nr_route_struct
  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/linux/
netrom.h 40 char mnemonic[7]; member in struct:nr_route_struct
  /external/fonttools/Lib/fontTools/ttLib/tables/
ttProgram.py 13 # opcode mnemonic argBits descriptive name pops pushes eats from instruction stream pushes
27 # opcode mnemonic argBits descriptive name pops pushes pops pushes
164 for op, mnemonic, argBits, name, pops, pushes in instructionList:
165 assert _mnemonicPat.match(mnemonic)
166 mnemonicDict[mnemonic] = op, argBits
170 opcodeDict[op+i] = mnemonic, argBits, argoffset
172 opcodeDict[op] = mnemonic, 0, 0
282 dummy, mnemonic, arg, number, comment = m.groups()
288 if mnemonic.startswith("INSTR"):
290 op = int(mnemonic[5:]
    [all...]
  /external/lldb/examples/python/
gdb_disassemble.py 18 print "<%s + %-4u> 0x%x %8s %s ; %s" % (name, inst_offset, inst_addr, inst.mnemonic, inst.operands, comment)
20 print "<%s + %-4u> 0x%x %8s %s" % (name, inst_offset, inst_addr, inst.mnemonic, inst.operands)
  /external/llvm/test/MC/Sparc/
sparcv9-instructions.s 4 ! V8: error: invalid instruction mnemonic
9 ! V8: error: invalid instruction mnemonic
14 ! V8: error: invalid instruction mnemonic
19 ! V8: error: invalid instruction mnemonic

Completed in 380 milliseconds

1 2 3 4 5