Searched refs:vectype (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/emacs-92/emacs/lisp/emacs-lisp/
H A Dbindat.el227 (defun bindat--unpack-item (type len &optional vectype)
272 (if (consp vectype)
273 (setq vlen (nth 1 vectype)
274 vectype (nth 2 vectype))
275 (setq type (or vectype 'u8)
276 vectype nil))
278 (aset v i (bindat--unpack-item type vlen vectype))
290 (vectype (and (eq type 'vec) (nth 3 item)))
338 (setq data (bindat--unpack-item type len vectype)
[all...]
/macosx-10.9.5/cctools-845/as/
H A Darm.c326 struct neon_type vectype; member in struct:arm_it
343 struct neon_type_el vectype; member in struct:arm_it::__anon6852
1163 parse_neon_operand_type (struct neon_type_el *vectype, char **ccp)
1173 *vectype = optype.el[0];
1319 enum arm_reg_type *rtype, struct neon_type_el *vectype)
1335 if (vectype)
1336 *vectype = atype.eltype;
4111 inst.operands[i].vectype = optype;
4136 inst.operands[i].vectype = optype;
4183 inst.operands[i].vectype
1162 parse_neon_operand_type(struct neon_type_el *vectype, char **ccp) argument
1317 arm_typed_reg_parse(char **ccp, enum arm_reg_type type, enum arm_reg_type *rtype, struct neon_type_el *vectype) argument
[all...]

Completed in 186 milliseconds