Home | History | Annotate | Download | only in X86

Lines Matching defs:Id

43   uint16_t      Id;
49 return Id < RHS.Id;
52 return RHS.Id == Id;
56 #define X86_INTRINSIC_DATA(id, type, op0, op1) \
57 { Intrinsic::x86_##id, type, op0, op1 }
60 * IntrinsicsWithChain - the table should be sorted by Intrinsic ID - in
235 * Find Intrinsic data by intrinsic ID
249 * IntrinsicsWithoutChain - the table should be sorted by Intrinsic ID - in
1997 "Intrinsic data tables should be sorted by Intrinsic ID");