Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/gas/config/
Dtc-i860.h45 OP_ALIGN4 = 0x10000, enumerator
Dtc-i860.c803 the_insn.fi[fc].fup |= (OP_IMM_SPLIT16 | OP_ENCODE1 | OP_ALIGN4); in i860_process_insn()
824 the_insn.fi[fc].fup |= (OP_IMM_S16 | OP_ENCODE1 | OP_ALIGN4); in i860_process_insn()
826 the_insn.fi[fc].fup |= (OP_IMM_S16 | OP_ENCODE2 | OP_ALIGN4); in i860_process_insn()
1205 else if ((fup & OP_ALIGN4) && (*val & 0x3)) in obtain_reloc_for_imm16()