Searched refs:opcodes (Results 1 - 25 of 46) sorted by relevance

12

/macosx-10.9.5/JavaScriptCore-7537.78.1/disassembler/udis86/
H A Dud_opcode.py124 def __init__(self, prefixes, mnemonic, opcodes, operands, vendor):
125 self.opcodes = opcodes
133 if self.opcodes[0] in ('ssef2', 'ssef3', 'sse66'):
134 ssePrefix = self.opcodes[0][3:]
135 self.opcodes.pop(0)
140 if self.opcodes[0] == '0f': # 2byte
141 # 2+ byte opcodes are always disambiguated by an
144 if self.opcodes[1] != '0f' and ssePrefix is None:
146 if self.opcodes[
[all...]
H A Dud_optable.py78 ( prefixes, opcodes, operands, local_vendor ) = \
83 fn( prefixes, mnemonic, opcodes, operands, vendor )
/macosx-10.9.5/cxxfilt-11/cxxfilt/
H A Dmakefile.vms27 $(CD) [-.opcodes]
62 $(CD) [-.opcodes]
H A DMakefile.def40 host_modules= { module= opcodes; lib_path=.libs; bootstrap=true; };
318 dependencies = { module=all-gdb; on=all-opcodes; };
339 dependencies = { module=all-binutils; on=all-opcodes; };
346 // We put install-opcodes before install-binutils because the installed
347 // binutils might be on PATH, and they might need the shared opcodes
349 dependencies = { module=install-binutils; on=install-opcodes; };
352 dependencies = { module=install-opcodes; on=install-bfd; };
356 dependencies = { module=all-gas; on=all-opcodes; };
362 dependencies = { module=all-gprof; on=all-opcodes; };
367 dependencies = { module=all-ld; on=all-opcodes; };
[all...]
/macosx-10.9.5/cxxfilt-11/cxxfilt/binutils/
H A Dmakefile.vms-in34 OPCODES_DEP = [-.opcodes]libopcodes.olb
35 OPCODES = [-.opcodes]libopcodes.olb/lib
86 [-.opcodes]libopcodes.olb:
87 $(CD) [-.opcodes]
/macosx-10.9.5/Security-55471.14.18/libsecurity_codesigning/dtrace/
H A Dreqint.d104 * Trace opcodes as they're encountered and evaluated
109 @opcodes[arg0] = count();
129 printa("\t%5d (%@d)\n", @opcodes);
/macosx-10.9.5/cxxfilt-11/cxxfilt/bfd/
H A Dxtensa-isa.c249 isa->opname_lookup_table[n].key = isa->opcodes[n].name;
725 encode_fn = intisa->opcodes[opc].encode_fns[slot_id];
731 intisa->opcodes[opc].name, slot, intisa->formats[fmt].name);
744 return intisa->opcodes[opc].name;
753 if ((intisa->opcodes[opc].flags & XTENSA_OPCODE_IS_BRANCH) != 0)
764 if ((intisa->opcodes[opc].flags & XTENSA_OPCODE_IS_JUMP) != 0)
775 if ((intisa->opcodes[opc].flags & XTENSA_OPCODE_IS_LOOP) != 0)
786 if ((intisa->opcodes[opc].flags & XTENSA_OPCODE_IS_CALL) != 0)
799 iclass_id = intisa->opcodes[opc].iclass_id;
811 iclass_id = intisa->opcodes[op
[all...]
H A Delf32-ip2k.c237 ip2k_is_opcode (bfd_byte *code, const struct ip2k_opcode *opcodes) argument
241 while (opcodes->mask != 0)
243 if ((insn & opcodes->mask) == opcodes->opcode)
246 opcodes ++;
963 /* Delete first 3 opcodes. */
/macosx-10.9.5/WebCore-7537.78.1/inspector/front-end/
H A DRevisionHistoryView.js236 var opcodes = sm.get_opcodes();
239 for (var idx = 0; idx < opcodes.length; idx++) {
240 var code = opcodes[idx];
H A Djsdifflib.js110 this.matching_blocks = this.opcodes = null;
116 this.matching_blocks = this.opcodes = this.fullbcount = null;
281 if (this.opcodes != null) return this.opcodes;
285 this.opcodes = answer;
314 // the reimplementation builds up the grouped opcodes into a list in their entirety and returns that.
/macosx-10.9.5/cxxfilt-11/cxxfilt/opcodes/
H A Dmmix-dis.c150 static const struct mmix_opcode **opcodes = NULL; local
154 if (opcodes == NULL)
155 opcodes = xcalloc (256, sizeof (struct mmix_opcode *));
157 opcodep = opcodes[opcode_part];
168 opcodes[opcode_part] = opcodep;
H A Dm68k-dis.c1362 static const struct m68k_opcode **opcodes[16];
1370 if (!opcodes[0])
1376 /* First count how many opcodes are in each of the sixteen buckets. */
1384 opcodes[0] = opc_pointer[0];
1389 opcodes[i] = opc_pointer[i];
1401 const struct m68k_opcode *opc = opcodes[major_opcode][i];
1360 static const struct m68k_opcode **opcodes[16]; local
H A Dcgen.sh29 # ACTION is currently always "opcodes". It exists to be consistent with the
83 opcodes)
H A Diq2000-desc.h87 /* Enum declaration for primary opcodes. */
88 typedef enum opcodes { enum
103 /* Enum declaration for iq10-only primary opcodes. */
109 /* Enum declaration for branch sub-opcodes. */
118 /* Enum declaration for function sub-opcodes. */
129 /* Enum declaration for iq10-only special function sub-opcodes. */
134 /* Enum declaration for iq10 function sub-opcodes. */
153 /* Enum declaration for iq10 function sub-opcodes. */
158 /* Enum declaration for iq10 function sub-opcodes. */
163 /* Enum declaration for iq10 coprocessor sub-opcodes
[all...]
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dmasm.vim191 " 8086/8088 opcodes
205 " 80186 opcodes
209 " 80286 opcodes
212 " 80286/80386 privileged opcodes
215 " 80386 opcodes
223 " 80486 opcodes
226 " Floating-point opcodes as of 487
240 " Floating-point opcodes in Pentium and later processors
245 " MMX opcodes (Pentium w/ MMX, Pentium II, and later)
257 " SSE opcodes (Pentiu
[all...]
H A Dasmh8300.vim21 "h8300[h] opcodes - order is important!
/macosx-10.9.5/IOFireWireFamily-455.4.0/IOFireWireFamily.kmodproj/
H A DIOFWAsyncStreamReceiver.h172 DCLCommandStruct *opcodes,
H A DIOFWUserIsochPort.cpp472 DCLCommand * opcodes = NULL ; local
482 opcodes = (DCLCommand*)fProgramBuffer ;
510 opcodes = (DCLCommand*)leader ;
523 ErrorLogCond( !opcodes, "Couldn't get opcodes\n" ) ;
527 if ( opcodes )
529 // IOFWLocalIsochPort::printDCLProgram( opcodes ) ;
543 opcodes,
998 // be sure opcodes exist
1041 // be sure opcodes exis
[all...]
H A DIOFireWireBus.h221 @param opcodes A pointer to your DCL program (linked list of DCLCommand structs)
247 DCLCommand *opcodes, DCLTaskInfo *info = 0,
H A DIOFireWireLink.h111 virtual IODCLProgram* createDCLProgram(bool talking, DCLCommand *opcodes,
H A DIOFWAsyncStreamReceiver.cpp388 IOFWAsyncStreamReceivePort *IOFWAsyncStreamReceiver::CreateAsyncStreamPort(bool talking, DCLCommandStruct *opcodes, void *info, argument
400 fIODclProgram = fFWIM->createDCLProgram(talking, opcodes, NULL, startEvent, startState, startMask);
/macosx-10.9.5/cxxfilt-11/cxxfilt/include/
H A Dxtensa-isa-internal.h194 xtensa_opcode_internal *opcodes; member in struct:xtensa_isa_internal_struct
/macosx-10.9.5/llvmCore-3425.0.33/utils/vim/
H A Dllvm.vim23 " The true and false tokens can be used for comparison opcodes, but it's
/macosx-10.9.5/remote_cmds-41.90.1/tftp.tproj/
H A Dtftp.c563 static const char *opcodes[] = local
572 printf("%s %s ", s, opcodes[op]);
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/dns/
H A Ddns.tcl962 set opcodes [list QUERY IQUERY STATUS]
963 lappend flags [lindex $opcodes $fOpcode]

Completed in 300 milliseconds

12