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

12 3 4 5

  /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/chromium_org/third_party/mesa/src/src/gallium/auxiliary/tgsi/
tgsi_info.h 81 const char *mnemonic; member in struct:tgsi_opcode_info
  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_info.h 81 const char *mnemonic; member in struct:tgsi_opcode_info
  /external/openssl/crypto/perlasm/
ppc-xlate.pl 147 my $mnemonic = $2;
149 my $opcode = eval("\$$mnemonic");
152 elsif ($mnemonic) { $line = $c.$mnemonic.$f."\t".$line; }
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/netrom/
netrom.h 47 char mnemonic[7]; member in struct:nr_route_struct
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/netrom/
netrom.h 47 char mnemonic[7]; member in struct:nr_route_struct
  /external/chromium_org/v8/src/compiler/
graph-replay.cc 47 const char* mnemonic = IrOpcode::IsCommonOpcode(opcode) local
48 ? IrOpcode::Mnemonic(opcode)
49 : IrOpcode::Mnemonic(opcode) + 2;
50 PrintF(" op = %s.%s(", builder, mnemonic);
operator.h 50 Operator(Opcode opcode, Properties properties, const char* mnemonic)
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());
scheduler.cc 126 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(), eligible ? "true" : "false")
    [all...]
common-operator.cc 23 int outputs, int controls, const char* mnemonic)
24 : Operator1<int>(opcode, properties, inputs, outputs, mnemonic,
229 CallOperator(const CallDescriptor* descriptor, const char* mnemonic)
234 static_cast<int>(descriptor->ReturnCount()), mnemonic,
  /external/chromium_org/third_party/boringssl/src/crypto/perlasm/
ppc-xlate.pl 155 my $mnemonic = $2;
157 my $opcode = eval("\$$mnemonic");
160 elsif ($mnemonic) { $line = $c.$mnemonic.$f."\t".$line; }
sparcv9_modes.pl 1383 my ($mnemonic,$rs1,$rs2,$rd)=@_;
1391 $ref = "$mnemonic\t$rs1,$rs2,$rd";
1393 if ($opf=$visopf{$mnemonic}) {
1413 my ($mnemonic,$rs1,$rs2,$rd)=@_;
1423 $ref = "$mnemonic\t$rs1,$rs2,$rd";
1425 if ($opf=$visopf{$mnemonic}) {
1440 my ($mnemonic,$rs1,$rs2,$rs3,$rd)=@_;
    [all...]
  /external/chromium_org/third_party/mach_override/libudis86/
syn-att.c 166 switch (u->mnemonic) {
179 ud_asmprintf(u, "%s", ud_lookup_mnemonic(u->mnemonic));
191 ud_asmprintf(u, "%s", ud_lookup_mnemonic(u->mnemonic));
decode.c 160 /* Looks up mnemonic code in the mnemonic string table
161 * Returns NULL if the mnemonic code is invalid
281 if ( u->mnemonic == UD_I3dnow ) {
282 u->mnemonic = ud_itab[ u->le->table[ inp_curr( u ) ] ].mnemonic;
285 if ( u->mnemonic == UD_Iswapgs && u->dis_mode != 64 ) {
290 if (u->mnemonic == UD_Ixchg) {
297 u->mnemonic = UD_Inop;
301 if (u->mnemonic == UD_Inop && u->pfx_repe)
    [all...]
syn-intel.c 162 /* print the instruction mnemonic */
163 ud_asmprintf(u, "%s", ud_lookup_mnemonic(u->mnemonic));
177 switch (u->mnemonic) {
  /external/valgrind/main/VEX/priv/
s390_disasm.c 41 /* 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 comes first and that argument
    [all...]
  /external/vixl/test/
test-simulator-a64.cc     [all...]
  /external/lldb/scripts/Python/interface/
SBInstruction.i 81 __swig_getmethods__["mnemonic"] = __mnemonic_property__
82 if _newclass: mnemonic = property(__mnemonic_property__, None, doc='''A read only property that returns the mnemonic for this instruction as a string.''')
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/svgadump/
svga_shader_op.c 160 opcode_info[op].mnemonic);
  /external/chromium_org/v8/src/arm64/
disasm-arm64.h 34 void Format(Instruction* instr, const char* mnemonic, const char* format);
  /external/chromium_org/v8/test/cctest/compiler/
test-operator.cc 18 CHECK_EQ(0, strcmp(op1.mnemonic(), "ThisOne"));
21 CHECK_EQ(0, strcmp(op2.mnemonic(), "ThatOne"));
24 CHECK_EQ(0, strcmp(op3.mnemonic(), "Mnemonic1"));
27 CHECK_EQ(0, strcmp(op4.mnemonic(), "TheOther"));
  /external/mesa3d/src/gallium/drivers/svga/svgadump/
svga_shader_op.c 160 opcode_info[op].mnemonic);
  /external/vixl/src/a64/
disasm-a64.h 53 void Format(Instruction* instr, const char* mnemonic, const char* format);
  /external/harfbuzz_ng/test/shaping/
hb_test_tools.py 344 def process_multiple_files (callback, mnemonic = "FILE"):
347 print "Usage: %s %s..." % (sys.argv[0], mnemonic)
360 def process_multiple_args (callback, mnemonic):
363 print "Usage: %s %s..." % (sys.argv[0], mnemonic)
375 def filter_multiple_strings_or_stdin (callback, mnemonic, \
381 % (sys.argv[0], mnemonic, sys.argv[0])
  /external/openssl/crypto/modes/asm/
ghashv8-armx.pl 204 my ($mnemonic,$arg)=@_;
210 $word |= 0x00010001 if ($mnemonic =~ "2");
217 $mnemonic,$arg;

Completed in 666 milliseconds

12 3 4 5