Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/binutils/gas/config/
Dtc-arm.c341 unsigned isquad : 1; /* Operand is Neon quad-precision register. */ member
5183 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() argument
11600 inst.instruction |= (isquad != 0) << 6; in neon_three_same()
[all …]
/freebsd-12-stable/contrib/binutils/gas/
DChangeLog-20061873 (isscalar, immisalign, regisimm, isquad): New predicates for operands.