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

/freebsd-10.1-release/contrib/binutils/gas/config/
H A Daout_gnu.h353 NO_RELOC = 0, BRADDR, LOW0, LOW1, LOW2, LOW3, LOW4, SPLIT0, SPLIT1, SPLIT2, RELOC_32,
351 NO_RELOC = 0, BRADDR, LOW0, LOW1, LOW2, LOW3, LOW4, SPLIT0, SPLIT1, SPLIT2, RELOC_32, enumerator in enum:i860_reloc_type
H A Dtc-arm.c11536 #define LOW4(R) ((R) & 0xf)
11550 inst.instruction |= LOW4 (inst.operands[0].reg) << 12;
11552 inst.instruction |= LOW4 (inst.operands[1].reg) << 16;
11554 inst.instruction |= LOW4 (inst.operands[2].reg);
11574 inst.instruction |= LOW4 (inst.operands[0].reg) << 12;
11576 inst.instruction |= LOW4 (inst.operands[1].reg);
11612 inst.instruction |= LOW4 (inst.operands[0].reg) << 12;
11614 inst.instruction |= LOW4 (inst.operands[1].reg);
12015 inst.instruction |= LOW4 (inst.operands[0].reg) << 12;
12180 inst.instruction |= LOW4 (ins
11526 #define LOW4 macro
[all...]

Completed in 193 milliseconds