Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gdb/gdb/
H A Dppc-sysv-tdep.c193 && TYPE_VECTOR (type) && tdep->ppc_vr0_regnum >= 0) in ppc_sysv_abi_push_dummy_call()
214 && TYPE_VECTOR (type) && tdep->ppc_ev0_regnum >= 0) in ppc_sysv_abi_push_dummy_call()
401 && TYPE_VECTOR (type) && tdep->ppc_vr0_regnum >= 0) in do_ppc_sysv_return_value()
417 && TYPE_VECTOR (type) && tdep->ppc_ev0_regnum >= 0) in do_ppc_sysv_return_value()
677 else if (TYPE_LENGTH (type) == 16 && TYPE_VECTOR (type) in ppc64_sysv_abi_push_dummy_call()
H A Dppcnbsd-tdep.c219 && TYPE_VECTOR (valtype)) in ppcnbsd_return_value()
H A Dreggroups.c167 vector_p = TYPE_VECTOR (register_type (gdbarch, regnum)); in default_register_reggroup_p()
H A Dinfcall.c135 if (!TYPE_VECTOR (type)) in value_arg_coerce()
H A Drs6000-tdep.c1338 && TYPE_VECTOR (value_type)) in rs6000_use_struct_convention()
1371 && TYPE_VECTOR (valtype)) in rs6000_extract_return_value()
2022 && TYPE_VECTOR (type)) in rs6000_store_return_value()
H A Dgdbtypes.h258 #define TYPE_VECTOR(t) (TYPE_FLAGS (t) & TYPE_FLAG_VECTOR) macro
H A Dinfcmd.c1599 if (TYPE_VECTOR (register_type (current_gdbarch, i)) == 0) in default_print_registers_info()
H A Dgdbtypes.c3065 if (TYPE_VECTOR (type)) in recursive_dump_type()
H A Dia64-tdep.c257 vector_p = TYPE_VECTOR (register_type (gdbarch, regnum)); in ia64_register_reggroup_p()
H A Dmips-tdep.c532 vector_p = TYPE_VECTOR (register_type (gdbarch, regnum)); in mips_register_reggroup_p()
/freebsd-12.1/contrib/gdb/gdb/tui/
H A Dtui-regs.c670 if (TYPE_VECTOR (type) != 0 && 0) in tui_register_format()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Serialization/
H A DASTBitCodes.h1069 TYPE_VECTOR = 12, enumerator
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTWriter.cpp262 Code = TYPE_VECTOR; in VisitVectorType()
1200 RECORD(TYPE_VECTOR); in WriteBlockInfoBlock()
H A DASTReader.cpp6001 case TYPE_VECTOR: { in readTypeRecord()