Searched refs:SBITS (Results 1 – 2 of 2) sorted by relevance
/external/ltrace/sysdeps/linux-gnu/arm/ |
D | trace.c | 426 next_pcs[nr++] = pc + (SBITS(inst1, 0, 7) << 1); in thumb_get_next_pcs() 431 next_pcs[nr++] = pc + (SBITS(inst1, 0, 10) << 1); in thumb_get_next_pcs() 444 const int imm1 = SBITS(inst1, 0, 10); in thumb_get_next_pcs() 475 const int sign = SBITS(inst1, 10, 10); in thumb_get_next_pcs()
|
D | regs.h | 24 #define SBITS(obj,st,fn) \ macro
|