Searched defs:mnemonic (Results 1 - 25 of 32) sorted by relevance

12

/external/openssl/crypto/perlasm/
H A Dx86_64-xlate.pl41 # 6. Don't use [or hand-code with .byte] "rep ret." "ret" mnemonic is
176 sub mnemonic {
228 die if (opcode->mnemonic() ne "mov");
229 opcode->mnemonic("lea");
275 $sz="q" if ($self->{asterisk} || opcode->mnemonic() eq "movq");
276 $sz="l" if (opcode->mnemonic() eq "movd");
416 if ($nasm && opcode->mnemonic()=~m/^j/) {
803 my $asm = eval("\$".$opcode->mnemonic());
844 undef $sz if ($nasm && $opcode->mnemonic() eq "lea");
175 sub mnemonic { subroutine
/external/chromium_org/third_party/boringssl/src/crypto/perlasm/
H A Dx86_64-xlate.pl41 # 6. Don't use [or hand-code with .byte] "rep ret." "ret" mnemonic is
176 sub mnemonic {
228 die if (opcode->mnemonic() ne "mov");
229 opcode->mnemonic("lea");
284 (opcode->mnemonic() =~ /^v?mov([qd])$/) && ($sz=$1) ||
285 (opcode->mnemonic() =~ /^v?pinsr([qdwb])$/) && ($sz=$1) ||
286 (opcode->mnemonic() =~ /^vpbroadcast([qdwb])$/) && ($sz=$1) ||
287 (opcode->mnemonic() =~ /^vinsert[fi]128$/) && ($sz="x");
427 if ($nasm && opcode->mnemonic()=~m/^j(?![re]cxz)/) {
878 my $asm = eval("\$".$opcode->mnemonic());
175 sub mnemonic { subroutine
[all...]
/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 Dcommon-operator.cc23 int outputs, int controls, const char* mnemonic)
24 : Operator1<int>(opcode, properties, inputs, outputs, mnemonic,
229 CallOperator(const CallDescriptor* descriptor, const char* mnemonic) argument
234 static_cast<int>(descriptor->ReturnCount()), mnemonic,
22 ControlOperator(IrOpcode::Value opcode, Properties properties, int inputs, int outputs, int controls, const char* mnemonic) argument
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
/external/kernel-headers/original/uapi/linux/
H A Dnetrom.h29 char mnemonic[7]; member in struct:nr_route_struct
/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/valgrind/main/VEX/priv/
H A Ds390_disasm.c41 /* Return the mnemonic padded with blanks to its right */
43 mnemonic(const HChar *mnm) function
106 /* Build and return the extended mnemonic for the compare and branch
138 /* Common function used to construct a mnemonic based on a condition code
177 /* Return the special mnemonic for the BCR opcode */
188 /* Return the special mnemonic for the BC opcode */
199 /* Return the special mnemonic for the BRC opcode */
210 /* Return the special mnemonic for the BRCL opcode */
221 /* Return the special mnemonic for a conditional load/store opcode */
288 insn. It is understood that the mnemonic come
[all...]
/external/chromium_org/third_party/mach_override/libudis86/
H A Ddecode.h165 enum ud_mnemonic_code mnemonic; member in struct:ud_itab_entry
H A Dtypes.h205 enum ud_mnemonic_code mnemonic; member in struct:ud
/external/elfutils/0.153/libcpu/
H A Di386_data.h35 /* The mnemonic. Especially encoded for the optimized table. */
36 unsigned int mnemonic : MNEMONIC_BITS; member in struct:instr_enc
H A Di386_parse.c185 char *mnemonic; member in struct:instruction
1704 newp->mnemonic = (yyvsp[(4) - (6)].str);
1705 if (newp->mnemonic != (void *) -1l
2907 if (instr->mnemonic == (void *) -1l)
2908 fputs (" .mnemonic = MNE_INVALID,", outfile);
2910 fprintf (outfile, " .mnemonic = MNE_%s,", instr->mnemonic);
/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/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/chromium_org/v8/src/
H A Ddeoptimizer.h106 : raw_position(r), mnemonic(m), detail(d) {}
110 CStringEquals(mnemonic, other.mnemonic) &&
117 const char* mnemonic; member in struct:v8::internal::Deoptimizer::Reason
/external/chromium_org/v8/src/x64/
H A Ddisasm-x64.cc580 // Writes instruction's mnemonic, left and right operands to 'tmp_buffer_'.
1004 const char* mnemonic = TwoByteMnemonic(opcode); local
1078 const char* mnemonic = "?"; local
1080 mnemonic = "andpd";
1082 mnemonic = "orpd";
1084 mnemonic = "xorpd";
1086 mnemonic = "ucomisd";
1088 mnemonic = "comisd";
1092 AppendToBuffer("%s %s,", mnemonic, NameOfXMMRegister(regop));
1115 AppendToBuffer("%sd %s,", mnemonic, NameOfXMMRegiste
[all...]
/external/emma/core/java12/com/vladium/util/args/
H A DOptsParser.java847 void setValueMnemonic (final String mnemonic) argument
849 if (mnemonic == null) throw new IllegalArgumentException ("null input: mnemonic");
851 m_valueMnemonic = mnemonic;
/external/chromium_org/ui/views/controls/menu/
H A Dmenu_controller.cc77 // Returns true if the mnemonic of |menu| matches key.
82 // Returns true if |menu| doesn't have a mnemonic and first character of the its
250 // Index of the first menu with the specified mnemonic.
253 // If true there are multiple menu items with the same mnemonic.
260 // currently selected item whose mnemonic matches. This may remain -1 even
1958 bool (*match_function)(MenuItemView* menu, base::char16 mnemonic)) {
2021 // Look for matches based on mnemonic first.
1955 FindChildForMnemonic( MenuItemView* parent, base::char16 key, bool (*match_function)(MenuItemView* menu, base::char16 mnemonic)) argument
/external/qemu/disas/
H A Di386.c731 mnemonic strings for AT&T, Intel, X86_64 AT&T, and X86_64 Intel
6166 const char *mnemonic; local
6173 mnemonic = Suffix3DNow[*codep++ & 0xff];
6174 if (mnemonic)
6175 oappend (mnemonic);
/external/owasp/sanitizer/tools/findbugs/lib/
H A Djdepend-2.9.jarMETA-INF/ META-INF/MANIFEST.MF jdepend/ jdepend/framework/ jdepend/framework/AbstractParser.class AbstractParser. ...
/external/pcre/dist/sljit/
H A DsljitNativeTILEGX-encoder.c622 /* The opcode mnemonic, e.g. "add" */
625 /* The enum value for this mnemonic. */
626 tilegx_mnemonic mnemonic; member in struct:tilegx_opcode
10107 if (opcode->mnemonic == padding_mnemonic

Completed in 871 milliseconds

12