Searched refs:sbits (Results 1 – 1 of 1) sorted by relevance
| /openbsd/src/gnu/usr.bin/binutils/gdb/ |
| D | arm-tdep.c | 1466 #define sbits(obj,st,fn) \ macro 1469 ((CORE_ADDR) (((long) (addr)) + 8 + (sbits (instr, 0, 23) << 2))) 1559 nextpc = pc_val + (sbits (inst1, 0, 7) << 1); in thumb_get_next_pc() 1563 nextpc = pc_val + (sbits (inst1, 0, 10) << 1); in thumb_get_next_pc() 1568 offset = (sbits (inst1, 0, 10) << 12) + (bits (inst2, 0, 10) << 1); in thumb_get_next_pc()
|