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

/haiku-buildtools/legacy/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
/haiku-buildtools/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.c14520 #define LOW4(R) ((R) & 0xf)
14534 inst.instruction |= LOW4 (inst.operands[0].reg) << 12;
14536 inst.instruction |= LOW4 (inst.operands[1].reg) << 16;
14538 inst.instruction |= LOW4 (inst.operands[2].reg);
14558 inst.instruction |= LOW4 (inst.operands[0].reg) << 12;
14560 inst.instruction |= LOW4 (inst.operands[1].reg);
14596 inst.instruction |= LOW4 (inst.operands[0].reg) << 12;
14598 inst.instruction |= LOW4 (inst.operands[1].reg);
14823 inst.instruction |= LOW4 (inst.operands[0].reg) << 12;
14998 inst.instruction |= LOW4 (ins
14513 #define LOW4 macro
[all...]

Completed in 274 milliseconds