Home
last modified time | relevance | path

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

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