Home
last modified time | relevance | path

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

/NextBSD/contrib/binutils/gas/config/
HDtc-arm.c11549 #define HI1(R) (((R) >> 4) & 1) macro
11563 inst.instruction |= HI1 (inst.operands[0].reg) << 22; in neon_three_same()
11565 inst.instruction |= HI1 (inst.operands[1].reg) << 7; in neon_three_same()
11567 inst.instruction |= HI1 (inst.operands[2].reg) << 5; in neon_three_same()
11587 inst.instruction |= HI1 (inst.operands[0].reg) << 22; in neon_two_same()
11589 inst.instruction |= HI1 (inst.operands[1].reg) << 5; in neon_two_same()
11625 inst.instruction |= HI1 (inst.operands[0].reg) << 22; in neon_imm_shift()
11627 inst.instruction |= HI1 (inst.operands[1].reg) << 5; in neon_imm_shift()
12028 inst.instruction |= HI1 (inst.operands[0].reg) << 22; in do_neon_logic()
12193 inst.instruction |= HI1 (inst.operands[0].reg) << 22; in neon_compare()
[all …]
/NextBSD/contrib/llvm/lib/Target/Mips/
HDMipsRegisterInfo.td183 def HI1 : MipsReg<1, "ac1">, DwarfRegNum<[176]>;