Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/gas/config/
Dtc-arm.c655 #define OPCODE_SUB 2 macro
21663 case OPCODE_SUB: /* ADD <-> SUB */ in negate_data_op()
21669 new_inst = OPCODE_SUB; in negate_data_op()
21999 temp = newinsn = (temp & OPCODE_MASK) | OPCODE_SUB << DATA_OP_SHIFT; in md_apply_fix()