Home | History | Annotate | Download | only in include

Lines Matching refs:ins

84 #define	inst_trap_return(ins)	(((ins)&0xff) == I_IRET)
85 #define inst_return(ins) (((ins)&0xff) == I_RET)
86 #define inst_call(ins) (((ins)&0xff) == I_CALL || \
87 (((ins)&0xff) == I_CALLI && \
88 ((ins)&0x3800) == 0x1000))
89 #define inst_load(ins) 0
90 #define inst_store(ins) 0