Searched refs:isquad (Results 1 – 2 of 2) sorted by relevance
341 unsigned isquad : 1; /* Operand is Neon quad-precision register. */ member5183 inst.operands[i].isquad = (rtype == REG_TYPE_NQ); in parse_neon_mov()5224 inst.operands[i].isquad = (rtype == REG_TYPE_NQ); in parse_neon_mov()5513 inst.operands[i].isquad = (rtype == REG_TYPE_NQ); \ in parse_operands()5528 inst.operands[i].isquad = (rtype == REG_TYPE_NQ); \ in parse_operands()10820 && !inst.operands[j].isquad)) in neon_select_shape()10827 && !inst.operands[j].isquad in neon_select_shape()10841 && inst.operands[j].isquad in neon_select_shape()11592 neon_three_same (int isquad, int ubit, int size) in neon_three_same() argument11600 inst.instruction |= (isquad != 0) << 6; in neon_three_same()[all …]
1873 (isscalar, immisalign, regisimm, isquad): New predicates for operands.