Find file in fortrangoingonforty/afs-as@76c36ffc4b1ac3de2ec77e7f477c04ed6f9a1f89
- .github/workflows/ci.yml
- .gitignore
- Cargo.toml
- LICENSE
- README.md
- docs/release-readiness.md
- docs/standalone.md
- src/assemble.rs
- src/encode.rs
- src/expr.rs
- src/lex.rs
- src/lib.rs
- src/macho.rs
- src/main.rs
- src/parse.rs
- src/reg.rs
- tests/clang_probe/atomic_bitops.c
- tests/clang_probe/atomic_bitops_narrow.c
- tests/clang_probe/atomic_cas_narrow.c
- tests/clang_probe/atomic_exchange_cas.c
- tests/clang_probe/atomic_fences.c
- tests/clang_probe/atomic_fetchadd_narrow.c
- tests/clang_probe/atomic_maxmin.c
- tests/clang_probe/atomic_maxmin_narrow.c
- tests/clang_probe/atomics.c
- tests/clang_probe/atomics16.c
- tests/clang_probe/atomics8.c
- tests/clang_probe/bitops.c
- tests/clang_probe/compare_chain.c
- tests/clang_probe/copy_until_zero.c
- tests/clang_probe/counted_loop.c
- tests/clang_probe/div_mod.c
- tests/clang_probe/ext_array.c
- tests/clang_probe/ext_byte_ptr.c
- tests/clang_probe/ext_global.c
- tests/clang_probe/ext_ptr_deref.c
- tests/clang_probe/ext_ptr_to_struct.c
- tests/clang_probe/ext_short_ptr.c
- tests/clang_probe/ext_signed_byte_ptr.c
- tests/clang_probe/ext_signed_short_ptr.c
- tests/clang_probe/ext_str_index.c
- tests/clang_probe/ext_struct_field.c
- tests/clang_probe/extern_puts.c
- tests/clang_probe/float_branch.c
- tests/clang_probe/func_ptr.c
- tests/clang_probe/func_slot.c
- tests/clang_probe/func_slot_array.c
- tests/clang_probe/globals.c
- tests/clang_probe/simple_math.c
- tests/clang_probe/stack_frame.c
- tests/clang_probe/struct_global.c
- tests/clang_probe/switch_stmt.c
- tests/clang_probe/tls_addr.c
- tests/clang_probe/tls_bss_global.c
- tests/clang_probe/tls_global.c
- tests/clang_probe/tls_ptr_pass.c
- tests/clang_probe/vector_add.c
- tests/clang_probe/vector_blend.c
- tests/clang_probe/vector_cmp.c
- tests/clang_probe/vector_cmp_more.c
- tests/clang_probe/vector_dup.c
- tests/clang_probe/vector_fcmp.c
- tests/clang_probe/vector_fmla.c
- tests/clang_probe/vector_fp_convert.c
- tests/clang_probe/vector_fp_recip.c
- tests/clang_probe/vector_fp_unary.c
- tests/clang_probe/vector_int_ops.c
- tests/clang_probe/vector_lane_gp.c
- tests/clang_probe/vector_lane_transfer.c
- tests/clang_probe/vector_math.c
- tests/clang_probe/vector_minmax.c
- tests/clang_probe/vector_minmax_nm.c
- tests/clang_probe/vector_minmax_unsigned.c
- tests/clang_probe/vector_pair.c
- tests/clang_probe/vector_pair_return.c
- tests/clang_probe/vector_reduce.c
- tests/clang_probe/vector_reduce_fp.c
- tests/clang_probe/vector_reduce_min.c
- tests/clang_probe/vector_reduce_nm.c
- tests/clang_probe/vector_shuffle.c
- tests/clang_probe/vector_tbl.c
- tests/clang_probe/vector_zip_uzp.c
- tests/clang_probe_dashboard.rs
- tests/cli_smoke.rs
- tests/common/corpus.rs
- tests/common/harness.rs
- tests/corpus/addend_relocs.s
- tests/corpus/addressing_surface.s
- tests/corpus/alignment_directives.s
- tests/corpus/branch_address_surface.s
- tests/corpus/cfi_dwarf_fallback.s
- tests/corpus/cfi_nostack.s
- tests/corpus/cfi_saved_pairs.s
- tests/corpus/cfi_surface.s
- tests/corpus/clang_extern_call.s
- tests/corpus/clang_fp_spill.s
- tests/corpus/clang_got_load.s
- tests/corpus/clang_literal_addr.s
- tests/corpus/clang_local_branch.s
- tests/corpus/clang_tlvp_load.s
- tests/corpus/conditional_select_surface.s
- tests/corpus/cstring_data.s
- tests/corpus/expression_symbols.s
- tests/corpus/extended_addsub.s
- tests/corpus/external_branches.s
- tests/corpus/external_call.s
- tests/corpus/fp_load_store_surface.s
- tests/corpus/fp_pair_surface.s
- tests/corpus/got_pointer_data.s
- tests/corpus/hello_world.s
- tests/corpus/local_branches.s
- tests/corpus/macho_writer_mix.s
- tests/corpus/metadata_directives.s
- tests/corpus/numeric_local_labels.s
- tests/corpus/section_inventory.s
- tests/corpus/shifted_addsub.s
- tests/corpus/storage_directives.s
- tests/corpus/string_suffixes.s
- tests/corpus/symbol_attrs.s
- tests/corpus/system_hints.s
- tests/corpus_compat.rs
- tests/diagnostic_snapshots.rs
- tests/differential_fuzz.rs
- tests/differential_harness.rs
- tests/generated_stress.rs
- tests/hello_world.rs
- tests/malformed_mutation.rs
- tests/perf_sanity.rs
- tests/roundtrip.rs
- tests/verify_against_system_as.rs
- tests/workbench/README.md
- tests/workbench/asm/afs_blend_family.s
- tests/workbench/asm/afs_dup_family.s
- tests/workbench/asm/afs_dup_variants.s
- tests/workbench/asm/afs_lane_gp_d_variants.s
- tests/workbench/asm/afs_lane_gp_family.s
- tests/workbench/asm/afs_lane_gp_variants.s
- tests/workbench/asm/afs_probe_bsl_more.s
- tests/workbench/asm/afs_probe_dup_family.s
- tests/workbench/asm/afs_probe_lane_int.s
- tests/workbench/asm/afs_probe_lane_more.s
- tests/workbench/asm/afs_probe_lane_u64.s
- tests/workbench/asm/afs_simd_zip_family.s
- tests/workbench/asm/afs_vector_cmp_family.s
- tests/workbench/asm/afs_vector_cmp_more_family.s
- tests/workbench/asm/afs_vector_fcmp_family.s
- tests/workbench/asm/afs_vector_fmla_family.s
- tests/workbench/asm/afs_vector_fp_convert_family.s
- tests/workbench/asm/afs_vector_fp_recip_family.s
- tests/workbench/asm/afs_vector_fp_unary_family.s
- tests/workbench/asm/afs_vector_minmax_family.s
- tests/workbench/asm/afs_vector_minmax_nm_family.s
- tests/workbench/asm/afs_vector_minmax_unsigned_family.s
- tests/workbench/asm/afs_vector_reduce_family.s
- tests/workbench/asm/afs_vector_reduce_fp_family.s
- tests/workbench/asm/afs_vector_reduce_min_family.s
- tests/workbench/asm/afs_vector_reduce_nm_family.s
- tests/workbench/clang/afs_probe_bit_bsl.c
- tests/workbench/clang/afs_probe_bsl.c
- tests/workbench/clang/afs_probe_bsl_more.c
- tests/workbench/clang/afs_probe_dup.c
- tests/workbench/clang/afs_probe_dup_family.c
- tests/workbench/clang/afs_probe_lane_int.c
- tests/workbench/clang/afs_probe_lane_more.c
- tests/workbench/clang/afs_probe_lane_u64.c
- tests/workbench/clang/afs_probe_vector_cmp.c
- tests/workbench/clang/afs_probe_vector_cmp_more.c
- tests/workbench/clang/afs_probe_vector_convert.c
- tests/workbench/clang/afs_probe_vector_fabs.c
- tests/workbench/clang/afs_probe_vector_fcmp.c
- tests/workbench/clang/afs_probe_vector_fmla.c
- tests/workbench/clang/afs_probe_vector_minmax.c
- tests/workbench/clang/afs_probe_vector_minmax_nm.c
- tests/workbench/clang/afs_probe_vector_minmax_unsigned.c
- tests/workbench/clang/afs_probe_vector_recip.c
- tests/workbench/clang/afs_probe_vector_reduce.c
- tests/workbench/clang/afs_probe_vector_reduce_fp.c
- tests/workbench/clang/afs_probe_vector_reduce_min.c
- tests/workbench/clang/afs_probe_vector_reduce_nm.c