Searched refs:LOW4 (Results 1 – 2 of 2) sorted by relevance
/toolchain/binutils/binutils-2.27/gas/config/ |
D | aout_gnu.h | 351 NO_RELOC = 0, BRADDR, LOW0, LOW1, LOW2, LOW3, LOW4, SPLIT0, SPLIT1, SPLIT2, RELOC_32, enumerator
|
D | tc-arm.c | 14446 #define LOW4(R) ((R) & 0xf) macro 14460 inst.instruction |= LOW4 (inst.operands[0].reg) << 12; in neon_three_same() 14462 inst.instruction |= LOW4 (inst.operands[1].reg) << 16; in neon_three_same() 14464 inst.instruction |= LOW4 (inst.operands[2].reg); in neon_three_same() 14484 inst.instruction |= LOW4 (inst.operands[0].reg) << 12; in neon_two_same() 14486 inst.instruction |= LOW4 (inst.operands[1].reg); in neon_two_same() 14522 inst.instruction |= LOW4 (inst.operands[0].reg) << 12; in neon_imm_shift() 14524 inst.instruction |= LOW4 (inst.operands[1].reg); in neon_imm_shift() 14749 inst.instruction |= LOW4 (inst.operands[0].reg) << 12; in do_neon_logic() 14924 inst.instruction |= LOW4 (inst.operands[0].reg) << 12; in neon_compare() [all …]
|