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

/freebsd-11-stable/contrib/binutils/gas/config/
H A Dtc-arm.c11590 #define LOW4(R) ((R) & 0xf)
11604 inst.instruction |= LOW4 (inst.operands[0].reg) << 12;
11606 inst.instruction |= LOW4 (inst.operands[1].reg) << 16;
11608 inst.instruction |= LOW4 (inst.operands[2].reg);
11628 inst.instruction |= LOW4 (inst.operands[0].reg) << 12;
11630 inst.instruction |= LOW4 (inst.operands[1].reg);
11666 inst.instruction |= LOW4 (inst.operands[0].reg) << 12;
11668 inst.instruction |= LOW4 (inst.operands[1].reg);
12069 inst.instruction |= LOW4 (inst.operands[0].reg) << 12;
12234 inst.instruction |= LOW4 (ins
11580 #define LOW4 macro
[all...]
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

Completed in 132 milliseconds