Searched refs:mnemonic (Results 1 - 25 of 102) sorted by relevance

12345

/external/valgrind/main/auxprogs/
H A Ds390-check-opcodes.pl41 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 e
[all...]
/external/chromium_org/v8/src/arm64/
H A Ddisasm-arm64.cc56 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
1245 Format(Instruction* instr, const char* mnemonic, const char* format) argument
[all...]
/external/vixl/src/a64/
H A Ddisasm-a64.cc63 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
1253 Format(Instruction* instr, const char* mnemonic, const char* format) argument
[all...]
/external/harfbuzz_ng/test/shaping/
H A Dhb-manifest-read5 UtilMains.process_multiple_args (FilterHelpers.filter_printer_function (Manifest.read), mnemonic="DIR")
H A Dhb-manifest-update5 UtilMains.process_multiple_args (Manifest.update_recursive, mnemonic="DIR")
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/svgadump/
H A Dsvga_shader_op.h38 const char *mnemonic; member in struct:sh_opcode_info
/external/mesa3d/src/gallium/drivers/svga/svgadump/
H A Dsvga_shader_op.h38 const char *mnemonic; member in struct:sh_opcode_info
/external/chromium_org/v8/src/compiler/
H A Doperator.cc16 const char* mnemonic)
17 : Operator(opcode, properties, mnemonic),
14 SimpleOperator(Opcode opcode, Properties properties, int input_count, int output_count, const char* mnemonic) argument
H A Dgraph-replay.cc47 const char* mnemonic = IrOpcode::IsCommonOpcode(opcode) local
50 PrintF(" op = %s.%s(", builder, mnemonic);
H A Doperator.h50 Operator(Opcode opcode, Properties properties, const char* mnemonic) argument
51 : opcode_(opcode), properties_(properties), mnemonic_(mnemonic) {}
59 // Returns a constant string representing the mnemonic of the operator,
61 const char* mnemonic() const { return mnemonic_; } function in class:v8::internal::compiler::Operator
111 int output_count, const char* mnemonic);
123 return os << mnemonic();
218 int output_count, const char* mnemonic, T parameter)
219 : Operator(opcode, properties, mnemonic),
242 return PrintParameter(os << mnemonic());
217 Operator1(Opcode opcode, Properties properties, int input_count, int output_count, const char* mnemonic, T parameter) argument
H A Dscheduler.cc126 node->op()->mnemonic());
211 Trace("Connect #%d:%s, B%d -> end\n", node->id(), node->op()->mnemonic(),
214 Trace("Connect #%d:%s, B%d -> B%d\n", node->id(), node->op()->mnemonic(),
285 node->op()->mnemonic());
373 node->op()->mnemonic(), max_rpo);
394 node->op()->mnemonic(), max_rpo);
436 node->op()->mnemonic());
458 to->op()->mnemonic(), from->id(), from->op()->mnemonic(),
495 node->op()->mnemonic(), eligibl
[all...]
/external/elfutils/0.153/libcpu/
H A Di386_dis.h140 { .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
[all...]
H A Dx86_64_dis.h141 { .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
[all...]
/external/kernel-headers/original/uapi/linux/
H A Dnetrom.h29 char mnemonic[7]; member in struct:nr_route_struct
/external/llvm/test/MC/AsmParser/
H A Dpurgem.s12 # CHECK: error: invalid instruction mnemonic 'foo'
/external/fonttools/Lib/fontTools/ttLib/tables/
H A DttProgram.py13 # 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[
[all...]
/external/fonttools/Tools/fontTools/ttLib/tables/
H A DttProgram.py13 # 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[
[all...]
/external/lldb/examples/python/
H A Dgdb_disassemble.py18 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/
H A Dsparcv9-instructions.s4 ! V8: error: invalid instruction mnemonic
9 ! V8: error: invalid instruction mnemonic
14 ! V8: error: invalid instruction mnemonic
19 ! V8: error: invalid instruction mnemonic
/external/llvm/utils/Target/ARM/
H A Danalyze-match-table.py25 # 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())
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/tgsi/
H A Dtgsi_info.h81 const char *mnemonic; member in struct:tgsi_opcode_info
/external/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_info.h81 const char *mnemonic; member in struct:tgsi_opcode_info
/external/chromium_org/third_party/boringssl/src/crypto/perlasm/
H A Dppc-xlate.pl155 my $mnemonic = $2;
157 my $opcode = eval("\$$mnemonic");
160 elsif ($mnemonic) { $line = $c.$mnemonic.$f."\t".$line; }
/external/openssl/crypto/perlasm/
H A Dppc-xlate.pl147 my $mnemonic = $2;
149 my $opcode = eval("\$$mnemonic");
152 elsif ($mnemonic) { $line = $c.$mnemonic.$f."\t".$line; }
/external/vixl/test/
H A Dtest-simulator-a64.cc942 #define CALL_TEST_FP_HELPER(mnemonic, variant, type, input) \
943 Test##type(STRINGIFY(mnemonic) "_" STRINGIFY(variant), \
944 &MacroAssembler::mnemonic, \
946 kExpected_##mnemonic##_##variant, \
947 kExpectedCount_##mnemonic##_##variant)
949 #define DEFINE_TEST_FP(mnemonic, type, input) \
950 TEST(mnemonic##_d) { \
951 CALL_TEST_FP_HELPER(mnemonic, d, type, kInputDouble##input); \
953 TEST(mnemonic##_s) { \
954 CALL_TEST_FP_HELPER(mnemonic,
[all...]

Completed in 1760 milliseconds

12345