Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/gas/config/
Dtc-xtensa.c4116 expressionS * emit_val; in xg_assemble_literal() local
4125 emit_val = &insn->tok[0]; in xg_assemble_literal()
4126 if (emit_val->X_op == O_big) in xg_assemble_literal()
4128 int size = emit_val->X_add_number * CHARS_PER_LITTLENUM; in xg_assemble_literal()
4145 switch (emit_val->X_op) in xg_assemble_literal()
4157 reloc = map_operator_to_reloc (emit_val->X_op, TRUE); in xg_assemble_literal()
4158 if (emit_val->X_add_symbol) in xg_assemble_literal()
4159 emit_val->X_op = O_symbol; in xg_assemble_literal()
4161 emit_val->X_op = O_constant; in xg_assemble_literal()
4163 litsize, emit_val, pcrel, reloc); in xg_assemble_literal()
[all …]