Home
last modified time | relevance | path

Searched refs:ilvl (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMSA.txt35 ilvl.d, pckev.d:
36 It is not possible to emit ilvl.d, or pckev.d since ilvev.d covers the
H A DMipsMSAInstrInfo.td2226 class ILVL_B_DESC : MSA_3R_DESC_BASE<"ilvl.b", MipsILVL, MSA128BOpnd>;
2227 class ILVL_H_DESC : MSA_3R_DESC_BASE<"ilvl.h", MipsILVL, MSA128HOpnd>;
2228 class ILVL_W_DESC : MSA_3R_DESC_BASE<"ilvl.w", MipsILVL, MSA128WOpnd>;
2229 class ILVL_D_DESC : MSA_3R_DESC_BASE<"ilvl.d", MipsILVL, MSA128DOpnd>;
/freebsd/contrib/tcpdump/
H A Dprint-forces.c749 u_int ilvl = GET_BE_U_4(ilv->length); in sdatailv_print() local
751 GET_BE_U_4(ilv->type), ilvl); in sdatailv_print()
752 hex_print(ndo, "\t\t[", tdp, ilvl-ILV_HDRL); in sdatailv_print()