Searched refs:NEON_REGLIST_LENGTH (Results 1 – 1 of 1) sorted by relevance
1944 #define NEON_REGLIST_LENGTH(X) ((((X) >> 5) & 3) + 1) macro16130 if (NEON_REGLIST_LENGTH (inst.operands[0].imm) != 2 in do_neon_ld_st_interleave()16131 && NEON_REGLIST_LENGTH (inst.operands[0].imm) != 4) in do_neon_ld_st_interleave()16136 if (NEON_REGLIST_LENGTH (inst.operands[0].imm) != 4) in do_neon_ld_st_interleave()16221 constraint (NEON_REGLIST_LENGTH (inst.operands[0].imm) != n + 1, in do_neon_ld_st_lane()16312 switch (NEON_REGLIST_LENGTH (inst.operands[0].imm)) in do_neon_ld_dup()16326 constraint (NEON_REGLIST_LENGTH (inst.operands[0].imm) != 2, in do_neon_ld_dup()16336 constraint (NEON_REGLIST_LENGTH (inst.operands[0].imm) != 3, in do_neon_ld_dup()16350 constraint (NEON_REGLIST_LENGTH (inst.operands[0].imm) != 4, in do_neon_ld_dup()