Home
last modified time | relevance | path

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

/wasmtime-44.0.1/cranelift/codegen/src/isa/riscv64/inst/
H A Dmod.rs1488 Inst::fence_req_to_string(pred), in print_with_state()
1489 Inst::fence_req_to_string(succ), in print_with_state()
H A Dargs.rs1595 pub(crate) fn fence_req_to_string(x: u8) -> String { in fence_req_to_string() method