Home
last modified time | relevance | path

Searched refs:HI1 (Results 1 – 1 of 1) sorted by relevance

/toolchain/binutils/binutils-2.27/gas/config/
Dtc-arm.c14447 #define HI1(R) (((R) >> 4) & 1) macro
14461 inst.instruction |= HI1 (inst.operands[0].reg) << 22; in neon_three_same()
14463 inst.instruction |= HI1 (inst.operands[1].reg) << 7; in neon_three_same()
14465 inst.instruction |= HI1 (inst.operands[2].reg) << 5; in neon_three_same()
14485 inst.instruction |= HI1 (inst.operands[0].reg) << 22; in neon_two_same()
14487 inst.instruction |= HI1 (inst.operands[1].reg) << 5; in neon_two_same()
14523 inst.instruction |= HI1 (inst.operands[0].reg) << 22; in neon_imm_shift()
14525 inst.instruction |= HI1 (inst.operands[1].reg) << 5; in neon_imm_shift()
14750 inst.instruction |= HI1 (inst.operands[0].reg) << 22; in do_neon_logic()
14925 inst.instruction |= HI1 (inst.operands[0].reg) << 22; in neon_compare()
[all …]