Home
last modified time | relevance | path

Searched refs:dst_kind (Results 1 – 4 of 4) sorted by relevance

/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_xlator.c267 uint_t dst_kind = ctf_type_kind(dst_ctfp, dst_base); in dt_xlator_lookup() local
269 int ptr = dst_kind == CTF_K_POINTER; in dt_xlator_lookup()
285 dst_kind = ctf_type_kind(dst_ctfp, dst_base); in dt_xlator_lookup()
288 if (dst_kind != CTF_K_UNION && dst_kind != CTF_K_STRUCT) in dt_xlator_lookup()
/freebsd/cddl/contrib/opensolaris/common/ctf/
H A Dctf_create.c1344 uint_t dst_kind, dst_vlen, src_kind, src_vlen, n; in soucmp() local
1357 ctf_get_ctt_info(dst_fp, dst_tp, &dst_kind, &dst_vlen, NULL); in soucmp()
1359 if (src_kind != dst_kind) in soucmp()
1403 uint_t dst_kind = CTF_K_UNKNOWN; in ctf_add_type() local
1456 dst_kind = ctf_type_kind(dst_fp, dst_type); in ctf_add_type()
1464 if (dst_type != CTF_ERR && dst_kind != kind) { in ctf_add_type()
1465 if (dst_kind != CTF_K_FORWARD || (kind != CTF_K_ENUM && in ctf_add_type()
1612 if (dst_type != CTF_ERR && dst_kind != CTF_K_FORWARD) { in ctf_add_type()
1676 if (dst_type != CTF_ERR && dst_kind != CTF_K_FORWARD) { in ctf_add_type()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64InstrFormats.td8518 string apple_kind, string dst_kind, string lhs_kind,
8522 "{\t$Rd" # dst_kind # ", $Rn" # lhs_kind # ", $Rm" # rhs_kind # "$idx" #
8548 string apple_kind, string dst_kind, string lhs_kind,
8552 "{\t$Rd" # dst_kind # ", $Rn" # lhs_kind # ", $Rm" # rhs_kind # "$idx" #
8600 string dst_kind, string lhs_kind,
8607 asm, "", dst_kind, lhs_kind, rhs_kind,
8707 string asm, string dst_kind,
8712 asm, "", dst_kind, ".16b", ".b", []> {
8745 string dst_kind, string lhs_kind, string rhs_kind,
8750 VectorIndexS, asm, "", dst_kind, lhs_kind, rhs_kind,
[all …]
H A DAArch64InstrInfo.td1413 class BaseSIMDSUDOTIndex<bit Q, string dst_kind, string lhs_kind,
1416 : BaseSIMDThreeSameVectorIndexS<Q, 0, 0b00, 0b1111, "sudot", dst_kind,