Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/binutils/
Ddwarf.c6509 unsigned int reg, op, opa; in display_debug_frames() local
6514 opa = op & 0x3f; in display_debug_frames()
6526 if (frame_need_space (fc, opa) >= 0) in display_debug_frames()
6527 fc->col_type[opa] = DW_CFA_undefined; in display_debug_frames()
6530 if (frame_need_space (fc, opa) >= 0) in display_debug_frames()
6531 fc->col_type[opa] = DW_CFA_undefined; in display_debug_frames()
6645 unsigned op, opa; in display_debug_frames() local
6653 opa = op & 0x3f; in display_debug_frames()
6670 opa * fc->code_factor, in display_debug_frames()
6672 fc->pc_begin + opa * fc->code_factor, in display_debug_frames()
[all …]
/toolchain/binutils/binutils-2.27/gas/config/
Dbfin-parse.y288 check_macfuncs (Macfunc *aa, Opt_mode *opa, in check_macfuncs() argument
297 if (opa->mod != 0) in check_macfuncs()
305 if (opa->MM != 0) in check_macfuncs()
311 otmp = *opa; *opa = *opb; *opb = otmp; in check_macfuncs()
351 opb->mod |= opa->mod; in check_macfuncs()