Searched refs:brmask (Results 1 – 5 of 5) sorted by relevance
/toolchain/binutils/binutils-2.25/binutils/ |
D | unwind-ia64.c | 258 #define UNW_DEC_BR_MEM(fmt, brmask, arg) \ argument 263 unw_print_brmask (brstr, brmask); \ 268 #define UNW_DEC_BR_GR(fmt, brmask, gr, arg) \ argument 273 unw_print_brmask (brstr, brmask); \ 713 unsigned char brmask = (code & 0x1f); in unw_decode_p1() local 715 UNW_DEC_BR_MEM ("P1", brmask, arg); in unw_decode_p1()
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/ia64/ |
D | unwind-ok.d | 11 [[:space:]]*P1:br_mem\(brmask=\[b1,b5\]\) 46 [[:space:]]*P2:br_gr\(brmask=\[b1,b5\],gr=r32\) 130 [[:space:]]*P2:br_gr\(brmask=\[b1,b2\],gr=r34\) 132 [[:space:]]*P2:br_gr\(brmask=\[b4,b5\],gr=r126\)
|
/toolchain/binutils/binutils-2.25/gas/config/ |
D | tc-ia64.c | 1266 output_P1_format (vbyte_func f, int brmask) in output_P1_format() argument 1269 byte = UNW_P1 | (brmask & 0x1f); in output_P1_format() 1274 output_P2_format (vbyte_func f, int brmask, int gr) in output_P2_format() argument 1277 brmask = (brmask & 0x1f); in output_P2_format() 1278 bytes[0] = UNW_P2 | (brmask >> 1); in output_P2_format() 1279 bytes[1] = (((brmask & 1) << 7) | gr); in output_P2_format() 1726 cur->r.record.p.brmask = 0; in check_pending_save() 2048 ptr->r.record.p.brmask = mask; in output_br_mem() 2059 cur->r.record.p.brmask = mask; in output_br_mem() 2061 prev->r.record.p.brmask ^= mask; in output_br_mem() [all …]
|
D | tc-ia64.h | 272 unsigned char brmask; member
|
/toolchain/binutils/binutils-2.25/gas/ |
D | ChangeLog-2005 | 1453 union. Change type of grmask and brmask to unsigned char. Change type
|