Home
last modified time | relevance | path

Searched refs:TYPE_VECTOR (Results 1 – 14 of 14) sorted by relevance

/openbsd/gnu/usr.bin/binutils/gdb/
H A Dppc-sysv-tdep.c195 && TYPE_VECTOR (type) && tdep->ppc_vr0_regnum >= 0) in ppc_sysv_abi_push_dummy_call()
216 && TYPE_VECTOR (type) && tdep->ppc_ev0_regnum >= 0) in ppc_sysv_abi_push_dummy_call()
404 && TYPE_VECTOR (type) && tdep->ppc_vr0_regnum >= 0) in do_ppc_sysv_return_value()
420 && TYPE_VECTOR (type) && tdep->ppc_ev0_regnum >= 0) in do_ppc_sysv_return_value()
682 else if (TYPE_LENGTH (type) == 16 && TYPE_VECTOR (type) in ppc64_sysv_abi_push_dummy_call()
H A Dreggroups.c167 vector_p = TYPE_VECTOR (register_type (gdbarch, regnum)); in default_register_reggroup_p()
H A Dppcnbsd-tdep.c255 && TYPE_VECTOR (valtype)) in ppcnbsd_return_value()
H A Dinfcall.c136 if (!TYPE_VECTOR (type)) in value_arg_coerce()
H A Dppc-linux-tdep.c493 && TYPE_VECTOR (valtype))) in ppc_linux_return_value()
H A Drs6000-tdep.c1647 && TYPE_VECTOR (value_type)) in rs6000_use_struct_convention()
1678 && TYPE_VECTOR (valtype)) in rs6000_extract_return_value()
2112 && TYPE_VECTOR (type)) in rs6000_store_return_value()
H A Dgdbtypes.h278 #define TYPE_VECTOR(t) (TYPE_FLAGS (t) & TYPE_FLAG_VECTOR) macro
H A Dinfcmd.c1583 if (TYPE_VECTOR (register_type (current_gdbarch, i)) == 0) in default_print_registers_info()
H A Dgdbtypes.c3052 if (TYPE_VECTOR (type)) in recursive_dump_type()
H A Dia64-tdep.c282 vector_p = TYPE_VECTOR (register_type (gdbarch, regnum)); in ia64_register_reggroup_p()
H A Dmips-tdep.c541 vector_p = TYPE_VECTOR (register_type (gdbarch, regnum)); in mips_register_reggroup_p()
H A DChangeLog-20029495 (TYPE_VECTOR): Likewise.
10356 * hpread.c (DNTT_TYPE_VECTOR): Rename from TYPE_VECTOR.
10430 * gdbtypes.h (TYPE_FLAG_VECTOR, TYPE_VECTOR): Define.
/openbsd/gnu/usr.bin/binutils/gdb/tui/
H A Dtui-regs.c670 if (TYPE_VECTOR (type) != 0 && 0) in tui_register_format()
/openbsd/gnu/llvm/clang/lib/Serialization/
H A DASTWriter.cpp926 RECORD(TYPE_VECTOR); in WriteBlockInfoBlock()