Home
last modified time | relevance | path

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

/trueos/contrib/llvm/lib/Target/Mips/
HDMSA.txt35 ilvl.d, pckev.d:
36 It is not possible to emit ilvl.d, or pckev.d since ilvev.d covers the
HDMipsMSAInstrInfo.td2241 class ILVL_B_DESC : MSA_3R_DESC_BASE<"ilvl.b", MipsILVL, MSA128BOpnd>;
2242 class ILVL_H_DESC : MSA_3R_DESC_BASE<"ilvl.h", MipsILVL, MSA128HOpnd>;
2243 class ILVL_W_DESC : MSA_3R_DESC_BASE<"ilvl.w", MipsILVL, MSA128WOpnd>;
2244 class ILVL_D_DESC : MSA_3R_DESC_BASE<"ilvl.d", MipsILVL, MSA128DOpnd>;
/trueos/contrib/tcpdump/
HDprint-forces.c130 int ilvl = EXTRACT_32BITS(&ilv->length); in sdatailv_print() local
132 EXTRACT_32BITS(&ilv->type), ilvl); in sdatailv_print()
133 hex_print_with_offset("\t\t[", tdp, ilvl-ILV_HDRL, 0); in sdatailv_print()