Home
last modified time | relevance | path

Searched refs:INSTR (Results 1 – 1 of 1) sorted by relevance

/linux-2.4.37.9/arch/alpha/lib/
Dstacktrace.c22 #define STK_ALLOC_MATCH(INSTR) \ argument
23 (((INSTR) & STK_ALLOC_1M) == STK_ALLOC_1 \
24 || ((INSTR) & STK_ALLOC_2M) == STK_ALLOC_2)
25 #define STK_PUSH_MATCH(INSTR) \ argument
26 (((INSTR) & (MAJOR_OP | MEM_BASE | MEM_OFF_SIGN)) == (STQ_OP | BASE_SP))
27 #define MEM_OP_OFFSET(INSTR) \ argument
28 (((long)((INSTR) & MEM_OFF) << 48) >> 48)
29 #define MEM_OP_REG(INSTR) \ argument
30 (((INSTR) & MEM_REG) >> 22)
33 #define BB_END(INSTR) \ argument
[all …]