MCPcopy Create free account
hub / github.com/bytecodealliance/wasmtime / match_imm128

Method match_imm128

cranelift/reader/src/parser.rs:805–807  ·  view source on GitHub ↗

Match and consume an i128 immediate.

(&mut self, err_msg: &str)

Source from the content-addressed store, hash-verified

803
804 // Match and consume an i128 immediate.
805 fn match_imm128(&mut self, err_msg: &str) -> ParseResult<i128> {
806 match_imm!(i128, u128, self, err_msg)
807 }
808
809 // Match and consume an optional offset32 immediate.
810 //

Callers 1

parse_data_valueMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected