Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/binutils/
Ddwarf.c6128 unsigned int reg, op, opa; in display_debug_frames() local
6132 opa = op & 0x3f; in display_debug_frames()
6144 if (frame_need_space (fc, opa) >= 0) in display_debug_frames()
6145 fc->col_type[opa] = DW_CFA_undefined; in display_debug_frames()
6148 if (frame_need_space (fc, opa) >= 0) in display_debug_frames()
6149 fc->col_type[opa] = DW_CFA_undefined; in display_debug_frames()
6259 unsigned op, opa; in display_debug_frames() local
6267 opa = op & 0x3f; in display_debug_frames()
6280 opa * fc->code_factor, in display_debug_frames()
6282 fc->pc_begin + opa * fc->code_factor, in display_debug_frames()
[all …]
/toolchain/binutils/binutils-2.25/gas/config/
Dbfin-parse.y289 check_macfuncs (Macfunc *aa, Opt_mode *opa, in check_macfuncs() argument
298 if (opa->mod != 0) in check_macfuncs()
306 if (opa->MM != 0) in check_macfuncs()
312 otmp = *opa; *opa = *opb; *opb = otmp; in check_macfuncs()
352 opb->mod |= opa->mod; in check_macfuncs()