Home
last modified time | relevance | path

Searched refs:O_hi16 (Results 1 – 3 of 3) sorted by relevance

/toolchain/binutils/binutils-2.27/gas/config/
Dtc-tilepro.c107 #define O_hi16 O_md2 macro
400 case O_hi16: in apply_special_operator()
465 case O_hi16: in emit_tilepro_instruction()
1275 case O_hi16: in tilepro_cons_fix_new()
1447 *valP = value = apply_special_operator (O_hi16, value); in md_apply_fix()
Dtc-xtensa.c350 #define O_hi16 O_md2 /* use high 16 bits of symbolic value */ macro
372 SUFFIX_MAP ("h", BFD_RELOC_HI16, O_hi16),
3371 case O_hi16: in xg_symbolic_immeds_fit()
3516 targ->tok[op_num].X_op = O_hi16; in xg_build_to_insn()
4296 else if (exp->X_op == O_hi16) in xg_add_opcode_fix()
4313 if (exp->X_op == O_lo16 || exp->X_op == O_hi16) in xg_add_opcode_fix()
12455 case O_hi16: in tinsn_has_invalid_symbolic_operands()
12494 case O_hi16: in tinsn_has_complex_operands()
12924 case O_hi16: in vinsn_to_insnbuf()
/toolchain/binutils/binutils-2.27/gas/
DChangeLog-2004674 (O_pltrel, O_hi16, O_lo16): Define.
742 and O_hi16 expressions as well.
780 (xg_symbolic_immeds_fit): Likewise. Also handle O_lo16 and O_hi16, and
811 O_hi16. Use new xtensa-isa.h functions.
981 (tinsn_has_invalid_symbolic_operands): Handle O_hi16 and O_lo16 and
983 (tinsn_has_complex_operands): Handle O_hi16 and O_lo16.