Searched refs:JUMP (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10.1/libstdcxx-104.1/src/
H A Dlist.cc147 #define JUMP "jmp " macro
149 #define JUMP "b "
153 "__ZN10__gnu_norm15_List_node_base4hookEPS0_:" JUMP "__ZNSt15_List_node_base4hookEPS_\n"
155 "__ZN10__gnu_norm15_List_node_base4swapERS0_S1_:" JUMP "__ZNSt15_List_node_base4swapERS_S0_\n"
157 "__ZN10__gnu_norm15_List_node_base6unhookEv:" JUMP "__ZNSt15_List_node_base6unhookEv\n"
159 "__ZN10__gnu_norm15_List_node_base7reverseEv:" JUMP "__ZNSt15_List_node_base7reverseEv\n"
161 "__ZN10__gnu_norm15_List_node_base8transferEPS0_S1_:" JUMP "__ZNSt15_List_node_base8transferEPS_S0_\n");
/macosx-10.10.1/cxxfilt-11/cxxfilt/opcodes/
H A Dpdp11-dis.c26 #define JUMP 0x1000 /* Flag that this operand is used in a jump. */ macro
153 if (!(code & JUMP))
226 dst |= JUMP;
234 dst |= JUMP;
244 dst |= JUMP;
H A Darc-opc.c143 'J' JUMP jump address (26 bit absolute)
252 #define JUMP (BRANCH + 1)
256 #define JUMPFLAGS (JUMP + 1)
251 #define JUMP macro
/macosx-10.10.1/ruby-106/ruby/
H A Dinsns.def1136 JUMP(dst);
1152 JUMP(dst);
1169 JUMP(dst);
1191 JUMP(dst);
1213 JUMP(dst);
1276 JUMP(FIX2INT((VALUE)val));
1279 JUMP(else_offset);
H A Dvm_insnhelper.h132 #define JUMP(dst) (REG_PC += (dst)) macro
H A Dvm.inc1613 JUMP(dst);
1639 JUMP(dst);
1666 JUMP(dst);
1695 JUMP(dst);
1731 JUMP(dst);
1820 JUMP(FIX2INT((VALUE)val));
1823 JUMP(else_offset);

Completed in 133 milliseconds