Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/gas/config/
Dtc-tilepro.c106 #define O_lo16 O_md1 macro
397 case O_lo16: in apply_special_operator()
461 case O_lo16: in emit_tilepro_instruction()
1271 case O_lo16: in tilepro_cons_fix_new()
1439 *valP = value = apply_special_operator (O_lo16, value); in md_apply_fix()
Dtc-xtensa.c351 #define O_lo16 O_md3 /* use low 16 bits of symbolic value */ macro
371 SUFFIX_MAP ("l", BFD_RELOC_LO16, O_lo16),
3370 case O_lo16: in xg_symbolic_immeds_fit()
3518 targ->tok[op_num].X_op = O_lo16; in xg_build_to_insn()
4291 if (exp->X_op == O_lo16) in xg_add_opcode_fix()
4313 if (exp->X_op == O_lo16 || exp->X_op == O_hi16) in xg_add_opcode_fix()
12456 case O_lo16: in tinsn_has_invalid_symbolic_operands()
12493 case O_lo16: in tinsn_has_complex_operands()
12923 case O_lo16: in vinsn_to_insnbuf()
/toolchain/binutils/binutils-2.27/gas/
DChangeLog-2004674 (O_pltrel, O_hi16, O_lo16): Define.
741 xtensa_elf_suffix instead of checking for plt suffix, and handle O_lo16
780 (xg_symbolic_immeds_fit): Likewise. Also handle O_lo16 and O_hi16, and
810 literals and CONST16 instructions. Check for bad uses of O_lo16 and
981 (tinsn_has_invalid_symbolic_operands): Handle O_hi16 and O_lo16 and
983 (tinsn_has_complex_operands): Handle O_hi16 and O_lo16.