Home
last modified time | relevance | path

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

/wasmtime-44.0.1/cranelift/fuzzgen/src/
H A Dfunction_generator.rs272 fn insert_load_store( in insert_load_store() function
1093 InstructionFormat::Load => insert_load_store, in inserter_for_format()
1094 InstructionFormat::LoadNoOffset => insert_load_store, in inserter_for_format()
1099 InstructionFormat::Store => insert_load_store, in inserter_for_format()
1100 InstructionFormat::StoreNoOffset => insert_load_store, in inserter_for_format()