Lines Matching refs:port
1303 expressionS reg, port; in emit_in() local
1314 p = parse_exp (p, &port); in emit_in()
1318 && (port.X_md)) in emit_in()
1320 if (port.X_op != O_md1 && port.X_op != O_register) in emit_in()
1326 emit_byte (&port, BFD_RELOC_8); in emit_in()
1333 if (port.X_add_number == REG_C) in emit_in()
1357 expressionS reg, port; in emit_out() local
1361 p = parse_exp (args, & port); in emit_out()
1368 if (!port.X_md) in emit_out()
1382 if (port.X_op != O_register && port.X_op != O_md1) in emit_out()
1388 emit_byte (&port, BFD_RELOC_8); in emit_out()
1395 if (REG_C == port.X_add_number) in emit_out()