Searched refs:HI1 (Results 1 – 2 of 2) sorted by relevance
11549 #define HI1(R) (((R) >> 4) & 1) macro11563 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 …]
183 def HI1 : MipsReg<1, "ac1">, DwarfRegNum<[176]>;