diff --git a/src/vm/vector_functions.h b/src/vm/vector_functions.h index 6d216dd..d99c023 100644 --- a/src/vm/vector_functions.h +++ b/src/vm/vector_functions.h @@ -64,14 +64,6 @@ template vmask_view read_vmask(uint8_t* V, uint16_t elem_count, bool softvec_read(void* core, uint64_t addr, uint64_t length, uint8_t* data); bool softvec_write(void* core, uint64_t addr, uint64_t length, uint8_t* data); -uint64_t vector_load_store(void* core, std::function load_store_fn, uint8_t* V, uint16_t VLEN, - uint8_t addressed_register, uint64_t base_addr, uint64_t vl, uint64_t vstart, vtype_t vtype, bool vm, - uint8_t elem_size_byte, uint64_t elem_count, int8_t EMUL_pow, uint8_t segment_size = 1, int64_t stride = 0, - bool use_stride = false); -uint64_t vector_load_store_index(void* core, std::function load_store_fn, uint8_t* V, - uint16_t VLEN, uint8_t XLEN, uint8_t addressed_register, uint8_t index_register, uint64_t base_addr, - uint64_t vl, uint64_t vstart, vtype_t vtype, bool vm, uint8_t elem_size_byte, uint64_t elem_count, - uint8_t segment_size, bool ordered); template uint64_t vector_load_store(void* core, std::function load_store_fn, uint8_t* V, uint64_t vl, uint64_t vstart, vtype_t vtype, bool vm, uint8_t vd, uint64_t rs1, uint8_t segment_size, int64_t stride = 0,