Searched refs:issingle (Results 1 – 2 of 2) sorted by relevance
417 unsigned issingle : 1; /* Operand is VFP single-precision register. */ member6218 inst.operands[i].issingle = (rtype == REG_TYPE_VFS); in parse_neon_mov()6259 inst.operands[i].issingle = (rtype == REG_TYPE_VFS); in parse_neon_mov()6342 inst.operands[i].issingle = (rtype == REG_TYPE_VFS); in parse_neon_mov()6361 inst.operands[i].issingle = 1; in parse_neon_mov()6373 inst.operands[i].issingle = 1; in parse_neon_mov()6570 inst.operands[i].issingle = (rtype == REG_TYPE_VFS); \ in parse_operands()6588 inst.operands[i].issingle = (rtype == REG_TYPE_VFS); \ in parse_operands()7055 inst.operands[i].issingle = 1; in parse_operands()7751 bfd_boolean vec64_p = (t == CONST_VEC) && !inst.operands[i].issingle; in move_or_literal_pool()[all …]
1137 (arm_it): Add uncond_value field. Add isvec and issingle to operand1150 (parse_operands): Support isvec, issingle operands fields, new parse