Searched refs:INSN (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10.1/ruby-106/ruby/template/
H A Doptinsn.inc.tmpl15 static INSN *
16 insn_operands_unification(INSN *insnobj){
/macosx-10.10.1/ruby-106/ruby/
H A Dcompile.c58 } INSN; typedef in typeref:struct:iseq_insn_data
270 (((INSN*)(insn))->operands[(idx)])
273 (((INSN*)(insn))->insn_id)
327 static int insn_data_length(INSN *iobj);
328 static int insn_data_line_no(INSN *iobj);
329 static int calc_sp_depth(int depth, INSN *iobj);
331 static INSN *new_insn_body(rb_iseq_t *iseq, int line_no, int insn_id, int argc, ...);
614 static INSN *
617 return (INSN *)compile_data_alloc(iseq, sizeof(INSN));
[all...]
/macosx-10.10.1/cxxfilt-11/cxxfilt/opcodes/
H A Dsparc-dis.c32 /* 1 if INSN is for v9 only. */
34 /* 1 if INSN is for v9. */
48 #define HASH_INSN(INSN) \
49 ((((INSN) >> 24) & 0xc0) | (((INSN) & opcode_bits[((INSN) >> 30) & 3]) >> 19))
188 /* Nonzero if INSN is the opcode for a delayed branch. */
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/page/
H A Dgen_peg_mecpu.tcl143 @INSN@ $minsn \

Completed in 147 milliseconds