Searched refs:opcode (Results 276 - 300 of 374) sorted by relevance

<<1112131415

/macosx-10.10.1/JavaScriptCore-7600.1.17/bytecode/
H A DBytecodeLivenessAnalysis.cpp342 OpcodeID opcodeID = interpreter->getOpcodeID(instructionsBegin[bytecodeOffset].u.opcode);
/macosx-10.10.1/cxxfilt-11/cxxfilt/include/opcode/
H A Dnp1.h23 unsigned long opcode; member in struct:gld_opcode
29 /* We store four bytes of opcode for all opcodes because that
32 instruction is based on the opcode.
35 particular opcode in order for an instruction to be an instance
36 of that opcode.
H A Dmaxq.h1 /* maxq.h -- Header file for MAXQ opcode table.
27 /* This file contains the opcode table for the MAXQ10/20 processor. The table
32 (3) Description of the breakup of the opcode (1+7+8|8+8|1+4+4|1+7+1+3+4
46 (2) Memory access Operand opcode. */
115 const MAXQ20_OPCODE_INFO *start; /* The first opcode. */
116 const MAXQ20_OPCODE_INFO *end; /* The last opcode. */
345 int opcode; /* The opcode of the register. */ member in struct:reg
830 int opcode; /* Its corresponding opcode member in struct:mem_access
[all...]
/macosx-10.10.1/dtrace-147/libdwarf/
H A Ddwarf_frame.c166 Dwarf_Small instr, opcode; local
296 opcode = instr; /* is really extended op */
299 opcode = instr & 0xc0; /* is base op */
305 switch (opcode) {
896 /* ERROR, we have an opcode we know nothing about. Memory
/macosx-10.10.1/dyld-353.2.1/launch-cache/
H A DMachOBinder.hpp662 uint8_t opcode = *p & BIND_OPCODE_MASK; local
664 switch (opcode) {
666 // this opcode marks the end of each lazy pointer binding
707 throwf("bad lazy bind opcode %d", *p);
732 uint8_t opcode = *p & BIND_OPCODE_MASK; local
734 switch (opcode) {
794 throwf("bad bind opcode %d", *p);
/macosx-10.10.1/libpcap-48/libpcap/msdos/
H A Dndis2.h374 WORD opcode; member in struct:_ReqBlock
/macosx-10.10.1/libresolv-57/
H A Dresolv.h457 const char * p_section __P((int section, int opcode));
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/X86/Disassembler/
H A DX86DisassemblerDecoder.h456 the opcode, or right before the REX prefix if one is present) */
472 /* opcode state */
478 /* The last byte of the opcode, not counting any ModR/M extension */
479 uint8_t opcode; member in struct:InternalInstruction
480 /* The ModR/M byte of the instruction, if it is an opcode extension */
485 /* The type of opcode, used for indexing into the array of decode tables */
518 /* A register or immediate operand encoded into the opcode */
/macosx-10.10.1/llvmCore-3425.0.34/lib/Transforms/InstCombine/
H A DInstCombine.h217 bool ShouldOptimizeCast(Instruction::CastOps opcode,const Value *V,
/macosx-10.10.1/tcl-105/tcl/tcl/generic/
H A DtclIORChan.c1788 int opcode;
1795 opcode = ForwardedGetOptAll;
1797 opcode = ForwardedGetOpt;
1800 ForwardOpToOwnerThread(rcPtr, opcode, &p);
1776 int opcode; local
/macosx-10.10.1/tcl-105/tk/tk/generic/ttk/
H A DttkTheme.h287 unsigned opcode; member in struct:__anon13362
/macosx-10.10.1/xnu-2782.1.97/bsd/kern/
H A Dkern_credential.c576 int opcode = uap->opcode; local
586 if (opcode == KAUTH_EXTLOOKUP_REGISTER) {
629 if (opcode == KAUTH_GET_CACHE_SIZES) {
643 } else if (opcode == KAUTH_SET_CACHE_SIZES) {
664 } else if (opcode == KAUTH_CLEAR_CACHES) {
672 } else if (opcode == KAUTH_EXTLOOKUP_DEREGISTER) {
701 if (opcode & KAUTH_EXTLOOKUP_RESULT) {
709 if (opcode & KAUTH_EXTLOOKUP_WORKER) {
/macosx-10.10.1/BerkeleyDB-21/db/java/src/com/sleepycat/db/internal/
H A DDbEnv.java132 private final void handle_env_feedback(int opcode, int percent) { argument
133 if (opcode == DbConstants.DB_RECOVER)
/macosx-10.10.1/Heimdal-398.1.2/lib/heimcred/
H A Dntlm.m85 KCM_LOG_REQUEST(context, client, opcode);
/macosx-10.10.1/JavaScriptCore-7600.1.17/dfg/
H A DDFGGraph.cpp52 #define STRINGIZE_DFG_OP_ENUM(opcode, flags) #opcode ,
/macosx-10.10.1/cxxfilt-11/cxxfilt/bfd/
H A Delf32-ip2k.c40 unsigned short opcode; member in struct:ip2k_opcode
243 if ((insn & opcodes->mask) == opcodes->opcode)
H A DMakefile.am1053 cpu-ia64-opc.c $(srcdir)/../opcodes/ia64-opc.h $(INCDIR)/opcode/ia64.h
1067 $(INCDIR)/opcode/m68k.h
1385 $(INCDIR)/elf/reloc-macros.h $(INCDIR)/opcode/m68k.h \
1391 $(INCDIR)/opcode/m68hc11.h elf32-target.h
1396 $(INCDIR)/opcode/m68hc11.h elf32-target.h
1401 $(INCDIR)/opcode/m68hc11.h
1496 $(INCDIR)/opcode/sparc.h elfxx-sparc.h elf-vxworks.h
1500 $(INCDIR)/elf/reloc-macros.h $(INCDIR)/opcode/sparc.h \
1837 $(INCDIR)/elf/reloc-macros.h $(INCDIR)/opcode/mmix.h \
1855 $(INCDIR)/opcode/spar
[all...]
/macosx-10.10.1/cxxfilt-11/cxxfilt/opcodes/
H A Dfr30-opc.c1 /* Instruction opcode table for fr30.
1245 /* The macro instruction opcode table. */
1352 This plugs the opcode entries and macro instructions into the cpu table. */
1368 insns[i].opcode = &oc[i];
1379 insns[i].opcode = &oc[i];
H A Dxstormy16-opc.c1 /* Instruction opcode table for xstormy16.
1037 /* The macro instruction opcode table. */
1156 This plugs the opcode entries and macro instructions into the cpu table. */
1172 insns[i].opcode = &oc[i];
1183 insns[i].opcode = &oc[i];
/macosx-10.10.1/dcerpc-61/dcerpc/idl_compiler/
H A Dddbe.c1107 IR_opcode_k_t end_opcode /* [in] matching opcode to skip to */
1111 IR_opcode_k_t begin_opcode; /* starting opcode */
1116 begin_opcode = tup_p->opcode;
1120 if (tup_p->opcode == begin_opcode)
1122 else if (tup_p->opcode == end_opcode)
1739 if (sw_tup_p->opcode != IR_op_switch_enc_k)
2079 && tup_p->opcode == IR_op_conformant_array_k
2497 if (tup_p->opcode == IR_op_conformant_array_k)
2499 else /* opcode == IR_op_open_array_k */
2527 if (tup_p->opcode !
[all...]
/macosx-10.10.1/llvmCore-3425.0.34/examples/Kaleidoscope/Chapter7/
H A Dtoy.cpp137 UnaryExprAST(char opcode, ExprAST *operand) argument
138 : Opcode(opcode), Operand(operand) {}
/macosx-10.10.1/llvmCore-3425.0.34/lib/VMCore/
H A DInstructions.cpp1978 // order dependent (SetLT f.e.) the opcode is changed.
2106 /// opcode should be used in the elimination. This assumes that there are two
2186 // allowed, use first cast's opcode
2189 // allowed, use second cast's opcode
2294 default: llvm_unreachable("Invalid opcode provided");
2315 default: llvm_unreachable("Invalid opcode provided");
2399 Instruction::CastOps opcode = local
2403 return Create(opcode, C, Ty, Name, InsertBefore);
2413 Instruction::CastOps opcode = local
2417 return Create(opcode,
2427 Instruction::CastOps opcode = local
2440 Instruction::CastOps opcode = local
[all...]
/macosx-10.10.1/llvmCore-3425.0.34/utils/TableGen/
H A DDAGISelMatcher.h60 CheckOpcode, // Fail if not opcode.
61 SwitchOpcode, // Dispatch based on opcode.
448 /// specified opcode, if not it fails to match.
452 CheckOpcodeMatcher(const SDNodeInfo &opcode) argument
453 : Matcher(CheckOpcode), Opcode(opcode) {}
470 /// SwitchOpcodeMatcher - Switch based on the current node's opcode, dispatching
471 /// to one matcher per opcode. If the opcode doesn't match any of the cases,
/macosx-10.10.1/ruby-106/ruby/
H A Dregcomp.c210 add_opcode(regex_t* reg, int opcode) argument
212 BBUF_ADD1(reg, opcode);
280 add_opcode_rel_addr(regex_t* reg, int opcode, int addr) argument
284 r = add_opcode(reg, opcode);
305 add_opcode_option(regex_t* reg, int opcode, OnigOptionType option) argument
309 r = add_opcode(reg, opcode);
6197 op2name(int opcode) argument
6201 for (i = 0; OnigOpInfo[i].opcode >= 0; i++) {
6202 if (opcode == OnigOpInfo[i].opcode)
6209 op2arg_type(int opcode) argument
[all...]
/macosx-10.10.1/JavaScriptCore-7600.1.17/assembler/
H A DSH4Assembler.h1541 insn[1] = (insn[4] & 0xf00f) | (rd << 8) | (SH4Registers::r13 << 4); // Restore CMP/xx opcode.
1659 void oneShortOp(uint16_t opcode, bool checksize = true, bool isDouble = true) argument
1661 printInstr(opcode, m_buffer.codeSize(), isDouble);
1664 m_buffer.putShortUnchecked(opcode);

Completed in 438 milliseconds

<<1112131415