Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gdb/gdb/
H A Darm-tdep.c1494 #define sbits(obj,st,fn) \ macro
1497 ((CORE_ADDR) (((long) (addr)) + 8 + (sbits (instr, 0, 23) << 2)))
1587 nextpc = pc_val + (sbits (inst1, 0, 7) << 1); in thumb_get_next_pc()
1591 nextpc = pc_val + (sbits (inst1, 0, 10) << 1); in thumb_get_next_pc()
1596 offset = (sbits (inst1, 0, 10) << 12) + (bits (inst2, 0, 10) << 1); in thumb_get_next_pc()
/freebsd-12.1/contrib/ntp/ntpd/
H A Drefclock_parse.c2535 static struct sbits in parsestate() struct