Searched refs:ARC_OPERAND_LOAD (Results 1 - 2 of 2) sorted by relevance

/freebsd-11.0-release/contrib/binutils/include/opcode/
H A Darc.h187 #define ARC_OPERAND_LOAD 0x8000 macro
/freebsd-11.0-release/contrib/binutils/opcodes/
H A Darc-opc.c200 { 'O', 9, 0,ARC_OPERAND_LIMM | ARC_OPERAND_SIGNED | ARC_OPERAND_LOAD, insert_offset, extract_ld_offset },
624 if (operand->flags & ARC_OPERAND_LOAD) /* Not if store, catch it later. */
653 if (operand->flags & ARC_OPERAND_LOAD)
671 if (limm_p && operand->flags & ARC_OPERAND_LOAD)

Completed in 63 milliseconds