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

/freebsd-10.1-release/contrib/binutils/gas/config/
H A Dtc-arm.c8373 #define THUMB_OP32(n) (thumb_op32[(n) - (T16_32_OFFSET + 1)])
8374 #define THUMB_SETS_FLAGS(n) (THUMB_OP32 (n) & 0x00100000)
8479 inst.instruction = THUMB_OP32 (inst.instruction);
8534 inst.instruction = THUMB_OP32 (inst.instruction);
8599 inst.instruction = THUMB_OP32 (inst.instruction);
8639 inst.instruction = THUMB_OP32 (inst.instruction);
8675 inst.instruction = THUMB_OP32 (inst.instruction);
8722 inst.instruction = THUMB_OP32 (inst.instruction);
8767 inst.instruction = THUMB_OP32 (inst.instruction);
8911 inst.instruction = THUMB_OP32(opcod
8363 #define THUMB_OP32 macro
[all...]

Completed in 164 milliseconds