Searched defs:inst_call (Results 1 – 15 of 15) sorted by relevance
51 #define inst_call(ins) (((ins)&0xff) == I_CALL || \ macro82 #define inst_call(ins) (((ins)&0xff) == I_CALL || \ macro
72 #define inst_call(ins) (((ins)&0xff) == I_CALL) macro
89 static __inline int inst_call(u_int ins) { in inst_call() function
88 #define inst_call(ins) (((ins)&M_JSR) == I_JSR || \ macro
123 inst_call(db_expr_t insn) in inst_call() function
95 #define inst_call(ins) db_inst_call(ins) macro
99 #define inst_call(ins) (((ins) & 0x0f000000) == 0x0b000000) macro
118 #define inst_call(ins) db_inst_call(ins) macro
86 #define inst_call(ins) (((ins)&0xff) == I_CALL || \ macro
87 #define inst_call(ins) (((ins)&0xff) == I_CALL || \ macro
109 #define inst_call(ins) (((ins)&M_BC ) == I_BCL || \ macro
103 #define inst_call(ins) (ins & 0) macro
206 inst_call(int inst) in inst_call() function
81 #define inst_call(ins) db_inst_call(ins) macro
981 inst_call(int inst) in inst_call() function