Searched refs:THUMB_OP32 (Results 1 - 1 of 1) sorted by last modified time

/freebsd-11-stable/contrib/binutils/gas/config/
H A Dtc-arm.c8427 #define THUMB_OP32(n) (thumb_op32[(n) - (T16_32_OFFSET + 1)])
8428 #define THUMB_SETS_FLAGS(n) (THUMB_OP32 (n) & 0x00100000)
8533 inst.instruction = THUMB_OP32 (inst.instruction);
8588 inst.instruction = THUMB_OP32 (inst.instruction);
8653 inst.instruction = THUMB_OP32 (inst.instruction);
8693 inst.instruction = THUMB_OP32 (inst.instruction);
8729 inst.instruction = THUMB_OP32 (inst.instruction);
8776 inst.instruction = THUMB_OP32 (inst.instruction);
8821 inst.instruction = THUMB_OP32 (inst.instruction);
8965 inst.instruction = THUMB_OP32(opcod
8417 #define THUMB_OP32 macro
[all...]

Completed in 106 milliseconds