/freebsd/contrib/file/src/ |
H A D | readcdf.c | 370 const cdf_header_t *h, const cdf_sat_t *sat, const cdf_sat_t *ssat, in cdf_file_catalog_info() argument 375 if ((i = cdf_read_user_stream(info, h, sat, ssat, sst, in cdf_file_catalog_info() 388 const cdf_header_t *h, const cdf_sat_t *sat, const cdf_sat_t *ssat, in cdf_check_summary_info() argument 428 i = cdf_file_catalog_info(ms, info, h, sat, ssat, sst, in cdf_check_summary_info() 548 cdf_sat_t sat, ssat; in file_trycdf() local 575 if ((i = cdf_read_ssat(&info, &h, &sat, &ssat)) == -1) { in file_trycdf() 580 cdf_dump_sat("SSAT", &ssat, CDF_SHORT_SEC_SIZE(&h)); in file_trycdf() 594 cdf_dump_dir(&info, &h, &sat, &ssat, &sst, &dir); in file_trycdf() 608 if (cdf_read_user_stream(&info, &h, &sat, &ssat, &sst, &dir, in file_trycdf() 629 if ((i = cdf_read_summary_info(&info, &h, &sat, &ssat, &sst, &dir, in file_trycdf() [all …]
|
H A D | cdf.c | 647 const cdf_sat_t *ssat, const cdf_stream_t *sst, in cdf_read_short_sector_chain() argument 652 scn->sst_len = cdf_count_chain(ssat, sid, CDF_SEC_SIZE(h)); in cdf_read_short_sector_chain() 679 sid = CDF_TOLE4(CAST(uint32_t, ssat->sat_tab[sid])); in cdf_read_short_sector_chain() 689 const cdf_sat_t *sat, const cdf_sat_t *ssat, const cdf_stream_t *sst, in cdf_read_sector_chain() argument 694 return cdf_read_short_sector_chain(h, ssat, sst, sid, len, in cdf_read_sector_chain() 757 const cdf_sat_t *sat, cdf_sat_t *ssat) in cdf_read_ssat() argument 763 ssat->sat_tab = NULL; in cdf_read_ssat() 764 ssat->sat_len = cdf_count_chain(sat, sid, ss); in cdf_read_ssat() 765 if (ssat->sat_len == CAST(size_t, -1)) in cdf_read_ssat() 768 ssat->sat_tab = CAST(cdf_secid_t *, CDF_CALLOC(ssat->sat_len, ss)); in cdf_read_ssat() [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonPatternsHVX.td | 960 def: Pat<(VecI8 (ssat HWI16:$Vss, HvxTy_i8)), 962 def: Pat<(VecI8 (ssat (concat_vectors HWI32:$Vss, HWI32:$Vtt), HvxTy_i8)), 965 def: Pat<(VecI16 (ssat HWI32:$Vss, HvxTy_i16)),
|
H A D | HexagonPatterns.td | 115 def ssat: PatFrag<(ops node:$V, node:$Ty), (HexagonSSAT node:$V, node:$Ty)>; 582 def: Pat<(i32 (ssat I32:$Rs, i8)), (A2_satb I32:$Rs)>; 583 def: Pat<(i32 (ssat I32:$Rs, i16)), (A2_sath I32:$Rs)>; 584 def: Pat<(i32 (ssat I64:$Rs, i32)), (A2_sat I64:$Rs)>; 590 def: Pat<(v4i8 (ssat V4I16:$Rs, v4i8)), (S2_vsathb V4I16:$Rs)>; 591 def: Pat<(v2i16 (ssat V2I32:$Rs, v2i16)), (S2_vsatwh V2I32:$Rs)>;
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/ |
H A D | TargetSelectionDAG.td | 124 def SDTIntSatNoShOp : SDTypeProfile<1, 2, [ // ssat with no shift
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMInstrInfo.td | 4084 SatFrm, NoItinerary, "ssat", "\t$Rd, $sat_imm, $Rn$sh", []>, 6275 def : ARMInstAlias<"ssat${p} $Rd, $sat_imm, $Rn",
|
H A D | ARMInstrThumb2.td | 2710 "ssat", "\t$Rd, $sat_imm, $Rn$sh">, 5222 def : t2InstAlias<"ssat${p} $Rd, $sat_imm, $Rn",
|