Home
last modified time | relevance | path

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

/wasmtime-44.0.1/cranelift/fuzzgen/src/
H A Dfunction_generator.rs233 fn insert_const( in insert_const() function
1105 InstructionFormat::UnaryConst => insert_const, in inserter_for_format()
1107 InstructionFormat::UnaryIeee16 => insert_const, in inserter_for_format()
1108 InstructionFormat::UnaryIeee32 => insert_const, in inserter_for_format()
1109 InstructionFormat::UnaryIeee64 => insert_const, in inserter_for_format()
1110 InstructionFormat::UnaryImm => insert_const, in inserter_for_format()
1111 InstructionFormat::ExceptionHandlerAddress => insert_const, in inserter_for_format()